Граф коммитов

327 Коммитов

Автор SHA1 Сообщение Дата
Jason Konicki 608dd85644 Add moved notice to the readme 2019-05-15 09:52:32 -04:00
Tim Hess 6a62718973 update stylecop to require https in apache notice, fix test 2019-03-27 14:56:31 -05:00
Spring Operator a091005106 URL Cleanup (#56)
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:9999 (ConnectTimeoutException) with 12 occurrences migrated to:
  https://foo.com:9999 ([https](https://foo.com:9999) result ConnectTimeoutException).
* [ ] http://268371bd-07e5-46f3-aec7-d1633ae20bbb:3fnpvbqm0djq5jl9fp6fc697f4@192.168.0.97:15672/api/ (UnknownHostException) with 2 occurrences migrated to:
  https://268371bd-07e5-46f3-aec7-d1633ae20bbb:3fnpvbqm0djq5jl9fp6fc697f4@192.168.0.97:15672/api/ ([https](https://268371bd-07e5-46f3-aec7-d1633ae20bbb:3fnpvbqm0djq5jl9fp6fc697f4@192.168.0.97:15672/api/) result UnknownHostException).
* [ ] http://foo.bar.baz:9999/ (UnknownHostException) with 1 occurrences migrated to:
  https://foo.bar.baz:9999/ ([https](https://foo.bar.baz:9999/) result UnknownHostException).
* [ ] http://foo.bar/ (UnknownHostException) with 4 occurrences migrated to:
  https://foo.bar/ ([https](https://foo.bar/) result UnknownHostException).
* [ ] http://foo.bar/foo (UnknownHostException) with 4 occurrences migrated to:
  https://foo.bar/foo ([https](https://foo.bar/foo) result UnknownHostException).
* [ ] http://foo.bar:8761/eureka/ (UnknownHostException) with 1 occurrences migrated to:
  https://foo.bar:8761/eureka/ ([https](https://foo.bar:8761/eureka/) result UnknownHostException).
* [ ] http://foo.bar:8888 (UnknownHostException) with 1 occurrences migrated to:
  https://foo.bar:8888 ([https](https://foo.bar:8888) result UnknownHostException).
* [ ] http://foo.bar:8888/ (UnknownHostException) with 1 occurrences migrated to:
  https://foo.bar:8888/ ([https](https://foo.bar:8888/) result UnknownHostException).
* [ ] http://foo.bar:8888/,http://foo.bar.baz:9999/configPath (UnknownHostException) with 1 occurrences migrated to:
  https://foo.bar:8888/,http://foo.bar.baz:9999/configPath ([https](https://foo.bar:8888/,https://foo.bar.baz:9999/configPath) result UnknownHostException).
* [ ] http://user:password@foo.com:9999 (UnknownHostException) with 8 occurrences migrated to:
  https://user:password@foo.com:9999 ([https](https://user:password@foo.com:9999) 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://projects.spring.io/spring-cloud/docs/1.0.3/spring-cloud.html with 2 occurrences migrated to:
  https://projects.spring.io/spring-cloud/docs/1.0.3/spring-cloud.html ([https](https://projects.spring.io/spring-cloud/docs/1.0.3/spring-cloud.html) result 200).
* [ ] 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).

# Ignored
These URLs were intentionally ignored.

* http://localhost/Home/Health with 1 occurrences
* http://localhost/Home/VerifyAsInjectedOptions with 3 occurrences
* http://localhost:8761/eureka/ with 7 occurrences
* http://localhost:8888 with 33 occurrences
* http://localhost:8888/ with 16 occurrences
* http://localhost:9999 with 1 occurrences
* http://localhost:9999/ with 3 occurrences
* http://localhost:9999/app/profile with 1 occurrences
* http://localhost:9999/myPath/path with 1 occurrences
* http://localhost:9999/myPath/path/ with 3 occurrences
* http://user:password@localhost:8888/ with 1 occurrences
2019-03-27 14:48:25 -05:00
Spring Operator 86dececf88 URL Cleanup (#50)
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 2 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 141 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
2019-03-26 17:27:55 -05:00
Dave Tillman ed4143f9cd Honor the enable flag in config server client [#48] 2019-03-19 09:50:07 -06:00
Tim Hess 5be61539ea Add Sourcelink, x-plat compilation [#158000056, #163396106] 2019-03-14 17:50:07 -05:00
Elizabeth Schneider a1b5949d71 add support for keys with escaped dots (\.) (#46) 2019-03-06 15:20:21 -07:00
Tim Hess f6bb53fc52 update versions-master.props 2019-02-21 09:12:42 -06:00
Tim Hess 62a7098875 update eureka version 2019-02-21 07:42:59 -06:00
SteeltoeCI a7e8e73b78 Update versions-master.props from Common 2019-02-21 12:27:05 +00:00
Tim Hess c43dfb4eee use latest version of common, UrlEncode Uris before logging 2019-02-14 14:43:54 -06:00
Dave Tillman 2658ed66ff Fix GetChildKeys in Random generator 2019-02-14 09:53:50 -07:00
Dave Tillman 731c51e10c Remove SpringBootBase packages 2019-02-12 08:51:46 -07:00
Dave Tillman bdb820a67a Add RandomValue config provider [#42] 2019-02-12 08:09:07 -07:00
Dave Tillman e16edc6b46 Add a ability to configure user option classes to VCAP_SERVICES bindings [#40]
Add a simplier way to bind VCAP_SERVICES service bindings to a user provided class using the ANC Options features
2019-01-13 10:37:22 -07:00
Dave Tillman 449d5e1cc0 Don't override spring.application.name with vcap.application.name
This follows the spring.boot behavior
2019-01-11 11:09:40 -07:00
Dave Tillman 83bed10467 Change health contrib to default to enabled=true 2019-01-11 07:44:37 -07:00
Dave Tillman 0d22c34b4d Add a static factory method to HealthContributor for 4.x non-DI usage 2019-01-10 09:04:06 -07:00
Dave Tillman 89e3e1922b Add info to health contributor details when configured as disabled 2019-01-10 08:57:52 -07:00
Dave Tillman 6e4e8bbd1e Add logging to Config Server health contributor 2019-01-09 15:47:56 -07:00
Dave Tillman c8ff939591 Remove duplicate AddConfigServer extension method 2019-01-09 14:14:33 -07:00
SteeltoeCI b970430f87 Update versions-dev.props from Discovery 2019-01-06 05:18:44 +00:00
SteeltoeCI ac625c7a4e Update versions-dev.props from Discovery 2019-01-06 04:13:53 +00:00
SteeltoeCI d379972771 Update versions-dev.props from Discovery 2019-01-06 03:08:59 +00:00
SteeltoeCI effbfaa53e Update versions-dev.props from Discovery 2019-01-06 02:03:28 +00:00
SteeltoeCI 78399321f5 Update versions-dev.props from Discovery 2019-01-06 00:59:28 +00:00
SteeltoeCI 210d8a27ab Update versions-dev.props from Discovery 2019-01-05 23:55:20 +00:00
SteeltoeCI 80ff81557e Update versions-dev.props from Discovery 2019-01-05 22:49:37 +00:00
SteeltoeCI 6c48edbc41 Update versions-dev.props from Discovery 2019-01-05 21:44:46 +00:00
SteeltoeCI a7d792faf2 Update versions-dev.props from Discovery 2019-01-05 20:39:27 +00:00
SteeltoeCI bf7018f7f7 Update versions-dev.props from Discovery 2019-01-05 19:35:59 +00:00
SteeltoeCI e5406b54ae Update versions-dev.props from Discovery 2019-01-05 18:29:31 +00:00
Dave Tillman 9c743e1d21 Update integration tests, add discovery first and health contrib test 2019-01-05 11:20:25 -07:00
SteeltoeCI ccd8849817 Update versions-dev.props from Discovery 2019-01-05 17:18:41 +00:00
SteeltoeCI 5127ddc094 Update versions-dev.props from Discovery 2019-01-05 16:12:19 +00:00
SteeltoeCI d268392f8c Update versions-dev.props from Discovery 2019-01-05 15:04:48 +00:00
SteeltoeCI fb55e98900 Update versions-dev.props from Discovery 2019-01-05 14:00:47 +00:00
SteeltoeCI e9ec6d06cf Update versions-dev.props from Discovery 2019-01-05 12:36:46 +00:00
SteeltoeCI 3537de493e Update versions-dev.props from Discovery 2019-01-05 11:34:21 +00:00
SteeltoeCI 0af10854ca Update versions-dev.props from Discovery 2019-01-05 10:32:18 +00:00
SteeltoeCI 1bd4a72f09 Update versions-dev.props from Discovery 2019-01-05 09:28:20 +00:00
SteeltoeCI 14203836d1 Update versions-dev.props from Discovery 2019-01-05 08:26:16 +00:00
SteeltoeCI a0914c278c Update versions-dev.props from Discovery 2019-01-05 07:24:56 +00:00
SteeltoeCI 1e4eae66d4 Update versions-dev.props from Discovery 2019-01-05 06:22:13 +00:00
SteeltoeCI 1d6d08077f Update versions-dev.props from Discovery 2019-01-05 05:16:26 +00:00
SteeltoeCI 38d4e90680 Update versions-dev.props from Discovery 2019-01-05 04:12:40 +00:00
SteeltoeCI b6766e113f Update versions-dev.props from Discovery 2019-01-05 03:09:10 +00:00
SteeltoeCI dfb8f21ed2 Update versions-dev.props from Discovery 2019-01-05 02:05:33 +00:00
SteeltoeCI b9155c56d1 Update versions-dev.props from Discovery 2019-01-05 00:59:09 +00:00
SteeltoeCI ccd7ed6387 Update versions-dev.props from Discovery 2019-01-04 23:44:11 +00:00