Sebastian Sdorra
22375c8096
Do not abort on failing test, if we run on ci server
2021-01-14 12:01:34 +01:00
Sebastian Sdorra
17706161ba
Use Java 11 for build but 8 as target platform
2021-01-14 12:01:33 +01:00
Sebastian Sdorra
8c27af2661
Remove maven build related files
2021-01-14 12:01:30 +01:00
Sebastian Sdorra
5c379a5bb4
Align dependency configurations and versions
2021-01-14 11:56:05 +01:00
Sebastian Sdorra
290e7decd8
Migrate module scm-dao-xml
2021-01-14 11:55:27 +01:00
CES Marvin
374d085fdd
prepare for next development iteration
2020-12-17 15:24:34 +00:00
CES Marvin
38a7ff6acb
release version 2.12.0
2020-12-17 14:55:08 +00:00
René Pfeuffer
8e3b0e4145
Archive repository ( #1477 )
...
This adds a flag "archived" to repositories. Repositories marked with this can no longer be modified in any way. To do this, we switch to a new version of Shiro Static Permissions (sdorra/shiro-static-permissions#4 ) and specify a permission guard to check for every permission request, whether the repository in question is archived or not. Further we implement checks in stores and other activies so that no writing request may be executed by mistake.
Co-authored-by: Eduard Heimbuch <eduard.heimbuch@cloudogu.com >
2020-12-16 10:58:29 +01:00
CES Marvin
56c63cb5b7
prepare for next development iteration
2020-12-07 15:01:20 +00:00
CES Marvin
baf04a551c
release version 2.11.1
2020-12-07 14:24:49 +00:00
René Pfeuffer
eaf59f91c4
Harmonize logging string for repositories
2020-12-04 11:48:32 +01:00
CES Marvin
87d06a708b
prepare for next development iteration
2020-12-04 08:10:20 +00:00
CES Marvin
df62ffbe16
release version 2.11.0
2020-12-04 07:27:13 +00:00
CES Marvin
4752fdeea1
prepare for next development iteration
2020-11-24 18:59:15 +00:00
CES Marvin
b283f782ab
release version 2.10.1
2020-11-24 18:22:43 +00:00
CES Marvin
9baa1f930b
prepare for next development iteration
2020-11-20 10:22:37 +00:00
CES Marvin
a4d0771f6f
release version 2.10.0
2020-11-20 09:36:03 +00:00
CES Marvin
59e28ec313
prepare for next development iteration
2020-11-11 17:48:56 +00:00
CES Marvin
bc4c2df27c
release version 2.9.1
2020-11-11 17:15:36 +00:00
CES Marvin
9930d82d32
prepare for next development iteration
2020-11-06 08:40:11 +00:00
CES Marvin
ea6e24c212
release version 2.9.0
2020-11-06 08:05:48 +00:00
CES Marvin
520db79a38
prepare for next development iteration
2020-10-27 08:35:13 +00:00
CES Marvin
1db75f4cf3
release version 2.8.0
2020-10-27 08:00:25 +00:00
CES Marvin
bb9f1adc52
prepare for next development iteration
2020-10-14 12:38:13 +00:00
CES Marvin
eb126a5bbe
release version 2.7.1
2020-10-14 12:03:24 +00:00
CES Marvin
befd50eeef
prepare for next development iteration
2020-10-12 13:26:08 +00:00
CES Marvin
abe8413802
release version 2.7.0
2020-10-12 12:41:15 +00:00
CES Marvin
bc7d4ed9f6
prepare for next development iteration
2020-09-30 08:15:47 +00:00
CES Marvin
5887c5c268
release version 2.6.1
2020-09-30 07:32:54 +00:00
CES Marvin
4e7d62ce2f
prepare for next development iteration
2020-09-25 10:05:04 +00:00
CES Marvin
e2f8566a8b
release version 2.6.0
2020-09-25 09:25:13 +00:00
René Pfeuffer
32d500cc44
Add root exception to new exception
...
This is needed to get an idea why the context could not be created.
2020-09-15 15:15:29 +02:00
Sebastian Sdorra
d4e9f46aac
Fix missing synchronization during repository creation
2020-09-14 15:48:45 +02:00
CES Marvin
93f240e087
prepare for next development iteration
2020-09-11 06:21:29 +00:00
CES Marvin
fab108c3b7
release version 2.5.0
2020-09-11 05:46:15 +00:00
CES Marvin
a66ae32b61
prepare for next development iteration
2020-09-01 14:26:34 +00:00
CES Marvin
6913f642a1
release version 2.4.1
2020-09-01 13:52:15 +00:00
CES Marvin
c7309d8962
prepare for next development iteration
2020-08-14 08:51:55 +00:00
CES Marvin
81bfddd141
release version 2.4.0
2020-08-14 08:15:36 +00:00
CES Marvin
7352bdf55b
prepare for next development iteration
2020-08-04 14:29:12 +00:00
CES Marvin
0394f8fd96
release version 2.3.1
2020-08-04 13:57:22 +00:00
CES Marvin
17da0b9a8a
prepare for next development iteration
2020-07-23 12:17:00 +00:00
CES Marvin
efda158d76
release version 2.3.0
2020-07-23 11:43:35 +00:00
René Pfeuffer
f8da4ced55
Fixes NullPointerException
...
There may be v1 properties with key/value pairs, where the value is not
set. Such "pairs" led to a null pointer exception in the `map` function,
because no Optional could be created for the null value.
To solve this, we filter such properties without value in the beginning,
because these properties would create a null result both ways.
2020-07-08 08:27:04 +02:00
CES Marvin
4279573633
prepare for next development iteration
2020-07-03 10:04:14 +00:00
CES Marvin
fcc4fd0960
release version 2.2.0
2020-07-03 09:33:30 +00:00
CES Marvin
c5f2502e6f
prepare for next development iteration
2020-06-23 16:22:47 +00:00
CES Marvin
e5c7b4eda4
release version 2.1.1
2020-06-23 15:34:23 +00:00
CES Marvin
22881dd381
prepare for next development iteration
2020-06-18 11:31:16 +00:00
CES Marvin
b037053ec5
release version 2.1.0
2020-06-18 10:54:38 +00:00