dotnet-maestro[bot]
a397c0b4e7
Update dependencies from https://github.com/dotnet/arcade build 20201214.8 ( #860 )
...
[master] Update dependencies from dotnet/arcade
2020-12-16 13:36:04 +00:00
dotnet-maestro[bot]
bb28899ce5
Update dependencies from https://github.com/dotnet/arcade build 20201211.1 ( #859 )
...
[master] Update dependencies from dotnet/arcade
2020-12-15 13:47:12 +00:00
dotnet-maestro[bot]
d8a241ec5d
Update dependencies from https://github.com/dotnet/arcade build 20201210.4 ( #858 )
...
[master] Update dependencies from dotnet/arcade
2020-12-12 13:34:40 +00:00
dotnet-maestro[bot]
febafc6029
Update dependencies from https://github.com/dotnet/arcade build 20201209.9 ( #855 )
...
[master] Update dependencies from dotnet/arcade
2020-12-11 13:34:16 +00:00
dotnet-maestro[bot]
596a6b1178
Update dependencies from https://github.com/dotnet/arcade build 20201208.21 ( #852 )
...
[master] Update dependencies from dotnet/arcade
2020-12-10 13:34:47 +00:00
dotnet-maestro[bot]
6d975f0e4e
Update dependencies from https://github.com/dotnet/arcade build 20201207.11 ( #850 )
...
[master] Update dependencies from dotnet/arcade
2020-12-09 13:38:46 +00:00
dotnet-maestro[bot]
e3ac0a31cb
Update dependencies from https://github.com/dotnet/arcade build 20201204.2 ( #848 )
...
[master] Update dependencies from dotnet/arcade
2020-12-08 13:41:14 +00:00
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
2020-12-04 11:01:40 -08:00
Marvin Huber
21143d4e95
refactored using added language feature ( #836 )
...
* refactored using added language feature
* refactored using added language feature
2020-12-04 10:59:26 -08:00
dotnet-maestro[bot]
113fff4f35
Update dependencies from https://github.com/dotnet/arcade build 20201201.2 ( #840 )
...
[master] Update dependencies from dotnet/arcade
2020-12-03 13:35:08 +00:00
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>
2020-12-02 10:33:03 -08:00
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>
2020-12-02 10:26:33 -08:00
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>
2020-12-02 10:23:26 -08:00
Glenn Condron
58f79c546c
Update tye.yaml ( #833 )
...
This was made before we started using connectionString.
2020-12-02 09:56:06 -08:00
Marvin Huber
defd76dadc
refactored KubernetesIngressOutput.cs use of language feature ( #809 )
2020-12-01 09:48:53 -08:00
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
2020-12-01 09:48:37 -08:00
Marvin Huber
575e052fa6
Refactore elastic statck extension ( #814 )
2020-12-01 09:46:43 -08:00
Marvin Huber
0b043fcb35
Refactore seq extensions ( #815 )
...
* refactored foreach
* use of switch insted of ifs
2020-12-01 09:46:22 -08:00
Marvin Huber
3c7befca6c
Refactore zipkin extension ( #816 )
2020-12-01 09:46:00 -08:00
Marvin Huber
7a9e5c8021
Tye host ( #817 )
...
* refactored if
* refactored mess
* refactored foreach
* check for not null
* removed qualifyer
* removed cast<string>
2020-12-01 09:45:06 -08:00
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
2020-12-01 09:42:45 -08:00
Marvin Huber
b8296be95b
refactored bad naming ( #819 )
2020-12-01 09:40:24 -08:00
Marvin Huber
40e6cd231e
refactored create directory ( #820 )
2020-12-01 09:39:39 -08:00
Marvin Huber
fc3b3d1656
use of language feature ( #821 )
2020-12-01 09:37:07 -08:00
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
2020-12-01 09:31:08 -08:00
Marvin Huber
fc35549df3
Refactore dapr extension ( #813 )
2020-11-25 12:03:54 -08:00
Marvin Huber
bb49c16164
Refactore process util ( #812 )
2020-11-25 09:53:55 -08:00
Marvin Huber
0387e4aa02
refactored for into foreach and added @ for naming delegate ( #811 )
2020-11-25 09:52:24 -08:00
dotnet-maestro[bot]
a2c8955a53
Update dependencies from https://github.com/dotnet/arcade build 20201123.2 ( #824 )
...
[master] Update dependencies from dotnet/arcade
2020-11-24 13:40:37 +00:00
Sumit Ghosh
112857f021
Updated Voting sample deployment steps ( #755 )
2020-11-23 09:54:44 -08:00
Chris Poole
01bf945a81
Fix dapr docs "Getting started" link ( #808 )
2020-11-23 09:52:43 -08:00
Justin Kotalik
e57af98c18
Initial docker-compose.yaml support ( #800 )
2020-11-23 09:26:52 -08:00
dawedawe
f4a6a7dac3
Fix a small typo ( #804 )
2020-11-19 09:28:44 -08:00
dotnet-maestro[bot]
f192e59df9
Update dependencies from https://github.com/dotnet/arcade build 20201117.7 ( #805 )
...
[master] Update dependencies from dotnet/arcade
2020-11-19 13:39:14 +00:00
sirh3e
f5218f8f96
Refactor core validate secret step ( #787 )
...
* ValidateSecretStep remove nested if
* applied format
* added both missing nit nit: prefer braces around ifs
2020-11-18 12:37:10 -08:00
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
2020-11-18 12:37:00 -08:00
dotnet-maestro[bot]
2804fb86f5
[master] Update dependencies from dotnet/arcade ( #799 )
...
[master] Update dependencies from dotnet/arcade
2020-11-18 13:40:28 +00:00
qpooqp
474dae7f49
Added functionality to specify default options for commands ( #736 )
2020-11-17 12:14:12 -08:00
Justin Kotalik
eea5ebff55
Update format.yml ( #801 )
2020-11-17 11:35:58 -08:00
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
2020-11-17 11:20:37 -08:00
sirh3e
d0dffe2cf1
refactored Project.cs use of language feature ( #788 )
2020-11-17 11:19:44 -08:00
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
2020-11-13 16:04:26 -08:00
Stephen Brown
e51393b38d
Fix typo in proxyContainer ( #781 )
...
* Fix typo in proxyContainer
* Fix typo in proxyContainer
2020-11-13 08:50:29 -08:00
dotnet-maestro[bot]
6f405e2b7e
Update dependencies from https://github.com/dotnet/arcade build 20201111.5 ( #782 )
...
[master] Update dependencies from dotnet/arcade
2020-11-13 15:06:56 +00:00
sirh3e
c0019172d2
Update ApplicationFactory.cs ( #777 )
2020-11-12 09:30:14 -08:00
sirh3e
7520f61a9e
Update Pipeline.cs ( #778 )
2020-11-12 09:29:47 -08:00
Justin Kotalik
c91e24cf22
Local settings nit ( #769 )
2020-11-09 21:01:54 -08:00
Justin Kotalik
b7333df821
Commit local.settings.json files
2020-11-09 20:37:49 -08:00
John Luo
90d3e4e480
Update cli args documentation ( #760 )
2020-11-06 15:05:03 -08:00
John Luo
01ec0ca7d1
Updating version to 0.6.0 ( #757 )
2020-11-05 13:21:53 -08:00