Commit 2ec10d9
authored
Release 1.0.36 (#534)
* Master - Develop merge (#520)
* Issues with update/delete system microservices CLI and API (#521)
* fix cli issues with /update/delete system microservices
* fix according team solution
* Update default.json
* Update development.json
* Update production.json
* fix remove of not running system microservices
* fix formating after merge from develop
* fix code review comment
* fix code review comment
* feat(tracking): add tracking for some events (ENG-429)
* feat(core) added seed with catalog item for logging microservice (ENG-194)
* bug(fix): improve validation for parameters with type "number" (ENG-546) (#525)
* bug(fix): improve validation for parameters with type "number" (ENG-546)
* bug(fix): fix for types (ENG-546)
* bug(fix): seconf fix type float (ENG-546)
* feat(tracking): add tracking for some events (#527)
fix data format
Closes ENG-261
* Add Ian's improvements: integration for slack (#522)
* add Ian's improvements
* update to try to fix the TravisCI build
* Update .travis.yml
* feat(microservices): allow to delete system microservies via cli (#528)
Closes ENG-534
* feat(tracking): create temp db for tests (#524)
* feat(tracking): create temp db for tests
+ db backups
+ refactoring
Closes ENG-556
* feat(tracking): create temp db for tests
+ refactoring
+ single api script
+ possibility to call one script from another
+ postman test start and stop controller api by itself
- delete stop and start commands from travis
Closes ENG-556
* feat(tracking): create temp db for tests
+ fix travis. start server on dev_deploy and pre_release
Closes ENG-556
* feat(SCRIPTS): create temp db for tests
+ correct vars' names
Closes ENG-556
* pre release version 1.0.36
* Update .travis.yml
* Pre-release merge (#531)
* feat(catalog): allow update catalog item image without regular fields (#529)
* feat(catalog): allow update catalog item image without regular fields
+ fix createOrUpdate for catalogItemManager (create didn't work)
Closes ENG-622
* feat(catalog): allow update catalog item image without regular fields
+ fix tests
Closes ENG-622
* Maksimchepelev/fetaure cli validation ENG-546 (#530)
* feat(cli): add correct validation for cli
+ args parsing using Mar of <arg, values>
+ throw error if value for number arg not provided or string was provided:
`--number_arg string` or `--number_arg`
- validation of number type (integer/float) because there is no info about type in help
* feat(cli): add correct validation for cli
+ float/integer validation
+- number -> float/integer in cli help
* feat(cli): add correct validation for cli
+- correct regexp for parsing cli
* feat(cli): add correct validation for cli
+- correct Integer and Float types
+- fix some problems
Closes ENG-621
* fixes for release (#533)
* feat(catalog): allow update catalog item image without regular fields (#529)
* feat(catalog): allow update catalog item image without regular fields
+ fix createOrUpdate for catalogItemManager (create didn't work)
Closes ENG-622
* feat(catalog): allow update catalog item image without regular fields
+ fix tests
Closes ENG-622
* Maksimchepelev/fetaure cli validation ENG-546 (#530)
* feat(cli): add correct validation for cli
+ args parsing using Mar of <arg, values>
+ throw error if value for number arg not provided or string was provided:
`--number_arg string` or `--number_arg`
- validation of number type (integer/float) because there is no info about type in help
* feat(cli): add correct validation for cli
+ float/integer validation
+- number -> float/integer in cli help
* feat(cli): add correct validation for cli
+- correct regexp for parsing cli
* feat(cli): add correct validation for cli
+- correct Integer and Float types
+- fix some problems
Closes ENG-621
* Maksimchepelev/bugs (#532)
* feat(cli): delete unnecessary output
- delete status code and port mapping id output
Closes ENG-621
* fix(microservice): add internal port validation in remove port mapping
Closes ENG-6231 parent bdd9961 commit 2ec10d9
File tree
54 files changed
+1271
-322
lines changed- .github
- scripts
- src
- cli
- config
- controllers
- decorators
- enums
- helpers
- jobs
- base
- routes
- schemas
- sequelize
- managers
- migrations
- models
- seeders
- services
- tracking
- test/src
- controllers
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
54 files changed
+1271
-322
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
5 | 5 | | |
6 | 6 | | |
7 | 7 | | |
8 | | - | |
| 8 | + | |
9 | 9 | | |
10 | 10 | | |
11 | 11 | | |
12 | | - | |
13 | | - | |
14 | | - | |
15 | | - | |
| 12 | + | |
16 | 13 | | |
17 | 14 | | |
18 | 15 | | |
| |||
28 | 25 | | |
29 | 26 | | |
30 | 27 | | |
31 | | - | |
32 | 28 | | |
33 | 29 | | |
34 | 30 | | |
35 | 31 | | |
36 | 32 | | |
37 | | - | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
38 | 36 | | |
39 | 37 | | |
40 | 38 | | |
41 | 39 | | |
42 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
| |||
54 | 54 | | |
55 | 55 | | |
56 | 56 | | |
57 | | - | |
58 | | - | |
| 57 | + | |
| 58 | + | |
59 | 59 | | |
60 | 60 | | |
61 | 61 | | |
62 | | - | |
| 62 | + | |
| 63 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
45 | | - | |
46 | | - | |
47 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
| 15 | + | |
| 16 | + | |
15 | 17 | | |
16 | 18 | | |
17 | 19 | | |
| |||
394 | 396 | | |
395 | 397 | | |
396 | 398 | | |
397 | | - | |
398 | | - | |
399 | | - | |
400 | | - | |
401 | | - | |
402 | | - | |
403 | | - | |
404 | | - | |
405 | | - | |
406 | | - | |
407 | | - | |
408 | | - | |
409 | | - | |
410 | | - | |
411 | | - | |
412 | | - | |
| 399 | + | |
| 400 | + | |
| 401 | + | |
| 402 | + | |
| 403 | + | |
| 404 | + | |
| 405 | + | |
| 406 | + | |
| 407 | + | |
| 408 | + | |
| 409 | + | |
| 410 | + | |
| 411 | + | |
| 412 | + | |
| 413 | + | |
| 414 | + | |
| 415 | + | |
| 416 | + | |
| 417 | + | |
| 418 | + | |
| 419 | + | |
| 420 | + | |
| 421 | + | |
| 422 | + | |
| 423 | + | |
| 424 | + | |
| 425 | + | |
| 426 | + | |
| 427 | + | |
| 428 | + | |
| 429 | + | |
| 430 | + | |
| 431 | + | |
413 | 432 | | |
414 | 433 | | |
415 | | - | |
416 | | - | |
417 | | - | |
418 | | - | |
419 | | - | |
420 | | - | |
| 434 | + | |
| 435 | + | |
| 436 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
23 | 24 | | |
24 | | - | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
18 | | - | |
19 | | - | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | 16 | | |
24 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
| 19 | + | |
19 | 20 | | |
20 | | - | |
21 | | - | |
22 | | - | |
23 | | - | |
24 | | - | |
| 21 | + | |
25 | 22 | | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
| 23 | + | |
| 24 | + | |
45 | 25 | | |
46 | 26 | | |
47 | | - | |
48 | | - | |
49 | | - | |
50 | | - | |
51 | | - | |
52 | | - | |
53 | | - | |
54 | | - | |
55 | | - | |
56 | | - | |
57 | | - | |
58 | | - | |
59 | | - | |
60 | | - | |
61 | | - | |
62 | | - | |
63 | | - | |
64 | | - | |
65 | | - | |
66 | | - | |
67 | | - | |
68 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
69 | 31 | | |
70 | | - | |
71 | | - | |
72 | | - | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
77 | | - | |
| 32 | + | |
| 33 | + | |
78 | 34 | | |
79 | | - | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
80 | 39 | | |
81 | | - | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
82 | 44 | | |
83 | | - | |
84 | | - | |
85 | | - | |
86 | | - | |
87 | | - | |
88 | | - | |
89 | | - | |
90 | | - | |
91 | | - | |
92 | | - | |
| 45 | + | |
| 46 | + | |
| 47 | + | |
93 | 48 | | |
94 | | - | |
95 | | - | |
96 | 49 | | |
97 | | - | |
98 | | - | |
99 | | - | |
100 | | - | |
| 50 | + | |
| 51 | + | |
| 52 | + | |
| 53 | + | |
| 54 | + | |
| 55 | + | |
| 56 | + | |
| 57 | + | |
| 58 | + | |
| 59 | + | |
101 | 60 | | |
| 61 | + | |
102 | 62 | | |
103 | 63 | | |
104 | 64 | | |
| |||
189 | 149 | | |
190 | 150 | | |
191 | 151 | | |
192 | | - | |
| 152 | + | |
| 153 | + | |
| 154 | + | |
| 155 | + | |
| 156 | + | |
0 commit comments