René Pfeuffer
|
50d9da8726
|
Merge base branch into feature
|
2018-07-05 14:56:33 +02:00 |
|
René Pfeuffer
|
bbce9b7ca2
|
Use correct namespace of created repository
|
2018-07-05 12:19:31 +02:00 |
|
René Pfeuffer
|
68e196d576
|
Create resource collection endpoint for get
|
2018-07-04 16:45:52 +02:00 |
|
Philipp Czora
|
d3a2fc8219
|
Implemented namespace feature
|
2018-07-04 15:46:08 +02:00 |
|
René Pfeuffer
|
d1d183df32
|
Merge
|
2018-07-04 11:43:53 +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
|
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 |
|
Philipp Czora
|
0402596cf1
|
Added namespace to Repository
|
2018-06-29 17:09:40 +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 |
|
Johannes Schnatterer
|
85f69fb67b
|
More polishing during review
|
2018-06-25 18:32:00 +02:00 |
|
René Pfeuffer
|
83d6ab8e9c
|
Backed out changeset 5d23ff274a2f
|
2018-06-25 11:52:36 +02:00 |
|
René Pfeuffer
|
da0cb2a5a4
|
Move page object creation to PageResult class
|
2018-06-22 10:42:02 +02:00 |
|
René Pfeuffer
|
9ec3833a97
|
Add overall count to collection results
|
2018-06-22 10:15:35 +02:00 |
|
Philipp Czora
|
89322a0511
|
Cleanup
|
2018-06-20 14:45:55 +02:00 |
|
Philipp Czora
|
b93b291293
|
Implemented unit tests for Manager and added param checks
|
2018-06-15 14:36:22 +02:00 |
|
René Pfeuffer
|
c50a3fb2e2
|
Remove unused function
|
2018-06-14 08:07:59 +02:00 |
|
René Pfeuffer
|
838777b403
|
Mob review
|
2018-06-14 08:05:29 +02:00 |
|
René Pfeuffer
|
8bfe6bacb0
|
Create endpoint for groups
|
2018-06-13 12:45:32 +02:00 |
|
René Pfeuffer
|
470ebaff7e
|
Implement base to read groups
|
2018-06-11 08:27:25 +02:00 |
|
René Pfeuffer
|
38ad423f3d
|
Update Apache Shiro to 1.4.0
|
2018-06-08 08:35:50 +02:00 |
|
René Pfeuffer
|
a8c61a9bfd
|
Cleanup and documentation
|
2018-06-06 16:24:59 +02:00 |
|
René Pfeuffer
|
2c5823e961
|
Add json enricher and json field filter
|
2018-06-06 10:36:27 +02:00 |
|
René Pfeuffer
|
2673756f8b
|
Correct pagination
|
2018-06-06 08:44:32 +02:00 |
|
broDom
|
46f5002f29
|
refactor: replace removed Guava API calls
|
2017-07-05 21:23:28 +02:00 |
|
broDom
|
1da3c7436c
|
refactor: replace StreamSupport.stream(spliterator, false) with Guava's Stream.stream(iterable)
|
2017-07-05 21:02:17 +02:00 |
|
broDom
|
056c384c39
|
refactor: use Stream API in ValidationUtil.isRepoNameValid
|
2017-07-05 18:23:32 +02:00 |
|
broDom
|
96f40485d1
|
refactor: remove redundant type casts
|
2017-07-03 17:17:58 +02:00 |
|
broDom
|
656288857b
|
refactor: remove redundant type arguments
|
2017-07-03 17:17:39 +02:00 |
|
broDom
|
efac49ccf7
|
style: use uppercase L instead of lowercase version for better readability
|
2017-07-03 17:16:54 +02:00 |
|
broDom
|
94fba3df13
|
build: remove redundant groupIds as they are defined in the parent pom
|
2017-07-03 17:13:15 +02:00 |
|
broDom
|
0cff0e7e7a
|
refactor: remove explicit type arguments
|
2017-07-03 17:12:41 +02:00 |
|
broDom
|
64b8fc8af6
|
refactor: replace Collections.sort with List.sort
|
2017-07-03 17:08:04 +02:00 |
|
broDom
|
397904adde
|
refactor: replace anonymous types with lambdas
|
2017-07-03 17:07:07 +02:00 |
|
broDom
|
db2d82b9ec
|
refactor: use try-with-resources
|
2017-07-03 16:59:46 +02:00 |
|
broDom
|
e9d5b3a363
|
refactor: collapse identical catch blocks
|
2017-07-03 16:59:19 +02:00 |
|
broDom
|
9f98b0e890
|
refactor: replace while with iterator with foreach loop
|
2017-07-03 16:56:25 +02:00 |
|
broDom
|
ad719d37ab
|
refactor: use Stream API instead of for-if
|
2017-07-03 16:55:43 +02:00 |
|
broDom
|
13b29ea9f2
|
refactor: replace String.indexOf() >= 0 with String.contains()
|
2017-07-03 16:54:39 +02:00 |
|
broDom
|
4bd093f472
|
refactor: replace for loop with foreach
|
2017-07-03 16:46:54 +02:00 |
|
broDom
|
f70745d65a
|
style: remove unused imports
|
2017-07-03 16:45:21 +02:00 |
|
Sebastian Sdorra
|
244e9ba297
|
fix deserialization of changeset modifications
|
2017-06-28 22:03:51 +02:00 |
|
Sebastian Sdorra
|
e826b833cc
|
switch from jersey 1.x to resteasy
|
2017-06-27 20:16:05 +02:00 |
|
Sebastian Sdorra
|
3f27dd8cca
|
[maven-release-plugin] prepare for next development iteration
|
2018-05-04 11:14:45 +02:00 |
|
Sebastian Sdorra
|
a0b3b154c8
|
[maven-release-plugin] prepare release 1.60
|
2018-05-04 11:14:45 +02:00 |
|
Sebastian Sdorra
|
0fc9f6d485
|
use APIviz only for javadoc of scm-core
|
2018-04-12 20:21:22 +02:00 |
|
Sebastian Sdorra
|
bfee6331e1
|
fix build on java 9
|
2018-04-12 13:15:04 +02:00 |
|
Sebastian Sdorra
|
247ee63a95
|
[maven-release-plugin] prepare for next development iteration
|
2018-04-11 10:09:12 +02:00 |
|