Commit Graph

9182 Commits

Author SHA1 Message Date
Sebastian Sdorra
bca34b829d use SimpleClassLoaderLifeCycle by default 2020-02-12 12:36:37 +01:00
Sebastian Sdorra
56b8dbdb22 Reimplement restarting of scm-manager
SCM-Manager tries now to figure out which is the best strategy for the restart.
It chooses from one of the following strategies:

* PosixRestartStrategy which uses native LibC
* ExitRestartStrategy uses System.exit and relies on external mechanism to start again
* InjectionContextRestartStrategy destroys and re initializes the injection context
2020-02-12 12:13:10 +01:00
Sebastian Sdorra
e30796b995 improve diff view button tooltip 2020-02-11 10:48:12 +01:00
Sebastian Sdorra
73de95efc7 Use tooltip instead of title and added aria label to DiffButton 2020-02-11 08:35:55 +01:00
Sebastian Sdorra
78e31f690a Use icon only button for diff file controls 2020-02-10 15:33:32 +01:00
Sebastian Sdorra
733e050e13 Merged in feature/default_collapse_with_fct (pull request #401)
Add option to use a function for default collapse state
2020-02-10 10:30:15 +00:00
Sebastian Sdorra
ca2e6ef259 Close branch feature/default_collapse_with_fct 2020-02-10 10:30:15 +00:00
Rene Pfeuffer
bcba3e28cd Move redundant prop to type 2020-02-07 15:10:54 +01:00
Rene Pfeuffer
d3d33d5d65 Change case of file name 2020-02-07 14:57:36 +01:00
Rene Pfeuffer
d93682258e Changelog 2020-02-07 14:29:13 +01:00
Rene Pfeuffer
22943eac9a Add option to use a function for default collapse state 2020-02-07 14:27:21 +01:00
Rene Pfeuffer
c84bba8ead Add unit test for browse with lfs 2020-02-06 13:11:07 +01:00
Rene Pfeuffer
d96f35229b Merged in feature/java_9_and_above (pull request #400)
Feature/java 9 and above
2020-02-06 11:51:46 +00:00
Rene Pfeuffer
2c4176752c Close branch feature/java_9_and_above 2020-02-06 11:51:46 +00:00
Rene Pfeuffer
6e9524f809 Fix JavaDoc builds for java > 8
Sadly, therefor we have to remove the APIviz lib. It seems this is dead.
2020-02-06 11:52:24 +01:00
Rene Pfeuffer
94add329eb Remove wait time for leak preventor
This is no longer necessary due to the new SimpleClassLoaderLifeCycle,
that is configured in the jetty startup for integration tests in the
poms of scm-webapp and scm-it.
2020-02-06 10:00:44 +01:00
Rene Pfeuffer
ab169670f0 Fix JavaDoc 2020-02-06 09:58:49 +01:00
Sebastian Sdorra
53dc34f7b4 allow to override scm version to simplify testing 2020-02-05 11:04:18 +01:00
Sebastian Sdorra
7f471168b6 use jdk-11 for ci builds 2020-02-04 16:07:24 +01:00
Sebastian Sdorra
71c5f68878 implemented simple ClassLoaderLifeCycle to fix integration tests on Java > 8 2020-02-04 15:59:11 +01:00
Sebastian Sdorra
a36551597d fix deprecation warning of Jackson ISO8601DateFormat 2020-02-04 15:27:30 +01:00
Sebastian Sdorra
00b5471ca7 fix some compiler warnings around hibernate-validator 2020-02-04 09:56:43 +01:00
Sebastian Sdorra
95dc2b02d7 fixed build on Java > 8 2020-02-03 16:43:36 +01:00
Sebastian Sdorra
d14acf2f59 fix copy of core plugins on Java > 8 2020-02-03 16:43:06 +01:00
Sebastian Sdorra
73c3d29820 upgrade mockitoto v2.28.2 in order to fix tests on Java versions > 8 2020-02-03 16:10:41 +01:00
Sebastian Sdorra
0173862127 Upgrade Lombok to v1.18.10 in order to fix build on Java versions > 8 2020-02-03 14:53:26 +01:00
Sebastian Sdorra
6fe8053639 upgrade legman to v1.6.2 in order to fix execution on Java versions > 8 2020-02-03 13:51:21 +01:00
Sebastian Sdorra
c20a50e9ec Prepare for next development iteration 2020-02-03 13:42:29 +01:00
Rene Pfeuffer
a6b1d1d2e1 Added tag 2.0.0-rc3 for changeset 6321932bbf37 2020-01-31 13:31:54 +01:00
Rene Pfeuffer
6a1e153935 Increase timeout 2.0.0-rc3 2020-01-31 13:30:15 +01:00
Rene Pfeuffer
a7ff141986 Release version 2.0.0-rc3 2020-01-31 13:02:27 +01:00
Eduard Heimbuch
54532d242f Merged in bugfix/classloader_dependencies (pull request #399)
Bugfix: Classloader dependencies
2020-01-31 11:57:18 +00:00
Eduard Heimbuch
5727851c74 Close branch bugfix/classloader_dependencies 2020-01-31 11:57:18 +00:00
Rene Pfeuffer
126b24b878 Cleanup code 2020-01-31 12:37:12 +01:00
Rene Pfeuffer
931133353d Add detection of circular dependencies 2020-01-31 12:27:02 +01:00
Rene Pfeuffer
f92ea41ca3 Fix order of plugin nodes 2020-01-31 11:47:32 +01:00
Eduard Heimbuch
a50e3aad32 fix spelling in translations 2020-01-31 10:25:34 +01:00
Sebastian Sdorra
646b008af3 Prepare for next development iteration 2020-01-29 16:01:25 +01:00
Sebastian Sdorra
526b56682a Added tag 2.0.0-rc2 for changeset fa67046f4036 2020-01-29 15:23:12 +01:00
Sebastian Sdorra
28040d0c65 release version 2.0.0-rc2 2.0.0-rc2 2020-01-29 15:22:54 +01:00
Sebastian Sdorra
13719bc9e0 fix installation of plugins without condition 2020-01-29 15:20:03 +01:00
Sebastian Sdorra
4857aef2c8 added missing changelog entries 2020-01-29 15:13:22 +01:00
Rene Pfeuffer
dc8db45616 Fix changelog 2020-01-28 16:21:48 +01:00
Rene Pfeuffer
a25ecbf11b Merged in feature/diff_syntax_hightlighting (pull request #398)
Feature/diff syntax hightlighting
2020-01-28 13:44:26 +00:00
Rene Pfeuffer
7be55790c1 Close branch feature/diff_syntax_hightlighting 2020-01-28 13:44:26 +00:00
René Pfeuffer
bc112f8e1a Merge with default 2020-01-28 07:37:55 +01:00
Sebastian Sdorra
82f982305b added unit tests for ChangesetDiff url decision 2020-01-27 14:06:26 +01:00
Sebastian Sdorra
2dec396dff use worker plugin for storybook webworker integration 2020-01-27 14:05:36 +01:00
Sebastian Sdorra
3a8ae34e89 split lowlight languages out of the worker bundle 2020-01-27 13:30:46 +01:00
Sebastian Sdorra
3eb444a1fe clear node cache on maven clean to avoid problems with hmr or fast-refresh 2020-01-27 12:50:19 +01:00