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

36 Коммитов

Автор SHA1 Сообщение Дата
Tamara Rahimi 6892852749 Remove redundancies 2021-09-03 08:52:47 +00:00
Tamara Rahimi def8c0da04 Move device tag env variable to solution setting section 2021-08-31 13:17:46 +02:00
MahrRah 7c3c566484
Update .env.tmp
Co-authored-by: Eliise <selingeliise@gmail.com>
2021-08-30 18:33:49 +02:00
Tamara Rahimi a0f4610996 Add default value from .env file for tag 2021-08-30 14:53:30 +00:00
Tamara Rahimi a4e5919989 Rename Section 2021-08-30 11:01:08 +02:00
Tamara Rahimi 265aaa6692 Remove device tag defaults 2021-08-26 07:20:50 +00: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 72a235d111 Add initial implementation of `tag` command 2021-08-24 11:05:57 +00:00
Eliise dbd4bd768a Use new CLI naming and refactor 2021-08-23 20:53:20 +00:00
Eliise 7b371710fb Add test cases 2021-08-20 13:11:52 +00:00
Eliise 8401ca2658 Merge remote-tracking branch 'upstream/master' into feature/add-layered-deployment 2021-08-19 15:56:43 +00:00
Eliise 319b002ce5 Add layered deployment deployment 2021-08-19 15:49:29 +00:00
Eliise 419f926542 Determine layered deployment by schema layout 2021-08-12 14:25:27 +00:00
Cindy Deng 645e6a0907 change .env.tmp to have default values 2021-08-11 15:35:54 -07:00
Eliise 04c0d3edce Add push and build for layered deployments 2021-08-11 11:34:24 +00:00
Cindy Deng 662f0d7df2 fixed connection string issue 2021-08-04 18:26:33 +00:00
Cindy Deng 9c8b6d5ac5 change version and fix unit tests 2021-07-30 22:14:13 +00:00
Cindy Deng 10b4cc355a changed runtime-tag to edge-runtime-tag and changed tests 2021-03-24 11:15:36 -07:00
Cindy Deng afa18dd338 change all templates to use and changed tag to 1.1 in .env 2021-03-16 12:08:24 -07:00
Jon Gallant 322ba869e2 Add better Docker Hub instructions (#399) 2019-07-09 15:07:58 +08:00
Ray Fang 5dde149674
Support multi-platform deployment manifest template (#358) 2018-11-22 13:13:54 +08:00
Ray Fang b453d3aa11
Support scaffolding and parsing createOptions as a dict (#357) 2018-11-09 17:26:39 +08:00
Jon Gallant 7f82e91d8e
Remove DOTNET_VERBOSITY from env. Update requirements.txt. Fix push. (#272)
* Remove DOTNET_VERBOSITY from env. Update requirements.txt. Fix push.

* Remove click from travis, b/c now in root rqmts file.
2018-08-20 18:17:02 -07:00
Ray Fang 18979b4aa3 Add an underscore after additional registry environment key prefixes (#270)
* Add an underscore after additional registry environment keys

* Fix typos

* Fix parsing issue
2018-08-20 07:25:29 -07:00
Ray Fang a61e91a7a2 Clean up public preview stuff in .env (#259)
* Remove references to public preview stuff

* Fix dotnet new failure during tox
2018-08-15 23:04:05 -07:00
Kat Ngov 271e28ebe1 Support for multiple registries (#193)
* envvar parsing of multiple container registries

* rename value, support for pushing modules based on module.json

* string comparison code clean up

* modify envvars with better values & refactor dockercls and .env.tmp

* modified variable names, minor fixes, added envvar testing specific to container registry

* add tests for additional cr, comments to explain code, fix merge conflict

* add additional testing for mutliple registries, fix logic around given/expected env vars

* fix env load in tests

* Tell travis to use DOTENV_FILE
2018-08-11 09:59:53 -07:00
Ray Fang 797ae7894e Add --template param to solution creation (#194)
* Use  env key instead of value when adding modules

* Add CLI entrypoint

* Call iotedgedev addmodule when create solution

* Add default routes when adding modules

* Update template

* Update test

* Revert changes to monitor timeout

* Add temp sensor route when adding module

* Add copy_template function

* Add default ToIoTHub route when creating solution

* Update system module images to GA version

* Fix incorrect string escape

* Replace image placeholder with real image URL when building images

* Enable Node.js module creation

* Refind the logic to parse image placeholder

* Won't add tempsensor route when adding modules

* Minor refinement

* Add nested_set utility method

* Add default route from temp sensor when solution creation

* Rename var_dict to replacement

* Use name in env as default when new solution

* WIP support for BYPASS_MODULES

* WIP support for BYPASS_MODULES

* WIP support for BYPASS_MODULES

* Update utility methods

* Update image_tag_map key type to tuple

* Update Docker SDK version and remove iotedgeruntime from requirements.txt

* Disable outdated test cases temporarily

* Add unit test for deploymentmanifest.py

* Add unit test for utility.py

* Fix error on Py27

* Compare lists order-insensitively

* Fix PyTest failure on Python 3
2018-07-19 10:51:47 -07:00
Ray Fang 4ff937cb2a
Add commands to add module to solution (#180) 2018-06-15 20:22:56 +08:00
David Ruttka e9e5d4cf54 Add RUNTIME_LOG_LEVEL to .env.tmp (#186) 2018-06-11 15:40:35 -07:00
Jon Gallant 7498993674
Refine .env requirements. Change config folder name (#109) 2018-03-21 05:44:56 -07:00
Jon Gallant 3296f2fc4a
Simplified API, azure setup from EnvVars (#49) 2018-03-09 12:54:00 -08:00
Jon Gallant f2e43bc05f Adding DOTNET_EXE_DIR to .env 2018-02-11 23:25:12 -08:00
Jon Gallant 136eb0b62e
Change project to solution and some minor fixes (#18) 2018-02-10 00:18:44 -08:00
hadwa.abdelhalem 912c6c513f Move docker files to root (#16)
* Add support for node modules, Add node project template, and node modules test

* Update module.json and resolve comments

* resolve comments

* MoveDockerFilesToRoot

* resolving comments
2018-02-09 23:01:48 -08:00
Jon Gallant ba03222030 Simplified config, new .env, new config files. 2018-02-01 23:55:32 -08:00
Jon Gallant c07fd1ccc2 Adding .env.tmp to root. Updating docker login text. 2018-01-18 10:21:03 -08:00