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

467 Коммитов

Автор SHA1 Сообщение Дата
MahrRah 108812317b
Update docs with device tagging command (#506)
* Add docs on device tagging

* Add tag command docs

* Update docs/Command-List.md

Co-authored-by: Eliise <selingeliise@gmail.com>
2021-09-10 21:27:30 -07:00
Eliise b237107c2c
Merge pull request #503 from MahrRah/feature/test-cli-command-structure
Add cli structure test
2021-09-06 10:07:20 +02:00
Tamara Rahimi c211acd951 Remove `tag` as main command in expected structure 2021-09-03 12:44:48 +00:00
Tamara Rahimi fae21d12d9 Merge branch 'master' into feature/test-cli-command-structure 2021-09-03 12:39:25 +00:00
Eliise 99d0f8b78c
Merge pull request #500 from MahrRah/feature/add-device-tagging
Add device tagging functionality
2021-09-03 14:33:06 +02:00
Tamara Rahimi 3d527b11ee Remove usage of json.dumps() 2021-09-03 11:33:54 +00:00
Tamara Rahimi dcaefbc482 Add comments for test cleanup 2021-09-03 09:01:28 +00:00
Tamara Rahimi 6892852749 Remove redundancies 2021-09-03 08:52:47 +00:00
Tamara Rahimi 2841d7b8e9 Merge branch 'master' into feature/add-device-tagging 2021-09-03 07:46:15 +00:00
Tamara Rahimi 49caf1f288 Add test description 2021-09-03 06:22:45 +00:00
Eliise ccd767a7cd
Add pr triggers (#505) 2021-09-02 21:45:21 -07:00
Eliise 27fd676b14
Merge pull request #502 from EliiseS/feature/update-docs
Update documentation with iothub deploy command
2021-09-02 19:58:50 +02:00
Eliise 660fc64fb0
Merge pull request #504 from Azure/eliises/hotfix-issues-with-wiki-update-action
Fix issue with the pipeline failing despite successful completion
2021-09-02 19:58:27 +02:00
Tamara Rahimi e398c4a8e9 Add clean up after tag tests 2021-09-02 16:10:48 +00:00
Eliise c7a4e53855 Update wording 2021-09-02 14:50:16 +00:00
Eliise dfa7d7e007 Fix issue with the pipeline failing on success 2021-09-02 13:20:18 +00:00
Eliise 4c7f9840ca
Merge pull request #501 from Azure/eliises/add-docs
Add wiki to repo and github action to update wiki on merge
2021-09-02 08:53:13 +02:00
Tamara Rahimi 00480e330c Fix typos etc 2021-09-02 06:01:01 +00:00
Tamara Rahimi 65258c4f4d Remove tag as main command 2021-09-02 05:58:33 +00:00
Tamara Rahimi 6f7f0aad97 Add cli structure test 2021-09-01 16:37:37 +00:00
Eliise 21fbe48f33 Update documentation with iothub deploy 2021-09-01 11:31:33 +00:00
Eliise ab2e1bba30 Merge remote-tracking branch 'upstream/master' into eliises/add-docs 2021-09-01 09:18:25 +00:00
Tamara Rahimi def8c0da04 Move device tag env variable to solution setting section 2021-08-31 13:17:46 +02:00
Eliise cea0bcc3ce Add github actions to update wiki 2021-08-30 16:47:23 +00:00
Tamara Rahimi f32e0a1fc6 Merge branch 'feature/add-device-tagging' of https://github.com/MahrRah/iotedgedev into feature/add-device-tagging 2021-08-30 16:43:05 +00:00
Tamara Rahimi b36b72644e Retrieve device id from device connection string 2021-08-30 16:41:44 +00:00
MahrRah 7c3c566484
Update .env.tmp
Co-authored-by: Eliise <selingeliise@gmail.com>
2021-08-30 18:33:49 +02:00
Tamara Rahimi 94c525527a Formate test files 2021-08-30 15:20:07 +00:00
Tamara Rahimi 79b496c225 Fix small typo 2021-08-30 15:16:29 +00:00
Tamara Rahimi 516ebb12fc Add test case for retry scenario 2021-08-30 15:10:17 +00:00
Tamara Rahimi a0f4610996 Add default value from .env file for tag 2021-08-30 14:53:30 +00:00
Eliise 8683c1459e Add wiki docs to repo 2021-08-30 09:53:54 +00:00
Tamara Rahimi fb0d8f8dea Move tests to proper file 2021-08-30 09:17:36 +00:00
Tamara Rahimi a4e5919989 Rename Section 2021-08-30 11:01:08 +02:00
Tamara Rahimi adb74b5228 Remove deployment flag for tag, but add tag flag for deployment. 2021-08-30 11:00:33 +02:00
Tamara Rahimi 4e47d49341 Merge branch 'master' into feature/add-device-tagging 2021-08-30 10:54:35 +02:00
Tamara Rahimi f6e65f5cde Update CHANGELOG.md 2021-08-30 08:39:14 +02:00
Tamara Rahimi c962d4caa9 Add new test case 2021-08-26 12:16:12 +00:00
Tamara Rahimi 265aaa6692 Remove device tag defaults 2021-08-26 07:20:50 +00:00
Tamara Rahimi 04b63041f6 Add more test cases and rearrange cli code 2021-08-26 06:59:38 +00:00
Eliise 174aa64ec4
Add command to add layered deployments to IoT Hub (#498)
* 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

* Add layered deployment deployment

* readd missing deploy command

* Use login parameter

* Add test cases

* Add an additional test case

* Remove unused method

* Move deployments to iothub from edge

* Use correct version

* Fix test

* Install missing extension

* Use new CLI naming and refactor

* Fix issue with import being cached across tests

* Skip instead of commenting out test

* Use variables

* Refactor

* Fix issue with tests failing due to previous tests

* Update changelog

* Fix issue with invalid manifest name for deployment

* Skip test on windows
2021-08-25 11:46:57 -07:00
Tamara Rahimi af05f8a671 Merge remote-tracking branch 'eliise_fork/feature/add-layered-deployment' into feature/add-device-tagging 2021-08-25 11:48:13 +00:00
Tamara Rahimi a2a9bfdb44 Fix issues 2021-08-25 11:11:10 +00:00
Eliise 5e0de3d3f6 Unskip a test to check docker build status in output 2021-08-24 22:13:07 +00:00
Eliise 49a1b66afa Fix issue with invalid manifest name for deployment 2021-08-24 22:11:45 +00:00
Eliise 367b103ed5 Update changelog 2021-08-24 18:14:51 +00:00
Eliise 424e1c142e Fix issue with tests failing due to previous tests 2021-08-24 18:10:45 +00:00
Eliise 1437f7c6ef Refactor 2021-08-24 18:10:31 +00:00
Tamara Rahimi df62257917 Merge branch 'master' into feature/add-device-tagging 2021-08-24 15:51:06 +00:00
Tamara Rahimi 1984bdd706 Add test cases for `tag` command 2021-08-24 15:39:38 +00:00