13428 Commits

Author SHA1 Message Date
Sebastian Sdorra
bfcc9bf4a6 merge latest scm-manager 2 changes into default branch 2019-11-28 08:17:16 +01:00
Sebastian Sdorra
73469814fe close branch feature/reintegrate_default_branch 2019-11-28 08:15:45 +01:00
Sebastian Sdorra
fe2370c863 merge with 2.0.0-m3 2019-11-28 08:15:23 +01:00
Florian Scholdei
02322818ce Update story snapshots 2019-11-28 03:26:17 +01:00
Florian Scholdei
f25a3f7141 Merge with upstream 2019-11-28 02:04:33 +01:00
Florian Scholdei
a603962998 Build new PermissionsWrapper and use doubled-row for permissions and repositoryRoles overview, Remove duplicated PermissionCheckbox 2019-11-28 02:04:18 +01:00
Florian Scholdei
53147db0e2 Move button to right side and small fixes 2019-11-28 02:01:49 +01:00
Florian Scholdei
cae4f6abb4 Remove doubled <tr>, add key 2019-11-28 01:57:56 +01:00
Florian Scholdei
53c5f67550 Make Git Protocol Switch Button smaller 2019-11-27 16:48:11 +01:00
Sebastian Sdorra
9202e1c77c fixed wrong checksum field 2019-11-27 16:37:00 +01:00
Sebastian Sdorra
854e42a609 merge with default branch 2019-11-27 15:01:09 +01:00
Florian Scholdei
111465f853 Make input .help texts position absolute so that it does not affect level negative when pop up, it also saves some space underneath 2019-11-26 16:04:42 +01:00
Florian Scholdei
b17f03247b Change AddEntryTo... to single-line component, add className prop to InputField and Autocomplete 2019-11-26 15:59:38 +01:00
Florian Scholdei
702cca59ed Move Button to right side 2019-11-26 15:22:22 +01:00
Florian Scholdei
d4afbd6a0a Make DownloadButton props optional (an disabled DownloadButton has no link, disabled should be false by default) 2019-11-26 15:20:44 +01:00
Eduard Heimbuch
a1ff55d084 override global radio stylings and use local styles instead 2019-11-26 13:22:00 +01:00
Rene Pfeuffer
6bf86fab8d Introduce abstraction layer for RESTeasy mock dispatcher 2019-11-25 17:04:58 +01:00
Rene Pfeuffer
75b43ef453 Merge with 2.0.0-m3 2019-11-25 14:35:47 +01:00
Rene Pfeuffer
6c023f7d56 Fix sonar issue 2019-11-25 14:15:43 +01:00
Eduard Heimbuch
8f31c2dd3a Merged in feature/postpone_restart_for_plugin (pull request #362)
Feature/postpone restart for plugin
2019-11-25 12:25:10 +00:00
Eduard Heimbuch
04c004fede Close branch feature/postpone_restart_for_plugin 2019-11-25 12:25:10 +00:00
Rene Pfeuffer
4b81db85d3 Merged in bugfix/branch_error_messages (pull request #363)
show error messages on failed branch creation
2019-11-25 12:12:47 +00:00
Rene Pfeuffer
34ab9104f2 Close branch bugfix/branch_error_messages 2019-11-25 12:12:47 +00:00
Eduard Heimbuch
47fc883cab fix unit tests 2019-11-25 12:24:54 +01:00
Eduard Heimbuch
f2d92c49d1 show error messages on failed branch creation 2019-11-25 11:37:23 +01:00
Eduard Heimbuch
06a412f6c2 Merged in bugfix/autocomplete_with_xsrf (pull request #360)
Use api client for auto complete
2019-11-25 07:43:39 +00:00
Eduard Heimbuch
fdef95f254 Close branch bugfix/autocomplete_with_xsrf 2019-11-25 07:43:39 +00:00
Rene Pfeuffer
450ed7bd4e Fix unit test 2019-11-25 08:15:13 +01:00
Rene Pfeuffer
aedf34c581 Postpone restart after plugin (de)installation 2019-11-22 15:43:58 +01:00
Rene Pfeuffer
8054540544 Extend timeout on restart after plugin installation 2019-11-21 16:38:34 +01:00
Sebastian Sdorra
ca8d5956e0 shutdown executor on context destroy 2019-11-21 16:23:04 +01:00
Sebastian Sdorra
2fde622560 reset resteasy StatisticsController to avoid ClassLoader leaks 2019-11-21 16:22:39 +01:00
Sebastian Sdorra
571f5aa421 destroy guice context from BootstrapContextListener 2019-11-21 16:21:52 +01:00
Sebastian Sdorra
d1a5f6f24b fix wrong ClassLoader for Delayed-Restart Thread, which has caused an ClassLoader leak.
Also added system properties to configure shutdown only, wait between stop and start and possibility to disable gc.
2019-11-21 16:20:55 +01:00
Sebastian Sdorra
755b99f524 close CronThreadFactory to avoid thread leak 2019-11-21 16:17:30 +01:00
Sebastian Sdorra
ff7b8ca842 make ClassLoaderLeakPreventorFactory configurable and mark BootstrapClassLoader as shutdown 2019-11-21 16:16:15 +01:00
Sebastian Sdorra
c944f23447 update legman to version 1.6.1, in order to fix a ExecutorService leak 2019-11-21 16:13:25 +01:00
Rene Pfeuffer
9cf55b8335 Use api client for auto complete 2019-11-21 13:06:22 +01:00
Rene Pfeuffer
c81e78998e Merged in bugfix/fetch_loop (pull request #358)
resolve fetch-loop for users and groups
2019-11-21 10:18:30 +00:00
Rene Pfeuffer
83e50156de Close branch bugfix/fetch_loop 2019-11-21 10:18:30 +00:00
Rene Pfeuffer
9bdefb320d Merged in feature/public_flag_migration (pull request #356)
Feature/public flag migration
2019-11-21 10:05:47 +00:00
Rene Pfeuffer
0144d4cc7d Close branch feature/public_flag_migration 2019-11-21 10:05:47 +00:00
Rene Pfeuffer
1cd7983723 Merge with 2.0.0-m3 2019-11-21 07:39:28 +01:00
Rene Pfeuffer
67c21b18e3 Move translation key to correct file 2019-11-20 16:50:18 +01:00
Rene Pfeuffer
0992a5e916 Merged in bugfix/new_pr_undefined_on_diff (pull request #359)
show notification if diff is empty
2019-11-20 15:37:42 +00:00
Rene Pfeuffer
793233146b Close branch bugfix/new_pr_undefined_on_diff 2019-11-20 15:37:42 +00:00
Sebastian Sdorra
bc9f6dd5c0 Merged in feature/add_optional_headers_in_apiclient (pull request #357)
Add optional headers and text/plain put/post in apiclient
2019-11-20 15:23:10 +00:00
Sebastian Sdorra
ba8c2f4ce7 Close branch feature/add_optional_headers_in_apiclient 2019-11-20 15:23:10 +00:00
Florian Scholdei
6d80f78cfd Replace internal/external group icon 2019-11-20 16:15:08 +01:00
Florian Scholdei
a04e05bf9b Move Button to right side (and remove doubled note) 2019-11-20 16:14:50 +01:00