Commit Graph

26 Commits

Author SHA1 Message Date
Marcin Grzejszczak
be83591547 Fixed the build and docs 2019-05-08 13:13:37 +02:00
Ryan Baxter
45a284dc45 Initial commit for spring-cloud-info 2019-05-07 20:18:23 -04:00
Marcin Grzejszczak
ca30632aba Updated 2019-04-25 17:37:11 +04:00
Marcin Grzejszczak
6db40b2ac4 Fixed the uild 2019-03-22 09:52:15 +01:00
Spring Operator
7bd603de36 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).

# HTTP URLs that Could Not Be Fixed
These URLs were unable to be fixed. Please review them to see if they can be manually resolved.

* http://xslthl.sf.net (301) with 1 occurrences could not be migrated:
   ([https](https://xslthl.sf.net) result AnnotatedConnectException).

# 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://www.puppycrawl.com/dtds/configuration_1_3.dtd (404) with 1 occurrences migrated to:
  https://www.puppycrawl.com/dtds/configuration_1_3.dtd ([https](https://www.puppycrawl.com/dtds/configuration_1_3.dtd) result 404).
* 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://maven.apache.org/xsd/maven-4.0.0.xsd with 93 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://sourceforge.net/projects/xslthl/ with 14 occurrences migrated to:
  https://sourceforge.net/projects/xslthl/ ([https](https://sourceforge.net/projects/xslthl/) result 200).
* http://www.w3.org/TR/CSS21/propidx.html with 1 occurrences migrated to:
  https://www.w3.org/TR/CSS21/propidx.html ([https](https://www.w3.org/TR/CSS21/propidx.html) result 200).
* http://repo.spring.io/libs-milestone-local with 12 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 12 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 6 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 186 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 93 occurrences
2019-03-19 21:23:39 -05:00
Marcin Grzejszczak
591d22ed83 Added checkstyle rules 2019-02-15 12:13:54 +01:00
Marcin Grzejszczak
0bcb4e8bc2 Bumped Boot & Fixed release train command execution; fixes gh-118 2019-01-23 13:52:56 +01:00
Marcin Grzejszczak
8844687751 polish 2019-01-02 12:06:25 +01:00
Marcin Grzejszczak
9578294fbd Meta release (#84)
## How it works?

- Uses the fixed versions to clone and check out each project (e.g. `spring-cloud-sleuth: 2.1.0.RELEASE`)
- From the version analyzes the branch and checks it out. E.g.
  - for `spring-cloud-release`'s `Finchley.RELEASE` version will resolve either `Finchley.x` branch or will fallback to `master` if there's no `Finchley.x` branch.
  - for `spring-cloud-sleuth`'s `2.1.0.RELEASE` version will resolve `2.1.x` branch
- Performs the release tasks per each project
- Performs the post release tasks at the end of the release

## Required options

- `releaser.fixed-versions` - A String to String mapping of manually set versions. E.g. `"spring-cloud-cli" -> "1.0.0.RELEASE"` will set
the `spring-cloud-cli.version` to `1.0.0.RELEASE` regardless of what was set in `spring-cloud-release` project. Example `--releaser.fixed-versions[spring-cloud-cli]=1.0.0.RELEASE`.
Use these properties to provide versions for the meta release.

- `releaser.meta-release.enabled` - You have to turn it on to enable a meta release. Defaults to `false`
- `releaser.meta-release.git-org-url` - The URL of the Git organization. We'll append each project's name to it.
Defaults to `https://github.com/spring-cloud`

run the task via `-x=true`
2018-06-25 09:21:24 +02:00
Marcin Grzejszczak
8f3936d727 Automated link update for spring cloud static current/index.html
fixes gh-46
2018-06-15 18:03:10 +02:00
Marcin Grzejszczak
bd0681fe53 For rollback scenario sets proper versions of boot & build; fixes gh-74 2018-02-02 16:58:28 +01:00
Marcin Grzejszczak
e5366de6ba Sagan's working 2017-10-22 22:06:46 +02:00
Marcin Grzejszczak
fedc76d964 WIP 2017-10-22 21:05:19 +02:00
Marcin Grzejszczak
f9ca023ca4 Migrated to new docs 2017-08-31 13:52:22 +02:00
Marcin Grzejszczak
2a877352fb Bumped Cloud Build 2017-08-21 12:15:58 +02:00
Marcin Grzejszczak
914e4c7023 Fixes #28 2017-06-08 12:35:49 +02:00
Marcin Grzejszczak
79a576559f Adding repos 2017-05-31 12:46:49 +02:00
Marcin Grzejszczak
3f28493c2f Adding repos 2017-05-31 12:45:36 +02:00
Marcin Grzejszczak
b34cbae3b5 Updated docs 2017-03-08 10:54:31 +01:00
Marcin Grzejszczak
17cfcb776d Added sonar' 2017-03-08 10:26:52 +01:00
Marcin Grzejszczak
36383b14bf Releaser -> spring-cloud-release-tools 2017-03-07 22:28:44 +01:00
Marcin Grzejszczak
6756df9916 Added docs 2017-03-07 13:24:39 +01:00
Marcin Grzejszczak
c2cf78ca72 modified the parent 2017-03-07 09:59:30 +01:00
Marcin Grzejszczak
85b718753c Multimodule project 2017-03-07 09:57:02 +01:00
Marcin Grzejszczak
bca1d2bbb4 Added boot version retrieval 2017-03-06 14:42:30 +01:00
Marcin Grzejszczak
e01aa4f1a2 Added project cloner 2017-03-06 12:33:50 +01:00