Commit 43ff263
authored
Release 1.0.34 (#514)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Update package.json
* Update package.json
* remove automated release
* bug(fix) strace feature bug (EWC-421)
* bug(fix) fixed deprecation warnings (EWC-422) (#438)
* bug(fix) CLI diagnostics ftp: invalid microservice uuid
* bug(fix) CLI diagnostics ftp: invalid microservice id (update) (#440)
* bug(fix) CLI diagnostics ftp: invalid microservice id (update)
* bug(fix): update id to uuid
* bug(fix) iofog agent API: core network containers are returned when flow isn't active (EWC-424)
* test(core) unit tests progress for agent & access-token services (EWC-383) (#442)
* feat(npm-scripts): npm scripts improvements (EWC-358 EWC-430)
1. save configs during releases
2. migrate to new encryption algorithm
* bug(fix): microservices are shown after deleting user, new error message
* bug(fix): microservices are shown after deleting user, new error message (up test)
* bug(fix): microservices are shown after deleting user, new error message (up test2)
* feat(microservice): update change tracking on delete port mapping (#445)
Closes EWC-441
* version 1.0.31
* 1.0.31 Release
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release (#434)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Release (#435)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Update package.json
* Merge (#436)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release 1.1.0 [skip ci]
* Update package.json
* Release 1.1.0 [skip ci]
* Update package.json
* remove automated release
* bug(fix) strace feature bug (EWC-421)
* bug(fix) fixed deprecation warnings (EWC-422) (#438)
* bug(fix) CLI diagnostics ftp: invalid microservice uuid
* bug(fix) CLI diagnostics ftp: invalid microservice id (update) (#440)
* bug(fix) CLI diagnostics ftp: invalid microservice id (update)
* bug(fix): update id to uuid
* bug(fix) iofog agent API: core network containers are returned when flow isn't active (EWC-424)
* test(core) unit tests progress for agent & access-token services (EWC-383) (#442)
* feat(npm-scripts): npm scripts improvements (EWC-358 EWC-430)
1. save configs during releases
2. migrate to new encryption algorithm
* bug(fix): microservices are shown after deleting user, new error message
* bug(fix): microservices are shown after deleting user, new error message (up test)
* bug(fix): microservices are shown after deleting user, new error message (up test2)
* feat(microservice): update change tracking on delete port mapping (#445)
Closes EWC-441
* version 1.0.31
* 1.0.31 Release (#448)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release (#434)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Release (#435)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Update package.json
* Merge (#436)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release 1.1.0 [skip ci]
* Update package.json
* Release 1.1.0 [skip ci]
* Update package.json
* remove automated release
* bug(fix) strace feature bug (EWC-421)
* bug(fix) fixed deprecation warnings (EWC-422) (#438)
* bug(fix) CLI diagnostics ftp: invalid microservice uuid
* bug(fix) CLI diagnostics ftp: invalid microservice id (update) (#440)
* bug(fix) CLI diagnostics ftp: invalid microservice id (update)
* bug(fix): update id to uuid
* bug(fix) iofog agent API: core network containers are returned when flow isn't active (EWC-424)
* test(core) unit tests progress for agent & access-token services (EWC-383) (#442)
* feat(npm-scripts): npm scripts improvements (EWC-358 EWC-430)
1. save configs during releases
2. migrate to new encryption algorithm
* bug(fix): microservices are shown after deleting user, new error message
* bug(fix): microservices are shown after deleting user, new error message (up test)
* bug(fix): microservices are shown after deleting user, new error message (up test2)
* feat(microservice): update change tracking on delete port mapping (#445)
Closes EWC-441
* version 1.0.31
* Release merge (#449)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release (#434)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Release (#435)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Update package.json
* Merge (#436)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release 1.1.0 [skip ci]
* Update package.json
* Release 1.1.0 [skip ci]
* Update package.json
* remove automated release
* bug(fix) strace feature bug (EWC-421)
* bug(fix) fixed deprecation warnings (EWC-422) (#438)
* bug(fix) CLI diagnostics ftp: invalid microservice uuid
* bug(fix) CLI diagnostics ftp: invalid microservice id (update) (#440)
* bug(fix) CLI diagnostics ftp: invalid microservice id (update)
* bug(fix): update id to uuid
* bug(fix) iofog agent API: core network containers are returned when flow isn't active (EWC-424)
* test(core) unit tests progress for agent & access-token services (EWC-383) (#442)
* feat(npm-scripts): npm scripts improvements (EWC-358 EWC-430)
1. save configs during releases
2. migrate to new encryption algorithm
* bug(fix): microservices are shown after deleting user, new error message
* bug(fix): microservices are shown after deleting user, new error message (up test)
* bug(fix): microservices are shown after deleting user, new error message (up test2)
* feat(microservice): update change tracking on delete port mapping (#445)
Closes EWC-441
* version 1.0.31
* 1.0.31 Release (#448)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release (#434)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Release (#435)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
* Release 1.1.0 [skip ci]
* Update package.json
* Update CHANGELOG.md
* Update package.json
* Merge (#436)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release 1.1.0 [skip ci]
* Update package.json
* Release 1.1.0 [skip ci]
* Update package.json
* remove automated release
* bug(fix) strace feature bug (EWC-421)
* bug(fix) fixed deprecation warnings (EWC-422) (#438)
* bug(fix) CLI diagnostics ftp: invalid microservice uuid
* bug(fix) CLI diagnostics ftp: invalid microservice id (update) (#440)
* bug(fix) CLI diagnostics ftp: invalid microservice id (update)
* bug(fix): update id to uuid
* bug(fix) iofog agent API: core network containers are returned when flow isn't active (EWC-424)
* test(core) unit tests progress for agent & access-token services (EWC-383) (#442)
* feat(npm-scripts): npm scripts improvements (EWC-358 EWC-430)
1. save configs during releases
2. migrate to new encryption algorithm
* bug(fix): microservices are shown after deleting user, new error message
* bug(fix): microservices are shown after deleting user, new error message (up test)
* bug(fix): microservices are shown after deleting user, new error message (up test2)
* feat(microservice): update change tracking on delete port mapping (#445)
Closes EWC-441
* version 1.0.31
* Epankou/bug network containers not removed ewc 424 (#450)
* EWC-418 added registry email validation
* EWC-421 strace feature bug
* EWC-421 strace feature bug fix
* bug(fix) iofog agent API: core network containers are returned when flow isn't active (EWC-424)
* bug(fix) microservice removal: port mapping removal (EWC-424)
* bug(fix) microservice removal: switched to const (EWC-424)
* test(core) unit tests for agent service progress (EWC-383) (#452)
* fix(cli): fix bug with generating access token for user in cli (#453)
Closes EWC-443
* fix(cli): fix bug with generating access token for user in cli (EWC-453)
* test(core) unit tests for agent-service (EWC-383) (#455)
* bug(fix) fixed deprecated warning about Buffer constructor (EWC-422)
* test(core) unit tests for catalog service (EWC-383) (#458)
* Maksimchepelev/bugs (#457)
* fix(cli): fix validation on delete connector
Closes EWC-447
* fix(cli): fix data types and descriptions in help
'... settings JSON file' -> 'Path to ... settings JSON file'
flowId and
catalogId type 'string' -> 'number' in help
Closes EWC-445 EWC-446
* Maksimchepelev/bugs (#459)
* fix(iofog): add validation for version command
compare version command with isReadyToUpgrade and isReadyToRollback
fields
Closes EWC-448
* fix(code): fix logger is not defined error in app-helper
Closes EWC-397
* test(core) unit tests for change-tracking service (EWC-383) (#460)
* version 1.0.32 (#461)
* Release 1.0.32 (#462)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Update package.json
* remove automated release
* bug(fix) strace feature bug (EWC-421)
* bug(fix) fixed deprecation warnings (EWC-422) (#438)
* bug(fix) CLI diagnostics ftp: invalid microservice uuid
* bug(fix) CLI diagnostics ftp: invalid microservice id (update) (#440)
* bug(fix) CLI diagnostics ftp: invalid microservice id (update)
* bug(fix): update id to uuid
* bug(fix) iofog agent API: core network containers are returned when flow isn't active (EWC-424)
* test(core) unit tests progress for agent & access-token services (EWC-383) (#442)
* feat(npm-scripts): npm scripts improvements (EWC-358 EWC-430)
1. save configs during releases
2. migrate to new encryption algorithm
* bug(fix): microservices are shown after deleting user, new error message
* bug(fix): microservices are shown after deleting user, new error message (up test)
* bug(fix): microservices are shown after deleting user, new error message (up test2)
* feat(microservice): update change tracking on delete port mapping (#445)
Closes EWC-441
* version 1.0.31
* 1.0.31 Release (#448)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* test(core) unit tests for catalog, controller and agent controllers (EWC-382) (#430)
* bug(fix) CLI diagnostics ftp: Incorrect error message is displayed when user try to get strace-info (EWC-431)
* Release (#434)
* release merge (#433)
* Release 1.0.28
* EWC-379 migrations between versions (#410)
* Maksimchepelev/bugs (#411)
* EWC-385 cli helps' outputs
* EWC-395 cli `microservice port-mapping-remove` error message fix
* EWC-389 cli `diagnostics strace-update` correct parsing of boolean
* EWC-390 cli `diagnostics strace-...` correct validation error messages
* EWC-392 cli `diagnostics strace-info` microservice validation
* EWC-394 sequelize (deprecated)find -> findOne
* EWC-388 validation of flowId in delete flow service
* EWC-393 validation of microserviceUuid in image snapshot services
* Maksimchepelev/bugs (#412)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* Maksimchepelev/bugs (#417)
* fix(code): delete routes on microservice deletion
Closes EWC-362
* update version 1.0.27 (#418)
* Merge versions (#420)
* release 1.0.27 version (#419)
* feat(core): add migration between versions (EWC-379)
* feat(core): add cli help output (EWC-385)
* fix(bug): fix cli `microservice port-mapping-remove` error message (EWC-395)
* fix(bug): fix cli `diagnostics strace-update` parsing of boolean (EWC-389)
* fix(bug): fix cli `diagnostics strace-...` validation error messages (EWC-390)
* feat(core): add cli `diagnostics strace-info` microservice validation (EWC-392)
* refactor(core): replace sequelize (deprecated)find -> findOne (EWC-394)
* refactor(core): edit validation of flowId in delete flow service (EWC-388)
* feat(core): add validation of microserviceUuid in image snapshot services (EWC-393)
* fix(help): Fix rsa-key description in cli tunnel help
need to update description for parameter -k, --rsa-key in help for tunnel from 'Tunnel RSA key' to 'Path to tunnel RSA key'
Closes EWC-396
* fix(tunnel): if port range not provided in config use default values
default range: 2000-10000
Closes EWC-397
* fix(tests): rename logLimit -> logSize (#416)
create microservice request in Postman Collection diagnostics block
Closes EWC-401
* feat(npm-scripts): allow to use only one image on catalog item creation (#415)
Closes EWC-399
* fix(transactions): fix transaction validation if last method's arg is undefined (#414)
Closes EWC-400
* feat(npm-scripts): init db automatically after installation (#413)
Closes EWC-368
* fix(code): delete routes on microservice deletion
Closes EWC-362
* Update CHANGELOG.md
* Release of version 1.0.27
* test(core) unit tests for user-controller (EWC-382)
* docs(core) Remove swagger.yml, remove CLI docs in README, add PULL_REQUEST_TEMPLATE.md (#422)
* remove swagger.yml - its content moved to https://github.com/ioFog/iofog.org/blob/master/content/docs/1.0.0/controllers/rest-api.md
* Add PULL_REQUEST_TEMPLATE.md
* remove docs from README, instead use https://iofog.org/
* Maksimchepelev/bugs (#421)
* fix(cli): user can't update deviceScanFrequency via cli
deviceScanFrequency -> deviceFrequency in build cli data object
Closes EWC-350
* fix(catalog): forbid to create system microservices
Closes EWC-409
* fix(cli): forbid to delete connector when it used
Closes EWC-364
* fix(connector): add certificates on close port request
Closes EWC-411 EWC-406
* fix(cli): fix messages on incorrect requests
Closes EWC-403
* fix(catalog): add validation in catalog service
registryId validation
empty update object validation
Closes EWC-417
* changed connector error message variable
* test(core) unit tests for microservices & registry controllers (EWC-382) (#423)
* add build stage for release branch
* Pre-release 1.0.28 (#429)
* fix(bug) fixed system microservices (HAL, bluetooth) launch (EWC-413) (#424)
* fix(bug) added registry email validation (EWC-418)
* test(core) unit tests for iofog-controller (EWC-382) (#426)
* test(core) unit tests for flow & diagnostics controllers, updated postman collection & refactored diagnostics (EWC-382) (#427)
* bug(fix) CLI diagnostics: Incorrect error message is displayed when user try to get strace-info (#428)
* Release 1.0.28 [skip ci]
…1 parent 0056201 commit 43ff263
File tree
56 files changed
+1725
-642
lines changed- scripts
- src
- cli
- config
- controllers
- decorators
- enums
- helpers
- jobs
- base
- routes
- schemas
- sequelize/managers
- services
- test
- src
- controllers
- helpers
- services
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
56 files changed
+1725
-642
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
22 | | - | |
| 21 | + | |
| 22 | + | |
23 | 23 | | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
29 | 33 | | |
30 | 34 | | |
31 | 35 | | |
32 | 36 | | |
33 | | - | |
34 | | - | |
| 37 | + | |
| 38 | + | |
35 | 39 | | |
36 | 40 | | |
37 | 41 | | |
38 | | - | |
| 42 | + | |
39 | 43 | | |
40 | 44 | | |
41 | 45 | | |
| |||
54 | 58 | | |
55 | 59 | | |
56 | 60 | | |
| 61 | + | |
| 62 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1 | 1 | | |
2 | 2 | | |
3 | | - | |
| 3 | + | |
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
| 45 | + | |
| 46 | + | |
45 | 47 | | |
46 | 48 | | |
47 | 49 | | |
| |||
80 | 82 | | |
81 | 83 | | |
82 | 84 | | |
83 | | - | |
| 85 | + | |
| 86 | + | |
| 87 | + | |
84 | 88 | | |
85 | 89 | | |
86 | 90 | | |
| |||
92 | 96 | | |
93 | 97 | | |
94 | 98 | | |
95 | | - | |
| 99 | + | |
| 100 | + | |
96 | 101 | | |
97 | 102 | | |
Large diffs are not rendered by default.
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
| 1 | + | |
| 2 | + | |
| 3 | + | |
| 4 | + | |
| 5 | + | |
| 6 | + | |
| 7 | + | |
| 8 | + | |
| 9 | + | |
| 10 | + | |
| 11 | + | |
| 12 | + | |
| 13 | + | |
| 14 | + | |
| 15 | + | |
| 16 | + | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| 21 | + | |
| 22 | + | |
21 | 23 | | |
22 | 24 | | |
23 | 25 | | |
| |||
214 | 216 | | |
215 | 217 | | |
216 | 218 | | |
217 | | - | |
218 | | - | |
219 | | - | |
220 | | - | |
221 | | - | |
| 219 | + | |
| 220 | + | |
| 221 | + | |
| 222 | + | |
222 | 223 | | |
223 | 224 | | |
224 | 225 | | |
225 | 226 | | |
226 | 227 | | |
227 | 228 | | |
228 | 229 | | |
229 | | - | |
230 | | - | |
| 230 | + | |
| 231 | + | |
| 232 | + | |
| 233 | + | |
231 | 234 | | |
232 | 235 | | |
233 | 236 | | |
234 | 237 | | |
235 | 238 | | |
236 | | - | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
240 | 242 | | |
241 | 243 | | |
242 | 244 | | |
243 | 245 | | |
244 | | - | |
245 | 246 | | |
246 | 247 | | |
247 | 248 | | |
248 | | - | |
249 | 249 | | |
250 | 250 | | |
251 | | - | |
252 | 251 | | |
253 | 252 | | |
254 | 253 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
127 | 127 | | |
128 | 128 | | |
129 | 129 | | |
130 | | - | |
131 | 130 | | |
132 | | - | |
133 | | - | |
| 131 | + | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
| |||
139 | 137 | | |
140 | 138 | | |
141 | 139 | | |
142 | | - | |
143 | 140 | | |
144 | 141 | | |
145 | 142 | | |
| |||
150 | 147 | | |
151 | 148 | | |
152 | 149 | | |
153 | | - | |
154 | 150 | | |
155 | 151 | | |
156 | 152 | | |
| |||
162 | 158 | | |
163 | 159 | | |
164 | 160 | | |
165 | | - | |
166 | 161 | | |
167 | 162 | | |
168 | 163 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
126 | 126 | | |
127 | 127 | | |
128 | 128 | | |
129 | | - | |
130 | | - | |
131 | 129 | | |
132 | 130 | | |
133 | 131 | | |
134 | 132 | | |
135 | 133 | | |
136 | 134 | | |
137 | 135 | | |
138 | | - | |
139 | | - | |
140 | 136 | | |
141 | 137 | | |
142 | 138 | | |
| |||
145 | 141 | | |
146 | 142 | | |
147 | 143 | | |
148 | | - | |
149 | | - | |
150 | 144 | | |
151 | | - | |
| 145 | + | |
152 | 146 | | |
153 | 147 | | |
154 | 148 | | |
155 | | - | |
156 | | - | |
157 | 149 | | |
158 | 150 | | |
159 | 151 | | |
160 | 152 | | |
161 | 153 | | |
162 | | - | |
163 | | - | |
164 | 154 | | |
165 | 155 | | |
166 | 156 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
146 | 146 | | |
147 | 147 | | |
148 | 148 | | |
149 | | - | |
150 | | - | |
151 | | - | |
152 | | - | |
| 149 | + | |
| 150 | + | |
| 151 | + | |
| 152 | + | |
153 | 153 | | |
154 | 154 | | |
155 | 155 | | |
156 | 156 | | |
157 | 157 | | |
158 | 158 | | |
159 | 159 | | |
160 | | - | |
161 | 160 | | |
162 | 161 | | |
163 | 162 | | |
164 | 163 | | |
165 | 164 | | |
166 | 165 | | |
167 | 166 | | |
168 | | - | |
169 | | - | |
170 | 167 | | |
171 | 168 | | |
172 | 169 | | |
| |||
176 | 173 | | |
177 | 174 | | |
178 | 175 | | |
179 | | - | |
180 | 176 | | |
181 | 177 | | |
182 | 178 | | |
183 | | - | |
184 | | - | |
185 | 179 | | |
186 | 180 | | |
187 | 181 | | |
188 | 182 | | |
189 | | - | |
190 | 183 | | |
191 | 184 | | |
192 | 185 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
30 | 37 | | |
31 | 38 | | |
32 | 39 | | |
| |||
0 commit comments