Commit Graph

89 Commits

Author SHA1 Message Date
Spring Operator
1dd53e9db0 URL Cleanup (#542)
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).

## 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://getbootstrap.com with 1 occurrences migrated to:
  https://getbootstrap.com ([https](https://getbootstrap.com) result 200).
* [ ] http://github.com/ with 1 occurrences migrated to:
  https://github.com/ ([https](https://github.com/) result 200).
* [ ] http://jquery.com/ with 1 occurrences migrated to:
  https://jquery.com/ ([https](https://jquery.com/) result 200).
* [ ] http://projects.spring.io/spring-cloud/ with 3 occurrences migrated to:
  https://projects.spring.io/spring-cloud/ ([https](https://projects.spring.io/spring-cloud/) result 200).
* [ ] http://projects.spring.io/spring-cloud/spring-cloud.html with 1 occurrences migrated to:
  https://projects.spring.io/spring-cloud/spring-cloud.html ([https](https://projects.spring.io/spring-cloud/spring-cloud.html) result 200).
* [ ] http://sizzlejs.com/ with 2 occurrences migrated to:
  https://sizzlejs.com/ ([https](https://sizzlejs.com/) result 200).
* [ ] http://tbaggery.com/2008/04/19/a-note-about-git-commit-messages.html with 1 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://jquery.org/license with 2 occurrences migrated to:
  https://jquery.org/license ([https](https://jquery.org/license) result 301).
* [ ] http://plugins.jetbrains.com/plugin/6546 with 1 occurrences migrated to:
  https://plugins.jetbrains.com/plugin/6546 ([https](https://plugins.jetbrains.com/plugin/6546) result 301).
* [ ] http://projectlombok.org/features/index.html with 1 occurrences migrated to:
  https://projectlombok.org/features/index.html ([https](https://projectlombok.org/features/index.html) result 301).
* [ ] http://raw.github.com/ with 1 occurrences migrated to:
  https://raw.github.com/ ([https](https://raw.github.com/) result 301).
* [ ] http://www.codrops.com with 2 occurrences migrated to:
  https://www.codrops.com ([https](https://www.codrops.com) result 301).
* [ ] http://www.opensource.org/licenses/mit-license.php with 1 occurrences migrated to:
  https://www.opensource.org/licenses/mit-license.php ([https](https://www.opensource.org/licenses/mit-license.php) 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://foo:7001/ with 1 occurrences
* http://localhost:%d/is-bound with 1 occurrences
* http://localhost:%d/message-payload with 1 occurrences
* http://localhost:%d/partition-strategy-invoked with 1 occurrences
* http://localhost:8080 with 4 occurrences
* http://localhost:8500 with 3 occurrences
* http://www.w3.org/2000/svg with 1 occurrences
2019-03-26 16:32:39 -04:00
Spring Operator
4c5334ee68 URL Cleanup (#504)
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 13 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://localhost:8500/v1/acl/create?token=2ee647bd-bd69-4118-9f34-b9a6e9e60746 with 2 occurrences
* http://maven.apache.org/POM/4.0.0 with 26 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 13 occurrences
2019-03-26 16:14:27 -04:00
Ryan Baxter
63678fa504 Bumping versions to 1.2.3.BUILD-SNAPSHOT after release 2017-12-22 11:30:31 -05:00
Ryan Baxter
cf3221dd69 Going back to snapshots 2017-12-22 11:30:31 -05:00
Ryan Baxter
f1d8c01725 Update SNAPSHOT to 1.2.3.RELEASE 2017-12-22 11:28:28 -05:00
Ryan Baxter
53c3bdc71e Backporting changes for releaser 2017-12-22 11:24:44 -05:00
Spencer Gibb
eaf1ba5d3e Bump version to 1.2.2.BUILD-SNAPSHOT 2017-05-22 13:25:56 -06:00
Spencer Gibb
26e211f846 Going back to snapshots 2017-05-22 13:18:03 -06:00
Spencer Gibb
c07c11d593 Update SNAPSHOT to 1.2.1.RELEASE 2017-05-22 13:12:15 -06:00
Spencer Gibb
bba6c16a34 Bump version to 1.2.1.BUILD-SNAPSHOT 2017-04-10 21:31:59 -06:00
Spencer Gibb
8f20330a53 Going back to snapshots 2017-04-10 21:25:09 -06:00
Spencer Gibb
419c1bc28a Update SNAPSHOT to 1.2.0.RELEASE 2017-04-10 21:17:02 -06:00
Spencer Gibb
01d90cefb3 Going back to snapshots 2017-03-16 13:50:11 -06:00
Spencer Gibb
294ed149b8 Update SNAPSHOT to 1.2.0.RC1 2017-03-16 13:44:37 -06:00
Spencer Gibb
8d499ae0aa Remove hard coded version in readme 2017-03-16 13:26:18 -06:00
Abderrazak (عبدالرزاق)
9bcfee8a3a fixed management.context-path placeholder name (#284) 2017-02-28 11:20:13 -05:00
Spencer Gibb
5b45629063 Revert "Update SNAPSHOT to 1.2.0.M1"
This reverts commit 01321d78bd.
2017-01-27 14:30:37 -07:00
Spencer Gibb
01321d78bd Update SNAPSHOT to 1.2.0.M1 2017-01-27 14:29:17 -07:00
Spencer Gibb
ba85624a98 Implements ConsulServiceRegistry and auto registration
No longer create ConsulLifecycle bean by default. It is now deprecated.

New auto registration is not created if user has created ConsulLifecycle
bean.
2016-12-08 10:14:08 -07:00
Spencer Gibb
29ae38d435 Update to SNAPSHOT 2016-11-28 13:41:09 -07:00
Spencer Gibb
5eaf6aa87a Update SNAPSHOT to 1.1.2.RELEASE 2016-11-28 10:09:48 -07:00
Ryan Baxter
23177d3de6 Updated versions for next release 2016-10-18 15:25:24 -04:00
Ryan Baxter
77ace700f8 Revert "Changed versions for release"
This reverts commit 81e49f70f1.
2016-10-18 15:15:51 -04:00
Ryan Baxter
81e49f70f1 Changed versions for release 2016-10-18 14:52:24 -04:00
Spencer Gibb
ee007651e5 Update to SNAPSHOT 2016-09-22 16:16:06 -06:00
Spencer Gibb
ebadf1cb67 Update SNAPSHOT to 1.1.0.RELEASE 2016-09-22 16:00:21 -06:00
Spencer Gibb
45af23974f circleci build 2016-09-13 10:13:29 -06:00
Marcin Grzejszczak
b4d70a3af1 Removed adoc footer 2016-09-07 18:01:10 +02:00
Spencer Gibb
cd73c94d79 Revert "Update SNAPSHOT to 1.1.0.RC1"
This reverts commit 657e7f9926.
2016-09-07 07:09:59 -06:00
Spencer Gibb
657e7f9926 Update SNAPSHOT to 1.1.0.RC1 2016-09-07 07:08:00 -06:00
Spencer Gibb
af435dd506 Add {spring-cloud-version} 2016-08-30 09:59:05 -06:00
Spencer Gibb
ca440e74d8 Update to SNAPSHOT 2016-08-26 10:14:16 -06:00
Spencer Gibb
ee548d06d6 Update SNAPSHOT to 1.1.0.M1 2016-08-26 08:43:18 -06:00
Spencer Gibb
7aa310c991 Document starters and bus.
fixes gh-39
fixes gh-25
2016-08-24 15:37:02 -06:00
Spencer Gibb
5b10cc4343 Document ConfigWatch.
Update defaults.

fixes gh-209
2016-08-24 15:16:34 -06:00
Marcin Grzejszczak
98941a4e6e Updating ghpages for all projects 2016-08-22 13:31:46 +02:00
Marcin Grzejszczak
e114d358a1 Updating ghpages for all projects 2016-08-19 11:45:51 +02:00
Marcin Grzejszczak
bd6fbb2e06 Updating ghpages for all projects 2016-08-18 13:14:32 +02:00
Marcin Grzejszczak
aa0d864903 Updating ghpages for all projects 2016-08-17 12:44:28 +02:00
Marcin Grzejszczak
51cdd88f37 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:13:37 +02:00
Dave Syer
c599a0dfd0 Fix cloud foundry instance id refs 2016-07-27 11:38:26 +01:00
Spencer Gibb
2d0728f8d3 Update to 1.1.0 2016-06-30 16:19:55 -06:00
Spencer Gibb
cc54bcbd62 Update to SNAPSHOT 2016-06-30 16:09:39 -06:00
Spencer Gibb
ea20ef3986 Update SNAPSHOT to 1.0.2.RELEASE 2016-06-30 15:56:33 -06:00
Dave Syer
c091bd24e9 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Spencer Gibb
e1082b8cd7 Update to SNAPSHOT 2016-06-07 12:34:31 -06:00
Spencer Gibb
e7b7c31cf7 Update SNAPSHOT to 1.0.1.RELEASE 2016-06-07 12:27:35 -06:00
Ian Duffy
01f28725e8 Fix example segment of code
The discovery client example code attempts to call a `getInstances` function on a non existing client, this should be `discoveryClient`
2016-06-01 19:52:48 +01:00
Dave Syer
ab5d6f883c Update README and remove .settings.xml where appropriate 2016-05-12 10:47:36 +01:00
Dave Syer
6fefb39f86 Update to 1.0.1 snapshots 2016-05-11 09:27:50 +01:00