Jason Konicki
11e6e2222b
Add moved notice to the readme
2019-05-15 09:53:29 -04:00
hananiel
b76cac9c89
Fix bad merge
2019-04-18 00:29:29 -04:00
Mateusz Karkula
b30018ac7b
Fix GetPropertySourceDescriptor() - get value from provider instead of root ( #59 )
2019-04-18 00:25:59 -04:00
Hananiel Sarella
469ce90729
Microsoft health checks ( #60 )
...
* Add support for Microsoft health checks
2019-04-17 23:09:36 -04:00
Tim Hess
ef8a089078
follow style rules
2019-03-28 11:38:22 -05:00
Tim Hess
632ff92e5b
update stylecop to use https for apache license in file headers
2019-03-28 11:37:49 -05:00
Spring Operator
888eab4020
URL Cleanup ( #47 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 3 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/ ) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 587 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0 ) result 200).
2019-03-28 11:21:04 -05:00
Spring Operator
38a768467d
URL Cleanup ( #54 )
...
This commit updates URLs to prefer the https protocol. Redirects are not followed to avoid accidentally expanding intentionally shortened URLs (i.e. if using a URL shortener).
# Fixed URLs
## Fixed But Review Recommended
These URLs were fixed, but the https status was not OK. However, the https status was the same as the http request or http redirected to an https URL, so they were migrated. Your review is recommended.
* [ ] http://network.pivotal.io/open-source (301) with 1 occurrences migrated to:
https://network.pivotal.io/open-source ([https](https://network.pivotal.io/open-source ) result ReadTimeoutException).
* [ ] http://foo.com/api/v2/spans (PrematureCloseException) with 3 occurrences migrated to:
https://foo.com/api/v2/spans ([https](https://foo.com/api/v2/spans ) result AnnotatedConnectException).
* [ ] http://foo.bar/foo (UnknownHostException) with 2 occurrences migrated to:
https://foo.bar/foo ([https](https://foo.bar/foo ) result UnknownHostException).
## Fixed Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://redis.io/ with 1 occurrences migrated to:
https://redis.io/ ([https](https://redis.io/ ) result 200).
* [ ] http://redis.io/documentation with 1 occurrences migrated to:
https://redis.io/documentation ([https](https://redis.io/documentation ) result 200).
* [ ] http://redis.io/topics/license with 1 occurrences migrated to:
https://redis.io/topics/license ([https](https://redis.io/topics/license ) result 200).
* [ ] http://aspnetwebstack.codeplex.com/wikipage?title=Contributors with 1 occurrences migrated to:
https://aspnetwebstack.codeplex.com/wikipage?title=Contributors ([https](https://aspnetwebstack.codeplex.com/wikipage?title=Contributors ) result 301).
* [ ] http://msdn.microsoft.com/en-us/library/ms647001 with 1 occurrences migrated to:
https://msdn.microsoft.com/en-us/library/ms647001 ([https](https://msdn.microsoft.com/en-us/library/ms647001 ) result 301).
# Ignored
These URLs were intentionally ignored.
* http://localhost/actuator with 4 occurrences
* http://localhost/actuator/info with 2 occurrences
* http://localhost/cloudfoundryapplication with 10 occurrences
* http://localhost/cloudfoundryapplication/barfoo with 1 occurrences
* http://localhost/cloudfoundryapplication/down with 1 occurrences
* http://localhost/cloudfoundryapplication/dump with 2 occurrences
* http://localhost/cloudfoundryapplication/env with 2 occurrences
* http://localhost/cloudfoundryapplication/health with 9 occurrences
* http://localhost/cloudfoundryapplication/heapdump with 2 occurrences
* http://localhost/cloudfoundryapplication/info with 13 occurrences
* http://localhost/cloudfoundryapplication/infomanagement with 1 occurrences
* http://localhost/cloudfoundryapplication/loggers with 7 occurrences
* http://localhost/cloudfoundryapplication/loggers/Default with 2 occurrences
* http://localhost/cloudfoundryapplication/loggers/Steeltoe with 2 occurrences
* http://localhost/cloudfoundryapplication/mappings with 1 occurrences
* http://localhost/cloudfoundryapplication/out with 1 occurrences
* http://localhost/cloudfoundryapplication/refresh with 2 occurrences
* http://localhost/cloudfoundryapplication/trace with 3 occurrences
* http://localhost/cloudfoundryapplication/unknown with 1 occurrences
* http://localhost/info with 2 occurrences
* http://localhost/management with 2 occurrences
* http://localhost/management/dump with 1 occurrences
* http://localhost/management/env with 1 occurrences
* http://localhost/management/health with 2 occurrences
* http://localhost/management/infomanagement with 2 occurrences
* http://localhost/management/loggers with 1 occurrences
* http://localhost/management/metrics with 1 occurrences
* http://localhost:1111/myPath with 1 occurrences
* http://localhost:5000/foobar with 14 occurrences
* http://localhost:5000/foobar/info with 2 occurrences
* http://localhost:5555/ with 13 occurrences
* http://localhost:5555/foo/bar with 2 occurrences
* http://localhost:9411/api/v2/spans with 1 occurrences
* http://localhost:9999/foo with 5 occurrences
2019-03-28 11:20:23 -05:00
Hananiel Sarella
b8c0f95b4a
Remove bad argument from health ep middleware, fix tests ( #53 )
2019-03-27 17:47:33 -04:00
Andrew Stakhov
7812e01ca0
Runner for launching Cloud Foundry tasks bundled with the app ( #58 )
...
* Runner for launching Cloud Foundry tasks bundled with the app
* Whitespace fixes & use https for apache license
2019-03-27 06:56:54 -05:00
Tim Hess
df990986da
Add Sourcelink [ #158000056 ], remove nuget metadata from tests
2019-03-14 18:05:17 -05:00
Hananiel
820d8f212d
Polish
2019-03-07 12:19:44 -05:00
Hananiel
c32daa2d8c
fix typo
2019-03-05 10:14:23 -05:00
Hananiel Sarella
2d9bafbd7d
handle basePath correctly when context-routing is used ( #45 )
2019-03-05 10:10:20 -05:00
Hananiel Sarella
0428a6006e
Fix warnings ( #44 )
...
* Change showdetails default to always, Add toggles for version, change discovery namespace to hypermedia
2019-03-01 16:14:41 -05:00
Dave Tillman
94993621a1
Updates for latest OpenCensus packages (Unit tests passing)
2019-03-01 11:10:25 -07:00
Tim Hess
0527171132
Merge branch 'dev'
2019-02-22 11:05:21 -06:00
Hananiel Sarella
109e06181c
Health endpoint: change showdetails default to always ( #43 )
2019-02-21 15:46:24 -05:00
Tim Hess
1d29cf6f6b
update versions-master.props
2019-02-21 08:01:46 -06:00
SteeltoeCI
93906e3cb4
Update versions-master.props from Common
2019-02-21 12:27:57 +00:00
Hananiel Sarella
0cdc555de6
Sanitize output of env endpoint ( #42 )
...
* Sanitize output of env endpoint
2019-02-14 10:18:13 -05:00
Hananiel Sarella
069dfb2fb2
Health endpoint show details ( #41 )
...
* Implement Health ShowDetails Options
2019-02-13 15:02:53 -05:00
Hananiel Sarella
5a5f134114
Add Exposed feature ( #40 )
...
Adds following features for compatibility with Spring Boot 2.0:
* Allows endpoints to be exposed outside applications when running in CloudFoundry
* Add Exposure feature that allows opt-in or opt-out for endpoints outside apps man integration
* Remove/Obsolete sensitive settings
* Add new HttpTrace endpoint to support v2 schema changes
* Update the content response header
2019-02-13 13:41:08 -05:00
Hananiel Sarella
869d99106d
Add templated field ( #39 )
2019-02-05 18:42:54 -05:00
Hananiel Sarella
eec5ae4b8c
Add separate endpoints ( #38 )
...
Allow /actuator endpoints in addition to /cloudfoundryapplication endpoints
Add security so only health and info are "open" by default and unavailable unless a principal is presented
2019-02-05 16:19:53 -05:00
SteeltoeCI
0de1b46725
Update versions-dev.props from Configuration
2019-01-06 06:04:00 +00:00
SteeltoeCI
165b6e6c00
Update versions-dev.props from Configuration
2019-01-06 04:54:55 +00:00
SteeltoeCI
e3d5a32649
Update versions-dev.props from Configuration
2019-01-06 03:50:00 +00:00
SteeltoeCI
667b49fc13
Update versions-dev.props from Configuration
2019-01-06 02:45:08 +00:00
SteeltoeCI
8b1e3d3c86
Update versions-dev.props from Configuration
2019-01-06 01:38:59 +00:00
SteeltoeCI
0bea3ff4ce
Update versions-dev.props from Configuration
2019-01-06 00:35:37 +00:00
SteeltoeCI
d01a351b3c
Update versions-dev.props from Configuration
2019-01-05 23:31:10 +00:00
SteeltoeCI
d13fe48c6c
Update versions-dev.props from Configuration
2019-01-05 22:25:54 +00:00
SteeltoeCI
7d1993faa4
Update versions-dev.props from Configuration
2019-01-05 21:20:24 +00:00
SteeltoeCI
dc6c8fdf08
Update versions-dev.props from Configuration
2019-01-05 20:15:34 +00:00
SteeltoeCI
6e672513a2
Update versions-dev.props from Configuration
2019-01-05 19:11:57 +00:00
SteeltoeCI
dfc5ac4da5
Update versions-dev.props from Configuration
2019-01-05 18:05:11 +00:00
SteeltoeCI
e0851329bc
Update versions-dev.props from Configuration
2019-01-05 16:54:20 +00:00
SteeltoeCI
d9d6f11a77
Update versions-dev.props from Configuration
2019-01-05 15:47:35 +00:00
SteeltoeCI
ae2ef877fe
Update versions-dev.props from Configuration
2019-01-05 14:40:20 +00:00
SteeltoeCI
16d6d3590f
Update versions-dev.props from Configuration
2019-01-05 13:36:40 +00:00
SteeltoeCI
9148d4ef01
Update versions-dev.props from Configuration
2019-01-05 12:34:11 +00:00
SteeltoeCI
806fda4059
Update versions-dev.props from Configuration
2019-01-05 11:31:46 +00:00
SteeltoeCI
12c6a49641
Update versions-dev.props from Configuration
2019-01-05 10:29:32 +00:00
SteeltoeCI
bd5261d688
Update versions-dev.props from Configuration
2019-01-05 09:25:47 +00:00
SteeltoeCI
9de14e17fc
Update versions-dev.props from Configuration
2019-01-05 08:23:38 +00:00
SteeltoeCI
b3b84e8f77
Update versions-dev.props from Configuration
2019-01-05 07:22:14 +00:00
SteeltoeCI
8639e8dcbf
Update versions-dev.props from Configuration
2019-01-05 06:19:41 +00:00
SteeltoeCI
428a7d1402
Update versions-dev.props from Configuration
2019-01-05 05:13:52 +00:00
SteeltoeCI
eb4def6534
Update versions-dev.props from Configuration
2019-01-05 04:09:56 +00:00