Oscar
9cbf1fdbc0
Added support for docker build arguments ( #521 )
* Added support for docker build arguments
* fixed whitespace issue? #511
* Additional tests
* Update src/Microsoft.Tye.Core/ApplicationFactory.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Update src/Microsoft.Tye.Core/Serialization/ConfigServiceParser.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Update test/E2ETest/TyeBuildTests.Dockerfile.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Moved below DockerFile to keep ordering consistent.
* refactored HandleServiceDockerArgsNameMapping
* Use a stringbuilder for concatenation
* Removed appsettings development file
* Removed launchSettings file
* duplicate parameters test
* Multiple build args test
* small nits
Co-authored-by: Oscar Yahoo <ossent@yahoo.co.uk>
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago
areller
e23a6506e9
Liveness and Readiness Documentation, Samples and Small Changes ( #502 )
* sample app and beggining of recipe
* fix link
* sample, recipe and schema docs
* change http failures to debug logs
* add model validation to probes and http prober
* add deserialization and validation tests
* license
* format
* PR fixes
* remove some Console.WriteLine's
6 years ago
Justin Kotalik
ef441e8704
Tye should validate that service names are valid DNS names ( #480 )
6 years ago
Justin Kotalik
ba1a5c2f36
Add concept of services have direct dependencies ( #414 )
6 years ago
David Fowler
f41b942183
Allow multiple null ports (it means autogenerate) ( #381 )
6 years ago
Justin Kotalik
703e5398d7
More yaml verification for a few scenarios ( #322 )
6 years ago
Justin Kotalik
feb85cef84
Implement custom deserialization and validation logic ( #294 )
6 years ago