Commit Graph

7896 Commits

Author SHA1 Message Date
Sebastian Sdorra
9f0ebe57cd set default dockerTag to latest
Jenkins treat every build parameter as environment variable and empty or null values lead to an error, see https://issues.jenkins-ci.org/browse/JENKINS-38608
2019-08-06 13:57:28 +02:00
Sebastian Sdorra
681d81a8fa set description for builds with dockerTag parameter 2019-08-06 13:49:04 +02:00
Sebastian Sdorra
036a759447 set defaultValue of dockerTag parameter to an empty string 2019-08-06 13:45:10 +02:00
Sebastian Sdorra
c885385ca4 fix null value as environment variable 2019-08-06 13:32:31 +02:00
Sebastian Sdorra
09068a55d4 push extra docker image tag with hash and version 2019-08-06 13:02:57 +02:00
Sebastian Sdorra
13b5bcbb29 fixed broken build 2019-08-06 11:36:31 +02:00
Sebastian Sdorra
254665099c added parameter for extra docker tag 2019-08-06 11:32:05 +02:00
Eduard Heimbuch
b8b5242730 merged 2019-08-02 15:29:08 +02:00
Eduard Heimbuch
63c874917f added singleton annotation to AuthorizationChangedEventProducer to be sure that it is not destroyed by the gc 2019-08-02 15:02:13 +02:00
Eduard Heimbuch
e33b4dc9fc removed unused method 2019-08-02 14:46:58 +02:00
Eduard Heimbuch
0890707b3f fix permission reference on clone repositories 2019-08-02 14:46:33 +02:00
Eduard Heimbuch
47e323e468 disable shiro cache for the DefaultRealm 2019-08-02 12:01:53 +02:00
Eduard Heimbuch
efa551090b remove no longer used ehcache configuration 2019-08-02 09:56:15 +02:00
Eduard Heimbuch
b4bee0758d adjust caching for external groups 2019-08-02 09:55:51 +02:00
Eduard Heimbuch
ef0c57b83f bind GroupCollector to DefaultGroupCollector 2019-08-02 09:55:30 +02:00
Eduard Heimbuch
b029b80f63 fix failed unit test after refactoring MeDtoFactory 2019-08-02 09:54:40 +02:00
Eduard Heimbuch
442aacbcdb remove GroupNames and ExternalGroupNames in favor of GroupCollector 2019-08-02 09:32:44 +02:00
Eduard Heimbuch
8550baaea9 refactor GroupResolver + GroupCollector 2019-08-02 08:17:17 +02:00
Eduard Heimbuch
2cff893d73 add interface in core + move groupCollector to webapp 2019-08-01 16:05:22 +02:00
Eduard Heimbuch
86af7b23eb remove groups from BearerRealm / SyncRealmHelper / DAORealmHelper 2019-08-01 15:43:12 +02:00
Sebastian Sdorra
48821c7419 merge with branch feature/parsed_diff 2019-07-31 17:15:22 +02:00
Sebastian Sdorra
6caf01f4f6 close branch feature/parsed_diff 2019-07-31 17:14:34 +02:00
Sebastian Sdorra
f10b653a1d Fix thrown exceptions 2019-07-31 13:37:12 +02:00
Sebastian Sdorra
f6fd25cbc3 reactivate jenkins lifecycle stage 2019-07-31 13:26:58 +02:00
Sebastian Sdorra
00fa943e51 fix SonarQube issues 2019-07-31 13:24:31 +02:00
Sebastian Sdorra
bbdc5a1989 fix Diff ui types 2019-07-30 10:01:00 +02:00
Sebastian Sdorra
0b76cb7ea5 added raw header to hunk 2019-07-30 10:00:36 +02:00
Sebastian Sdorra
e3787fd764 simplify Differ api and use the new api in GitDiffCommand 2019-07-30 08:06:10 +02:00
Sebastian Sdorra
07068880bb implemented parsing of git diff hunks 2019-07-29 16:42:49 +02:00
Sebastian Sdorra
01379caa08 implement first diff details 2019-07-29 12:54:58 +02:00
Sebastian Sdorra
e0411ed17f create API for parsed diff result command 2019-07-29 11:22:57 +02:00
Sebastian Sdorra
d765640d5d Merged in bugfix/legacy_checkout_for_other_realms (pull request #290)
Make protocol auth filter available for legacy paths
2019-07-29 08:24:26 +00:00
Sebastian Sdorra
2fc0b56f63 Close branch bugfix/legacy_checkout_for_other_realms 2019-07-29 08:24:26 +00:00
Rene Pfeuffer
64f3647acf Fix unit test 2019-07-26 16:18:08 +02:00
Rene Pfeuffer
bc37ccef57 Make protocol auth filter available for legacy paths 2019-07-26 15:07:40 +02:00
Rene Pfeuffer
8901e240d9 Merged in feature/ci_integration (pull request #289)
Feature/ci integration
2019-07-24 16:08:16 +00:00
Rene Pfeuffer
31013f8102 Close branch feature/ci_integration 2019-07-24 16:08:16 +00:00
Rene Pfeuffer
c40806bea5 Merge with 2.0.0-m3 2019-07-24 16:25:22 +02:00
Rene Pfeuffer
8a50e87f89 Merge with upstream 2019-07-24 13:56:36 +02:00
Rene Pfeuffer
9e0bee7883 Add method to embed collections 2019-07-24 13:55:53 +02:00
Eduard Heimbuch
474b9a99a0 add bulma popover / add Extensionpoint 2019-07-24 08:56:12 +02:00
Rene Pfeuffer
bb9b44e1f9 Merged in bugfix/repository_names_with_dot (pull request #288)
Bugfix/repository names with dot
2019-07-23 07:41:48 +00:00
Rene Pfeuffer
cd03d47a3e Close branch bugfix/repository_names_with_dot 2019-07-23 07:41:48 +00:00
Sebastian Sdorra
4ba9437410 fixed broken tests 2019-07-22 14:41:12 +02:00
Sebastian Sdorra
405ffcf164 migrate tests to junit 5 2019-07-22 14:26:15 +02:00
Sebastian Sdorra
56a683c7c5 fix checkout of repositories with dots in the names 2019-07-22 13:00:49 +02:00
Sebastian Sdorra
4a275c445e removed unnecessary request provider 2019-07-22 09:44:03 +02:00
Sebastian Sdorra
ad772c778d Merged in bugfix/migrate_security_xml (pull request #286)
Bugfix/migrate security xml
2019-07-19 05:15:27 +00:00
Sebastian Sdorra
f9c023330d Close branch bugfix/migrate_security_xml 2019-07-19 05:15:27 +00:00
Sebastian Sdorra
a4cb2f7caa fix migration with unknown permissions 2019-07-18 12:17:20 +02:00