Chris Cheetham
c4c3a61762
Set next version to 0.9.1
2021-02-17 09:55:17 -05:00
Chris Cheetham
113c0789cf
Reconfigure production to use "main" config branch
2021-02-17 09:52:53 -05:00
Chris Cheetham
3de9dfadca
Ignore prefix when comparing versions
...
When Microsoft changed their naming scheme starting with .NET 5, version
comparison broke for the .NET releases. E.g., "netcoreapp2.1" and "net5.0"
were considered different products resulting in version comparison to throw
an exception. The easiest "fix" was to ignore prefixes altogether.
An effect of this change is that more care is needed when crafting
configuration since a typoed prefix will be ignored.
2020-12-22 09:56:47 -05:00
Chris Cheetham
2d0c99f10e
Use local Docker repository for local K8s
2020-12-11 09:28:09 -05:00
Chris Cheetham
3f20a00f25
Set next version to 0.9.0
2020-12-07 12:14:10 -05:00
Chris Cheetham
6570471be0
Install .NET 2.0 SDK for Sonar
2020-12-07 12:03:36 -05:00
Chris Cheetham
1762cb2eaf
Enable SonarQube analysis
2020-12-07 11:59:00 -05:00
Chris Cheetham
c14dfdce0a
Update README in preparation for release [ #13 ]
2020-12-01 09:57:17 -05:00
Chris Cheetham
9afdd40ab7
Bump InitializrApi to 1.0.0
2020-12-01 05:51:48 -05:00
Chris Cheetham
bfb84742ed
Update staging Config Server URL
2020-11-13 15:51:19 -05:00
Chris Cheetham
f79901a041
Merge pull request #64 from ccheetham/dev
...
Update staging Config Server URL
2020-11-12 14:39:17 -05:00
Chris Cheetham
1a27b20cec
Update staging Config Server URL
2020-11-12 14:34:41 -05:00
Chris Cheetham
e08d4fbcb6
Merge pull request #63 from ccheetham/dev
...
Update InitializrWeb integration tests
2020-11-12 13:35:51 -05:00
Chris Cheetham
1b8ddb7b07
Update InitializrWeb integration tests
2020-11-12 13:32:29 -05:00
Chris Cheetham
707cb3615f
Merge pull request #61 from ccheetham/dev
...
Add DotNet framework range support
2020-11-11 13:33:46 -05:00
Chris Cheetham
246dd24fd3
Add DotNet framework range support
2020-11-11 13:19:55 -05:00
Chris Cheetham
66e0bd4510
Merge pull request #60 from ccheetham/dev
...
Organize resources into single location
2020-11-10 13:13:15 -05:00
Chris Cheetham
015e60bfa0
Organize resources into single location
2020-11-10 13:10:59 -05:00
Chris Cheetham
7b2cf160e8
Merge pull request #59 from ccheetham/dev
...
Add logo and accept POST /api/project
2020-11-10 10:37:06 -05:00
Chris Cheetham
a9634a912d
Accept POST requests at /api/project
2020-11-10 10:33:46 -05:00
Chris Cheetham
fcd25ce179
Add Steeltoe logo to header of help doc
2020-11-10 10:26:19 -05:00
Chris Cheetham
eba72a8844
Merge pull request #58 from ccheetham/dev
...
Workaround inability to use custom converter
2020-11-10 06:57:06 -05:00
Chris Cheetham
68a2e22e24
Workaround inability to use custom converter via
...
It appears Config Server client ignores custom type converters.
2020-11-10 06:54:48 -05:00
Chris Cheetham
d2a082132f
Merge pull request #57 from ccheetham/dev
...
Reset web test payload URL to SteeltoeOSS/InitializrWeb
2020-11-06 11:41:30 -05:00
Chris Cheetham
d47e47d04d
Reset web test payload URL to SteeltoeOSS/InitializrWeb
2020-11-06 11:39:12 -05:00
Chris Cheetham
4921347a25
Merge pull request #55 from ccheetham/dev
...
Update metadata field names to better match Spring
2020-11-06 11:06:44 -05:00
Chris Cheetham
e2b583f3ea
Update metadata field names to better match Spring
2020-11-06 11:04:32 -05:00
Chris Cheetham
1f2ae1568a
Merge pull request #52 from ccheetham/dev
...
Fix zip archiver registration
2020-11-05 07:15:39 -05:00
Chris Cheetham
15e8eb482a
Fix zip archiver registration
2020-11-05 07:01:26 -05:00
Chris Cheetham
6bfca96096
Merge pull request #50 from ccheetham/45-help-doc
...
Adds a doc page at API root [#45 ]
2020-11-05 06:40:12 -05:00
Chris Cheetham
802b20ae7e
Adds a doc page at API root [ #45 ]
...
Also:
- renames some project metadata fields to better match Spring
- tweaks controllers to maintain reference to config service
2020-11-05 06:29:46 -05:00
Chris Cheetham
e539365728
Merge pull request #49 from ccheetham/dev
...
Bump Steeltoe version to 3.0.1
2020-11-04 08:40:24 -05:00
Chris Cheetham
a1713c7a4c
Update URL to Steetltoe 3.0.x templates
2020-11-03 05:36:30 -05:00
Chris Cheetham
579b03e1c9
Update staging Config Server URL
2020-11-02 10:41:57 -05:00
Chris Cheetham
52aa4613e0
Bump Steeltoe to 3.0.1
2020-11-02 10:41:25 -05:00
Chris Cheetham
0c9124fdc6
Update Web integration test
2020-11-02 10:40:55 -05:00
Chris Cheetham
dd0ba4e092
Merge pull request #48 from ccheetham/dev
...
Add CORS configuration option [#36 ]
2020-11-02 09:44:27 -05:00
Chris Cheetham
ada0ddc91d
Add CORS configuration option [ #36 ]
2020-11-02 08:36:50 -05:00
Chris Cheetham
f2079caf11
Add an Initializr:Configuration section to appsettings
2020-11-02 08:18:05 -05:00
Chris Cheetham
1565ee395c
Document stubs for configuration
2020-11-02 07:56:44 -05:00
Chris Cheetham
7e4b14c772
Merge pull request #47 from ccheetham/dev
...
Define kubernetes development env
2020-11-02 06:44:58 -05:00
Chris Cheetham
efe963d8ce
Define kubernetes development env
2020-11-02 06:43:02 -05:00
Chris Cheetham
bfae545134
Merge pull request #46 from ccheetham/range-support
...
Add version range support
2020-10-30 14:26:28 -04:00
Chris Cheetham
02b010d1b6
Add version range support
2020-10-30 14:25:55 -04:00
Chris Cheetham
d0b2d41943
Merge pull request #43 from ccheetham/16-api-endpoints-for-specific-metadata
...
endpoints for specific metadata
2020-10-28 15:44:03 -04:00
Chris Cheetham
a39c0449eb
Add endpoints for specific metadata [ #16 ]
2020-10-28 15:42:59 -04:00
Chris Cheetham
dd2c7ed3a6
Set web test payload URL to SteeltoeOSS/InitializrWeb
2020-10-28 10:12:58 -04:00
Chris Cheetham
5da9e2c105
Merge pull request #42 from ccheetham/dev
...
logging and Docker improvements
2020-10-27 13:12:58 -04:00
Chris Cheetham
f648e6b953
Use tagged Docker images
2020-10-27 13:09:28 -04:00
Chris Cheetham
4e7d9f1b00
Log Config Server details
2020-10-27 13:07:25 -04:00