Tim Potze
f9903e237c
Only add ports with http and https protocol to ASPNETCORE_URLS ( #1153 )
5 years ago
Chris
e3e90d3baf
Added support for environment variables when using Azure Functions ( #1171 )
Co-authored-by: Chris Theodorson <chris.theodorson@halfords.co.uk>
5 years ago
Dan Simpson
2858fce16a
#1158 Feature/dashboard port in tye yaml ( #1163 )
* Set up tests for new dashboardPort functionality
* Add in new dashboardPort values to test data
* Map from tye.yaml configuration file into Application model
* Core change: apply DashboardPort from configuration (if cli --port argument is not specified)
* Add dashboardPort documentation to the tye schema page
* PR feedback: requested YAML (JSON) schema update
5 years ago
Rival Abdrakhmanov
5e7e07f1e1
Add json format for metrics ( #1130 )
* Add json format for metrics
* Add license headers
* Fix formatting
5 years ago
Pratik Sanglikar
562bad1f69
Emit Pid after Tye application is started
5 years ago
Brandon Foss
497d98c75c
Updates logging format to include more information.
5 years ago
Brandon Foss
b315fffd51
Improves error code log message in watch mode
5 years ago
Pratik Sanglikar
79dd9690d1
Add supporting comments
5 years ago
Pratik Sanglikar
227906b7b8
Reduce timeout and fix broken test
5 years ago
Pratik Sanglikar
cc9367a966
Add timeout for Process.WaitForExit()
5 years ago
Phillip Hoff
4588079a52
Track and report the "source" of a service. ( #1124 )
* Track and report the "source" of a service.
* Update file encoding.
5 years ago
Tom Deseyn
8310ecb63f
DockerRunner: podman workaround: create volume host dir when it doesn't exist. ( #1062 )
5 years ago
Phillip Hoff
d5b6f4cee3
Allow executable-based services to have Dapr sidecars ( #1116 )
* Start Dapr sidecars for executable services.
* Switch to `dapr` instead of starting `daprd` sidecar directly.
* Update encoding.
5 years ago
Daniel Reis
c04c84f786
Add dockerfile build args documentation ( #1095 )
* Add dockerfile args docs
* Add dockerFileArgs to tye-schema.json
5 years ago
Phillip Hoff
1719c2eb7f
Add endpoint for Tye application metadata ( #1079 )
* Sketch GET for control plane.
* Add properties to control plane metadata.
* Resolve linter warnings.
* Switch to /application endpoint.
* Change ID to Id.
5 years ago
Tim Potze
7eae8c64d3
Bind port in docker with udp flag when protocol is udp ( #915 )
* Bind port in docker with udp flag when port protocol is udp
* Update src/Microsoft.Tye.Hosting/DockerRunner.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
* Added error when using udp binding for project service
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
5 years ago
Raymond Sun
febd17201d
fix copy-paste ( #1043 )
5 years ago
Martin Stenhoff
3b2416137d
Fixing spelling ( #1067 )
5 years ago
Tom Deseyn
b1aaca8c5d
DockerRunner: include stderr in log on failure. ( #1059 )
5 years ago
Tom Deseyn
53591d170e
Don't consider it a fatal error when the container host is not accessible. ( #1027 )
For many use-cases there is no need to access the host.
5 years ago
Justin Kotalik
a015acfdb9
Bunch of bug fixes for dapr support and fixing cancellation on stop async ( #1036 )
5 years ago
Phillip Hoff
2d256f18a3
PoC Add "control plane" method to shutdown Tye application ( #899 )
5 years ago
dotnet-maestro[bot]
e6b6b06cd3
[main] Update dependencies from dotnet/arcade ( #1008 )
[main] Update dependencies from dotnet/arcade
- Revert SDK update
- bye bye msbuild
- Moving files and ignoring warnings
- format
- tests
- 6 tests total
- tests
- Sanity check
- Timeouts
- nit
- Timeouts not working...
- nit
- Adding more logs
- More diagnostics
- test
- nit
- yaml
- Trying something else
- Try keeping msbuild?
- --no-restore
- Skip tests for now
- Nits
- nit
- nit
5 years ago
Tom Deseyn
c3f3c6cb91
Support podman ( #1014 )
5 years ago
Glenn Condron
c09165cb0d
Icon and color change. ( #1019 )
* update images and favicon.
* remove extra img
5 years ago
Justin Kotalik
ad3f692d53
Update MsBuildFileSetFactory.cs ( #1005 )
5 years ago
Martin Stühmer
021826460d
Fix #901 - Executes git clone, based on the tye.yaml directory. ( #904 )
5 years ago
Erik O'Leary
793819c2eb
Implements autoscroll within log view ( #1001 )
5 years ago
Justin Kotalik
bd0b53c2f2
Also catch aggregate exception
5 years ago
Justin Kotalik
aadf08cc65
catch ODE from bedrock framework code ( #983 )
5 years ago
Justin Kotalik
f4a220df96
Feed update master ( #973 )
5 years ago
Justin Kotalik
44c9cc18d6
Update version of k8s client ( #954 )
* Update version of k8s client
* conflict
* Lift package version
* signing
5 years ago
Maciek Misztal
63b03f9206
Fixes to dapr.exe cmdline invocation ( #967 )
* #995 removed unused arg & fixed multiple other cmdline args
* metrics-port restored
5 years ago
William Godbe
98f8d342ff
Replace 'master' with 'main' in various files ( #974 )
5 years ago
Maciek Misztal
3d3164ca18
#965 change dapr startup from daprd to dapr CLI ( #966 )
5 years ago
Justin Kotalik
528c743efc
prefer tye yaml always ( #955 )
5 years ago
Douglas-Cleghorn
223932514e
Handle plus signs in Kubernetes minor version ( #928 )
5 years ago
Sébastien Ros
75ea6203bd
Flush ProcessUtil buffer ( #952 )
* Update ProcessUtil.cs
* Update ProcessUtil.cs
5 years ago
John Luo
a42e446394
Log message at info level if project evaluation fails ( #908 )
6 years ago
Justin Kotalik
c5c039ff30
Fixing Env var for dapr on unix ( #907 )
6 years ago
Monica S
7d371ebdd8
Add X-Forwarded-* headers for request proxying in ingress nodes ( #902 )
* Add X-Forwarded-* headers for reverse proxying
* Use append API to set Via in proxied requests
* Implement Via correctly, add WS proxying headers
* Use remote IP address in X-Forwarded-For
6 years ago
Justin Kotalik
c50d480e37
Fixing ingress for local rules ( #897 )
6 years ago
Justin Kotalik
4c52a2181f
Fix tye init --force ( #896 )
6 years ago
John Luo
4bfccefe7d
Update SDK resolution and error message ( #892 )
* Resolve from project directory and fall back to global
6 years ago
Justin Kotalik
ae44f39542
Revert ingress update for 1.18 or lower ( #893 )
6 years ago
John Luo
659baa7d73
Handle project evaluation target path with spaces ( #891 )
6 years ago
Glenn Condron
0b0ae57bed
Improve nginx-ingress experience ( #664 )
6 years ago
Thomas Freudenberg
938134532e
adapt breaking changes of dapr 1.0.0.rc.1 ( #883 )
* adapt breaking changes of dapr 1.0.0.rc.1
* fixes unit test for dapr 1.0.0-rc.1
6 years ago
Dasith Wijesiriwardena
45bf5528b6
[Dapr Extension] Allow defining custom placement container address ( #767 )
6 years ago
Marvin Huber
40820c58c2
converted into linq language feature ( #835 )
* converted into linq language feature
* removed MemoryExtensions.Equals
* removed MemoryExtensions.Equals
* removed insted ifs
* applied dotnet format
* removed unused else if into if
* Update IngressHostMatcherPolicy.cs
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago