buildmaster
|
816eaa6abf
|
Update SNAPSHOT to 2.0.4.RELEASE
|
2019-06-08 00:16:51 +00:00 |
|
Spring Operator
|
6aa6684d13
|
URL Cleanup
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://foo.com:8000/ (ConnectTimeoutException) with 2 occurrences migrated to:
https://foo.com:8000/ ([https](https://foo.com:8000/) result ConnectTimeoutException).
* [ ] http://foo.com:8000/abc/bcd.json (ConnectTimeoutException) with 1 occurrences migrated to:
https://foo.com:8000/abc/bcd.json ([https](https://foo.com:8000/abc/bcd.json) result ConnectTimeoutException).
* [ ] http://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/) result UnknownHostException).
* [ ] http://tp/abc/bcd.json (UnknownHostException) with 1 occurrences migrated to:
https://tp/abc/bcd.json ([https](https://tp/abc/bcd.json) result UnknownHostException).
* [ ] http://www.puppycrawl.com/dtds/suppressions_1_1.dtd (404) with 1 occurrences migrated to:
https://www.puppycrawl.com/dtds/suppressions_1_1.dtd ([https](https://www.puppycrawl.com/dtds/suppressions_1_1.dtd) result 404).
## 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://asciidoctor.org with 1 occurrences migrated to:
https://asciidoctor.org ([https](https://asciidoctor.org) result 200).
* [ ] http://example.com with 2 occurrences migrated to:
https://example.com ([https](https://example.com) result 200).
* [ ] http://github.com/ with 1 occurrences migrated to:
https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 1 occurrences migrated to:
https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 2 occurrences migrated to:
https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html ([https](https://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html) result 200).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 2 occurrences migrated to:
https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://raw.github.com/ with 1 occurrences migrated to:
https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://service.com with 1 occurrences migrated to:
https://service.com ([https](https://service.com) result 301).
* [ ] http://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org) result 302).
* [ ] http://eclipse.org/m2e/ with 2 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/) result 302).
* [ ] http://www.springsource.com/developer/sts with 1 occurrences migrated to:
https://www.springsource.com/developer/sts ([https](https://www.springsource.com/developer/sts) result 302).
# Ignored
These URLs were intentionally ignored.
* http://PROD-SVC with 2 occurrences
* http://Url/ with 1 occurrences
* http://bad_hostname with 1 occurrences
* http://bar with 1 occurrences
* http://bar/ with 1 occurrences
* http://foo with 18 occurrences
* http://foo/ with 5 occurrences
* http://foo/?name=%7bcookie with 1 occurrences
* http://foo:7777/ with 1 occurrences
* http://good-name with 2 occurrences
* http://listener with 6 occurrences
* http://localhost with 11 occurrences
* http://localhost:8080/ with 1 occurrences
* http://localhost:8081/ with 1 occurrences
|
2019-03-26 03:45:11 -05:00 |
|
Spring Operator
|
36cc521a81
|
URL Cleanup (#148)
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://maven.apache.org/xsd/maven-4.0.0.xsd with 5 occurrences migrated to:
https://maven.apache.org/xsd/maven-4.0.0.xsd ([https](https://maven.apache.org/xsd/maven-4.0.0.xsd) result 200).
* http://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch with 1 occurrences migrated to:
https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch ([https](https://stackoverflow.com/questions/1593051/how-to-programmatically-determine-the-current-checked-out-git-branch) result 200).
* http://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin with 1 occurrences migrated to:
https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin ([https](https://stackoverflow.com/questions/29300806/a-bash-script-to-check-if-a-string-is-present-in-a-comma-separated-list-of-strin) result 200).
* http://www.apache.org/licenses/LICENSE-2.0 with 2 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
# Ignored
These URLs were intentionally ignored.
* http://maven.apache.org/POM/4.0.0 with 10 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
|
2019-03-16 11:52:56 -04:00 |
|
buildmaster
|
3a79850467
|
Bumping versions to 2.0.4.BUILD-SNAPSHOT after release
|
2019-02-22 15:48:44 +00:00 |
|
buildmaster
|
117e2c2b01
|
Going back to snapshots
|
2019-02-22 15:48:43 +00:00 |
|
buildmaster
|
80de4e6b66
|
Update SNAPSHOT to 2.0.3.RELEASE
|
2019-02-22 15:47:07 +00:00 |
|
buildmaster
|
5ddd771ed5
|
Bumping versions to 2.0.3.BUILD-SNAPSHOT after release
|
2018-10-23 18:11:07 +00:00 |
|
buildmaster
|
9f9c41ab59
|
Going back to snapshots
|
2018-10-23 18:11:06 +00:00 |
|
buildmaster
|
4dd68ca2f2
|
Update SNAPSHOT to 2.0.2.RELEASE
|
2018-10-23 18:08:54 +00:00 |
|
Ryan Baxter
|
af094d0bfc
|
Remove rogue content in docs
|
2018-10-02 16:41:14 -04:00 |
|
buildmaster
|
34cb91bc4c
|
Bumping versions to 2.0.2.BUILD-SNAPSHOT after release
|
2018-07-31 19:06:45 +00:00 |
|
buildmaster
|
58dc45d230
|
Going back to snapshots
|
2018-07-31 19:06:45 +00:00 |
|
buildmaster
|
80af701ccf
|
Update SNAPSHOT to 2.0.1.RELEASE
|
2018-07-31 19:04:57 +00:00 |
|
buildmaster
|
51ad63231d
|
Bumping versions to 2.0.1.BUILD-SNAPSHOT after release
|
2018-06-18 20:33:23 +00:00 |
|
buildmaster
|
6c09501d77
|
Going back to snapshots
|
2018-06-18 20:33:22 +00:00 |
|
buildmaster
|
7e1c91c8b8
|
Update SNAPSHOT to 2.0.0.RELEASE
|
2018-06-18 20:31:53 +00:00 |
|
Rafael Renan Pacheco
|
569628689b
|
Format "Creating Feign Clients Manually" snippet (#29)
|
2018-05-29 11:09:05 -04:00 |
|
buildmaster
|
af02a8c692
|
Going back to snapshots
|
2018-05-24 23:56:03 +00:00 |
|
buildmaster
|
21be1e129c
|
Update SNAPSHOT to 2.0.0.RC2
|
2018-05-24 23:55:25 +00:00 |
|
Gerasimov Gennady
|
18111801d3
|
Misspelling fix according to https://github.com/spring-cloud/spring-cloud-openfeign/issues/24 (#25)
|
2018-05-24 11:41:38 -04:00 |
|
buildmaster
|
f4fc531857
|
Going back to snapshots
|
2018-04-20 20:31:00 +00:00 |
|
buildmaster
|
596b42291f
|
Update SNAPSHOT to 2.0.0.RC1
|
2018-04-20 20:30:19 +00:00 |
|
buildmaster
|
17fa94f704
|
Going back to snapshots
|
2018-03-22 21:22:08 +00:00 |
|
buildmaster
|
baf92c8226
|
Update SNAPSHOT to 2.0.0.M2
|
2018-03-22 21:21:31 +00:00 |
|
Ryan Baxter
|
537599fad2
|
Adding codacy badge
|
2018-03-09 07:53:48 -05:00 |
|
Ryan Baxter
|
1fa53b8bf9
|
Added codecov link to readme
|
2018-03-09 07:31:37 -05:00 |
|
Ryan Baxter
|
30d9245821
|
Updated from netflix
|
2018-02-20 15:34:38 -05:00 |
|
Ryan Baxter
|
8138dbd792
|
Adding circleci badge
|
2018-02-06 20:35:43 -05:00 |
|
Ryan Baxter
|
bc9741591b
|
Documentation updates
|
2018-02-06 20:18:41 -05:00 |
|
Ryan Baxter
|
217443048f
|
openfeign project
|
2018-02-05 20:25:44 -05:00 |
|
Andreas Evers
|
4c181c9671
|
Small fix for wrong routes details endpoint (#2706)
|
2018-02-05 07:49:40 -05:00 |
|
Ryan Baxter
|
6bb5830220
|
Remove deprecated ZuulFallbackProvider in favor of FallbackProvider. Add route parameter to fallbackResponse. Fixes #2655 (#2664)
|
2018-01-18 13:40:43 -05:00 |
|
reillylm
|
06672462ab
|
fix zuul intro typo (#2658)
|
2018-01-17 14:37:35 -05:00 |
|
Guillaume Berche
|
e4870c94f2
|
Refine Feign manual client doc (#2627)
|
2018-01-11 07:51:26 -05:00 |
|
周立
|
04560724d3
|
fix wrong sentence. (#2582)
* fix wrong sentence.
|
2018-01-02 14:06:34 -05:00 |
|
Silas Mahler
|
0859350715
|
Fix typo in Turbine example url (#2568)
|
2017-12-20 17:59:09 -05:00 |
|
周立
|
1210db9a15
|
Change spring-cloud-starter-hystrix-netflix-dashboard to spring-cloud-starter-netflix-hystrix-dashboard (#2560)
Change spring-cloud-starter-hystrix-netflix-dashboard to spring-cloud-starter-netflix-hystrix-dashboard
|
2017-12-18 09:06:55 -05:00 |
|
Ryan Baxter
|
3e90724505
|
Switched branch in docs and merged changes forward
|
2017-12-03 15:22:24 -08:00 |
|
Ryan Baxter
|
efb91874f8
|
Correcting image links. Fixes #2487
|
2017-12-03 15:06:48 -08:00 |
|
buildmaster
|
4e8d58869e
|
Going back to snapshots
|
2017-12-02 02:57:45 +00:00 |
|
buildmaster
|
32efd30dc0
|
Update SNAPSHOT to 2.0.0.M5
|
2017-12-02 02:54:51 +00:00 |
|
Spencer Gibb
|
eec4c8cf85
|
remove empty files
|
2017-12-01 21:46:27 -05:00 |
|
Daniel Qian
|
d38f390b95
|
fix documentation typo (#2488)
|
2017-12-01 16:30:46 -05:00 |
|
Spencer Gibb
|
e3cdb76373
|
Revert "fix zuul filters package url in Edgware (#2493)" (#2495)
This reverts commit d5e3cad80e.
|
2017-11-30 21:26:21 -05:00 |
|
周立
|
d5e3cad80e
|
fix zuul filters package url in Edgware (#2493)
fix zuul filters package url in Edgware
|
2017-11-30 21:23:08 -05:00 |
|
周立
|
2287e0caf2
|
fix zuul filters package url in Edgware (#2489)
fix zuul filters package url in Edgware
|
2017-11-30 10:48:35 -05:00 |
|
Spencer Gibb
|
ff5bf153bf
|
Merge branch '1.4.x'
# Conflicts:
# docs/pom.xml
|
2017-11-28 12:39:24 -05:00 |
|
Spencer Gibb
|
dde7ff4c45
|
Update docs branches
|
2017-11-28 12:38:23 -05:00 |
|
saga
|
14c1d461b7
|
Improve the document (#2474)
Replace @Configuration, @ComponentScan, @EnableAutoConfiguration with @springbootapplication.
|
2017-11-28 06:30:41 -05:00 |
|
Spencer Gibb
|
ef755f3ad3
|
Merge branch 'master' into 2.0.x
|
2017-11-27 22:52:09 -05:00 |
|