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 |
|
Maren Süwer
|
0816fc3229
|
do not show seperator if there are no other pages between button before and after seperator
|
2018-08-02 11:46:51 +02:00 |
|
Philipp Czora
|
1975beff40
|
Merged heads
|
2018-08-02 11:41:00 +02:00 |
|
Philipp Czora
|
ed3b57b818
|
Added group editing feature
|
2018-08-02 11:38:08 +02:00 |
|
Maren Süwer
|
c4c85e6da6
|
correct paging that /1 is shown in url
|
2018-08-02 10:46:28 +02:00 |
|
Maren Süwer
|
efda5122f7
|
refactor names of tests of group.js
|
2018-08-02 10:06:13 +02:00 |
|
Maren Süwer
|
5cf62bf345
|
added delete group function
|
2018-08-02 09:53:24 +02:00 |
|
Philipp Czora
|
df11cdc332
|
Added EditGroupNavLink
|
2018-08-02 09:29:28 +02:00 |
|
Philipp Czora
|
a5d6ff3110
|
Added unit test
|
2018-08-02 08:44:13 +02:00 |
|
Philipp Czora
|
bdffaed268
|
Added tests for group selectors
|
2018-08-02 08:36:12 +02:00 |
|
Sebastian Sdorra
|
ac8da18867
|
start implementation repository details
|
2018-08-01 18:23:16 +02:00 |
|
Philipp Czora
|
aa6e128023
|
Implemented error handling for creating groups
|
2018-08-01 16:28:06 +02:00 |
|
Philipp Czora
|
f426c14f70
|
Refactored group validation
|
2018-08-01 15:54:32 +02:00 |
|
Philipp Czora
|
6719d12db9
|
Fixed route for Group paging
|
2018-08-01 15:51:54 +02:00 |
|
Sebastian Sdorra
|
6dd7397d14
|
fixed bug in users paging
|
2018-08-01 14:58:52 +02:00 |
|
Sebastian Sdorra
|
2953c805f9
|
implemented paging for repository overview
|
2018-08-01 14:56:24 +02:00 |
|
Philipp Czora
|
952067acb9
|
Fixed bug preventing frontend tests to be skipped when -DskipTests is set
|
2018-08-01 13:54:15 +02:00 |
|
Philipp Czora
|
bc10ce587d
|
Bootstrapped validation for groups
|
2018-08-01 13:40:54 +02:00 |
|
Sebastian Sdorra
|
b1c65a3a3c
|
added loading indicator and handle failures of repository overview
|
2018-08-01 10:00:53 +02:00 |
|
Philipp Czora
|
d7292dc60c
|
Merged heads
|
2018-08-01 09:52:49 +02:00 |
|
Sebastian Sdorra
|
641b3efd31
|
added more spacing to repository groups
|
2018-08-01 09:44:53 +02:00 |
|
Sebastian Sdorra
|
81ec5ae986
|
order repositories by namespace and name
|
2018-08-01 09:44:34 +02:00 |
|
Philipp Czora
|
58fbf4ebf2
|
Removed creationDate & lastModifiedDate from Group; fixed flow issuses
|
2018-07-31 19:05:06 +02:00 |
|
Philipp Czora
|
d532c36204
|
Groups can now be added via the UI
|
2018-07-31 18:44:01 +02:00 |
|
Maren Süwer
|
c12040d8d0
|
added delete option
|
2018-07-31 16:48:28 +02:00 |
|
Philipp Czora
|
3ba9e04c11
|
Extended GroupForm
|
2018-07-31 16:39:07 +02:00 |
|
Sebastian Sdorra
|
f33b54f60f
|
intial import of repositroy list ui
|
2018-07-31 16:32:16 +02:00 |
|
Maren Süwer
|
4d4457aa3d
|
only generate link for member if link exists
|
2018-07-31 16:10:50 +02:00 |
|
Maren Süwer
|
f90eecca89
|
do not show members if no members are in that group
|
2018-07-31 15:26:36 +02:00 |
|
Maren Süwer
|
f72cd23f48
|
move groupform to correct folder
|
2018-07-31 15:18:57 +02:00 |
|
Maren Süwer
|
89618a1526
|
merge and add single group view
|
2018-07-31 15:09:45 +02:00 |
|
Philipp Czora
|
b832d744ed
|
Bootstrapped AddGroup and GroupForm
|
2018-07-31 14:44:52 +02:00 |
|
Philipp Czora
|
b35e10df71
|
Bootstrapped AddGroup and GroupForm
|
2018-07-31 14:43:55 +02:00 |
|
Philipp Czora
|
729d5f8424
|
Added unit tests for group selectors
|
2018-07-31 14:22:15 +02:00 |
|
Philipp Czora
|
885650e8b8
|
Added create group functionality
|
2018-07-31 13:49:46 +02:00 |
|
Maren Süwer
|
52ce2a6de1
|
remove unused imports
|
2018-07-31 13:05:28 +02:00 |
|
Maren Süwer
|
9c7c2c9d9a
|
show group table in ui
|
2018-07-31 13:04:09 +02:00 |
|
Maren Süwer
|
ce3adaa1b5
|
added reducer
|
2018-07-31 11:30:30 +02:00 |
|
Maren Süwer
|
cdce20d5ea
|
add dummy connector to groups
|
2018-07-31 10:54:31 +02:00 |
|
Maren Süwer
|
3e44a3c281
|
added dummy tests
|
2018-07-31 10:53:44 +02:00 |
|
Maren Süwer
|
ea7f5e0237
|
added missing imports
|
2018-07-31 10:50:51 +02:00 |
|