58 Commits

Author SHA1 Message Date
Spring Operator
d439e08f8c 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://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters (301) with 3 occurrences migrated to:
  https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters ([https](https://github.com/spring-projects/spring-boot/tree/master/spring-boot-starters) 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://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://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).
2019-03-26 03:46:38 -05:00
Spring Operator
9d9669ebc6 URL Cleanup (#110)
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 4 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).
* 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 301).
* http://www.spring.io with 1 occurrences migrated to:  
  https://www.spring.io ([https](https://www.spring.io) result 301).
* http://repo.spring.io/libs-milestone-local with 6 occurrences migrated to:  
  https://repo.spring.io/libs-milestone-local ([https](https://repo.spring.io/libs-milestone-local) result 302).
* http://repo.spring.io/libs-snapshot-local with 6 occurrences migrated to:  
  https://repo.spring.io/libs-snapshot-local ([https](https://repo.spring.io/libs-snapshot-local) result 302).
* http://repo.spring.io/release with 3 occurrences migrated to:  
  https://repo.spring.io/release ([https](https://repo.spring.io/release) result 302).

# Ignored
These URLs were intentionally ignored.

* http://maven.apache.org/POM/4.0.0 with 8 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 4 occurrences
2019-03-16 11:51:40 -04:00
Dave Syer
fdbc861e71 Update to Brixton.SR5 2016-08-23 08:51:36 +01:00
Marcin Grzejszczak
90255b14da Updating ghpages for all projects 2016-08-22 13:32:55 +02:00
Marcin Grzejszczak
dc0283de70 Updating ghpages for all projects 2016-08-19 11:47:18 +02:00
Marcin Grzejszczak
36a1052292 Updating ghpages for all projects 2016-08-18 13:16:13 +02:00
Marcin Grzejszczak
3566b761ec Updating ghpages for all projects 2016-08-17 12:46:20 +02:00
Marcin Grzejszczak
b1036a5576 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:49:59 +02:00
Dave Syer
b3be7fead4 Revert to snapshots 2016-07-26 11:25:22 +01:00
Dave Syer
36ec6d4e21 Update to Brixton.SR4 2016-07-26 11:20:46 +01:00
Dave Syer
51e7f4310c Revert to snapshots 2016-07-11 15:56:51 +01:00
Dave Syer
58e7ed7de8 Update to Brixton.SR3 2016-07-11 09:41:20 +01:00
Dave Syer
5b3159a5f0 Revert to snapshots 2016-07-01 14:56:41 +01:00
Dave Syer
10aca045c8 Update for Brixton.SR2 2016-07-01 14:46:03 +01:00
Dave Syer
f4b7bd72e6 Update readme script to handle local includes 2016-06-11 09:54:41 +01:00
Dave Syer
45afb30582 Revert to snapshots (Brixton still) 2016-06-10 17:11:22 +01:00
Dave Syer
7fe8e4aed9 Update to Brixton.SR1 2016-06-10 16:59:44 +01:00
Dave Syer
28402b81c1 Revert to snapshots 2016-05-11 10:09:01 +01:00
Dave Syer
588b6d2b32 Update for Brixton.RELEASE 2016-05-11 09:36:22 +01:00
Dave Syer
d94b065a91 Revert to snapshots 2016-04-18 16:22:00 +01:00
Dave Syer
109092ad76 Update to RC2 2016-04-18 16:21:28 +01:00
Spencer Gibb
2a8ff60fff Document how to use with Spring IO Platform.
fixes gh-49
2016-04-08 10:24:19 -06:00
Dave Syer
0fd15c5956 Revert to snapshots 2016-03-24 11:15:34 +00:00
Dave Syer
52840c26d7 Bump for Brixton.RC1 2016-03-24 11:13:39 +00:00
Dave Syer
18f7ee833e Revert to snapshots 2016-02-05 11:46:20 +00:00
Dave Syer
3ef5b55434 Update to Brixton.M5 2016-02-05 11:44:41 +00:00
Spencer Gibb
0b022837e2 Update readme for code of conduct.
See https://github.com/spring-cloud/spring-cloud-build/issues/26
2016-02-01 20:18:23 -07:00
Dave Syer
1e27a598dd Revert to snapshots 2015-12-23 09:56:05 +00:00
Dave Syer
f5b63c2ba2 Update to Brixton.M4 2015-12-23 09:51:07 +00:00
Dave Syer
6ce1be470e Revert to snapshots 2015-11-17 22:02:26 +00:00
Dave Syer
94fdb6fb3c Update for Brixton.M3 2015-11-17 22:00:16 +00:00
Dave Syer
1c8dd5c63e Use local parent for docs 2015-11-03 08:55:08 +00:00
Dave Syer
8781b45652 Revert to snapshots 2015-11-02 15:55:47 +00:00
Dave Syer
f034d17e88 Update to Brixton.M2 2015-11-02 15:53:46 +00:00
Dave Syer
444eef3e57 Merge branch '1.0.x'
Conflicts:
	spring-cloud-starter-parent/pom.xml
2015-08-25 15:23:49 +01:00
Dave Syer
6d91071686 Make ghpages.sh work on a branch 2015-08-25 15:16:55 +01:00
Dave Syer
31498adf2e Update to Brixton 2015-06-26 12:57:10 +01:00
Dave Syer
edc08fa8ec Prepare master for next snapshot 2015-06-26 10:57:19 +01:00
Dave Syer
64534652cd Fix path to docs in README raw text 2015-06-25 12:31:29 +01:00
Roy Clarkson
c80a234c82 Specify the settings file when building locally 2015-06-03 15:02:48 -05:00
Roy Clarkson
a7b8a22427 Fix spelling 2015-06-03 15:00:45 -05:00
Roy Clarkson
785789b58c Format whitespace 2015-06-03 14:47:44 -05:00
Dave Syer
69b4b62f82 Fix parent version 2015-05-01 16:20:00 +01:00
Dave Syer
29cd846545 Update to 1.0.3 snapshots 2015-05-01 11:23:57 +02:00
Dave Syer
a18135873c Update to 1.0.2 snapshots 2015-04-23 11:11:22 +01:00
Dave Syer
b0901b0056 Add link to github in rendered docs 2015-03-20 11:47:37 +00:00
Dave Syer
538c6cc543 Add bintray properties 2015-03-05 17:03:29 +00:00
Dave Syer
30790c362c Update to next snapshot 2015-03-03 14:56:27 +00:00
Dave Syer
f704e91b7a Clean up parent poms and clarify building and deploying
To deploy to snapshot repos you need

-DaltSnapshotDeploymentRepository=\
repo.spring.io::default::https://repo.spring.io/libs-snapshot-local

(as per /travis.yml) because the parent for spring-cloud-starter-parent
does not have a repository declared.
2015-03-02 16:46:52 +00:00
Dave Syer
47aacfdcbc Add spring-cloud-starter-oauth2 2015-01-14 16:35:21 +00:00