Commit Graph

470 Commits

Author SHA1 Message Date
René Pfeuffer
8c675f5dd8 Compute base url in webapp 2018-09-10 11:59:21 +02:00
René Pfeuffer
6bc41cee0a Handle git urls with trailing .git suffix correctly 2018-09-10 11:03:10 +02:00
René Pfeuffer
50a4133dff Remove old type dependant repo uri functions 2018-09-10 10:08:51 +02:00
René Pfeuffer
fb54ba62e0 Merge with 2.0.0-m3 2018-09-10 09:24:45 +02:00
René Pfeuffer
e48a056009 Merge with 2.0.0-m3 2018-09-10 09:20:17 +02:00
René Pfeuffer
6d659b8ac1 Correct extraction of namespace and name from path 2018-09-10 08:37:31 +02:00
Philipp Czora
c583dae111 Merged changes of 2.0.0-m3 2018-09-06 13:16:19 +02:00
Philipp Czora
a2182da8fa Made ArgumentMatchers in test match more specifically 2018-09-06 11:56:09 +02:00
Philipp Czora
2f2ac8953b Merged in feature/tag_endpoints_v2 (pull request #65)
add tag endpoints
2018-09-06 08:44:04 +00:00
Philipp Czora
b961a82e15 Minor refactoring 2018-09-06 10:41:49 +02:00
René Pfeuffer
e79041140f Remove tags and branches from browse result and embed files 2018-09-05 15:17:49 +02:00
Philipp Czora
d70acc5fba Added unit test 2018-09-05 14:47:35 +02:00
Mohamed Karray
3516bf9913 merge 2018-09-05 09:48:18 +02:00
Mohamed Karray
a731865e08 fix unit tests for permissions and sources endpoints 2018-09-05 09:35:27 +02:00
René Pfeuffer
c4b34752b4 Fix integration tests by delegating to existing servlets 2018-09-04 20:29:17 +02:00
Mohamed Karray
9b7e34b08b add tag endpoints 2018-09-04 17:38:28 +02:00
René Pfeuffer
3f772b3688 Use links from protocols instead of resource links
Add links only for requests with according permissions
2018-09-04 12:40:41 +02:00
Philipp Czora
d7e319a856 Fixes self-links in sources 2018-09-03 16:22:07 +02:00
Sebastian Sdorra
c1123810fc merge with feature/ui-extensions branch 2018-08-30 12:15:17 +02:00
René Pfeuffer
1befe2e195 Merge with 2.0.0-m3 2018-08-30 11:48:58 +02:00
Sebastian Sdorra
53ff215330 merge with 2.0.0-m3 branch 2018-08-30 11:28:26 +02:00
Sebastian Sdorra
f8df92ef7a do not expose IOException 2018-08-30 11:03:15 +02:00
René Pfeuffer
b992ab414f Fix concurrent modification check for missing modification date 2018-08-30 10:34:43 +02:00
René Pfeuffer
f5600f60fb Merge with 2.0.0-m3 2018-08-30 10:04:06 +02:00
René Pfeuffer
62f9b821f7 Merge 2018-08-29 14:31:29 +02:00
René Pfeuffer
851f013013 Hotfix for test breaker 2018-08-29 14:30:23 +02:00
René Pfeuffer
d4a8c05c25 Remove dead code 2018-08-31 12:05:05 +02:00
René Pfeuffer
2420c9141c Unbind subjects after unit tests 2018-08-31 08:46:56 +02:00
René Pfeuffer
ba05417aeb Merge with 2.0.0-m3
sonia.scm.it.RepositoryHookITCase breaks for hg.
2018-08-31 10:40:12 +02:00
Mohamed Karray
2bd3fb5a4f #8630 implement the get changeset endpoint 2018-08-30 12:11:24 +02:00
Mohamed Karray
c6203082e3 #8630 add the changeset endpoint getAll 2018-08-29 12:03:56 +02:00
Philipp Czora
05a7e6c587 Implemented handling of concurrent modification of objects
based on lastModified date
2018-08-29 10:39:29 +02:00
René Pfeuffer
686dd08d3c Unbind subjects after test 2018-08-29 10:16:02 +02:00
Sebastian Sdorra
c05e45271f fix timeout for 404 proxy resources 2018-08-29 09:56:33 +02:00
René Pfeuffer
cb3b2a1e2c Merge with 2.0.0-m3 2018-08-28 10:02:16 +02:00
Sebastian Sdorra
e6e1c5871a restore context path support 2018-08-27 15:47:02 +02:00
Sebastian Sdorra
b09c46abcf remove old ui 2018-08-27 15:45:56 +02:00
Sebastian Sdorra
56b629fa9d use hateoas style resource for ui plugins 2018-08-27 12:59:26 +02:00
René Pfeuffer
7766a99154 Do not delete permissions on repository update 2018-08-27 10:45:20 +02:00
Mohamed Karray
19ce115786 #8771 merge 2018-08-24 11:13:24 +02:00
Mohamed Karray
abe3dec8df #8771 fix get all to return links
add permissionRead and permissionWrite permissions
2018-08-24 10:57:50 +02:00
René Pfeuffer
9775817269 Handle empty files in content 2018-08-24 08:52:19 +02:00
René Pfeuffer
4699166f87 Change self link for files to content 2018-08-24 08:43:04 +02:00
René Pfeuffer
f5ba197d10 Harmonize naming of dto mappers 2018-08-24 08:18:08 +02:00
René Pfeuffer
bc009c02ac Fix parameterized tests for junit 5 2018-08-23 17:24:00 +02:00
René Pfeuffer
ca563dd874 Fix default revision for hg and fix encoded slashes in URLs 2018-08-23 15:52:02 +02:00
Sebastian Sdorra
ee8efe9cf5 do not return directories from WebResourceLoader 2018-08-23 14:48:11 +02:00
Sebastian Sdorra
0fc09f5c0d added PushStateDispatcher for production and development to WebResourceServlet 2018-08-23 11:48:42 +02:00
Sebastian Sdorra
9e8bd299f0 fix cookie path, if scm-manager runs with context path / 2018-08-23 08:24:19 +02:00
Mohamed Karray
87e32087ac #8771 run JUnit 5 with maven and fix tests 2018-08-22 15:55:29 +02:00