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 )
5 years ago
Justin Kotalik
c5c039ff30
Fixing Env var for dapr on unix ( #907 )
5 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
5 years ago
Justin Kotalik
c50d480e37
Fixing ingress for local rules ( #897 )
5 years ago
Justin Kotalik
4c52a2181f
Fix tye init --force ( #896 )
5 years ago
John Luo
4bfccefe7d
Update SDK resolution and error message ( #892 )
* Resolve from project directory and fall back to global
5 years ago
Justin Kotalik
ae44f39542
Revert ingress update for 1.18 or lower ( #893 )
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
45bf5528b6
[Dapr Extension] Allow defining custom placement container address ( #767 )
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
Justin Kotalik
89148557a7
Fixing documentation for preserving prefixes for ingress. ( #870 )
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
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
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
Justin Kotalik
e57af98c18
Initial docker-compose.yaml support ( #800 )
6 years ago
sirh3e
f5218f8f96
Refactor core validate secret step ( #787 )
* ValidateSecretStep remove nested if
* applied format
* added both missing nit nit: prefer braces around ifs
6 years ago
sirh3e
1f22ae5023
Refactor core process extensions ( #789 )
* refactored ProcessExtensions.cs use of language feature using added in csharp 8.0
* refactored ProcessExtensions.cs removed nested if
* refactored ProcessExtensions.cs removed nested if
* refactored ProcessExtensions.cs removed duplicated quilifer
* refactored ProcessExtensions.cs removed conditional access qualifier can not be null at this point
* refactored ProcessExtensions.cs removed var value is not used
* refactored ProcessExtensions.cs applied again quiliers missed that it is a extension
* added both missing nit nit: prefer braces around ifs
6 years ago
qpooqp
474dae7f49
Added functionality to specify default options for commands ( #736 )
6 years ago
sirh3e
fc8fc21c2a
refactored CombineStep.cs removed redundant ToString call ( #785 )
* refactored CombineStep.cs removed redundant ToString call
* refactored CombineStep.cs applied string interpolation feature
* refactored CombineStep.cs use of language feature
6 years ago
sirh3e
d0dffe2cf1
refactored Project.cs use of language feature ( #788 )
6 years ago
sirh3e
6c2b0cc060
Feature refactor core ( #784 )
* simplied item use of language feature
* use of object initializer
* fixed Fix whitepsace formatting on line 33, column 74, 106
* applied format
6 years ago
Stephen Brown
e51393b38d
Fix typo in proxyContainer ( #781 )
* Fix typo in proxyContainer
* Fix typo in proxyContainer
6 years ago
sirh3e
c0019172d2
Update ApplicationFactory.cs ( #777 )
6 years ago