Commit 189d5c5
Release/6.2.1 (#644)
* feat: adding support for OAS' external documentation
* chore: updating dev dependencies
* chore: major upgrading dev dependencies
* chore: deep-updating dependencies
* build: bumping version
* fix: fixing api-response event registration on the request panel
* fix: updating component to dix diplicated headers issue
* chore: updating dependencies
* chore: adding types declaration files
* chore: adding index.js file
* chore: updating dependencies for authorization
* fix: fixing passing the `amf` property in the request panel
* chore(demo): add multi-server to element demo
* fix: override base servers with operation servers
* fix: tests, update deps
* test: increase timeout to 25s
* test: should be last test fixing
* fix(server): set type before value
* test: debugging SL tests
* test: debugging SL tests
* Revert "test: debugging SL tests"
This reverts commit 532f6ed.
* Revert "test: debugging SL tests"
This reverts commit 4cfd9a7.
* Revert "fix(server): set type before value"
This reverts commit 9140820.
* Revert "test: should be last test fixing"
This reverts commit 26a1549.
* Revert "test: increase timeout to 25s"
This reverts commit 613c895.
* chore: add .idea to .gitignore
* test: increase timeout to 25s
* test: should be last test fixing
* fix(server): set type before value
* fix(type-document): update to version 4.1.0
Fixes APIC-405
* test: change test to use custom instead of server
* test: skip a server test
Co-authored-by: Francisco Di Giandomenico <[email protected]>1 parent 0ffcc85 commit 189d5c5
File tree
23 files changed
+4357
-1319
lines changed- demo
- demo-server/api
- amf-service
- element
- models/multi-server
- src
- test
23 files changed
+4357
-1319
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
61 | 61 | | |
62 | 62 | | |
63 | 63 | | |
| 64 | + | |
| 65 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 1 | | |
| 2 | + | |
15 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | | - | |
2 | | - | |
3 | | - | |
4 | | - | |
5 | | - | |
6 | | - | |
7 | | - | |
8 | | - | |
9 | | - | |
10 | | - | |
11 | | - | |
12 | | - | |
13 | | - | |
14 | 1 | | |
| 2 | + | |
15 | 3 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
189 | 189 | | |
190 | 190 | | |
191 | 191 | | |
192 | | - | |
| 192 | + | |
193 | 193 | | |
194 | 194 | | |
195 | 195 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
32 | 32 | | |
33 | 33 | | |
34 | 34 | | |
35 | | - | |
| 35 | + | |
36 | 36 | | |
37 | 37 | | |
38 | 38 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
| 22 | + | |
22 | 23 | | |
23 | 24 | | |
24 | 25 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
48 | 32 | | |
49 | 33 | | |
50 | 34 | | |
| |||
53 | 37 | | |
54 | 38 | | |
55 | 39 | | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
| 48 | + | |
| 49 | + | |
| 50 | + | |
| 51 | + | |
56 | 52 | | |
57 | 53 | | |
58 | 54 | | |
| |||
81 | 77 | | |
82 | 78 | | |
83 | 79 | | |
84 | | - | |
| 80 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
0 commit comments