Граф коммитов

104 Коммитов

Автор SHA1 Сообщение Дата
Vikas 2fab5ab92a
Updated simulator version at 0.14.14, upgraded version to 3.3.4 and resolved dependebot alerts. 2022-03-24 15:41:08 -07:00
Haitham Shami db420607db
Dev/hshami/support py38 and py39 (#523)
* introducing PY38 and PY39
2022-03-07 14:11:17 -08:00
Mariana Mihova cfebd97a86
Lock simulator version (#524)
* Lock simulator version

* Update changelog with version number
2022-03-03 10:58:14 -08:00
Cindy Deng 7ef7125fcd
update pypi docker versions (#510)
* update docker version 5.0.0 and docker-compose 1.29.1

* changelog and version change

* update release version to 3.3.1
2021-10-20 16:55:07 -07:00
Cindy Deng 33aa231e90 update version number 2021-09-15 18:21:28 +00:00
Cindy Deng 6216c830e0 changed version number to include layered deployment 2021-09-15 18:14:17 +00:00
Cindy Deng 9d1a58ebd0 handle dps string 2021-09-13 18:59:23 +00:00
cindydeng1998 d46c13e978 update tags 2021-08-18 17:15:53 -07:00
Cindy Deng 60e9a635e0
Merge branch 'master' into user/xinzed/update_1.2_runtime 2021-08-18 14:29:53 -07:00
cindydeng1998 5dfcac8b4d update version tag 2021-08-18 14:22:02 -07:00
Eliise 2de17d2ba4
Add push and build for layered deployments (#494)
* Add push and build for layered deployments

* Use setup.py

* Remove redudant command

* Update flake8 version to fix whitespace formating

* Determine layered deployment by schema layout

* Add additional test cases

* Refactor splitting on dot

* Fix pystyle code version

* Stop pip from installing 100s of libs to resolve conficts
By pinning all versions

* Remove test

* Attempt to fix running all tests

* Fix tests

* Clean up after tests

* Remove invalid and add new test case

* Fix issue with template
2021-08-18 13:28:33 -07:00
Cindy Deng 29b55a2ee6 update release version 2021-08-05 21:03:40 +00:00
Cindy Deng 9d45757245 connection strings update 2021-08-05 18:10:28 +00:00
Cindy Deng 9c8b6d5ac5 change version and fix unit tests 2021-07-30 22:14:13 +00:00
Cindy Deng 20f851c996 remove rc tag 2021-07-08 11:16:04 -07:00
Cindy Deng 67853e4cc9 update version 2021-07-07 22:29:39 -07:00
Cindy Deng 396a69a750 remove old pypi 2021-07-07 14:33:49 -07:00
Cindy Deng 1c06b83c8b Update iotedgedev 3.1.0 tags 2021-06-08 11:34:17 -07:00
Cindy Deng a0cef647a0 edit requirements.txt and Development Status 2021-04-27 11:55:47 -07:00
Cindy Deng 7af74232fa update iotedgehubdev minimum version 2021-04-27 11:44:17 -07:00
Cindy Deng 81641ec1a1 update release version 2021-03-26 12:14:21 -07:00
Haitham Shami eaae2fe4f4 version 3.0.0 2021-03-11 10:58:09 -08:00
Avin Agrawal e6b72006fc Undo azure-cli change 2021-02-05 18:08:41 -08:00
Avin Agrawal 44f341fad9 fix syntax 2021-02-05 15:03:18 -08:00
Avin Agrawal a5b3d78f8d azure-cli consolidation and package upgrade 2021-02-05 14:49:40 -08:00
Avin Agrawal a46fd9137b Restricting requests to latest tested version 2021-02-04 15:27:57 -08:00
Avin Agrawal 7ab6d7e491 Updating PyPi requests version to use the latest version of urllib3 2021-02-04 14:38:51 -08:00
Avin Agrawal e210176b6d Updating docker version 2021-02-03 18:56:02 -08:00
Avin Agrawal 0d81c669cf Merge remote-tracking branch 'origin/master' into avagraw/security_fix 2021-01-27 19:18:11 -08:00
Avin Agrawal 53c36c5016 Use latest version of azure-cli-core 2021-01-27 19:06:29 -08:00
Spencer McDonough 4904d54c30
Remove Python 2 Support (#449)
Remove support for Python2. Only Python 3.6 and 3.7 are currently supported.
2021-01-27 09:42:43 -08:00
Spencer McDonough 8141da5be9 * Fix dependency conflicts in testing
* Update IoT Hub endpoint for testing
* Enable local CR on Windows agent
2021-01-06 21:26:24 -08:00
Mariana Mihova addfd992a6
Load config file using read_file as readfp is being deprecated (#437)
* Load config file using read_file as read_fp is getting deprecated

* The `read_file` method is not available on ConfigParser in py2.7, add a check

* Update package version + add test debug config in launch.json
2020-09-23 21:28:42 -07:00
Chaoyi Yuan 4c7c56be01
bump version to 2.1.5 (#436) 2020-08-18 15:23:07 +08:00
Chaoyi Yuan e485dd7a12
Fix bcrypt error (#435) 2020-08-18 15:00:00 +08:00
Chaoyi Yuan 3bab87fb18
Fix error caused by latest azure cli core version (#427) 2020-04-01 16:06:36 +08:00
Chaoyi Yuan abebb959c3
Fix genconfig does not fail when schema validation failed (#425)
* Fix bug that validation not fail when only schema error exists

* Remove postinstall step which installs az cli
2020-03-27 13:35:51 +08:00
Chaoyi Yuan 2517a2bd6d
Fix installation error on Azure Pipelines caused by more-itertools (#422)
* Fix install error on Azure Pipelines caused by more-itertools

* Bump version and update changelog
2020-01-14 16:48:47 +08:00
Chaoyi Yuan 98c906bb62
Fix error when start simulator with setup option (#418)
* Fix error when start simulator with --setup option

* Bump version to 2.1.1

* Install fixed version of Azure CLI IoT extension

* Do not support 3.8 due to Azure CLI IoT extension incompatible
2019-12-16 13:25:19 +08:00
Chaoyi Yuan d43febbc90
fix #414 and dependency error (#416) 2019-12-03 16:55:27 +08:00
Chaoyi Yuan 66b1055d0d
Prepare for 2.1.0 release (#412) 2019-10-28 10:26:28 +08:00
Chaoyi Yuan 3631213013
do not use lark-parser enabled commentjson and bump version to 2.0.2 (#402)
* do not use lark-parse enabled commentjson
2019-07-31 15:06:31 +08:00
Chaoyi Yuan 01bf83cdb2
Bump version to 2.0.1 and update changelog (#401) 2019-07-11 15:53:15 +08:00
Chaoyi Yuan 0a6dcaba87
Bump version to 2.0.0 and update changelog (#394) 2019-06-10 12:55:09 +08:00
Chaoyi Yuan 86d4816268
fix docker dependency error (#393) 2019-06-10 11:31:49 +08:00
Jun Han 9e810b08e1 Fix case sensitivity for 'click' package (#389)
* Update setup.py

* Update requirements.txt
2019-05-07 15:47:14 +08:00
Chaoyi Yuan 3da6608638
Bump version to 1.3.0 and update changelog (#386) 2019-04-26 11:22:39 +08:00
Chaoyi Yuan 140bcb3c18
Support iotedgehubdev new setup parameter (#384)
* Support iotedgehubdev setup -i parameter

* update azure-cli-core version to resolve cloud module load error

* fix incompatibal pyyaml version
2019-04-23 15:45:39 +08:00
Chaoyi Yuan 0e13a0953f
Fix vulnerability alert for requests package (#381)
Fix vulnerability alert for requests package under 2.20.0
2019-03-20 13:27:35 +08:00
Ray Fang 4bace0e6ae Bump version: 1.1.0 → 1.2.0 2019-02-25 17:01:29 +08:00