Commit eb7ad58
authored
feat: add xray rest api (server/data-center) support (#559)
* feat: add xray rest api (server/data-center) support
This commits adds support for v1.0 of the Xray REST api for Server
and Data-Center. As of now, v2.0 does not cover all functionality
provided in the initial version, mainly related to test automation
(eg. import of test executions/...).
* docs: update documentation for the xray module
* fix: expose module correctly1 parent eb86bf1 commit eb7ad58
File tree
7 files changed
+583
-4
lines changed- atlassian
- docs
- tests
7 files changed
+583
-4
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
77 | 77 | | |
78 | 78 | | |
79 | 79 | | |
| 80 | + | |
| 81 | + | |
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
81 | 81 | | |
82 | 82 | | |
83 | 83 | | |
| 84 | + | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
| 88 | + | |
| 89 | + | |
| 90 | + | |
| 91 | + | |
| 92 | + | |
| 93 | + | |
| 94 | + | |
| 95 | + | |
| 96 | + | |
| 97 | + | |
84 | 98 | | |
85 | 99 | | |
86 | 100 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
| 10 | + | |
10 | 11 | | |
11 | 12 | | |
12 | 13 | | |
| |||
17 | 18 | | |
18 | 19 | | |
19 | 20 | | |
20 | | - | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
0 commit comments