Commit Graph

2543 Commits

Author SHA1 Message Date
René Pfeuffer
4bdcb0cae8 Correct uri for create response 2018-07-05 10:58:26 +02:00
René Pfeuffer
e993cebc0d Implement create repository 2018-07-05 10:52:19 +02:00
René Pfeuffer
92bd8696be Add docs 2018-07-05 10:45:16 +02:00
René Pfeuffer
c2effbe9c5 Implement update and delete for repository 2018-07-05 10:42:09 +02:00
René Pfeuffer
68e196d576 Create resource collection endpoint for get 2018-07-04 16:45:52 +02:00
Maren Süwer
3cc87ede73 add restentpoint for login/logout, restructuring of modules and components, add flow usage 2018-07-04 16:43:46 +02:00
Philipp Czora
d3a2fc8219 Implemented namespace feature 2018-07-04 15:46:08 +02:00
René Pfeuffer
a5349b339d Move repository permissions to separate endpoint 2018-07-04 15:11:17 +02:00
Johannes Schnatterer
31c71e5d23 Merge branch 2.0.0-M3 into bugfix_illegal_sortby AGAIN 2018-07-04 13:18:31 +02:00
Johannes Schnatterer
537006e455 Merge branch 2.0.0-M3 into bugfix_illegal_sortby 2018-07-04 13:17:19 +02:00
René Pfeuffer
d4643750a6 Generate link to sources for repository 2018-07-04 12:06:58 +02:00
René Pfeuffer
01a3b93289 Generate link to changesets for repository 2018-07-04 11:58:37 +02:00
René Pfeuffer
cc30b7d2a1 Remove id from repository dto 2018-07-04 11:53:48 +02:00
René Pfeuffer
d1d183df32 Merge 2018-07-04 11:43:53 +02:00
Johannes Schnatterer
d26f4bb265 Review - gets rid of warnings
Especially regarding generics params.
2018-07-04 11:31:09 +02:00
René Pfeuffer
397cf012a1 Simplify mocking of resource links even further 2018-07-04 10:57:34 +02:00
René Pfeuffer
6043b093da Simplify mocking of resource links 2018-07-04 08:55:36 +02:00
René Pfeuffer
7c662ed42a Generate link to branches for repository 2018-07-04 08:37:57 +02:00
René Pfeuffer
6aed34032d Merge 2018-07-03 16:54:02 +02:00
René Pfeuffer
a1d567799a Test sortBy parameter check 2018-07-03 16:51:46 +02:00
Johannes Schnatterer
4a49068b4a Review - Adds reason for RuntimeException & extends REST docs 2018-07-03 16:18:44 +02:00
René Pfeuffer
fb811ef725 Correct resource links and add tags link 2018-07-03 16:17:51 +02:00
René Pfeuffer
150838be85 Generate repository links in dto 2018-07-03 14:29:48 +02:00
René Pfeuffer
1bcc35d48b Support reading object by other identifiers than id
Therefore split adapter class for single entity and collection handling.
2018-07-03 13:11:18 +02:00
René Pfeuffer
0768b638ed Bootstrap v2 version to get repositories 2018-07-03 12:39:01 +02:00
René Pfeuffer
ad60bae74e Do not use Optional for modification date
First, Optionals should not be used for fields,
second this does not provide any benefits
2018-07-03 09:38:56 +02:00
René Pfeuffer
0aa2326818 Verify sortBy parameter before application 2018-07-02 20:11:53 +02:00
René Pfeuffer
54776548ea Merge parallel development 2018-07-02 14:36:04 +02:00
Philipp Czora
ffabda3f83 Set namespace while creating a repository 2018-06-29 17:10:14 +02:00
René Pfeuffer
5b5c30f054 POC for spaces strategy 2018-06-29 16:59:35 +02:00
René Pfeuffer
e7ea9e686e Clean up exceptions
- Remove declared IOException
- Fix repetition of exception messages
2018-06-29 09:34:31 +02:00
René Pfeuffer
d29f9ea2d8 Fix Typo 2018-06-28 17:01:51 +02:00
René Pfeuffer
861322ff9d Merge 2018-06-28 12:07:22 +02:00
René Pfeuffer
ae825b1688 Merge 2018-06-28 12:00:57 +02:00
Philipp Czora
cb73e4d945 Renamed query param in UserCollectionResource 2018-06-28 11:58:57 +02:00
René Pfeuffer
dd72a00308 Replace static access to ResourceLinks with injection 2018-06-28 11:58:48 +02:00
Philipp Czora
4da48d1ed3 Renamed query param 2018-06-28 11:56:21 +02:00
Philipp Czora
3ba1176b53 Merged changes 2018-06-28 11:07:13 +02:00
Philipp Czora
ad4ea743a0 Added unit tests for PUT/DELETE on groups 2018-06-28 11:06:16 +02:00
Johannes Schnatterer
e53077c87e REST Docs: Describes 400 for PUT 2018-06-28 10:16:45 +02:00
René Pfeuffer
8eb544c966 Remove unused parameters 2018-06-28 06:47:43 +02:00
René Pfeuffer
9ec59b680e Reset creation date on update 2018-06-27 17:07:01 +02:00
René Pfeuffer
9e92f2b53d Apply patch version for edison-hal 2018-06-27 17:05:25 +02:00
Philipp Czora
ab7b07c2f9 Implemented DELETE for groups 2018-06-27 16:01:43 +02:00
Philipp Czora
db0064b361 Merge changes 2018-06-27 15:51:59 +02:00
René Pfeuffer
c2e520369e Merge 2018-06-27 15:03:05 +02:00
René Pfeuffer
afd4b06b61 Remove not used functions
Equals and hashCode are not used, yet. Therefore we have no idea, how
they should be implemented at all. So they should not be implemented,
yet.

Further they are polluting the test coverage.
2018-06-27 15:00:52 +02:00
René Pfeuffer
c5cafb8b6b Simplify test 2018-06-27 14:38:46 +02:00
Johannes Schnatterer
38a32e4e2a Assimilates User and Group REST Resource Annotations and docs some more 2018-06-27 14:38:39 +02:00
Johannes Schnatterer
2b2834b2a9 Automated merge 2018-06-27 14:30:43 +02:00