Justin Kotalik
ca5fd7dbdf
Actually call dotnet run with watch ( #551 )
6 years ago
Jesus Angulo
91d9b3bc23
Update documentation to fix kubectl apply command ( #552 )
Fixing pointing to the public github url instead of raw content.
6 years ago
Justin Kotalik
9acc530223
0.3 -> 0.4
6 years ago
Justin Kotalik
53a1ac81a4
0.2 to 0.3
6 years ago
Justin Kotalik
224101f108
Fixing docker host default ( #548 )
* Prefer defaultHost
* no null
* fixing tests
* port as well
6 years ago
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
Krzysztof Koziarski
c9561a408f
Added tags to yaml definition to be used in CLI run filter ( #528 )
* fixed unit test: Services_UnrecognizedKey
* TyeAssert - duplicated check removed
* YAML service.tags added to parser and unit tests
* filter services by tags - run argument + ApplicationFactory filter
* filter ingress by tags
* Make tags work for all scenarios
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago
Tim Heuer
18712f9ee7
Updating workflow ( #542 )
Updating workflow for correct versions and variables:
- [x] Use v2 on checkout for faster perf
- [x] Use `dotnet-version` instead of deprecated property
- [x] Update to latest on setup-dotnet
6 years ago
Raz Friman
c016f38ce0
Seq Extension ( #513 )
6 years ago
areller
a7eae8f3ef
using the ASP.NET Core HealthChecks library for the liveness/readiness sample ( #523 )
* changing sample project to use microsoft health checks library
* update probes recipe
* Update probes.md
* changing probes doc
* give more description in '/' of sample service
6 years ago
Justin Kotalik
7899373606
Fix undeploy ( #537 )
6 years ago
Justin Kotalik
0ebb61549a
Prefer User Directory for Projects into containers ( #536 )
6 years ago
Justin Kotalik
a60099f0ce
Fix schema validation ( #535 )
6 years ago
Justin Kotalik
e7cb54b801
Adds --watch as an option for tye run ( #526 )
6 years ago
Nilesh Gule
a89d550917
Updated the reference to undeploy markdown file ( #520 )
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
fc4dc92816
Fix dapr and environment variable injection ( #510 )
6 years ago
areller
deaf0aaf87
passing query string in ingress ( #507 )
6 years ago
areller
ea43a55382
log verbosity in tye run ( #506 )
* tye run log verbosity
* formatting
6 years ago
Nilesh Gule
d1353b19a8
Fix #91 - Added elapsed time for Init, Deploy & Undeploy commands ( #505 )
6 years ago
Max
65c09d737e
Docs: Updated Container Registry Server example ( #500 )
Azure Container Registry Login Server is usually the registry name combined with `azurecr.io`.
6 years ago
David Fowler
3de1aff106
Small tweak to docker build ( #498 )
* Small tweak to docker build
- Log the output to both the main window and the service logs when building.
Fixes #491
6 years ago
Andrey Shchekin
b69dfe6165
Correct grammar (Excpeted => Expected) ( #497 )
6 years ago
Sébastien Ros
ea86476958
Fix dotnet feed publishing ( #496 )
Removing the steps that create AssetManifest files from Linux to prevent the Publish task from trying to upload the same assets multiple times in parallel and fail on file locks.
Removing empty parameter on macOS step.
6 years ago
Sébastien Ros
141eb71a71
Update README.md ( #495 )
6 years ago
Justin Kotalik
e368d04e91
Add docker file support for deploy ( #489 )
6 years ago
rahul sahay
1a428ab066
angular dotnet core sample for project tye ( #477 )
* angular dotnet core sample for project tye
* Removed redundant code
* Implemented comments
6 years ago
Glenn Condron
2fd3f45f27
Remove details for external services as they aren't applicable if we aren't launching the service. ( #488 )
6 years ago
areller
f27905b09a
Adding health checks ( #432 )
6 years ago
Shayne Boyer
87cd4f4087
Docs for specifying base image:tag ( #475 )
6 years ago
ArieJones
d6c8dc2504
Update dapr.md for small typo ( #483 )
Small typo in command produces error
6 years ago
Justin Kotalik
ef441e8704
Tye should validate that service names are valid DNS names ( #480 )
6 years ago
Justin Kotalik
32ce5b7d04
Trim trailing slash ( #474 )
6 years ago
Justin Kotalik
c390fef52e
Target 2.1 for Microsoft.Extensions.Configuration ( #467 )
6 years ago
Shayne Boyer
70614e7b5f
Add baseimage and tag ( #447 )
6 years ago
Giovanni Bassi
204d4ce8e4
Update run locally docs to use v0.2 ( #465 )
6 years ago
Justin Kotalik
170ca597a5
0.2.0 -> 0.3.0
6 years ago
Justin Kotalik
fcc0d4877f
Update getting_started.md
6 years ago
Justin Kotalik
c572db892b
Fix reference links
6 years ago
Justin Kotalik
719d0e9d05
Update README.md
6 years ago
Justin Kotalik
2ee1d569a0
Update README.md
6 years ago
Justin Kotalik
b2968cdca1
Update schema docs ( #458 )
6 years ago
Justin Kotalik
ba77a12899
Mention undeploy in tutorial ( #457 )
6 years ago
Ryan Nowak
40b1ad24ee
Remove disclaimers about 0.2
6 years ago
Ryan Nowak
8dbb3ca145
Add ingress to docs
Fixes : #336
6 years ago
Ryan Nowak
baad3fc461
Add docker network to docs
6 years ago
Ryan Nowak
14c49290c6
Update command docs
Fixes : #387
6 years ago
Ryan Nowak
ec2d15754f
Update service discovery doc tell the truth
Fixes : #344
6 years ago
Justin Kotalik
70ecd6f582
Add multi-repo documentation updates
6 years ago
Ryan Nowak
baf3e55daf
Add documentation for namespace
Fixes : #416
6 years ago