Commit Graph

3283 Commits

Author SHA1 Message Date
Rene Pfeuffer
2e42d8be91 Return pending plugins in endpoint 2019-09-13 14:44:32 +02:00
Rene Pfeuffer
0ceb1ad295 Add dedicated endpoint for pending plugins 2019-09-13 14:17:06 +02:00
Rene Pfeuffer
b7aa2ea1cd Fix unit test 2019-09-13 12:01:07 +02:00
Rene Pfeuffer
67d924f5b4 Do not list available plugins in REST API when they are installed 2019-09-11 17:01:47 +02:00
Rene Pfeuffer
0fdd1cea17 Detect core plugins and prevent installation 2019-09-11 16:46:27 +02:00
Rene Pfeuffer
a7cb1d3116 Make updatable plugins installable 2019-09-11 15:05:25 +02:00
Rene Pfeuffer
202a638a0f Show updatable plugins 2019-09-11 14:51:38 +02:00
Rene Pfeuffer
80b48b1dc4 Add requested revision to browse result 2019-09-04 13:05:22 +02:00
Rene Pfeuffer
8a7b50a079 Throw exception when no changes were made 2019-08-29 17:57:29 +02:00
Rene Pfeuffer
6bd9e0e7dd Add messages for IllegalIdentifierChangeException 2019-08-29 13:47:28 +02:00
Sebastian Sdorra
769207c2c1 fixed compilation error 2019-08-27 15:33:30 +02:00
Sebastian Sdorra
86f9de25ec Merged in bugfix/ci_status_validation (pull request #298)
Bugfix/ci status validation
2019-08-27 13:16:39 +00:00
Sebastian Sdorra
1acdb44c47 Merged in bugfix/ignore_old_plugin_dir (pull request #296)
ignore old plugins folder
2019-08-27 12:30:25 +00:00
Sebastian Sdorra
b36c2dd698 use nio api and added test for plugin directory check 2019-08-27 13:59:14 +02:00
Eduard Heimbuch
58e5667e82 pluginprocessor only consider directories that contains plugin.xml 2019-08-27 08:52:38 +02:00
Rene Pfeuffer
74cc7b53e8 Peer-Review changes 2019-08-22 10:53:14 +02:00
Rene Pfeuffer
5c09f92a57 Merged in feature/install_plugins (pull request #299)
Feature/install plugins
2019-08-22 08:51:18 +00:00
Sebastian Sdorra
6351e39c12 fix some code smells reported by SonarQube 2019-08-21 16:46:50 +02:00
Sebastian Sdorra
0ce9aeb400 remove deprecated PluginState 2019-08-21 16:10:17 +02:00
Sebastian Sdorra
05967aca4a implemented ui for pending plugin installation 2019-08-21 14:54:01 +02:00
Sebastian Sdorra
9514a94492 handle pending plugin installations 2019-08-21 12:49:15 +02:00
Sebastian Sdorra
25cb0d6a25 implemented restart after installation 2019-08-21 11:22:49 +02:00
Eduard Heimbuch
7a29bba339 use new IllegalIdentifierChangeException in SingleResourceManagerAdapter 2019-08-21 10:36:48 +02:00
Sebastian Sdorra
05d7e0bd1e implemented plugin installation ui 2019-08-21 09:59:28 +02:00
Sebastian Sdorra
5694a953af implemented permission checks 2019-08-21 09:25:44 +02:00
Sebastian Sdorra
de7d18e026 cancel all pending installations, if a dependency failed to install 2019-08-21 08:42:57 +02:00
Sebastian Sdorra
7ef4b30027 remove downloaded artifact on error 2019-08-21 07:56:52 +02:00
Sebastian Sdorra
e0fa09fd04 improve hash calculation and use nio file apis 2019-08-21 07:44:50 +02:00
Eduard Heimbuch
230ac848eb ignore old plugins folder 2019-08-20 16:39:50 +02:00
Sebastian Sdorra
8db2bbb28d PluginInstaller returns now PendingPluginInstallation, to abort the installation before restart 2019-08-20 16:38:29 +02:00
Sebastian Sdorra
e24673be0a implemented plugin installation 2019-08-20 14:43:48 +02:00
Rene Pfeuffer
3e2c8b7c4b Remove archive flag 2019-08-20 14:23:52 +02:00
Sebastian Sdorra
65b59d1aec expose plugin dependencies 2019-08-20 13:40:05 +02:00
Sebastian Sdorra
9d66f14627 implement simplified PluginManager API 2019-08-20 12:29:59 +02:00
Sebastian Sdorra
3f1521bcca create new simplified PluginManager API 2019-08-20 10:33:57 +02:00
Sebastian Sdorra
0aaec1174a introduce Plugin interface 2019-08-20 08:10:30 +02:00
Sebastian Sdorra
1a01216f62 renamed Plugin to InstalledPluginDescriptor and added PluginDescriptor interface 2019-08-20 08:05:41 +02:00
Sebastian Sdorra
ae19ad9327 renamed PluginWrapper to InstalledPlugin 2019-08-20 07:54:00 +02:00
Sebastian Sdorra
056a81d9f9 fixed dependency mapping 2019-08-20 07:53:17 +02:00
Sebastian Sdorra
2557a2acff merge with 2.0.0-m3 2019-08-19 09:53:43 +02:00
Sebastian Sdorra
f90060d9a8 update smp-maven-plugin to 1.0.0-alpha-6 2019-08-16 14:50:51 +02:00
Sebastian Sdorra
55e4568ee5 use mapstruct for dto mapping and fix missing fields 2019-08-15 17:01:15 +02:00
Eduard Heimbuch
924efc6187 fix merge error 2019-08-15 12:50:56 +02:00
Eduard Heimbuch
b99199e349 merge 2.0.0-m3 2019-08-15 10:51:36 +02:00
Sebastian Sdorra
3823c033b9 added configuration option for login info url 2019-08-13 09:45:37 +02:00
Eduard Heimbuch
c58788e1e5 add avatarUrl / fix conditions_os to list of string 2019-08-12 11:16:47 +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
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