Dave Tillman
e05b4e58dd
More changes related to CloudFoundry refactoring
2016-02-02 09:46:56 -07:00
Dave Tillman
d2191d5d86
Update Simple sample - remove Cloudfoundry related code
2016-02-01 12:51:59 -07:00
Dave Tillman
0b9918a12f
Refactor CloudFoundry related code to separate repo
...
Per Matt Stine request, move cloudfoundry code to separate repo
2016-02-01 12:39:59 -07:00
Dave Tillman
2a62b6e023
Update cloudfoundry sample to display data from SCCS
2016-02-01 07:03:37 -07:00
Dave Tillman
8e771cc10c
Update samples to latest libraries
2016-01-21 13:11:25 -08:00
Dave Tillman
0c05dd5cc8
Added PCF SCCS integration
...
- Added code to do the OAUTH2 exchange to get access token
- Added code to enable/disable server certificate validation (e. g.
accept self signed certs)
Note: Enabling/Disabling certificate validation only works on windows
platforms. It works for both coreclr/corefx and desktop .NET runtimes.
The linux version of coreclr/corefx does not currently support disabling
validation.
2016-01-21 12:43:03 -08:00
Dave Tillman
f2ee6e09cd
Sample app tweaks
2016-01-20 10:22:24 -08:00
Dave Tillman
120bb65c52
ConfigServerClientSettings are now exposed as Configuration data
...
Config Server provider adds the client settings it uses to the
configuration Data dictionary and also there is an IOption<> POCO that
can be used to inject those settings via DI
2016-01-18 09:21:14 -08:00
Dave Tillman
02fff73fdd
Initial checkin of SimpleCloudFoundry sample app
2016-01-15 11:11:16 -08:00
Dave Tillman
29181aa5d7
Project file tidy
2016-01-15 11:07:55 -08:00
Dave Tillman
c2c3f3d099
Initial checkin of Simple sample app
...
A sample app that works with the out of the box OSS Spring Cloud Config
Server
2016-01-15 05:40:52 -08:00
Dave Tillman
74051e92b8
Better handle case of VCAP environment variables not present
2016-01-14 14:14:08 -08:00
Dave Tillman
f647e66bba
Add AccessTokenUri, ClientId, ClientSecret to ConfigServer providers settings
...
These are needed for CloudFoundry environment
2016-01-13 07:49:27 -08:00
Dave Tillman
75726f36ed
Add Apache License file: License.txt
2016-01-13 06:47:06 -08:00
Dave Tillman
364468e63f
Tidy up test method names
2016-01-12 16:17:04 -08:00
Dave Tillman
087d29ba5f
Add some CloudFoundry integration tests
2016-01-12 16:14:25 -08:00
Dave Tillman
91f5b6f60a
Started to add CloudFoundry configuration setting support
...
Still more to do!
2016-01-12 16:13:19 -08:00
Dave Tillman
f8fc070ab7
Add Options support to CloudFoundry provider
...
Added CloudFoundryApplicationOptions and CloudFoundryServicesOptions
which can be used with DI to obtain VCAP_APPLICATION and VCAP_SERVICES
values
2016-01-12 16:00:49 -08:00
Dave Tillman
a99c3baeef
Added placeholders support into config server provider
2016-01-11 06:11:05 -08:00
Dave Tillman
2c38f89048
Nail down asp.net version to rc1-final.
2016-01-08 10:51:19 -08:00
Dave Tillman
d2627494c9
Align environment property naming
2016-01-08 10:50:47 -08:00
Dave Tillman
275a0dc1e4
Refactor where/how client settings are built for config server provider extension methods
2016-01-08 08:24:47 -08:00
Dave Tillman
50704f7560
Add some unit tests verifying Logging
2016-01-07 11:13:17 -08:00
Dave Tillman
208f3e8b23
Tidy up integration test for case when Config Server not running
2016-01-07 10:01:51 -08:00
Dave Tillman
64f083f4bb
Pin referenced Asp.NET version to rc1-final
...
Tests seem to get flakey if a restore is done and you end up with mixed
version numbers depending on what nugets get selected.
2016-01-07 10:00:14 -08:00
Dave Tillman
e4deaab220
Add ability to inject logging service
2016-01-06 16:33:28 -08:00
Dave Tillman
09262390bf
Initial check in of Cloudfoundry config extension provider
...
Added the projects to solution also
2016-01-06 15:51:59 -08:00
Dave Tillman
45cdb279b2
Add some missing copyright headers
2016-01-06 15:49:26 -08:00
Dave Tillman
76fe21d657
Unit/integration test updates/additions
...
- Add Integration test verifying Options dependency injection mechanism
works with Config Server data
- Fix some unit test so they run on OSX
2016-01-05 15:47:39 -08:00
Dave Tillman
fb1c99228c
Initial Config Server provider check-in
2016-01-04 09:52:33 -08:00
Dave Tillman
8651dd09f5
Initial commit
2016-01-04 09:33:08 -07:00