Oliver Gierke
57172af59f
DATAREST-901 - Prepare 2.4.5 (Gosling SR5).
2016-09-20 15:29:21 +02:00
Oliver Gierke
cb9d227576
DATAREST-901 - Updated changelog.
2016-09-20 15:29:13 +02:00
Oliver Gierke
99a78a00e9
DATAREST-842 - Updated changelog.
2016-09-20 11:50:44 +02:00
Oliver Gierke
f8806cc43a
DATAREST-803 - Updated changelog.
2016-07-28 09:03:21 +02:00
Oliver Gierke
dbedcfff8c
DATAREST-804 - Updated changelog.
2016-07-28 09:03:13 +02:00
Oliver Gierke
8d249b4b9c
DATAREST-802 - Updated changelog.
2016-04-06 23:14:27 +02:00
Oliver Gierke
e8ad9b1541
DATAREST-790 - Updated changelog.
2016-04-06 18:44:38 +02:00
Massimo Mangoni
4d1d07f3e5
DATAREST-790 - Fixed typos in the reference documentation.
...
Original pull request: #203 .
2016-04-06 13:26:31 +02:00
Oliver Gierke
877070a56f
DATAREST-782 - Updated changelog.
2016-03-18 13:19:28 +01:00
Oliver Gierke
62ebf7ae72
DATAREST-766 - Prepare 2.4.4 (Gosling SR4).
2016-02-23 12:56:55 +01:00
Oliver Gierke
648d9cd8d5
DATAREST-766 - Updated changelog.
2016-02-23 12:56:47 +01:00
Oliver Gierke
685da6d4eb
DATAREST-756 - Updated changelog.
2016-02-12 22:11:09 +01:00
Oliver Gierke
f5b088d311
DATAREST-731 - Prepare 2.4.2.RELEASE (Gosling SR2).
2015-12-18 08:30:37 +01:00
Oliver Gierke
9d977a8c8c
DATAREST-731 - Updated changelog.
2015-12-18 08:30:25 +01:00
vtsukur
d449dd253d
DATAREST-711 - Actualized examples with projection configuration and fixed typos.
...
Original pull request: #202 .
2015-12-13 16:20:26 +01:00
Oliver Gierke
c5263eabf5
DATAREST-714 - Reference documentation now mentions RepositoryrestConfigurer instead of RepositorytestMvcConfiguration.
...
Fixed documentation on how to customize Spring Data REST by moving away from extending RepositoryRestMvcConfiguration to RepositoryRestConfigurer.
2015-11-25 14:46:08 +01:00
Oliver Gierke
6fb2a60d09
DATAREST-707 - Prepare 2.4.1.RELEASE (Gosling SR1).
2015-11-15 14:06:55 +01:00
Oliver Gierke
87e2e825dd
DATAREST-707 - Updated changelog.
2015-11-15 14:06:51 +01:00
Greg Turnquist
a93f68e227
DATAREST-684 - Added details on how to return a HAL document in reference documentation.
...
Original pull request: #199 .
2015-11-02 16:30:19 +01:00
Oliver Gierke
1a68c94c04
DATAREST-693 - Updated changelog.
2015-10-14 14:02:32 +02:00
Oliver Gierke
468c7b4d12
DATAREST-669 - Include section on dependency management from Spring Data Commons into reference docs.
...
Related tickets: DATACMNS-762.
2015-09-03 18:20:32 +02:00
Oliver Gierke
e35313ad20
DATAREST-663 - Prepare 2.4.0.RELEASE (Gosling GA).
2015-09-01 09:44:22 +02:00
Oliver Gierke
83680b505e
DATAREST-663 - Updated changelog.
2015-09-01 09:44:19 +02:00
Greg Turnquist
be67f3e5b0
DATAREST-627 - HAL Browser now uses JSON Editor view for resources exposing metadata.
...
In case a link relation's target exposes a profile link (via HTTP HEAD and "Link" response header), we now try to obtain a JSON schema from the target resource and use a custom view based on the JSON Editor library fro non-GET requests.
This creates a customized, user friendly pop-up dialog for data entry with a nice polished look. If there is no profile link, we use a fallback editor for raw JSON input.
Original pull request: #191 .
2015-08-31 18:59:15 +02:00
Greg Turnquist
345c198a75
DATAREST-638 - Consolidated metadata under a single profile link.
...
Moved /alps into a separate link underneath /profile, so that /schema can ALSO be served there as well. Also added a profile link to the collection resources, linking to collection-specific metadata. We now use strict content negotiation for each form of metadata so clients don't have to navigate a labyrinth of links. To preserve backwards compatibility, make ALPS the default metadata type.
Original pull request: #196 .
2015-08-19 11:25:17 +02:00
Oliver Gierke
14df6fcbc0
DATAREST-623 - Polishing.
...
Removed trailing spaces.
Original pull request: #195 .
2015-08-12 19:06:52 +02:00
Greg Turnquist
06e2564f66
DATAREST-623 - Added documentation on how to programmatically link to resource controllers.
...
Documented how to use RepositoryEntityLinks to link to Spring Data REST controllers.
Original pull request: #195 .
2015-08-12 19:06:49 +02:00
Oliver Gierke
fc85586384
DATAREST-634 - Prepare 2.4.0.RC1 (Gosling RC1).
2015-08-04 13:12:25 +02:00
Oliver Gierke
4cedd71de7
DATAREST-634 - Updated changelog.
2015-08-04 13:12:25 +02:00
Greg Turnquist
5dac9eac0c
DATAREST-624 - Added reference documentations for Spring Data REST HAL Browser.
...
Original pull request: #193 .
2015-08-04 01:57:53 +02:00
Oliver Gierke
dee22d2726
DATAREST-628 - Updated changelog.
2015-07-28 16:46:16 +02:00
Cedric Ziel
22b2984ce6
DATAREST-596 - Add missing letter to MVC configuration import example
2015-07-09 18:50:50 +02:00
Oliver Gierke
906d76a196
DATAREST-601 - Updated changelog.
2015-07-01 10:08:43 +02:00
Oliver Gierke
06b5a65de4
DATAREST-602 - Updated changelog.
2015-07-01 07:52:56 +02:00
Oliver Gierke
6cf9326c1d
DATAREST-603 - Updated changelog.
2015-06-30 14:33:24 +02:00
Oliver Gierke
b5c95ae3d6
DATAREST-454 - Polishing.
...
Improved example headers to not expose we're referring to test code. Used inline code instead of bold for technical terms (HTTP methods, HTML attributes etc.).
Original pull request: #184 .
2015-06-25 11:48:22 +02:00
Greg Turnquist
70f35cd314
DATAREST-454 - Document conditional operations.
...
Added documentation of ETag and Last-Modified header handling with Spring Data managed domain types.
Original pull request: #184 .
2015-06-25 09:54:08 +02:00
Greg Turnquist
ea8baf642b
DATAREST-397 - Added integration tests to verify Spring Data REST working with Spring Security.
...
Added integration tests to verify Spring Data REST works with Spring Security as expected. Added method level security to sample repositories and verified HTTP responses to consider those.
Added some words on security configuration in the reference documentation. This is also demonstrated by some canonical samples found in [0].
Original pull request: #171 .
[0] https://github.com/spring-projects/spring-data-examples/issues/21
2015-06-23 18:11:12 +02:00
Greg Turnquist
ad75c3cc8e
DATAREST-508 - Added details about finding projection definitions.
...
Original pull request: #176 .
2015-06-13 18:06:52 +02:00
Oliver Gierke
471f0c17e5
DATAREST-563 - Prepare 2.4.0.M1 (Gosling M1).
2015-06-02 10:47:05 +02:00
Oliver Gierke
f941b9ee18
DATAREST-563 - Updated changelog.
2015-06-02 08:25:06 +02:00
Greg Turnquist
394319f54b
DATAREST-535 - Add documentation about overriding SDR handlers
2015-06-01 14:44:52 +02:00
Greg Turnquist
97952d1a6f
DATAREST-550 - Specify more details about excerpts and projections
...
* Point out that excerpts are ONLY applied to collections.
* How projections can be found via annotation or manually registered
2015-06-01 14:32:17 +02:00
Oliver Gierke
04871bbd29
DATAREST-509 - Fixed typo in reference docs section on projections.
2015-04-08 18:27:09 +02:00
Greg Turnquist
e741f90378
DATAREST-503 - Fix typo in reference docs
...
Mispelled word in SDR's reference documentation. Patched.
Courtesy of https://github.com/spring-projects/spring-data-rest/pull/172
2015-04-02 12:52:05 -05:00
Oliver Gierke
830ed24299
DATAREST-493 - Prepare 2.3.0.RELEASE (Fowler GA).
2015-03-23 12:37:23 +01:00
Oliver Gierke
243ba4c1d4
DATAREST-493 - Updated changelog.
2015-03-23 12:04:14 +01:00
Greg Turnquist
462570fc24
DATAREST-449 - Polished up reference docs.
...
Original pull request: #170 .
2015-03-22 18:11:11 +01:00
Greg Turnquist
707bac94c2
DATAREST-478 - Polished up bits of documentation.
...
Original pull request: #169 .
2015-03-22 18:06:59 +01:00
Greg Turnquist
583284a9f0
DATAREST-453 - Added appendix linking to Spring Data examples.
...
Added a new section that lists Spring Data REST specific example projects.
Original pull request: #168 .
2015-03-22 18:06:25 +01:00