Commit Graph

20 Commits

Author SHA1 Message Date
Eric Haag
09d74e31fa Update Revved up by Develocity badge.
Closes #2359
2024-06-10 10:46:24 +02:00
Eric Haag
2b207b1de4 Connect build to ge.spring.io.
This change publishes a build scan to ge.spring.io for every local build from an authenticated Spring committer and for CI where appropriate access tokens are available. The build will not fail if publishing fails.

This change also allows the build to benefit from local and remote build caching, providing faster builds for all contributors.

Additionally, the project will have access to all features of Gradle Enterprise such as:

- Dashboards to view all historical build scans, along with performance trends over time
- Build failure analytics for enhanced investigation and diagnosis of build failures
- Test failure analytics to better understand trends and causes around slow, failing, and flaky tests

See #2319
2023-10-19 15:14:05 -05:00
Mark Paluch
5a429d6fa7 Update readme to reflect correct snapshot naming scheme.
Closes #1990
2023-09-14 11:12:28 +02:00
Mark Paluch
3b762c092f Migrate documentation to Antora.
Closes #2304
2023-08-31 13:39:32 +02:00
Mark Paluch
1ea9c99b57 Update readme.
See #2304
2023-08-31 13:39:25 +02:00
Mark Paluch
52f3f55b7c Polishing.
Update Java requirement.

See #2266
2023-06-06 10:30:29 +02:00
Mark Paluch
ef4fa3e342 Use snapshot and milestone repositories instead of libs-snapshot and libs-milestone.
Closes #2266
2023-06-06 10:29:56 +02:00
Kai Toedter
b94f7d4b83 Fix link to HAL Explorer doc in README.adoc.
Fixes: #2151
2023-02-21 14:18:44 +01:00
Kai Toedter
ba06a4d0f7 Replaced HAL Browser documentation with HAL Explorer documentation.
Removed unnecessary CustomPostForm.js from HAL Explorer. HAL Explorer natively supports Spring Profiles. Update link in README.adoc to the HAL Explorer section in the reference docs Correct typo and incorrect description in HAL-Explorer section.

Fixes #2005.
2021-05-11 16:40:23 +02:00
Greg L. Turnquist
0e563b2605 Migrate to main branch.
See #1992.
2021-04-16 13:01:20 -05:00
Greg L. Turnquist
38e8445046 Update materials to replace JIRA with GitHub issues.
Change issue links from JIRA to GitHub issues.

Closes #424.
2021-01-29 12:46:11 -06:00
Mark Paluch
5f2703336a DATAREST-1527 - Fix link to code of conduct. 2020-07-28 15:45:56 +02:00
Mark Paluch
314e0bb6f4 DATAREST-1408 - Fix typo. 2019-07-29 11:14:58 +02:00
Mark Paluch
0a75f837c1 DATAREST-1408 - Revise readme for a consistent structure. 2019-07-09 11:56:58 +02:00
Mark Paluch
49605b2b1a DATAREST-1351 - URL Cleanup. 2019-06-05 11:30:39 +02:00
Greg Turnquist
a2c9d5b9fe DATAREST-1380 - Introduce Jenkins. 2019-05-29 10:05:53 -05:00
Spring Operator
3a0cba94a2 DATAREST-1351 - 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 395 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0 ([https](https://www.apache.org/licenses/LICENSE-2.0) result 200).
* [ ] http://www.apache.org/licenses/LICENSE-2.0.html with 1 occurrences migrated to:
  https://www.apache.org/licenses/LICENSE-2.0.html ([https](https://www.apache.org/licenses/LICENSE-2.0.html) result 200).

Original Pull Request: #352
2019-03-22 10:51:57 +01:00
Mark Paluch
ebe45bcf1f DATAREST-979 - Update project documentation with the CLA tool integration. 2017-01-13 11:56:23 +01:00
Mark Paluch
4046f3788e DATAREST-856 - Integrate version badge from spring.io.
Add version badge from spring.io.
2016-07-20 09:14:01 +02:00
Greg Turnquist
ebbe77da5b DATAREST-450 - Migrate wiki content to reference docs.
Scrubbed old format. Lightened up paging section and focus more on "next"/"prev" hypermedia controls and their benefit. Moved several sections under one top level section called "Customizing Spring Data REST". Cleaned up index.adoc to match the style of Spring Data JPA. Removed JSONP section.
Remove embedded entity operations, based on old spring-data-rest-compact media type. Utilized relative leveloffset for each include. Corrected some ALPS mistakes.

Original pull request: #162.
2015-02-27 10:13:26 +01:00