Chris Cheetham
e76278e891
Consolidate K8s configuration into single manifest
2021-04-13 08:19:16 -04:00
Ken Swan
d537f9bf0b
Fix Circuit Breaker Syntax ( #89 )
2021-03-21 18:00:44 -05:00
Chris Cheetham
c12a7c783d
Merge pull request #87 from SteeltoeOSS/circuit-breaker-dependencies
...
Hystrix Service Configuration (Startup)
2021-03-19 15:54:17 -04:00
Ken Swan
fb7ba387c3
add Hystrix service configuration
2021-03-19 14:45:45 -05:00
Chris Cheetham
7ba8be458e
Merge pull request #85 from SteeltoeOSS/cf-app-config
...
App Configuration with Cloud Foundry Dependencies
2021-03-16 16:21:43 -04:00
Ken Swan
0665e0db10
Add cloud foundry app config dependency in startup
2021-03-16 15:16:11 -05:00
Chris Cheetham
fe24a6ee79
Merge pull request #86 from ccheetham/dev
...
add workspace support
2021-03-16 08:08:40 -04:00
Chris Cheetham
21150a2958
Obsolete
2021-03-14 15:08:52 -04:00
Chris Cheetham
1947bebfd3
Obsolete
2021-03-14 15:08:14 -04:00
Chris Cheetham
c5c5686a1a
Use semantic versioning terms
2021-03-14 15:05:01 -04:00
Chris Cheetham
b6cc6e95be
Use semantic versioning terms
2021-03-14 14:58:25 -04:00
Chris Cheetham
4ebd9a558e
Add VS Code support
2021-03-13 12:45:36 -05:00
Chris Cheetham
eb0bbea6f0
Add NuGet feed
2021-03-11 13:00:58 -05:00
Chris Cheetham
842a2c945b
Bump Steeltoe.InitializrApi.Models to 0.12.0-1
2021-03-11 12:44:41 -05:00
Chris Cheetham
2c1a06f49b
Tidy names
2021-03-11 11:22:07 -05:00
Chris Cheetham
9d00eab484
Correct pipeline syntax
2021-03-11 11:04:49 -05:00
Chris Cheetham
dd8c0298d3
Prepare for multi-stage pipeline
...
[#76 ]
2021-03-11 11:02:21 -05:00
Chris Cheetham
2a27f2782b
Add appsettings.Development.json to manifests
...
[#73 ]
2021-03-11 10:50:40 -05:00
Chris Cheetham
aae258c9d7
Add an appsettings.Development.json file
...
Also defined more loggers
[#73 ]
2021-03-11 10:19:41 -05:00
Ken Swan
abf175bd07
Correct Logging Variable Name ( #83 )
2021-03-10 15:54:25 -06:00
Chris Cheetham
01eafa8098
Add SteeltoeApi.Models package ref
2021-03-10 14:58:09 -05:00
Chris Cheetham
072b4fa118
Add steeltoedev MyGet feed
2021-03-10 14:56:38 -05:00
Chris Cheetham
76ed8f72bc
Add missing "add connection" for SQL Server
...
Also cleanup package references and using statements.
[#81 ]
2021-03-09 11:02:42 -05:00
Chris Cheetham
3a286e2168
Be less strict with docker-compose version
2021-03-09 10:25:20 -05:00
Chris Cheetham
8360790842
Set a logging level for the project
...
Also
* set default level to Warning
* remove other level configs
[#73 ]
2021-03-09 09:44:45 -05:00
Chris Cheetham
27d9a9c2b2
Add missing dependency for Eureka discovery client
...
[#80 ]
2021-03-08 13:57:43 -05:00
Chris Cheetham
898ab52007
Bump Steeltoe 2.5 to 2.5.3
...
[#79 ]
2021-03-05 14:34:34 -05:00
Chris Cheetham
233899cb69
Bump Npgsql version to 5.0.* for net5.0
...
[#78 ]
2021-03-05 14:32:28 -05:00
Chris Cheetham
75034bf874
Bump Npgsql version to 4.1.*
...
[#78 ]
2021-03-05 14:26:53 -05:00
Chris Cheetham
9989664dfa
Fix compile error for sqlserver dependency
...
[#77 ]
2021-03-05 14:02:00 -05:00
Chris Cheetham
78075d4e54
Merge pull request #75 from SteeltoeOSS/5-integration-testing
...
5 integration testing
2021-03-05 13:27:16 -05:00
Chris Cheetham
9d313eb229
Automate Initializr testing
...
Initial implementation runs tests against the InitializrAPI project endpoint.
* for each Steeltoe version, .NET framework, and dependency, download/build project
* for each Steeltoe version and .NET framework, download/build project for with every dependency
* each test runs in dedicated sandbox rooted in (tempdir)/Steeltoe.Initializr.ApiTests
* successful tests remove sandbox
* failed tests leave sandbox for post mortem
[#5 ]
2021-03-05 13:15:36 -05:00
Chris Cheetham
17f1139471
Add "Solution Items" project [ #5 ]
2021-03-03 10:42:06 -05:00
Chris Cheetham
69f6f58867
Stub for project solution [ #5 ]
2021-03-03 10:42:06 -05:00
Chris Cheetham
c548cb71b6
Update Microsoft Docker repo location
...
[#74 ]
2021-03-03 09:25:03 -05:00
Chris Cheetham
db3aac8592
Update .NET Docker images for net5.0
...
[#72 ]
2021-03-03 08:57:13 -05:00
Chris Cheetham
4cb5bd912b
Ignore JetBrains state
2021-02-12 11:12:25 -05:00
Chris Cheetham
a003154129
Various fixes, most related to #67
2021-02-05 15:22:11 -05:00
Chris Cheetham
99ae8cdc89
Add 3.0.x/net5.0 template URL
...
[#70 ]
2021-02-05 14:35:05 -05:00
Chris Cheetham
366f27a398
Create templates for .NET 5.0
...
[Fixes #70 ]
2021-02-05 14:25:02 -05:00
Chris Cheetham
5361822e40
Use {{data-redis}} for Redis dependency
...
[Fixes #69 ]
2021-02-05 13:48:30 -05:00
Chris Cheetham
db1ad3f841
Use {{data-mongodb}} for MongoDB dependency
...
[Fixes #68 ]
2021-02-05 13:41:51 -05:00
Chris Cheetham
58e48bc763
Use floating versions for library specs
...
[Fixes #67 ]
2021-02-05 13:33:00 -05:00
Chris Cheetham
5475b8d352
Fix Steeltoe 2.5.2 description
...
[Fixes #64 ]
2021-02-05 13:01:05 -05:00
Chris Cheetham
9a62287904
Remove support for Steeltoe 2.4.x
...
Fixes #63
2021-02-05 12:59:27 -05:00
Chris Cheetham
9e9cd63812
Do not initialize DBs with test data
...
Adding sample code to initialize test data is beyond the
purview of the Initializr.
[Fixes #40 ]
2021-02-05 12:27:27 -05:00
Chris Cheetham
3cb0bb5815
Do not assume CloudFoundry as Actuator dependency
...
Unless CloudFoundry is also a dependency, do not add CloudFoundry libraries/code.
[Fixes #46 ]
2021-02-05 11:58:23 -05:00
Chris Cheetham
9a4f7aaefd
Rename default circuit breaker [ Fixes #48 ]
2021-02-05 10:12:06 -05:00
Chris Cheetham
4e299c451a
Fix YAML syntax error
2021-02-05 09:33:39 -05:00
Chris Cheetham
f5bdd5a61d
azure-spring-cloud does not yet support net5.0
2021-02-05 09:16:16 -05:00