Spring Operator
42de74da5d
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://dashboard.example.com (UnknownHostException) with 3 occurrences migrated to:
https://dashboard.example.com ([https](https://dashboard.example.com ) result UnknownHostException).
* [ ] http://example.com/binding/create/schema (404) with 6 occurrences migrated to:
https://example.com/binding/create/schema ([https](https://example.com/binding/create/schema ) result 404).
* [ ] http://example.com/service-binding/create/schema (404) with 3 occurrences migrated to:
https://example.com/service-binding/create/schema ([https](https://example.com/service-binding/create/schema ) result 404).
* [ ] http://example.com/service/create/schema (404) with 15 occurrences migrated to:
https://example.com/service/create/schema ([https](https://example.com/service/create/schema ) result 404).
* [ ] http://example.com/service/update/schema (404) with 12 occurrences migrated to:
https://example.com/service/update/schema ([https](https://example.com/service/update/schema ) 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://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ with 1 occurrences migrated to:
https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ([https](https://docs.spring.io/spring-boot/docs/current/reference/htmlsingle/ ) result 200).
* [ ] http://projects.spring.io/spring-security/ with 1 occurrences migrated to:
https://projects.spring.io/spring-security/ ([https](https://projects.spring.io/spring-security/ ) 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://contributor-covenant.org with 1 occurrences migrated to:
https://contributor-covenant.org ([https](https://contributor-covenant.org ) result 301).
* [ ] http://contributor-covenant.org/version/1/3/0/ with 1 occurrences migrated to:
https://contributor-covenant.org/version/1/3/0/ ([https](https://contributor-covenant.org/version/1/3/0/ ) result 301).
* [ ] 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://eclipse.org with 1 occurrences migrated to:
https://eclipse.org ([https](https://eclipse.org ) result 302).
* [ ] http://eclipse.org/m2e/ with 1 occurrences migrated to:
https://eclipse.org/m2e/ ([https](https://eclipse.org/m2e/ ) result 302).
# Ignored
These URLs were intentionally ignored.
* http://localhost with 2 occurrences
* http://test.example.com with 2 occurrences
* http://test.example.com/ with 1 occurrences
* http://test.example.com//v2/service_instances/ with 1 occurrences
2019-04-08 14:35:02 -04:00
Roy Clarkson
86f947fe3c
Update README
2018-07-11 15:20:34 -04:00
Roy Clarkson
1f87eb2bb2
Update README.adoc
2018-07-06 10:20:09 -04:00
Scott Frederick
498e767eaf
Update codacy badge in README.
2018-06-14 16:07:21 -05:00
Scott Frederick
02fa00fb37
Update project site link in README.
2018-06-06 10:25:39 -05:00
Scott Frederick
477365373b
Add API version verification to reference docs. Remove reference info from README and link to project site and reference docs instead.
2018-04-05 12:08:55 -05:00
Roy Clarkson
81c788c60b
Update links in README
2018-03-23 20:31:56 -04:00
Scott Frederick
3c613058c4
Fix link in Bamboo badge in README.
2018-03-19 17:47:38 -05:00
Roy Clarkson
8575fa2a1a
Update README to include link to Bamboo build job
2018-03-07 13:22:43 -05:00
Roy Clarkson
2ce3710585
Update circle and codecov links to use updated project name
2018-03-07 13:13:53 -05:00
Scott Frederick
3477e587f5
Polish README.
2018-02-15 10:35:14 -06:00
Scott Frederick
0cca3a6342
Add Spring versions to Compatibility section in README.
2018-02-14 17:10:41 -06:00
Scott Frederick
d1f800d8ef
Update README with 2.0.0 information.
2018-02-14 17:06:34 -06:00
Benjamin Gandon
fa19cde2e7
Fix links in README + Remove some tailing whitespace
2018-02-14 14:36:49 +01:00
Scott Frederick
34eba46eb4
Resolve automated code review issues. Add codacy badge to README.
2018-01-30 17:33:03 -06:00
Scott Frederick
225e83239a
Fix CodeCov badge.
2018-01-26 16:12:39 -06:00
Scott Frederick
e034a0ffbf
Add CodeCov badge to README.
2018-01-26 16:11:30 -06:00
Scott Frederick
6da0a32b49
Add CircleCI badge to README.
2018-01-26 15:48:07 -06:00
Scott Frederick
420f903e89
Add Contributing and Code of Conduct.
2017-12-22 17:41:53 -06:00
Scott Frederick
99c030c172
Fixed EnableAutoConfiguration package names and building of test jars.
2017-12-14 16:30:52 -05:00
Scott Frederick
29b16dbcee
Update supported service broker API version to 2.13.
2017-10-02 16:24:03 -05:00
Scott Frederick
7d31c430b3
Updated supported broker API version in README.
2017-01-13 18:12:05 -06:00
Scott Frederick
7f322dadc0
Add support for volume mounts in responses to create service instances requests.
2017-01-13 13:29:57 -06:00
Sebastien Bortolussi
2860d0c806
Support service broker API version 2.9
...
- last_operation endpoint now supports service_id and plan_id as request parameters.
- Brokers may now optionally return operation field in responses for Provision, Update, and Deprovision.
Broker clients may provide this same object as a request parameter when polling last operation.
[#19 ]
2016-10-07 16:16:20 +02:00
Scott Frederick
03cbbbf08c
Update README and convert to adoc
2016-07-11 17:47:55 -05:00