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
Eliise
c4a7dfd845
Merge remote-tracking branch 'upstream/master' into feature/add-layered-deployment
2021-08-24 11:30:03 +00:00
Tamara Rahimi
72a235d111
Add initial implementation of `tag` command
2021-08-24 11:05:57 +00:00
Eliise
f883f78a51
Use variables
2021-08-24 09:04:43 +00:00
Eliise
a998d19520
Skip instead of commenting out test
2021-08-24 09:03:16 +00:00
Eliise
be416bb195
Fix issue with import being cached across tests
2021-08-24 09:01:00 +00:00
Mariana Mihova
ef8e584d68
Update docker pull of dotnet images from dockerhub to mcr refs ( #499 )
2021-08-23 22:16:31 -07:00
Eliise
dbd4bd768a
Use new CLI naming and refactor
2021-08-23 20:53:20 +00:00
Eliise
7991c844c3
Install missing extension
2021-08-23 08:10:15 +00:00
Eliise
b5b79528e1
Fix test
2021-08-20 14:48:12 +00:00
Eliise
09b4146b6e
Use correct version
2021-08-20 14:34:55 +00:00
Eliise
bc8a313df2
Move deployments to iothub from edge
2021-08-20 14:29:25 +00:00
Eliise
c8f38b4c84
Use login
2021-08-20 14:10:19 +00:00
Eliise
5c1d3de11f
Inital concept
2021-08-20 13:53:37 +00:00
Eliise
a99b798d68
Remove unused method
2021-08-20 13:52:41 +00:00
Eliise
0005d6d3cb
Add an additional test case
2021-08-20 13:43:35 +00:00