Mark Paluch
|
efee131de0
|
DATAES-590 - Prepare 3.1.10 (Lovelace SR10).
|
2019-08-05 11:20:57 +02:00 |
|
Mark Paluch
|
583e36cde4
|
DATAES-590 - Updated changelog.
|
2019-08-05 11:20:56 +02:00 |
|
Mark Paluch
|
a6cd3ea600
|
DATAES-581 - Updated changelog.
|
2019-08-05 11:09:00 +02:00 |
|
Spring Operator
|
7fa24e4ed8
|
DATAES-549 - 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).
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.elasticsearch.org/ (301) with 1 occurrences migrated to:
https://www.elastic.co/ ([https](https://www.elasticsearch.org/) result SSLHandshakeException).
* [ ] http://www.elasticsearch.org/download/ (301) with 1 occurrences migrated to:
https://www.elastic.co/downloads/elasticsearch ([https](https://www.elasticsearch.org/download/) result SSLHandshakeException).
* [ ] http://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html (301) with 2 occurrences migrated to:
https://www.elastic.co/guide/en/elasticsearch/reference/current/search-suggesters-completion.html ([https](https://www.elasticsearch.org/guide/en/elasticsearch/reference/current/search-suggesters-completion.html) result SSLHandshakeException).
* [ ] http://www.elasticsearch.org/guide/reference/mapping/date-format/ (301) with 1 occurrences migrated to:
https://www.elastic.co/guide/reference/mapping/date-format/ ([https](https://www.elasticsearch.org/guide/reference/mapping/date-format/) result SSLHandshakeException).
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://stackoverflow.com/questions/tagged/spring-data-elasticsearch with 1 occurrences migrated to:
https://stackoverflow.com/questions/tagged/spring-data-elasticsearch ([https](https://stackoverflow.com/questions/tagged/spring-data-elasticsearch) result 200).
* [ ] http://www.springframework.org/schema/beans/spring-beans.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans.xsd ([https](https://www.springframework.org/schema/beans/spring-beans.xsd) result 200).
* [ ] http://www.springframework.org/schema/data/repository/spring-repository.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/data/repository/spring-repository.xsd ([https](https://www.springframework.org/schema/data/repository/spring-repository.xsd) 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://docs.spring.io/spring-data/elasticsearch/docs/current/api/ with 1 occurrences migrated to:
https://docs.spring.io/spring-data/elasticsearch/docs/current/api/ ([https](https://docs.spring.io/spring-data/elasticsearch/docs/current/api/) result 301).
* [ ] http://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/ with 1 occurrences migrated to:
https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/ ([https](https://docs.spring.io/spring-data/elasticsearch/docs/current/reference/html/) result 301).
* [ ] http://help.github.com/forking/ with 1 occurrences migrated to:
https://help.github.com/forking/ ([https](https://help.github.com/forking/) result 301).
* [ ] http://projects.spring.io/spring-data with 1 occurrences migrated to:
https://projects.spring.io/spring-data ([https](https://projects.spring.io/spring-data) result 301).
* [ ] http://www.springframework.org/schema/beans/spring-beans-3.1.xsd with 3 occurrences migrated to:
https://www.springframework.org/schema/beans/spring-beans-3.1.xsd ([https](https://www.springframework.org/schema/beans/spring-beans-3.1.xsd) result 301).
* [ ] http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd with 3 occurrences migrated to:
https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd ([https](https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch-1.0.xsd) result 301).
* [ ] http://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd with 2 occurrences migrated to:
https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd ([https](https://www.springframework.org/schema/data/elasticsearch/spring-elasticsearch.xsd) result 301).
* [ ] http://repo.spring.io/libs-snapshot with 1 occurrences migrated to:
https://repo.spring.io/libs-snapshot ([https](https://repo.spring.io/libs-snapshot) result 302).
* [ ] http://www.springsource.org/download with 1 occurrences migrated to:
https://www.springsource.org/download ([https](https://www.springsource.org/download) result 302).
* [ ] http://www.springsource.org/node/feed with 1 occurrences migrated to:
https://www.springsource.org/node/feed ([https](https://www.springsource.org/node/feed) result 302).
These URLs were intentionally ignored.
* http://127.0.0.1:9200 with 1 occurrences
* http://localhost:9200 with 3 occurrences
* http://www.springframework.org/schema/beans with 14 occurrences
* http://www.springframework.org/schema/data/elasticsearch with 14 occurrences
* http://www.springframework.org/schema/data/repository with 4 occurrences
* http://www.springframework.org/schema/tool with 4 occurrences
* http://www.w3.org/2001/XMLSchema with 2 occurrences
* http://www.w3.org/2001/XMLSchema-instance with 5 occurrences
Original Pull Request: #259
|
2019-06-18 10:42:21 +02:00 |
|
Christoph Strobl
|
664acff5a1
|
DATAES-560 - Updated changelog.
|
2019-06-14 15:18:15 +02:00 |
|
Christoph Strobl
|
2e9846259f
|
DATAES-580 - Prepare 3.1.9 (Lovelace SR9).
|
2019-06-14 12:38:59 +02:00 |
|
Christoph Strobl
|
0872016ada
|
DATAES-580 - Updated changelog.
|
2019-06-14 12:38:58 +02:00 |
|
Mark Paluch
|
c4b5c0a56e
|
DATAES-578 - Updated changelog.
|
2019-05-13 18:19:12 +02:00 |
|
Mark Paluch
|
dd01c74bb2
|
DATAES-577 - Prepare 3.1.8 (Lovelace SR8).
|
2019-05-13 13:25:06 +02:00 |
|
Mark Paluch
|
6888c11c94
|
DATAES-577 - Updated changelog.
|
2019-05-13 13:25:05 +02:00 |
|
Mark Paluch
|
61244b3c19
|
DATAES-564 - Updated changelog.
|
2019-05-13 12:41:40 +02:00 |
|
Oliver Drotbohm
|
aaed7cdc9a
|
DATAES-555 - Updated changelog.
|
2019-05-10 14:18:17 +02:00 |
|
Oliver Drotbohm
|
dd245b27cc
|
DATAES-557 - Prepare 3.1.7 (Lovelace SR7).
|
2019-05-10 12:18:11 +02:00 |
|
Oliver Drotbohm
|
19768cd479
|
DATAES-557 - Updated changelog.
|
2019-05-10 12:18:09 +02:00 |
|
Christoph Strobl
|
92a6eb8c1a
|
DATAES-542 - Updated changelog.
|
2019-04-11 12:28:54 +02:00 |
|
Oliver Drotbohm
|
eb600cdb10
|
DATAES-538 - Prepare 3.1.6 (Lovelace SR6).
|
2019-04-01 20:03:20 +02:00 |
|
Oliver Drotbohm
|
dce250560f
|
DATAES-538 - Updated changelog.
|
2019-04-01 20:03:19 +02:00 |
|
Oliver Drotbohm
|
b3a461211d
|
DATAES-528 - Updated changelog.
|
2019-04-01 19:37:06 +02:00 |
|
Oliver Drotbohm
|
e11045e654
|
DATAES-554 - Updated changelog.
|
2019-04-01 18:52:23 +02:00 |
|
Oliver Drotbohm
|
a744074ad3
|
DATAES-527 - Updated changelog.
|
2019-04-01 13:54:20 +02:00 |
|
Spring Operator
|
3d8821c644
|
DATAES-549 - 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 Success
These URLs were switched to an https URL with a 2xx status. While the status was successful, your review is still recommended.
* [ ] http://www.apache.org/licenses/ with 1 occurrences migrated to:
https://www.apache.org/licenses/ ([https](https://www.apache.org/licenses/) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0 with 233 occurrences migrated to:
https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
Original Pull Request: #264
|
2019-03-22 08:19:17 +01:00 |
|
Christoph Strobl
|
5428cc9510
|
DATAES-517 - Updated changelog.
|
2019-03-07 10:30:16 +01:00 |
|
Mark Paluch
|
d16e9de083
|
DATAES-529 - Prepare 3.1.5 (Lovelace SR5).
|
2019-02-13 09:55:36 +01:00 |
|
Mark Paluch
|
00bf5924f6
|
DATAES-529 - Updated changelog.
|
2019-02-13 09:55:34 +01:00 |
|
Mark Paluch
|
4d08095178
|
DATAES-507 - Prepare 3.1.4 (Lovelace SR4).
|
2019-01-10 12:34:54 +01:00 |
|
Mark Paluch
|
8c93961581
|
DATAES-507 - Updated changelog.
|
2019-01-10 12:34:53 +01:00 |
|
Mark Paluch
|
ae75546cd8
|
DATAES-506 - Updated changelog.
|
2019-01-10 12:26:40 +01:00 |
|
Mark Paluch
|
16ba2e78cc
|
DATAES-505 - Updated changelog.
|
2019-01-10 11:01:24 +01:00 |
|
Mark Paluch
|
f9b7513ca2
|
DATAES-524 - Update copyright years to 2019.
|
2019-01-02 12:37:23 +01:00 |
|
Christoph Strobl
|
f37bbdb75c
|
DATAES-513 - Updated changelog.
|
2018-12-11 11:43:19 +01:00 |
|
Mark Paluch
|
d887b1bc9b
|
DATAES-496 - Prepare 3.1.3 (Lovelace SR3).
|
2018-11-27 13:42:18 +01:00 |
|
Mark Paluch
|
6636bbb364
|
DATAES-496 - Updated changelog.
|
2018-11-27 13:42:16 +01:00 |
|
Mark Paluch
|
b116cce1e8
|
DATAES-490 - Updated changelog.
|
2018-11-27 12:36:51 +01:00 |
|
Mark Paluch
|
ed7a761912
|
DATAES-491 - Updated changelog.
|
2018-11-27 11:27:26 +01:00 |
|
Mark Paluch
|
9ddf4868ef
|
DATAES-489 - Prepare 3.1.2 (Lovelace SR2).
|
2018-10-29 12:52:55 +01:00 |
|
Mark Paluch
|
dde561a805
|
DATAES-489 - Updated changelog.
|
2018-10-29 12:52:52 +01:00 |
|
Mark Paluch
|
950c48a069
|
DATAES-484 - Updated changelog.
|
2018-10-15 14:19:08 +02:00 |
|
Mark Paluch
|
df9954b3ef
|
DATAES-485 - Updated changelog.
|
2018-10-15 12:46:30 +02:00 |
|
Mark Paluch
|
a299260a03
|
DATAES-486 - Prepare 3.1.1 (Lovelace SR1).
|
2018-10-15 10:40:57 +02:00 |
|
Mark Paluch
|
627d96cbfc
|
DATAES-486 - Updated changelog.
|
2018-10-15 10:40:56 +02:00 |
|
Mark Paluch
|
45a9384d4f
|
DATAES-480 - Prepare 3.1 GA (Lovelace).
|
2018-09-21 07:07:51 -04:00 |
|
Mark Paluch
|
789acdc3dc
|
DATAES-480 - Updated changelog.
|
2018-09-21 07:07:49 -04:00 |
|
Mark Paluch
|
946a60d24d
|
DATAES-473 - Updated changelog.
|
2018-09-10 14:15:51 +02:00 |
|
Mark Paluch
|
838776dd63
|
DATAES-474 - Updated changelog.
|
2018-09-10 10:20:58 +02:00 |
|
Oliver Gierke
|
e1d3f6f160
|
DATAES-472 - Prepare 3.1 RC2 (Lovelace).
|
2018-08-20 10:39:43 +02:00 |
|
Oliver Gierke
|
7bb108c998
|
DATAES-472 - Updated changelog.
|
2018-08-20 10:39:41 +02:00 |
|
Mark Paluch
|
d1b71f2e73
|
DATAES-463 - Updated changelog.
|
2018-07-27 11:45:25 +02:00 |
|
Mark Paluch
|
88fe60c7d4
|
DATAES-465 - Updated changelog.
|
2018-07-26 16:23:57 +02:00 |
|
Mark Paluch
|
2632b69d12
|
DATAES-452 - Prepare 3.1 RC1 (Lovelace).
|
2018-07-26 12:04:30 +02:00 |
|
Mark Paluch
|
d30328f2e1
|
DATAES-452 - Updated changelog.
|
2018-07-26 12:04:28 +02:00 |
|