13423 Commits

Author SHA1 Message Date
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
René Pfeuffer
6acded2eed Flip equals check so that missing properties will not result in NPE 2018-08-27 10:31:07 +02:00
René Pfeuffer
fafb336512 Fix tests for validation 2018-08-24 16:30:43 +02:00
René Pfeuffer
128961b745 Add bean validation to user, group and repository
The validations are taken from the isValid methods of the corresponding
model objects.
2018-08-24 14:35:58 +02:00
Sebastian Sdorra
4f775fe7ca implemented PluginLoader 2018-08-24 12:43:10 +02:00
Sebastian Sdorra
ab8f166b1d added rest interface to expose plugin bundles 2018-08-24 12:39:58 +02:00
Mohamed Karray
19ce115786 #8771 merge 2018-08-24 11:13:24 +02:00
Sebastian Sdorra
8fa1308169 implemented avatar and information extension point for svn, hg and git 2018-08-24 11:03:35 +02:00
Sebastian Sdorra
c342e1d57c update @scm-manager/ui-extensions 2018-08-24 11:02:11 +02:00
Sebastian Sdorra
4ec7c141dd added extension point for repository avatar 2018-08-24 11:01:37 +02:00
Sebastian Sdorra
3015937fc7 added extension point for repository detail information 2018-08-24 11:01:08 +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
0642a4c8bc Fix integration test using self link instead of content link 2018-08-24 09:15:15 +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
Sebastian Sdorra
8224327ed3 use / as development context path and use ui-bundler instead of react-scripts 2018-08-24 08:35:50 +02:00
René Pfeuffer
f5ba197d10 Harmonize naming of dto mappers 2018-08-24 08:18:08 +02:00
René Pfeuffer
b3fd051321 Check against feature instead of repository type 2018-08-24 07:57:13 +02:00
René Pfeuffer
bc009c02ac Fix parameterized tests for junit 5 2018-08-23 17:24:00 +02:00
René Pfeuffer
40f963db98 Fix source URL creation for SVN 2018-08-23 17:02:55 +02:00
René Pfeuffer
ca563dd874 Fix default revision for hg and fix encoded slashes in URLs 2018-08-23 15:52:02 +02:00
Maren Süwer
95288b5c63 add modify functionality, state is not updated correctly right now 2018-08-23 15:39:09 +02:00
Sebastian Sdorra
ee8efe9cf5 do not return directories from WebResourceLoader 2018-08-23 14:48:11 +02:00
Maren Süwer
e160ba48b5 add edit view 2018-08-23 14:14:49 +02:00
Maren Süwer
80aad7ccc1 correct getting failure function and is loading 2018-08-23 12:25:00 +02:00
Maren Süwer
d784109326 show permissions in table 2018-08-23 11:49:10 +02:00
Sebastian Sdorra
0fc09f5c0d added PushStateDispatcher for production and development to WebResourceServlet 2018-08-23 11:48:42 +02:00
Maren Süwer
deeecd652d renaming 2018-08-23 11:11:40 +02:00
Maren Süwer
81c81f19aa create translationf file 2018-08-23 11:01:19 +02:00
Maren Süwer
33976605db safe state in props and show loading and error state 2018-08-23 11:00:14 +02:00
Maren Süwer
f81cc096aa create permissions store and write selectors 2018-08-23 10:16:54 +02:00
René Pfeuffer
7177cbd3fe Fix streaming content result for hg 2018-08-23 09:54:36 +02:00
Maren Süwer
b84472b11c add permissions to menu of repository 2018-08-23 09:10:38 +02:00
Maren Süwer
8d2bf3308e add basic reducer 2018-08-23 09:10:23 +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
René Pfeuffer
8320c75c89 Fix svn revision in sources HAL links 2018-08-22 14:29:05 +02:00
René Pfeuffer
e77c633d64 Fix permission check for read permissions 2018-08-22 12:29:45 +02:00
René Pfeuffer
02f4801b58 Let integration tests use links from HAL and test brute force links 2018-08-22 12:20:09 +02:00
René Pfeuffer
585d37feed Split up test methods for each user 2018-08-22 11:19:19 +02:00
René Pfeuffer
b68c8400a7 Move tests to test classes 2018-08-22 10:59:46 +02:00
René Pfeuffer
2761edb9f6 Migrate not found errors to NotFoundException 2018-08-22 09:35:13 +02:00
Mohamed Karray
8c128127de #8771 implement integration tests 2018-08-22 09:18:17 +02:00
René Pfeuffer
5ed6cc4a53 Merge permission endpoint into feature branch 2018-08-22 07:54:40 +02:00
René Pfeuffer
d82a5f446d Enable legman, again 2018-08-21 16:37:34 +02:00
René Pfeuffer
15d5db9458 Replace hibernate vaidator with javaee api
Hibernate validator is bundled with resteasy validation package,
but using another version what leads to problems.
2018-08-21 16:30:21 +02:00
Maren Süwer
4cc395bd73 add test for fetch failure 2018-08-21 16:21:41 +02:00
Maren Süwer
60f29a1bc2 add fetch permissions and first test 2018-08-21 16:16:15 +02:00
Maren Süwer
4c6ab655ba add mockup root for permissions 2018-08-21 15:37:45 +02:00