Commit Graph

243 Commits

Author SHA1 Message Date
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
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
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
Philipp Czora
978ca63ecb merge with branch feature/repository_config_v2_endpoint 2018-08-08 15:41:29 +02:00
Sebastian Sdorra
d3092a10c8 added creationDate and lastModified to group details 2018-08-08 15:29:48 +02:00
Sebastian Sdorra
8b1e61a299 description should be a textarea 2018-08-08 15:27:03 +02:00
Sebastian Sdorra
12d61892dc removed unnecessary semicolon 2018-08-08 15:26:15 +02:00
Sebastian Sdorra
7bb7b2f771 merge with branch feature/ui-for-scm2_groups 2018-08-08 14:59:39 +02:00
Sebastian Sdorra
378a82244d move name validation to a non type specific validator 2018-08-08 13:45:27 +02:00
Sebastian Sdorra
3ff6129b09 allow creation and modification of groups without description 2018-08-08 13:44:14 +02:00
Sebastian Sdorra
fdf49406b9 remove unused index 2018-08-08 13:43:24 +02:00
Sebastian Sdorra
b5c609f110 validate memeber name, before adding to group 2018-08-08 13:42:36 +02:00
Sebastian Sdorra
72dab98c49 do not show empty cell, if no member is available 2018-08-08 13:41:40 +02:00
Sebastian Sdorra
15255aeeb1 merge with branch feature/repositories-ui 2018-08-07 16:34:26 +02:00
Philipp Czora
61a3e2d3a7 Merged heads 2018-08-07 16:20:12 +02:00
Maren Süwer
762044868c refactoring: change user to member since members do not have to be users 2018-08-07 15:51:02 +02:00
Sebastian Sdorra
b251f61471 reenable flow for pre-commit 2018-08-07 15:10:47 +02:00
Sebastian Sdorra
7bf76a91f5 fixed review notes 2018-08-07 15:08:44 +02:00
Philipp Czora
d4ab19d730 Fixed issues according to review 2018-08-07 14:30:40 +02:00
Maren Süwer
839eb8d618 renaming of repository-types files to repositoryTypes 2018-08-07 14:00:29 +02:00
Maren Süwer
5731b607be change repository-types to repositoryTypes 2018-08-07 12:58:16 +02:00
Philipp Czora
7549a31065 Made EditGroup prettier 2018-08-06 17:04:33 +02:00
Philipp Czora
9f6466eaa5 Fixed button behavior 2018-08-06 16:57:46 +02:00
Philipp Czora
9de80c6070 Added styling for user list 2018-08-06 16:56:32 +02:00
Philipp Czora
5e4f979ada Implemented rendering user list as <ul> 2018-08-06 16:51:54 +02:00
Philipp Czora
9a4896b55d Implemented editing of repos (in UI) 2018-08-06 15:41:20 +02:00
Sebastian Sdorra
74a858b800 merge branch heads 2018-08-06 13:58:34 +02:00
Sebastian Sdorra
a3c00b9e12 improve typing and fixed import 2018-08-06 13:55:54 +02:00
Philipp Czora
6256889d39 Extracted RemoveUserButton 2018-08-06 10:23:41 +02:00
Sebastian Sdorra
ffbfdff52e finish delete implementation and restructure components 2018-08-06 10:08:28 +02:00
Philipp Czora
dec6b3f17d Split GroupForm 2018-08-03 14:21:07 +02:00
Philipp Czora
7a65ed6ff8 Extracted AddUserField 2018-08-03 10:37:56 +02:00
Sebastian Sdorra
f0794c9d15 implemented action and selectors for delete repository 2018-08-03 09:54:04 +02:00
Sebastian Sdorra
b32c8501f1 improve user and repository detail pages 2018-08-03 09:34:39 +02:00
Sebastian Sdorra
211551a5be implemented create repository 2018-08-03 08:52:02 +02:00
Sebastian Sdorra
a70420bb06 trigger change of Select after render, if value was not set to fix empty without change 2018-08-03 08:38:18 +02:00
Sebastian Sdorra
5ddc595bf1 don't unmount create form on error 2018-08-03 08:37:09 +02:00
Sebastian Sdorra
9f4f57cdc1 simplify the post and put api of the apiClient 2018-08-03 08:36:16 +02:00
Sebastian Sdorra
f2f806cf1d use textarea instead of input for repository description 2018-08-02 16:18:34 +02:00
Sebastian Sdorra
9b62d19df5 implemented repository create form 2018-08-02 16:09:58 +02:00
Philipp Czora
da115f0caa Members can now be added to/removed from groups 2018-08-02 16:09:25 +02:00
Philipp Czora
4477e0723e Merged heads 2018-08-02 13:50:13 +02:00
Philipp Czora
55f02238da Fixed bug which caused loading state in GroupForm not to be set correctly 2018-08-02 13:47:57 +02:00
Maren Süwer
8b4ee7a489 disable submit button of adding a group if name and description are invalid 2018-08-02 12:06:30 +02:00