Justin Kotalik
ae44f39542
Revert ingress update for 1.18 or lower ( #893 )
5 years ago
Justin Kotalik
f2c946f504
Fixing some small things in DAPR samples ( #888 )
5 years ago
dotnet-maestro[bot]
e2a9154572
[master] Update dependencies from dotnet/arcade ( #886 )
[master] Update dependencies from dotnet/arcade
5 years ago
John Luo
659baa7d73
Handle project evaluation target path with spaces ( #891 )
5 years ago
Glenn Condron
0b0ae57bed
Improve nginx-ingress experience ( #664 )
5 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
5 years ago
Dasith Wijesiriwardena
1342e86463
Fix dapr recipe documentation and update sample to use latest .Net Dapr sdk ( #878 )
5 years ago
Dasith Wijesiriwardena
45bf5528b6
[Dapr Extension] Allow defining custom placement container address ( #767 )
5 years ago
dotnet-maestro[bot]
aafe19f32e
Update dependencies from https://github.com/dotnet/arcade build 20201230.2 ( #874 )
[master] Update dependencies from dotnet/arcade
5 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
Habib Ahmed Qureshi
b9692e574c
reading named binding ( #844 )
* reading named binding
Reading named binding took me quite some time to actually get it to working, I believe adding this line would help other readers save some time
* Update docs/reference/service_discovery.md
Co-authored-by: John Luo <johluo@microsoft.com>
6 years ago
dotnet-maestro[bot]
29bc88afd8
Update dependencies from https://github.com/dotnet/arcade build 20201223.1 ( #871 )
[master] Update dependencies from dotnet/arcade
6 years ago
Justin Kotalik
89148557a7
Fixing documentation for preserving prefixes for ingress. ( #870 )
6 years ago
dotnet-maestro[bot]
1454af9a06
Update dependencies from https://github.com/dotnet/arcade build 20201221.12 ( #868 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
30d7ea0fed
Update dependencies from https://github.com/dotnet/arcade build 20201218.3 ( #867 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
bf4f3ac407
Update dependencies from https://github.com/dotnet/arcade build 20201216.18 ( #864 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
0b441c708e
Update dependencies from https://github.com/dotnet/arcade build 20201215.4 ( #862 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
a397c0b4e7
Update dependencies from https://github.com/dotnet/arcade build 20201214.8 ( #860 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
bb28899ce5
Update dependencies from https://github.com/dotnet/arcade build 20201211.1 ( #859 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
d8a241ec5d
Update dependencies from https://github.com/dotnet/arcade build 20201210.4 ( #858 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
febafc6029
Update dependencies from https://github.com/dotnet/arcade build 20201209.9 ( #855 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
596a6b1178
Update dependencies from https://github.com/dotnet/arcade build 20201208.21 ( #852 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
6d975f0e4e
Update dependencies from https://github.com/dotnet/arcade build 20201207.11 ( #850 )
[master] Update dependencies from dotnet/arcade
6 years ago
dotnet-maestro[bot]
e3ac0a31cb
Update dependencies from https://github.com/dotnet/arcade build 20201204.2 ( #848 )
[master] Update dependencies from dotnet/arcade
6 years ago
Habib Ahmed Qureshi
3321542a97
CONNECTIONSTRING comes as CONNECTIONSTRINGS ( #843 )
CONNECTIONSTRING comes as CONNECTIONSTRINGS in the environment variable.
(Discovery during debugging tye run --debug (code is .NET 5.0.100) via System.Environment.GetEnvironmentVariable
CONNECTIONSTRING__POSTGRES -> CONNECTIONSTRINGS__POSTGRES
6 years ago
Marvin Huber
21143d4e95
refactored using added language feature ( #836 )
* refactored using added language feature
* refactored using added language feature
6 years ago
dotnet-maestro[bot]
113fff4f35
Update dependencies from https://github.com/dotnet/arcade build 20201201.2 ( #840 )
[master] Update dependencies from dotnet/arcade
6 years ago
Marvin Huber
75a731b656
Refactore console extensions ( #822 )
* use of language feature
* removed intend if
* replaced ifs with switch
* Update ConsoleExtensions.cs
Co-authored-by: John Luo <johluo@microsoft.com>
6 years ago
Marvin Huber
1e5ca5b11e
Refactored ConfigFileFinder.cs ( #786 )
* use of array initialization
* applied format and nicer if flow
* added both missing nit nit: prefer braces around ifs
* added compersion check for 0
Co-authored-by: John Luo <johluo@microsoft.com>
6 years ago
newuser
2b126934ee
#380 make running proxy container be logged at DEBUG level ( #828 )
* #380 make running proxy container be logged at DEBUG level
* Update DockerRunner.cs
* Update DockerRunInfo.cs
* Update DockerRunner.cs
* Update DockerRunInfo.cs
Co-authored-by: PBA\ShevchukPA <ShevchukPA@pba.su>
Co-authored-by: Justin Kotalik <jukotali@microsoft.com>
6 years ago
Glenn Condron
58f79c546c
Update tye.yaml ( #833 )
This was made before we started using connectionString.
6 years ago
Marvin Huber
defd76dadc
refactored KubernetesIngressOutput.cs use of language feature ( #809 )
6 years ago
Marvin Huber
d11e807456
Refactore kubernetes manifest generator ( #810 )
* removed one intend
* changed 0 <= into == 0 because it can not be less then zero see also #786 for more informations
* added newline looks nicer
* removed intend if
* use of initalizes
* check for not null
* removed if nesteding
* check for null
* check for null
* remove if nesting
* added initializer
* use of language feature destruction key value
* removed unused () brakes
* use of switch statment instend of if
6 years ago
Marvin Huber
575e052fa6
Refactore elastic statck extension ( #814 )
6 years ago
Marvin Huber
0b043fcb35
Refactore seq extensions ( #815 )
* refactored foreach
* use of switch insted of ifs
6 years ago
Marvin Huber
3c7befca6c
Refactore zipkin extension ( #816 )
6 years ago
Marvin Huber
7a9e5c8021
Tye host ( #817 )
* refactored if
* refactored mess
* refactored foreach
* check for not null
* removed qualifyer
* removed cast<string>
6 years ago
Marvin Huber
c759cd7dfc
Refactore tye dashboard api ( #818 )
* renamed v1bindingList into v1BindingList
* added Deconstruct for use of language feature var (_, _) in foreach
* applied dotnet format
* refactored ifs into switch
* refactored foreach
* inverted if
* refactored foreach
* removed qulifier
* refactored foreachs
6 years ago
Marvin Huber
b8296be95b
refactored bad naming ( #819 )
6 years ago
Marvin Huber
40e6cd231e
refactored create directory ( #820 )
6 years ago
Marvin Huber
fc3b3d1656
use of language feature ( #821 )
6 years ago
Hossam Barakat
af84b2d3e8
fix #666 , enable dotnet watch to refresh on razer file changes ( #831 )
* fix #666 , enable dotnet watch to refresh on razer file changes
* Fix code format
6 years ago
Marvin Huber
fc35549df3
Refactore dapr extension ( #813 )
6 years ago
Marvin Huber
bb49c16164
Refactore process util ( #812 )
6 years ago
Marvin Huber
0387e4aa02
refactored for into foreach and added @ for naming delegate ( #811 )
6 years ago
dotnet-maestro[bot]
a2c8955a53
Update dependencies from https://github.com/dotnet/arcade build 20201123.2 ( #824 )
[master] Update dependencies from dotnet/arcade
6 years ago
Sumit Ghosh
112857f021
Updated Voting sample deployment steps ( #755 )
6 years ago
Chris Poole
01bf945a81
Fix dapr docs "Getting started" link ( #808 )
6 years ago
Justin Kotalik
e57af98c18
Initial docker-compose.yaml support ( #800 )
6 years ago
dawedawe
f4a6a7dac3
Fix a small typo ( #804 )
6 years ago