Spring Operator
e1590d20c2
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://compose.docker.io/ (UnknownHostException) with 1 occurrences migrated to:
https://compose.docker.io/ ([https](https://compose.docker.io/ ) result UnknownHostException).
* [ ] http://mygitserver/myrepo.git (UnknownHostException) with 1 occurrences migrated to:
https://mygitserver/myrepo.git ([https](https://mygitserver/myrepo.git ) 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://openjdk.java.net/jeps/223 with 1 occurrences migrated to:
https://openjdk.java.net/jeps/223 ([https](https://openjdk.java.net/jeps/223 ) 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://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html with 1 occurrences migrated to:
https://www.oracle.com/technetwork/java/javase/versioning-naming-139433.html ([https](https://www.oracle.com/technetwork/java/javase/versioning-naming-139433.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://projects.spring.io/spring-boot with 2 occurrences migrated to:
https://projects.spring.io/spring-boot ([https](https://projects.spring.io/spring-boot ) 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://repo.spring.io/milestone with 1 occurrences migrated to:
https://repo.spring.io/milestone ([https](https://repo.spring.io/milestone ) result 302).
* [ ] http://repo.spring.io/snapshot with 1 occurrences migrated to:
https://repo.spring.io/snapshot ([https](https://repo.spring.io/snapshot ) result 302).
* [ ] http://repo1.maven.org/maven2 with 1 occurrences migrated to:
https://repo1.maven.org/maven2 ([https](https://repo1.maven.org/maven2 ) 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://localhost with 1 occurrences
* http://localhost:7979 with 1 occurrences
* http://localhost:8080/eureka/ with 2 occurrences
* http://localhost:8750 with 1 occurrences
* http://localhost:8750/stubs with 2 occurrences
* http://localhost:8761 with 2 occurrences
* http://localhost:8761/eureka/ with 2 occurrences
* http://localhost:8888 with 1 occurrences
* http://localhost:9091 with 1 occurrences
* http://localhost:9095 with 2 occurrences
* http://localhost:9393 with 1 occurrences
* http://localhost:9411 with 1 occurrences
2019-03-26 03:11:24 -05:00
Spring Operator
133de5804b
URL Cleanup ( #89 )
...
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 14 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 28 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 14 occurrences
2019-03-16 11:36:58 -04:00
Marcin Grzejszczak
659524a75b
Looks good
2018-10-02 18:15:39 +02:00
Marcin Grzejszczak
9f7f564c11
Bumped project to 2.1.0
2018-10-02 11:50:19 +02:00
Dave Syer
1f9346f3c0
Revert to snapshots
2018-08-01 14:01:17 +01:00
Dave Syer
9f89c2fddc
Update to 2.0.0.RELEASE
2018-08-01 13:57:37 +01:00
Spencer Gibb
824ea64089
Updates to compile with Finchley and Boot 2.0
2017-11-28 00:59:47 -05:00
Spencer Gibb
c55560a0b6
Merge branch 'master' into 2.0.x
2017-11-28 00:10:38 -05:00
Spencer Gibb
bb95cb50bd
Update to snapshots
2017-11-22 17:33:33 -05:00
Spencer Gibb
b96d49e765
Update to 1.4.0.RELEASE with Edgware.RELEASE
2017-11-22 17:10:20 -05:00
Spencer Gibb
b6f21a0221
Update to new docs
2017-10-25 09:26:16 -04:00
Spencer Gibb
4237446aa6
Revert "Update to 1.4.0.RC1 for Finchley.RC1"
...
This reverts commit 96a096de64 .
2017-10-24 14:14:52 -04:00
Spencer Gibb
96a096de64
Update to 1.4.0.RC1 for Finchley.RC1
2017-10-24 14:11:45 -04:00
Marcin Grzejszczak
2ced66f57f
Updated docs
2017-08-23 16:55:21 +02:00
Marcin Grzejszczak
5c34b170f4
Added Stub Runner, fixes #64
2017-08-23 16:53:36 +02:00
Spencer Gibb
3dc269d8a9
Bump to version 1.4.0.BUILD-SNAPSHOT
2017-07-21 13:47:40 -06:00
Spencer Gibb
7329a8a091
Update to SNAPSHOT
2017-07-21 13:41:45 -06:00
Spencer Gibb
7c6966331e
Update SNAPSHOT to 1.3.4.RELEASE
2017-07-21 13:26:05 -06:00
Spencer Gibb
12abb67a65
initial 2.0.0 version
2017-07-06 12:05:14 -06:00
Dave Syer
49a5bd4bee
Revert to snapshots
2017-05-10 18:10:53 +01:00
Dave Syer
78a52b200e
Update to 1.3.3
2017-05-10 18:03:55 +01:00
Dave Syer
8f94733c00
Revert to snapshots
2017-04-27 15:38:54 +01:00
Dave Syer
8ca1acde18
Update for 1.3.2
2017-04-27 15:34:05 +01:00
Dave Syer
ac9cfc1bae
Revert to snapshots
2017-04-26 09:46:48 +01:00
Dave Syer
cb2cd7144b
Update to 1.3.1.RELEASE
2017-04-26 09:45:42 +01:00
Spencer Gibb
2fb2a74e22
Update to SNAPSHOT
2017-04-12 13:39:47 -06:00
Spencer Gibb
55c1eacdfa
Update SNAPSHOT to 1.3.0.RELEASE
2017-04-12 13:22:21 -06:00
Spencer Gibb
0980eecf81
Fix Dalston versions
2017-03-20 12:13:58 -06:00
Spencer Gibb
48ffa3a5d0
Revert "Updates SNAPSHOTS to 1.3.0.RC1"
...
This reverts commit deb448b594 .
2017-03-20 12:07:34 -06:00
Spencer Gibb
deb448b594
Updates SNAPSHOTS to 1.3.0.RC1
2017-03-20 12:05:01 -06:00
Spencer Gibb
37ea893882
Bump spring boot version to 1.5.2
2017-03-20 11:47:10 -06:00
Dave Syer
194425f483
First version of 1.3.0 with thin jars
2016-12-02 13:38:23 +00:00
Spencer Gibb
c66f05dd3a
Update to SNAPSHOT
2016-11-01 16:06:04 -06:00
Spencer Gibb
f240db174f
Update SNAPSHOT to 1.2.2.RELEASE
2016-11-01 15:06:42 -06:00
Spencer Gibb
ada3509e38
some launcher images
2016-10-31 14:12:37 -06:00
Dave Syer
38866a1879
Revert to snapshots
2016-10-18 19:16:06 +01:00
Dave Syer
b83a8321d0
Update to 1.2.1.RELEASE (Camden.SR1)
2016-10-18 18:41:53 +01:00
Spencer Gibb
4a49831ce9
Update to SNAPSHOT
2016-10-13 15:17:06 -06:00
Spencer Gibb
f4211e9236
Update SNAPSHOT to 1.2.0.RELEASE
2016-10-13 14:34:25 -06:00
Dave Syer
8587791549
Remove . from default classpath for cli launcher
...
Since "." is already on the search path for config files, it is
not obviously necessary to add "." to the classpath as well.
2016-10-06 10:45:03 +02:00
Spencer Gibb
5c8c99af7e
Revert "Update SNAPSHOT to 1.2.0.RC1"
...
This reverts commit 110fa69b975377a1c478faa10fb4f7266a24f8e4.
2016-09-26 16:06:21 -06:00
Spencer Gibb
c2c96700db
Update SNAPSHOT to 1.2.0.RC1
2016-09-26 15:51:32 -06:00
Spencer Gibb
b486928aab
Update install instructions
2016-09-26 15:29:12 -06:00
Spencer Gibb
604e05838c
Added reference for ~/.spring-cloud config location
2016-09-19 13:11:10 -06:00
Marcin Grzejszczak
3d2bb7100f
Removed adoc footer
2016-09-07 17:57:00 +02:00
Marcin Grzejszczak
cffb7d8528
Updating ghpages for all projects
2016-08-22 13:30:49 +02:00
Marcin Grzejszczak
0c80a3a7d9
Updating ghpages for all projects
2016-08-19 11:44:33 +02:00
Marcin Grzejszczak
6ac6057d7e
Updating ghpages for all projects
2016-08-18 13:08:46 +02:00
Marcin Grzejszczak
753e05b6fd
Updating ghpages for all projects
2016-08-17 12:42:51 +02:00
Marcin Grzejszczak
533be6dedf
Deploying documentation to proper folder
...
What we're missing ATM is different documentation versions for different application versions. What this change does is that it's:
- finding out what is the current branch (e.g. 1.0.x)
- finding out out what is the name of the main adoc file (e.g. spring-cloud-sleuth)
- pulling the changes from gh-pages after checkout
- finding out what is the list of comma separated whitelisted branches (via the `docs.whitelisted.branches` prop)
- in gh-pages creating a folder with name of the branch (e.g. /1.0.x)
copying all the docs/target/generated-docs/ to that folder
- if the branch from which we're calling the script is NOT master then we're changing the ${main.adoc}.html to index.html so that it's easier to access the docs (e.g. http://cloud.spring.io/spring-cloud-sleuth/1.0.x/ )
2016-08-16 15:41:50 +02:00