Commit Graph

12416 Commits

Author SHA1 Message Date
Sebastian Sdorra
52fb900cf3 reduce logging of scm-it test instance 2020-03-04 12:56:38 +01:00
Sebastian Sdorra
b8998b1dff reove duplicated jaxb implementation 2020-03-04 12:49:30 +01:00
Sebastian Sdorra
6e59a654a6 reduce massive webpack output 2020-03-04 12:20:37 +01:00
Sebastian Sdorra
c262d5daf4 disable application logs durring ci build 2020-03-04 12:12:57 +01:00
René Pfeuffer
8b4dd26425 Implement more complex implicit directories 2020-03-04 12:03:58 +01:00
René Pfeuffer
7aa91bf846 Implement simple implicit directories 2020-03-04 11:47:30 +01:00
René Pfeuffer
cb1d9334bb Remove unnecessary check 2020-03-04 10:54:35 +01:00
Sebastian Sdorra
94d9c574a2 execute unit tests and integration tests in parallel 2020-03-04 10:14:59 +01:00
Sebastian Sdorra
bf15f7af7a skipt frontend build and scm-it in unit-test stage 2020-03-04 09:54:42 +01:00
Sebastian Sdorra
6e1102dbd5 added more options to control which frontend scripts are executed durring build 2020-03-04 09:54:09 +01:00
Sebastian Sdorra
7785ea2d68 Merged in bugfix/openapi_errors (pull request #417)
prevent using same classloader multiple times
2020-03-04 08:31:08 +00:00
Sebastian Sdorra
6fe273e821 Close branch bugfix/openapi_errors 2020-03-04 08:31:08 +00:00
René Pfeuffer
f2ce14294d Extract parsing of fileview stream and bootstrap tests 2020-03-04 09:30:25 +01:00
Eduard Heimbuch
8b738f52c1 add schema for response headers 2020-03-04 08:46:33 +01:00
Sebastian Sdorra
cb22c4c2f5 merge with feature/update_jgit branch 2020-03-04 08:23:55 +01:00
Sebastian Sdorra
62dd29c4d7 close branch feature/update_jgit 2020-03-04 08:23:25 +01:00
René Pfeuffer
5fb338fbd2 Adapt test for new limit/offset rule for hg 2020-03-04 07:15:03 +01:00
Rene Pfeuffer
cf43e3bc84 Implement new limit/offset rule for git and svn
Directories shall no longer be taken into account for limit/offset
calculations.
2020-03-03 17:06:55 +01:00
Sebastian Sdorra
65918fc187 Merged in bugfix/remove_obsolete_repository_fields (pull request #416)
remove obsolete repository fields
2020-03-03 15:40:02 +00:00
Sebastian Sdorra
69eb9793a8 Close branch bugfix/remove_obsolete_repository_fields 2020-03-03 15:40:02 +00:00
Sebastian Sdorra
60b6e42fcc skip unit tests in integration test stage 2020-03-03 16:20:21 +01:00
Rene Pfeuffer
e0b02ea1a3 Use api to set system config for lfs
Could be so simple if this works :-)
2020-03-03 16:13:17 +01:00
Sebastian Sdorra
1160702ede merge with default branch 2020-03-03 16:00:30 +01:00
Sebastian Sdorra
4dd3e5e7d2 merge with branch bugfix/fix_broken_unit_test_timing 2020-03-03 16:00:06 +01:00
Sebastian Sdorra
5368f17893 close branch bugfix/fix_broken_unit_test_timing 2020-03-03 15:59:40 +01:00
Sebastian Sdorra
f6368360c7 try to fix flappy unit tests, by using awaitility instead of Thread.sleep 2020-03-03 15:15:17 +01:00
Eduard Heimbuch
5897863f7e fix several openapi errors 2020-03-03 14:49:35 +01:00
Sebastian Sdorra
d72f119725 merge with default branch 2020-03-03 14:03:38 +01:00
Sebastian Sdorra
a4f15f1e87 merge with default branch 2020-03-03 12:02:57 +01:00
Sebastian Sdorra
e30dabcda6 merge repository heads 2020-03-03 12:01:06 +01:00
Sebastian Sdorra
2ba65f48c9 merge with feature/build_in_docker_with_hg 2020-03-03 12:00:18 +01:00
Sebastian Sdorra
7fe58f042e close branch feature/build_in_docker_with_hg 2020-03-03 11:59:40 +01:00
Rene Pfeuffer
fa80c83109 Implement new limit/offset rule for git
Directories shall no longer be taken into account for limit/offset
calculations.
2020-03-03 11:59:20 +01:00
Sebastian Sdorra
f8c3476655 install git to fix scm-ui build on ci server 2020-03-03 11:59:02 +01:00
Sebastian Sdorra
be66f57c49 fix missing image for maven execution 2020-03-03 11:16:12 +01:00
Sebastian Sdorra
21bb9351d2 use jdk 11 in docker for ci build 2020-03-03 11:13:11 +01:00
Sebastian Sdorra
aa8388cbb3 update maven to 3.6.3 2020-03-03 11:12:49 +01:00
Rene Pfeuffer
32fe2affd0 Merged in feature/update_svnkit (pull request #408)
Update svnkit to version 1.10.1-scm1
2020-03-03 09:51:58 +00:00
Rene Pfeuffer
3c5c5eef16 Close branch feature/update_svnkit 2020-03-03 09:51:58 +00:00
Eduard Heimbuch
04d480684a prevent using same classloader multiple times 2020-03-03 10:39:07 +01:00
Rene Pfeuffer
775b478b54 Merge with default 2020-03-03 09:46:54 +01:00
Rene Pfeuffer
80bfc37d0f Merge with default 2020-03-03 09:35:01 +01:00
Rene Pfeuffer
34b570fddf Fix unit test
It looks like the system config is cached somehow from jgit 5.4.3 on,
so that putting the config in a file that is deleted after the first
test invalidates this config, which leads to the effect, that for the
test that runs second the filter is not applied.
2020-03-03 09:30:24 +01:00
Sebastian Sdorra
b4441ae1c8 make File_Printer testable 2020-03-02 14:48:17 +01:00
Eduard Heimbuch
e110033e3b fix review findings 2020-03-02 14:13:51 +01:00
Sebastian Sdorra
f74db39a4c fix unittests for file order 2020-03-02 13:28:45 +01:00
Eduard Heimbuch
e3099c16a2 update CHANGELOG.md 2020-03-02 11:32:01 +01:00
Eduard Heimbuch
8618a27ec8 remove obsolete properties from user and group 2020-03-02 11:26:15 +01:00
Eduard Heimbuch
b6208240ab remove obsolete repository fields 2020-03-02 11:18:57 +01:00
Eduard Heimbuch
d15ef12c1c refactoring 2020-02-28 15:36:25 +01:00