Jörg Heffner
f3f71a66b5
TSK-1097
2020-02-11 09:48:03 +01:00
Jörg Heffner
dcc72d1781
TSK-1088 optimistic locking on workbasket update
...
- Added optimistic locking for workbasket update
- Adjusted WorkbasketDefinitionController
- Added tests in UpdateWorkbasketAccTest
- Added tests in WorkbasketControllerIntTest
- Changed ConcurrencyException HTTP-Status Code to CONFLICT (409)
2020-02-11 09:33:54 +01:00
Sofie Hofmann
1ecb613526
TSK-1090 Refactored AttachmentImpl
2020-02-07 15:09:18 +01:00
Mustapha Zorgati
2924eda82e
TSK-1065: minor refactoring of TaskImpl
2020-02-07 14:57:26 +01:00
Mustapha Zorgati
a5b3254c8d
TSK-1064: refactored PrioDurationHolder -> generic Pair
2020-02-07 09:26:45 +01:00
Mustapha Zorgati
6c73ed18f2
TSK-1064: refactored / simplified streams and boolean expressions
2020-02-07 09:26:45 +01:00
Mustapha Zorgati
811f26c206
TSK-1064: removed DeclarationOrderCheck from checkstyle
2020-02-07 09:26:45 +01:00
Sofie Hofmann
6eeff1ba22
TSK-1065 Refactor TaskImpl
2020-02-07 08:36:52 +01:00
Mustapha Zorgati
e308578ced
TSK-991: refactored report structure to meet api -> internal agreement
2020-02-06 17:26:05 +01:00
BerndBreier
22ac25f5c9
TSK-927 reserve a task via SetOwner
2020-02-06 14:05:27 +01:00
Benjamin Eckstein
be06d36a96
TSK-991: Make archunit tests more readable
2020-02-06 12:11:48 +01:00
Sofie Hofmann
819b4ca699
TSK-1065 Refactor WorkbasketImpl
2020-02-06 08:42:16 +01:00
Benjamin Eckstein
5815e38fa7
TSK-991: Fix Architecturtest and split DaysToWorkingDays converter for report and common
2020-02-05 13:02:31 +01:00
Benjamin Eckstein
957feac270
TSK-991: Add more architecture tests
...
(cherry picked from commit 760adb24b54d588e8a977853d092d5744781f496)
2020-02-05 11:50:41 +01:00
BerndBreier
27dd9b299b
TSK-991 Restructuring- restructure history package
2020-02-03 11:41:02 +01:00
BerndBreier
58f7046910
TSK-991
...
-prevent api classes from accessing internal classes
-disable architecture test for mapper classes / package
-added architecture tests for exceptions and api/internal
-defined exceptional classes: TaskanaHistory* and BulkOperationResults
2020-02-03 11:41:02 +01:00
Mustapha Zorgati
01cd9cb0ea
Delete log
2020-02-03 11:41:02 +01:00
BerndBreier
77663f02ca
TSK-991
...
-prevent api classes from accessing internal classes
-disable architecture test for mapper classes / package
-added architecture tests for exceptions and api/internal
-defined exceptional classes: TaskanaHistory* and BulkOperationResults
2020-02-03 11:41:02 +01:00
BerndBreier
4423854822
TSK-991 fix dependent projects
2020-02-03 11:41:02 +01:00
BerndBreier
8cab323145
TSK-991 fix javadoc errors
2020-02-03 11:41:02 +01:00
BerndBreier
08abf33ef7
TSK-991 core with 0 errors
2020-02-03 11:41:02 +01:00
BerndBreier
3b13b9a95e
TSK-991 after initial refactoring
2020-02-03 11:41:02 +01:00
Mustapha Zorgati
fbba8e879e
TSK-1062: removed rawtype from MapTypeHandler
2020-01-30 17:50:47 +01:00
Holger Hagen
5dd7031290
TSK-1030: Update H2 to 1.4.200 and fix GENERATED IDENTITY syntax.
2020-01-30 16:36:17 +01:00
Mustapha Zorgati
659272fda9
Updated poms to version 1.2.3-SNAPSHOT
2020-01-30 10:41:25 +00:00
Sofie Hofmann
dbe17fff57
TSK-1051 Expose task description via rest
...
TSK-1051 Expose task description via rest
TSK-1051 changed devMode property
2020-01-29 17:11:57 +01:00
Benjamin Eckstein
0d9ebe07c5
TSK-987: Fix Spotbugs - Write to static field from instance method
2020-01-29 09:27:08 +01:00
Benjamin Eckstein
1ddc5bbc95
TSK-987: Fix Spotbugs - Load of known null value
2020-01-29 09:27:08 +01:00
Benjamin Eckstein
10e888acd4
TSK-1060: Add sort by taskId to TaskQuery
2020-01-28 15:41:53 +01:00
Mustapha Zorgati
ca6dd310ce
TSK-1038: added debug log when db exception occurs
2020-01-28 12:27:37 +01:00
Mustapha Zorgati
7cce420b76
TSK-1038: Removed java precondition check and use db exception instead
2020-01-28 12:27:37 +01:00
Mustapha Zorgati
6e1d6cf20f
TSK-1038: precondition checks are moved before database connection opens
2020-01-28 12:27:37 +01:00
Mustapha Zorgati
9b61abda37
TSK-1038: added WAIAlreadyExistsException to missing operations with access Items
2020-01-28 12:27:37 +01:00
Mustapha Zorgati
7477092a69
automated formatting
...
changes most likely method order
2020-01-27 20:40:43 +01:00
Benjamin Eckstein
b86f3e5b65
TSK-987: Fix Spotbugs - Dead store to local variable
2020-01-27 11:49:59 +01:00
Benjamin Eckstein
2f7d0d359b
TSK-987: Fix Spotbugs - exception is caught when exception is not thrown
2020-01-27 11:49:59 +01:00
Benjamin Eckstein
3e9ea4d1d9
TSK-987: Fix Spotbugs - inner class could be made static
2020-01-27 11:49:59 +01:00
Mustapha Zorgati
2112dcd79e
TSK-1053: refactored taskana-data tests with assertJ
2020-01-27 10:24:29 +01:00
Mustapha Zorgati
c09cf2f58b
TSK-1053: refactored CreateClassificationAccTest with assertJ
2020-01-27 10:24:29 +01:00
Mustapha Zorgati
5b68922590
TSK-1025: added assertj dependency to every module
2020-01-26 20:11:42 +01:00
Mustapha Zorgati
afcc47dcd5
Updated poms to version 1.2.2-SNAPSHOT
2020-01-24 13:19:17 +00:00
BerndBreier
6a5736527e
TSK-1038 New schema version
2020-01-23 16:58:49 +01:00
BerndBreier
16a82efcb5
TSK-1038 duplicate workbasket errors in Rest tests
2020-01-23 16:58:49 +01:00
BerndBreier
3709d98511
TSK-1038 prevent duplicate workbasket access items
2020-01-23 16:58:49 +01:00
Benjamin Eckstein
faf6065c48
TSK-1029: Refactor runAsAdmin method and usage
2020-01-23 13:00:04 +01:00
Benjamin Eckstein
0262121041
TSK-1029: Test and fix privilege for runasadmin is only temporary
2020-01-23 13:00:04 +01:00
Benjamin Eckstein
fae9d1fb9b
TSK-1029: Fix deletion of workbasket as business admin not possible
2020-01-23 13:00:04 +01:00
Benjamin Eckstein
c92190ca70
TSK-987: Fix some problems reported by spotbugs
2020-01-23 09:35:19 +01:00
BerndBreier
6c8fb69f60
TSK-1042 use try-with-resources for connections
2020-01-22 16:40:19 +01:00
BerndBreier
bc18f69777
TSK-1021 InstantTypeHandler Comments from Mustapha
2020-01-22 15:30:00 +01:00