Commit Graph

1243 Commits

Author SHA1 Message Date
Mustapha Zorgati b386af1a30 Updated poms to version 2.0.2-SNAPSHOT 2020-03-05 17:03:05 +00:00
Sascha Frevel 446eb3a1c9 TSK-1149: fixed test so that the build will also run on macos 2020-03-05 12:20:36 +01:00
Jörg Heffner 80d813709b TSK-1148 Include Comments from Holger Hagen 2020-03-03 12:32:45 +01:00
Jörg Heffner 349d24d7b8 TSK-1148 Application-Entry-Point in ClassificationSummaryResource 2020-03-03 12:32:45 +01:00
BerndBreier 02a6df6f73 TSK-1139 Bulk update of Planned timestamp 2020-02-28 10:46:45 +01:00
BerndBreier 7f93dd048e TSK-1131 updateOwner Bulk - comments from Holger 2020-02-26 14:48:50 +01:00
BerndBreier 20bd0922db TSK-1131 updateOwner on multiple tasks 2020-02-26 14:48:50 +01:00
Sofie Hofmann 21a4110f2a TSK-1141 Removed JUnit4 dependency and converted to AssertJ 2020-02-26 08:53:47 +01:00
Sofie Hofmann 96f0b8bb15 TSK-1103 Changed vulnerable logging messages
TSK-1103 Make method sanitizeLoggingMessage generic

TSK-1103 Renamed method
2020-02-25 14:57:32 +01:00
Sofie Hofmann 4f4e7209cd TSK-1138 Removed Junit4 dependency in taskana-spring-example 2020-02-21 08:57:45 +01:00
Sofie Hofmann 9546ff37b2 TSK-1112 Changed @RequestMapping to @PostMapping / @GetMapping / ...
TSK-1112 deleted suppressWarnings

TSK-1112 Removed duplicated method
2020-02-17 14:26:28 +01:00
Mustapha Zorgati 5dc185daeb Updated poms to version 2.0.1-SNAPSHOT 2020-02-14 14:48:18 +00:00
Jörg Heffner ddb12a6ad1 TSK-1095
-Removed internal imports from api classes
-moved 3 exceptions from common.api.exceptions to task.api.exceptions
-Adjusted package structure of taskana-cdi and taskana-spring to match taskana-core
2020-02-14 12:04:52 +01:00
Jörg Heffner 5c7d38451c TSK-1094 introduce models package for */api and */internal 2020-02-13 15:09:39 +01:00
Jörg Heffner 507a37ba70 TSK-1101 minor refactoring of method names and javadoc 2020-02-12 16:20:27 +01:00
Mustapha Zorgati a26e536b91 TSK-1101: restructured report-sub-package to match architecture tests 2020-02-12 16:20:27 +01:00
Holger Hagen 60d4b29015 TSK-1031: formatting issues fixed. 2020-02-11 17:05:34 +01:00
Holger Hagen 007f268be5 TSK-1031: update Spring Boot to 2.2.4.RELEASE except Hateoas. 2020-02-11 17:05:34 +01:00
Holger Hagen e6f8883e49 TSK-1031: removed unnecessary throws statements 2020-02-11 17:05:34 +01:00
Jörg Heffner 448d4fb8fc TSK-1107 Use userId-parameter in contructor of TaskanaHistoryEvent
-Prevents unwanted INTERNAL access
2020-02-11 16:09:51 +01:00
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
BerndBreier 8c8bb69b57 TSK-1021 persist timestamps in UTC representation 2020-01-22 15:30:00 +01:00
Benjamin Eckstein 03c0e3756e TSK-369: Removed unneeded files amd configuration 2020-01-22 13:57:07 +01:00
Benjamin Eckstein c92f4a42ed TSK-369: Add sonarcloud to travis 2020-01-22 13:57:07 +01:00
Mustapha Zorgati 3bea7412c4 Revert "TSK-369: Add sonarcloud to travis"
This reverts commit 4e7a71bf94.
2020-01-21 16:59:03 +01:00
Mustapha Zorgati ca411ca896 Revert "TSK-369: Removed unneeded files amd configuration"
This reverts commit 26b1d66627.
2020-01-21 16:59:03 +01:00
Benjamin Eckstein a18b8ecf18 TSK-369: Removed unneeded files amd configuration 2020-01-21 12:57:03 +01:00
Benjamin Eckstein 6999f255df TSK-369: Add sonarcloud to travis 2020-01-21 12:57:03 +01:00
Benjamin Eckstein b8bbd4c5e3 TSK-948: Delete db2 only irrelevant tests 2020-01-17 14:11:16 +01:00
Benjamin Eckstein 57670b854e TSK-948: Fix or delete disabled tests 2020-01-14 16:18:50 +01:00
BerndBreier 479faed8de TSK-1020 make callback_state nullable in schema update script 2020-01-14 09:09:12 +01:00
Mustapha Zorgati 587ed60d86 TSK-1009: fixed checkstyle rules 2020-01-09 15:47:30 +01:00
Mustapha Zorgati 2fbb88d25f moved double setter from accessItem to WorkbasketService 2020-01-08 14:57:41 +01:00
Mustapha Zorgati b47610b62e TSK-1009: last automated refactoring 2020-01-08 10:18:12 +01:00
Holger Hagen 09adb30171 Updated poms to version 1.2.1-SNAPSHOT 2020-01-08 09:05:14 +00:00
Mustapha Zorgati c1d74b2126 TSK-1009: automatic formatting number 2 2020-01-07 21:15:05 +01:00
Mustapha Zorgati 78cfd64902 TSK-1009: replaced MessageFormat with String.format 2020-01-07 21:15:05 +01:00
Benjamin Eckstein 85725a052c TSK-1009: Fix more building errors after checkstyle changes 2020-01-07 21:15:05 +01:00
Benjamin Eckstein c4cd616e35 TSK-1009: Fix building errors after checkstyle changes 2020-01-07 21:15:05 +01:00
Benjamin Eckstein 841d38961a TSK-1009: Fix remaining checkstyle warnings 2020-01-07 21:15:05 +01:00
Benjamin Eckstein 7509bb0f1c TSK-1009: Fix simple checkstyle warnings 2020-01-07 21:15:05 +01:00
Benjamin Eckstein 3022aafe3b TSK-1009: Suppress warnings to line length for mapper classes 2020-01-07 21:15:05 +01:00
Mustapha Zorgati 53ffac7fd9 TSK-1009: regenerated equals & hashcode 2020-01-07 21:15:05 +01:00
Mustapha Zorgati af0bd0156e TSK-1009: refactored project 2020-01-07 21:15:05 +01:00
Benjamin Eckstein ad15fedcab TSK-1012: Add dynamic list of pojos for pojotesting
(cherry picked from commit a97fdfa4bdb7a99ab65638ee5e282a659c09e77d)
2020-01-07 06:44:20 +01:00
Mustapha Zorgati c500599e1c TSK-990: minor refactoring 2019-12-26 00:34:38 +01:00
Benjamin Eckstein 3ea0ab0bf4 TSK-990: Fix tests depending on execution order 2019-12-26 00:34:38 +01:00
Benjamin Eckstein a02a4e41f7 TSK-988: Fix disabled architecture tests 2019-12-26 00:34:38 +01:00
Benjamin Eckstein d41407a459 TSK-987: Fix multithread problem identified by spotbugs 2019-12-26 00:34:38 +01:00
Benjamin Eckstein 7ba8def59a TSK-987: Check and fix problems identified by spotbugs 2019-12-26 00:34:38 +01:00
Benjamin Eckstein 0d24a29f68 TSK-986: Extract DbproductName and DbproductId 2019-12-26 00:34:38 +01:00
Benjamin Eckstein 67a67388f1 TSK-983: Cleanup dependencies 2019-12-26 00:34:38 +01:00
Benjamin Eckstein 757ac1e379 TSK-983: Remove junit 4 from taskana-core 2019-12-26 00:34:38 +01:00
Benjamin Eckstein 6123639aea TSK-967: Cleanup merging and refactoring taskana-data 2019-12-26 00:34:38 +01:00
Benjamin Eckstein bf152674d3 TSK-967: Refactor the DBCleaner 2019-12-26 00:34:38 +01:00
Benjamin Eckstein e8c0d473db TSK-967: Refactor Taskana-Data module to merge SampleDataGenerator and TestDataGenerator 2019-12-26 00:34:38 +01:00
Benjamin Eckstein f8443897f6 TSK-967: Refactor Taskana-Data module to use a SampleDataProvider 2019-12-26 00:34:38 +01:00
Benjamin Eckstein 91ccf57849 TSK-967: Move DbCleaner to taskana-data 2019-12-26 00:34:38 +01:00
Benjamin Eckstein ab5d16d624 TSK-967: Refactor new module taskana-data 2019-12-26 00:34:38 +01:00
Jörg Heffner 536e09911a TSK-909 - Claim task in camunda if task is claimed in TASKANA
-Added a new CallbackState which is needed when a task was claimed by TASKANA
-Added ruleset logic to determine if the public API is allowed to set the desired CallbackState
-Added test for the ruleset logic
2019-12-16 12:11:23 +01:00
BerndBreier 8bcd37870c TSK-972 - comments from Holger 2019-12-13 08:47:10 +01:00
BerndBreier d060a63a23 TSK-972 - comments from Benjamin 2019-12-13 08:47:10 +01:00
BerndBreier 32c27e323c TSK-972 initial commit - add task routing SPI to taskana 2019-12-13 08:47:10 +01:00
Benjamin Eckstein 7f2457ee1e TSK-967: Merge module taskana-rest-spring and taskana-rest-spring-test 2019-12-04 09:56:34 +01:00
Benjamin Eckstein 75c9354f56 TSK-967: Extract module taskana-data to distribute data for tests and examples 2019-12-04 09:56:34 +01:00
Benjamin Eckstein 655740fc77 TSK-963: Add architecture tests to taskana core 2019-12-02 10:52:16 +01:00
Benjamin Eckstein 82fb6bba3d TSK-950: Add Pojo Tests for field validation 2019-12-02 09:34:15 +01:00
Benjamin Eckstein 0877e946a9 TSK-950: Test pojo implementation of equals and hashcode 2019-12-02 09:34:15 +01:00
Holger Hagen 93a429b682 Updated poms to version 1.1.6-SNAPSHOT 2019-12-01 21:13:25 +00:00
Mustapha Zorgati dd2859c320 HOTFIX: moved planned date from weekend to weekday 2019-11-30 15:45:30 +01:00
Benjamin Eckstein b6be17c0b3 TSK-926: Define desired time period to work on a task 2019-11-30 12:21:18 +01:00
Benjamin Eckstein 4e095f4580 TSK-926: Intertwine planned and due Date for task creation 2019-11-30 12:21:18 +01:00
Benjamin Eckstein 25668e1324 TSK-926: Refactor internal taskana engine 2019-11-30 12:21:18 +01:00
Benjamin Eckstein 35ae1ea52f TSK-926: Refactor TaskServiceImpl 2019-11-30 12:21:18 +01:00
Benjamin Eckstein 2a2e510013 TSK-864: Refactor more exception handling for unit tests 2019-11-29 09:43:35 +01:00
Benjamin Eckstein c81de3d08b TSK-864: Expected exception handling for unit tests 2019-11-29 09:43:35 +01:00
BerndBreier ec4db1ccdd Add CALLBACK_STATE to task table 2019-11-21 08:37:53 +01:00
Benjamin Eckstein 518e55d75d TSK-960: Refactor initTaskanaRoles 2019-11-19 11:12:52 +01:00
Benjamin Eckstein 76bbc94ad2 TSK-867: Refactor DaysToWorkingDaysConverter 2019-11-18 09:59:36 +01:00
Benjamin Eckstein 11b5afd0f3 TSK-882: Local Build of taskana-core fails because of equal timestamps 2019-11-13 09:32:55 +01:00
Benjamin Eckstein be906eaedf TSK-942: Fix timing issue in CreateTaskAccTest 2019-11-13 09:32:55 +01:00
Benjamin Eckstein c686da8ba2 TSK-719: Upgrade from JUnit 4 to JUnit5 2019-11-07 14:56:28 +01:00
BerndBreier 56fd4a77c2 TSK-943 remove setters from ClassificationSummary 2019-11-05 08:04:56 +01:00
Mustapha Zorgati c6f7c6f3b6 TSK-932: refactored ClassifcationImpl 2019-11-04 13:28:12 +01:00
Benjamin Eckstein d42e6e1d29 TSK-937: Adjust .gitignore to ignore IDE Setting files 2019-10-30 12:31:58 +01:00
Mustapha Zorgati cd556d87f4 TSK-925: refactored relativePath in pom files for better IDE navigation 2019-10-28 18:06:16 +01:00
Mustapha Zorgati 8bcde0a40b TSK-865: extracted TaskanaEngine.Internal to dedicated Interface file 2019-10-24 08:04:58 +02:00
Mustapha Zorgati 06bfe215d4 TSK-865: moved HistoryEventProducer to InternalTaskanaEngine 2019-10-24 08:04:58 +02:00
Mustapha Zorgati 9a4f4dd9ef CLEANUP: removed unnecessary init of mocks 2019-10-24 08:04:58 +02:00
Mustapha Zorgati 271e293969 TSK-865: seperated taskanaEngine in two engines (internal + external) 2019-10-24 08:04:58 +02:00
Holger Hagen 7b05b68528 Updated poms to version 1.1.5-SNAPSHOT 2019-10-12 09:55:01 +00:00
Dennis Lehmann 352d0d67cd TSK-881: Refactored REST-Api 2019-09-26 10:38:29 +02:00
Dennis Lehmann 3b906972aa TSK-874: Removed duplicate Versions 2019-09-19 13:48:07 +02:00
BVier 78745e4de1 TSK-882: Insert short breaks to avoid getting the same timestamp 2019-09-18 16:47:01 +02:00
Dennis Lehmann 5386c514d4 TSK-873: Support for Maven 3.6.x 2019-09-11 11:10:50 +02:00
BVier ad026b7879 TSK-870: Create new Id for imported workbasket 2019-08-15 17:06:43 +02:00
Holger Hagen 469452b50b TSK-858: extracted default db test to separate test file. 2019-08-14 09:22:40 +02:00
Mustapha Zorgati fd393bd083 TSK-860: fixed expectedException for a test. 2019-07-12 18:55:40 +02:00
Mustapha Zorgati b7fe42206e TSK-860: Removed an additional (& unnecessary) error message 2019-07-12 18:55:40 +02:00
BVier fa5dc48155 TSK-860: Beautify the build log by correcting DB operations 2019-07-12 18:55:40 +02:00
BVier 4b69f4bbe8 TSK-671: Allow upload of large classification or workbasket files 2019-06-28 08:54:25 +02:00
Mustapha Zorgati c5732fd002 Updated poms to version 1.1.4-SNAPSHOT 2019-06-04 15:42:30 +00:00
Mustapha Zorgati 7b7ae169b7 TSK-854: enabled checkstyle javadoc integrity check + fixed issues 2019-06-04 16:25:30 +02:00
Mustapha Zorgati 7df168d870 TSK-850: removed unnecessary properties and comments 2019-06-04 15:36:26 +02:00
Mustapha Zorgati aebd87b935 TSK-850: rebase cleanup 2019-06-04 15:36:26 +02:00
Mustapha Zorgati 45e077f8c6 TSK-850: saved all version numbers to properties 2019-06-04 15:36:26 +02:00
Mustapha Zorgati 6898ff37ef TSK-850: refactored pom files and travis configuration 2019-06-04 15:36:26 +02:00
Mustapha Zorgati 407f4db3e5 TSK-850: reconfigured taskana-spring-example 2019-06-04 15:36:26 +02:00
Mustapha Zorgati 12bf92384e TSK-850: reconfigured taskana-spring 2019-06-04 15:36:26 +02:00
Mustapha Zorgati faefdc0542 TSK-850: reconfigured taskana-cdi-example 2019-06-04 15:36:26 +02:00
Mustapha Zorgati 51f257b6f0 TSK-850: reconfigured taskana-cdi 2019-06-04 15:36:26 +02:00
Mustapha Zorgati eb425726dd TSK-850: added taskana parent pom and reconfigured taskana-core 2019-06-04 15:36:26 +02:00
julian.schallenmueller 3195490d38 TSK-817: Moved functionality testing into acceptance and removed duplicated testing 2019-05-16 11:01:01 +02:00
Mustapha Zorgati 8068d97577 Updated poms to version 1.1.3-SNAPSHOT 2019-05-08 09:38:21 +00:00
Jose Ignacio Recuerda Cambil 13ed95f7cb task/782 Review POM.xml files from REST 2019-05-04 10:15:50 +02:00
Dennis Pietruck f433f8e474 Change doReturn(...).when(...) to typesafe when(...).thenReturn(...) for mocks 2019-05-03 10:36:53 +02:00
Martin Rojas Miguel Angel 7720baaa2b feature/810 Add querying by planned date in monitor screen 2019-05-03 10:21:54 +02:00
Martin Rojas Miguel Angel 5d54e99b6f feature/810 Add querying by planned date for workbasket monitor reports 2019-05-03 10:21:54 +02:00
Mustapha Zorgati 72703068a3 Updated poms to version 1.1.2-SNAPSHOT 2019-04-30 14:17:56 +00:00
Mustapha Zorgati c5d00c020d TSK-843: moved report structure ajustment from client to rest service. 2019-04-30 11:21:18 +02:00
Mustapha Zorgati b75be882f1 TSK-843: implemented foldable report in frontend. (structure only) 2019-04-30 11:21:18 +02:00
Mustapha Zorgati c1f743fd6c TSK-685 renaming and refactoring of components for better understanding 2019-04-18 16:24:11 +02:00
Mustapha Zorgati 9830268ecd TSK-685 minor improvements (PR comments) 2019-04-18 16:24:11 +02:00
Mustapha Zorgati 03b5a77a6d TSK-685: added tests for reportAssembler 2019-04-18 16:24:11 +02:00
Mustapha Zorgati 4dd2415a3a TSK-685: added DailyEntryExitReport to taskana-rest-spring 2019-04-18 16:24:11 +02:00
Mustapha Zorgati 37f48a5667 TSK-685: added DailyEntryExitReport and refactored report structure
TSK-685: added tests to report structure + further refactoring
2019-04-18 16:24:11 +02:00
julian.schallenmueller 1fc1c92c75 TSK-816: Deleted duplicated tests and moved functionality tests into acceptance 2019-04-02 14:32:41 +02:00
julian.schallenmueller 4a7664f9ef TSK-815: Removed duplicated and moved functionality testing into acceptance test 2019-04-02 13:55:53 +02:00
Mustapha Zorgati 114edfb50c TSK-837: corrected formatting of pom file 2019-03-28 12:56:51 +01:00
Martin Rojas Miguel Angel da0eb34d1e bug/837 Get implementation version from package meta information instead of spring configuration 2019-03-28 12:56:51 +01:00
BerndBreier 781de79631 TSK-836 create recommended Indexes for Postgres 2019-03-19 08:39:25 +01:00
Mustapha Zorgati 01b028c9af Updated poms to version 1.1.1-SNAPSHOT 2019-03-12 20:54:00 +00:00
BerndBreier efc121257d Use lowercase schema name if db is postgres. Hold the schemaname in TaskanaEngineConfiguration in lower case... 2019-02-26 17:19:01 +01:00
Mustapha Zorgati d5e42bf53f Updated poms to version 1.0.8-SNAPSHOT 2019-02-04 14:02:27 +00:00
Holger Hagen 77a402dc48 TSK-784: jackson-databind update to 2.9.8 due to security vulnerability. 2019-02-04 13:13:45 +01:00
BerndBreier 763a85d076 TSK-783 Reenable checkstyle, javadoc and source plugin, remove eclipse error marker on checkstyle plugin 2019-02-04 08:18:09 +01:00
Mustapha Zorgati 279a4413be Updated poms to version 1.0.7-SNAPSHOT 2019-02-01 13:45:55 +00:00
BerndBreier 8789dd5bf5 TSK-775 adapt code formatting to checkstyle template 2019-02-01 13:50:43 +01:00
BerndBreier e513f4256d TSK-774 Step3 - fix rebase errors 2019-02-01 10:22:38 +01:00
BerndBreier 7388602266 TSK-774 Step2 - align external task id prefix between code and sample data 2019-02-01 10:22:38 +01:00
BVier 630e8506b5 TSK-774: set Flags for listValues() 2019-02-01 10:22:38 +01:00
BVier 797d9f58e2 TSK-774: set Flags for listValues() 2019-02-01 10:22:38 +01:00
Jose Ignacio Recuerda Cambil 6c67e8c88d TSK-771 - Invalid parentKey does not result in appropriate error message 2019-02-01 09:57:01 +01:00
Jose Ignacio Recuerda Cambil 24a700b81d TSK-769 - Improve the logger on both library and rest 2019-01-22 13:22:01 +01:00
julian.schallenmueller cdaf0c715a TSK-743: Removed HATEOAS from classification- and workbasketdefinition exports 2019-01-08 10:41:25 +01:00
Mustapha Zorgati 23d8d900cc TSK-765: reduced complexity of string replacements 2019-01-03 20:10:50 +01:00
Mustapha Zorgati 4b39cafd50 TSK-765: reduced amount of reader class initialization for test data generation 2019-01-03 20:10:50 +01:00
Mustapha Zorgati 33c4c2e6a9 TSK-765: introduced custom relative date sql function 2019-01-03 20:10:50 +01:00
Mustapha Zorgati cf352bbb30 hotfix: fixed DaysToWorkingDaysConverter test (due to year change) 2019-01-02 14:43:34 +01:00
BerndBreier b4ec24e705 TSK-756b - Comments from Holger 2018-12-21 10:12:05 +01:00
BerndBreier 09f3fb3f12 TSK-756a - Comments from Miguel 2018-12-21 10:12:05 +01:00
BerndBreier 110056624c TSK-756 Add externalId to task to achieve idempotency 2018-12-21 10:12:05 +01:00
Mustapha Zorgati 137634ad33 Updated poms to version 1.0.6-SNAPSHOT 2018-12-12 08:09:50 +00:00
Jose Ignacio Recuerda Cambil 664477e872 TSK-758 - Rename property type from TaskanaHistoryEvent to eventType 2018-12-11 14:15:07 +01:00
Jose Ignacio Recuerda Cambil f6f50d70b3 TSK-758 - Rename property type from TaskanaHistoryEvent to eventType 2018-12-11 13:03:35 +01:00
julian.schallenmueller 4bfb55cc20 TSK-734: Made allowedKeys a static class member 2018-12-10 12:42:15 +01:00
julian.schallenmueller b480f0532f TSK-734: Made allowedKeys a static class member 2018-12-06 09:12:52 +01:00
julian.schallenmueller 51af51196e TSK-734: Refactored updateTasks method 2018-12-06 09:12:52 +01:00
julian.schallenmueller 9596875310 TSK-734: Added new method signature for TaskService.updateTask 2018-12-06 09:12:52 +01:00
BerndBreier 0bd103cb20 TSK-741 Add ClassificationName and AttachmentClassificationName to TaskQuery 2018-11-21 15:02:02 +01:00
BerndBreier e77e54e0b2 TSK-742 remove log level DEBUG 2018-11-21 11:40:30 +01:00
BerndBreier 5c66f14d54 TSK-742 Handle attachments on classification update 2018-11-21 11:40:30 +01:00
Martin Rojas Miguel Angel 6ec72b16d3 TSK-726 Add HistoryPluginLoaderTests with profile option 2018-11-12 13:42:04 +01:00
julian.schallenmueller ee792510d9 TSK-732: Added Underscore to Attributes from Attachment in TaskQueryColumnName 2018-11-08 16:19:19 +01:00
julian.schallenmueller 93ed287c05 TSK-732: Refactored BaseQuery.listValues method to use Enum instead of String 2018-11-08 16:19:19 +01:00
julian.schallenmueller ff558b3a2a TSK-646: Added equals and hash methods to TimeInterval 2018-11-08 13:08:13 +01:00
Mustapha Zorgati a9191e6bb0 Updated poms to version 1.0.5-SNAPSHOT 2018-10-24 14:54:24 +00:00
Jose Ignacio Recuerda Cambil 5d2861a6cd TSK-720 - NullpointerException in ClassificationServiceImpl:293 if no categories are configured for classification types 2018-10-24 14:30:37 +02:00
Martin Rojas Miguel Angel 83918d9af5 TSK-681 Create WorkbasketCleanupJob transaction test 2018-10-23 16:51:03 +02:00
Jose Ignacio Recuerda Cambil d886aaf00e Rebase with master and fix minors errors 2018-10-23 16:51:03 +02:00
Martin Rojas Miguel Angel 279589a5df TSK-681 Create workbasket cleanup job 2018-10-23 16:51:03 +02:00
Martin Rojas Miguel Angel e62e0a5ac7 TSK-726 Change TaskanaHistoryEvent id from String to long 2018-10-18 20:04:03 +02:00
Martin Rojas Miguel Angel 5817cc15a6 TSK-726 Refactored public api and history event producer to initialize TaskanaHistory implementations 2018-10-18 17:00:10 +02:00
Jose Ignacio Recuerda Cambil 55e8135cc8 TSK-733 - Modify response deleteWorkbasket 2018-10-17 10:14:27 +02:00
Jose Ignacio Recuerda Cambil 1e6fc73f7d TSK-715 - Merge WorkbasketAccessItem entities and remove the extended one 2018-10-15 08:32:12 +02:00
Holger Hagen d6a38d7f29 TSK-722: added HistoryEventProducer to completeTask 2018-10-10 10:24:12 +02:00
Holger Hagen e3b472ed84 TSK-722: fixed Javadoc problems. 2018-10-10 10:24:12 +02:00
Jose Ignacio Recuerda Cambil f74a70e0d5 TSK-680 - Mark workbasket for deletion 2018-10-09 10:38:40 +02:00
BVier eab4d54acd TSK-721-2: Add flag and correct TYPO
Add schema.sql and 'generateSampleData'-Flag (forgotten in last commit).
2018-10-03 18:42:39 +02:00
BVier 6f7b5b7e8c TSK-721: Enable connection to db2-instance
Enables Taskana-rest-spring-exxample to run against an DB2-Database.
Introduced Flag to define if sample data should be inserted
2018-09-26 17:27:13 +02:00
Martin Rojas Miguel Angel 5628fd8ebb TSK-670 Remove IS NOT NULL condition for queryMapper and fix failing tests 2018-09-17 15:46:44 +02:00
Mustapha Zorgati ef703b4a40 TSK-694: refactored WorkbasketAccessItemQuery + Extended 2018-09-11 11:06:16 +02:00
Jose Ignacio Recuerda Cambil 40b2648060 Fixed minors 2018-09-11 11:06:16 +02:00
Martin Rojas Miguel Angel 131e11e7aa Create access items extended 2018-09-11 11:06:16 +02:00
Martin Rojas Miguel Angel c6a40bb2a3 TSK-662 Add task classification report to monitor. 2018-09-07 12:02:56 +02:00
Mustapha Zorgati db70a89435 TSK-697: refactored Report structure 2018-09-06 16:20:56 +02:00
Jose Ignacio Recuerda Cambil 4c192d79a4 TSK-577 - Tasks should only be deleted if all tasks with the same parent business process id can be cleaned up 2018-09-05 16:36:29 +02:00
Martin Rojas Miguel Angel adcaad9f0a TSK-690 Split query mapper task count query
Split query mapper task count query for db2 and other
2018-09-03 12:19:13 +02:00
Mustapha Zorgati 928e67f3d5 Updated poms to version 1.0.4-SNAPSHOT 2018-08-17 07:46:14 +00:00
Martin Rojas Miguel Angel d4110731f7 TSK-644 make tasks attachments queryable 2018-08-17 09:09:22 +02:00
Holger Hagen d6a29e7bdd TSK-576: added transaction slicing to cleanup job. 2018-08-13 09:11:43 +02:00
Holger Hagen afdf6cbaff TSK-664: added hash and equals methods to KeyDomain. 2018-08-10 09:29:17 +02:00
Holger Hagen c750e00b32 TSK-664: added hash and equals methods to KeyDomain. 2018-08-10 09:29:17 +02:00
Holger Hagen c6984977a6 TSK-669: ADMIN is authorized to OPEN all workbaskets. 2018-08-08 08:57:32 +02:00
Jose Ignacio Recuerda Cambil 2dbc0de402 TSK-621 - Make classification categories configurable by type 2018-08-06 10:47:34 +02:00
Mustapha Zorgati 6bc1416fa6 Updated poms to version 1.0.3-SNAPSHOT 2018-08-01 17:06:06 +00:00
julian.schallenmueller 846a54196a TSK-658: Initialize task attachments correctly in resource assemblers 2018-08-01 17:11:40 +02:00
Martin Rojas Miguel Angel 183185ed87 TSK-418 configure schema via application.properties file 2018-08-01 16:09:03 +02:00
Martin Rojas Miguel Angel 84ec9e97e4 TSK-418 make db schema customizable via taskana.properties 2018-08-01 16:09:03 +02:00
Holger Hagen b335bb02f5 TSK-665: added schema update script and fixed schema versioning. 2018-07-31 18:05:03 +02:00
Martin Rojas Miguel Angel 8a8063764e Revert "TSK-665: added schema update script and fixed schema versioning."
This reverts commit a1e27ac651.
2018-07-31 17:30:18 +02:00
Holger Hagen c58b504e9b TSK-665: added schema update script and fixed schema versioning. 2018-07-31 15:05:08 +02:00
BVier 6a122c5afd TSK-643: Summarize all custom-querys in task and classification 2018-07-26 21:02:35 +02:00
Holger Hagen 2981dad384 TSK-629: Hamonized all job handling. 2018-07-26 10:41:17 +02:00
Holger Hagen 3e0334ee6f TSK-659: considering permissions for business admins in workbasket queries. 2018-07-25 12:20:46 +02:00
Holger Hagen 7a5fcacb36 TSK-629: restructered job tests. 2018-07-23 08:29:40 +02:00
Holger Hagen 30f3682c51 TSK-629: review findings incorporated. 2018-07-23 08:29:40 +02:00
Holger Hagen b7be70d09c TSK-629: first refactoring of job handling. 2018-07-23 08:29:40 +02:00
Mustapha Zorgati d0ad0bbf5b Updated poms to version 1.0.2-SNAPSHOT 2018-07-17 09:35:14 +00:00
julian.schallenmueller d44e88b6cc TSK-637: Initialized return values to empty lists 2018-07-17 08:26:16 +02:00
BVier 0c5d540c56 TSK-634: Extend the TaskQuery with classificationKeyNotIn and stateNotIn 2018-07-12 11:56:31 +02:00
Martin Rojas Miguel Angel bc317b6c72 TSK-590 Add more descriptive error message on service level error.
- Error message on validating service level is more descriptive adding some examples of how to use the ISO-8601 format.
2018-07-12 11:34:57 +02:00
julian.schallenmueller 84b681d442 TSK-628: Corrected classification hierarchy in test data 2018-07-11 16:19:37 +02:00
Martin Rojas Miguel Angel 87140d05ea TSK-615
- Added key and domain for those  exception messages which has access to key and domain values in classification and workbasket services.
2018-07-11 16:12:59 +02:00
BVier cd2110f1d7 TSK-626: Correct mistakes in AttachmentSummary 2018-07-11 10:12:03 +02:00
BVier 85c9a7ed8a Add Channel and ObjectReference to AttachmentSummary 2018-07-11 10:12:03 +02:00
julian.schallenmueller cc62283437 TSK-598: Added custom1-4 to WorkbasketSummary 2018-07-11 08:40:55 +02:00
Martin Rojas Miguel Angel 70476e597f TSK-616 Allow update classifications with empty service_level
- Allow save classifications when service level is empty
2018-07-11 08:13:12 +02:00
Martin Rojas Miguel Angel 2725d29191 TSK-614 BUG to allow update empty wbAccessItems
- Update to empty workbasket access items was not allowed.
2018-07-10 20:23:59 +02:00
julian.schallenmueller c68dace0f1 TSK-606: Improved mapper test coverage for task attributes 2018-07-10 16:32:53 +02:00
Martin Rojas Miguel Angel f09a31776b TSK-567 Add transactional support {Part1} 2018-07-04 17:19:58 +02:00
Martin Rojas Miguel Angel 8b060b2a39 TSK-567 Create scheduler task job 2018-07-04 17:19:58 +02:00
julian.schallenmueller 4c6c3f30ad TSK-613: Improved workbasket query test coverage 2018-07-04 13:56:18 +02:00
Martin Rojas Miguel Angel f0137f66b8 TSK-623 Add parentKey to classification saved object 2018-07-04 13:06:52 +02:00
Martin Rojas Miguel Angel 801e76498e TSK-623 BUG link children classification correctly to it parent
Link children classification to it corresponding parent in root domain when creating a new children classification in one specific domain.
2018-07-04 13:06:52 +02:00
julian.schallenmueller 7bc96ad568 TSK-612: Improved test coverage for workbasket accessitem query 2018-07-03 13:53:01 +02:00
julian.schallenmueller aadc31beff TSK-605: Improved mapper test coverage for classification attributes 2018-07-03 13:18:16 +02:00
Konstantin Kläger 43d25e0496 TSK-571: Create a fluent API for the monitoring
- Create report builders that create the reports and list the tasks of
the reports
- Extend getTaskIds by customFieldValueReport
- Rename WorkbasketLevelReport to WorkbasketReport
- Harmonize report filters
2018-07-03 11:32:01 +02:00
Mustapha Zorgati ee7dffce49 Updated poms to version 1.0.1-SNAPSHOT 2018-06-28 16:20:58 +00:00
Mustapha Zorgati 4936cbb158 Updated poms to version 0.9.6-SNAPSHOT 2018-06-27 17:39:16 +00:00
Mustapha Zorgati 14aa61bd7c Updated poms to version 0.9.5-SNAPSHOT 2018-06-27 16:18:06 +00:00
Holger Hagen 5ef8fe2ba0 TSK-608: removed exception hiding in JobRunner. 2018-06-27 13:31:25 +02:00
Holger Hagen 98d012d592 TSK-607: moved version parameter to prepared statement for version check. 2018-06-27 12:54:08 +02:00
Holger Hagen 104d5ed60e TSK-597: fixed validation of parent id and key for classifications during creation. 2018-06-27 12:51:47 +02:00
Mustapha Zorgati b84ee12f45 Updated poms to version 0.9.4-SNAPSHOT 2018-06-25 19:13:02 +00:00
julian.schallenmueller e7de713571 TSK-582: Removed unused method in ObjectReferenceMapper 2018-06-25 16:54:23 +02:00
Holger Hagen 4bac0cb6e3 TSK-524: removed unnecessary field sqlSessionFactory and refactored code to remove warnings. 2018-06-25 15:57:08 +02:00
julian.schallenmueller 85b09508e5 TSK-599: Improved test coverage for workbasket query 2018-06-25 14:43:00 +02:00
BerndBreier b8138db327 TSK-587 Improve Job Support - improve test coverage 2018-06-24 14:23:20 +02:00
BerndBreier a64fb47aa0 TSK-587 Improve Job Support 2018-06-24 14:23:20 +02:00
Holger Hagen 71cedd85de TSK-572: refactored permission initializition. 2018-06-22 09:13:37 +02:00
Holger Hagen 3aee44f52b TSK-572: fixed NPE in WorkbasketServiceImpl 2018-06-22 09:13:37 +02:00
julian.schallenmueller 4e04eb4f60 TSK-563: Improved task mapper test coverage 2018-06-21 21:07:54 +02:00
Mustapha Zorgati ff6367477a TSK-528 now testing multiple databases simultaneously 2018-06-21 12:08:43 +02:00
Martin Rojas Miguel Angel 8425ec32b4 TSK-575 Created General handling error log system for REST API 2018-06-21 11:33:33 +02:00
Holger Hagen 766cb64621 TSK-521: activated query tasks by workbasket tasks and moved one tests to consolidate all corresponding tests in one class. 2018-06-21 11:05:20 +02:00
julian.schallenmueller ae23f18852 TSK-583: Fixed test to work on Db2 2018-06-21 11:03:44 +02:00
Holger Hagen cdabc8d89e TSK-584: updated postgres db schema to match master db schema. 2018-06-21 02:19:36 +02:00
julian.schallenmueller 9e138937a4 Removed unused mapper method 2018-06-20 21:11:43 +02:00
julian.schallenmueller f54a02ccb1 TSK-564: Improved classification mapper test coverage 2018-06-20 21:11:43 +02:00
Mustapha Zorgati 6b55fd5dff Updated poms to version 0.9.3-SNAPSHOT 2018-06-20 06:14:06 +00:00
Konstantin Kläger bb46ab9850 TSK-579: Add parent key and custom attributes to classification(summary) 2018-06-19 20:54:46 +02:00
julian.schallenmueller 13f0e0d8c7 TSK-559: Removed unused methods 2018-06-19 16:21:51 +02:00
julian.schallenmueller 3ec9359ff3 TSK-559: Improved test coverage for the workbasket mapper 2018-06-19 16:21:51 +02:00
BerndBreier 4dedc761f1 TSK-516 verify schema version at startup 2018-06-19 14:44:01 +02:00
Konstantin Kläger 71a42b58fd TSK-367: Provide a workbasket level report for specific classifications 2018-06-18 21:10:10 +02:00
BerndBreier 169ad0d718 TSK-511 Add transaction slicing to job runner 2018-06-18 18:14:01 +02:00
julian.schallenmueller ae9f00ddc4 TSK-511 Add transaction slicing to job runner 2018-06-18 18:14:01 +02:00
Konstantin Kläger 5a76d17a54 TSK-568: Remove unnecessary exceptions from method signatures 2018-06-18 12:28:54 +02:00
BerndBreier cdcaa6b2fe TSK-513 Integrate taskana-spring-txtest in taskana-spring-example 2018-06-15 16:26:07 +02:00
Konstantin Kläger ecd88201fb TSK-569: Convert Windows line endings (CRLF) to Unix line endings (LF) 2018-06-15 12:59:46 +02:00
Mustapha Zorgati 1af5acfbd5 Updated poms to version 0.9.2-SNAPSHOT 2018-06-11 18:56:22 +00:00
Holger Hagen 6e42863f07 TSK-549: removed unused SQLException from method signature. 2018-06-11 18:16:05 +02:00
Holger Hagen a93c408cc3 TSK-549: Uppercase comparision when getting workbasket by key and domain. 2018-06-11 18:16:05 +02:00
Holger Hagen 1ce9ed82d4 TSK-549: case insensitive contraint on key/domain during creation of workbasket. 2018-06-11 18:16:05 +02:00
Konstantin Kläger 3230e35c2c TSK-512: Improve general exception handling
- Add root cause to taskana exceptions
- Either throw an exception or log the error
- Remove unnecessary exceptions from method signatures
2018-06-11 11:25:31 +02:00
BVier 38a9e82309 TSK-550: When completing a Task twice, just return the completed Task 2018-06-08 16:25:35 +02:00
Holger Hagen 8d376131cf TSK-517: initializing custom attributes for AttachmentImpl with HashMap. 2018-06-08 09:04:10 +02:00
Konstantin Kläger ace632d814 TSK-518: Move BulkOperationResults and ObjectReference to public API 2018-06-07 13:30:42 +02:00
BVier dd0ad1253a TSK-520: Replaced code smells found by FindBugs 2018-06-06 21:04:06 +02:00
Konstantin Kläger 2452057364 TSK-514: Consolidate SpringBoot-Version 2018-06-05 14:56:31 +02:00
Konstantin Kläger 000a728f4e TSK-525: Replace force flags by separate methods 2018-06-05 14:25:14 +02:00
Martin Rojas Miguel Angel 5ec61b406e TSK-493 Check classification id is null or empty on classification creation. 2018-06-04 17:49:15 +02:00
Mustapha Zorgati e731f78282 Updated poms to version 0.9.1-SNAPSHOT 2018-05-25 14:24:45 +00:00
Mustapha Zorgati 22ca605bb2 Updated poms to version 0.1.6-SNAPSHOT 2018-05-25 13:36:51 +00:00
Holger Hagen 595fb0ded2 TSK-529: recommended DB2 indexes. 2018-05-25 09:49:42 +02:00
BerndBreier c92542e362 TSK-497 implement Ldap access 2018-05-25 09:27:15 +02:00
BerndBreier 74d632eddd TSK-510 Improve task query performance 2018-05-24 17:12:24 +02:00
Mustapha Zorgati 83b3360e00 TSK-502: further refactoring 2018-05-24 15:23:47 +02:00
Mustapha Zorgati 172340323d TSK-502: simplified drop tables sql 2018-05-24 15:23:47 +02:00
Mustapha Zorgati da8e435a1a TSK-502: now replacing boolean to int for db2 [in memory] 2018-05-24 12:20:15 +02:00
BerndBreier 78536d6596 TSK-502 Make Taskana run on DB2 10.5 2018-05-24 12:20:15 +02:00
BerndBreier 3500b206e6 TSK-495 Extend WorkbasketAccessItem by accessName 2018-05-24 10:58:20 +02:00
Holger Hagen e61fdbb5a5 TSK-507: fix custom property queries. 2018-05-23 09:33:36 +02:00
BerndBreier c5ff9ed8a8 TSK-498 missing custom properties on REST taskquery result 2018-05-20 21:34:37 +02:00
Mustapha Zorgati d695400c14 Updated poms to version 0.1.5-SNAPSHOT 2018-05-15 20:01:13 +00:00
Holger Hagen 66bdaab7cf TSK-408: APPEND permission is checked in transferTasks. 2018-05-14 15:01:22 +02:00
Mustapha Zorgati 52e0a01202 TSK-448: removed spring-boot from taskana-rest-spring and taskana-rest 2018-05-09 19:49:57 +02:00
Holger Hagen f2460cd074 TSK-484: removed wrong authorization check from addDistributionTarget. 2018-05-09 17:03:49 +02:00
Mustapha Zorgati 31e24d8965 TSK-447: fixed transferTasks with invalid TaskIdList 2018-05-09 15:11:04 +02:00
Mustapha Zorgati 44dfbb983e TSK-447: code cleanup 2018-05-09 15:11:04 +02:00
Mustapha Zorgati cf0921ba8d TSK-447: taskana now supports postgresql
TSK-447: fixed bool<->integer problem with postgres


TSK-447: postgresql now working


TSK-477: now using h2 db again (taskana-rest-spring-example)
2018-05-09 15:11:04 +02:00
BerndBreier a3090ad058 TSK-476 fix DB2 unittest errors 2018-05-07 13:12:20 +02:00
Mustapha Zorgati 4ab2305285 hotfix: fixed wildfly swarm version change 2018-05-02 17:08:56 +02:00
Mustapha Zorgati ff1d128f35 Updated poms to version 0.1.4-SNAPSHOT 2018-05-02 11:22:33 +00:00
Mustapha Zorgati 0062d89aae TSK-456: configured deployment of taskana-web 2018-05-01 20:46:50 +02:00
Holger Hagen b2bef9f36d TSK-365: added monitor role. 2018-04-30 15:43:31 +02:00
Holger Hagen 19447510d1 TSK-423: isUserInRole and checkRoleMembership added to interface. 2018-04-27 11:59:10 +02:00
Holger Hagen baed067509 TSK-430: made process ids updatable in the interface. 2018-04-27 11:56:00 +02:00
Holger Hagen 7b31734e24 TSK-265: Added support for getting task ids for classification report. 2018-04-27 11:45:38 +02:00
Holger Hagen 2a6fe0ef77 TSK-266: added generic getTaskIds... to monitor. 2018-04-26 09:38:26 +02:00
Holger Hagen 5467637c34 TSK-263: added operation to determina all distinct values for report filter. 2018-04-25 10:11:12 +02:00
Holger Hagen 6fe096a939 TSK-461: added some validation to the incoming task resource in the REST controller. 2018-04-25 08:59:20 +02:00
Holger Hagen caff822ccd TSK-407: supporting all kind of lists for transferring tasks. 2018-04-24 10:28:46 +02:00
Holger Hagen 7dc1cd0456 TSK-411: fixed hashCode and equals for Workbasket. 2018-04-24 10:24:57 +02:00
Holger Hagen be5b4179b3 TSK-410: fixed hashCode and equals for Task. 2018-04-24 10:24:57 +02:00
Holger Hagen fdfb9b65d0 TSK-426: creation of classifications with empty id is now possible. 2018-04-20 10:48:31 +02:00
Mustapha Zorgati 8307e3e7a7 Updated poms to version 0.1.3-SNAPSHOT 2018-04-19 14:32:18 +00:00
Holger Hagen 5ef112bf97 TSK-424: Exception is thrown if a completed task is getting transferred. 2018-04-18 16:02:04 +02:00
Holger Hagen fea40d79bc TSK-402: fix for isRead flag update. 2018-04-17 12:23:15 +02:00
BerndBreier 149ac8d296 TSK-443 If taskquery contains workbasket filter, check open and read permission and omit subqery for wb / access 2018-04-17 12:19:55 +02:00
BerndBreier 36d66064a7 TSK-441 Add foreign key constraint for workbasket_id to workbasket-access-list 2018-04-16 14:08:32 +02:00
Holger Hagen fd0b1436c5 TSK-445: user info endpoint. 2018-04-16 13:10:26 +02:00
BerndBreier 227ab7782d TSK-303 Add callback information to task 2018-04-13 16:26:58 +02:00
Holger Hagen 6e075bce6b TSK-429: added task update to and integration test to task rest service. 2018-04-13 12:00:08 +02:00
Holger Hagen 1d05470aff TSK-397: removed unnecessary classification key from attachment. 2018-04-13 11:57:22 +02:00
Holger Hagen 1dd6dcddf1 TSK-433: Delete classification by id using REST API. 2018-04-12 12:42:07 +02:00
Holger Hagen fca11cea7f TSK-396: NotAuthorizedException removed, where it is not thrown. 2018-04-10 14:48:50 +02:00
BerndBreier b62563f463 TSK-417 page number and size mismatch when hidden tasks are member of query resultset 2018-04-06 14:04:47 +02:00
Holger Hagen 1d58cb39e1 TSK-422: HATEOAS support for ClassificationController. 2018-04-06 13:25:05 +02:00
Mustapha Zorgati 9195db0e36 now changing release version before building and testing 2018-04-05 17:06:08 +02:00
Mustapha Zorgati e3e91383c9 Updated poms to version 0.1.2-SNAPSHOT 2018-04-04 15:51:00 +00:00
BVier 88eca3d326 bigger owner for workbasket 2018-04-04 17:14:02 +02:00
BerndBreier 94c32624a0 TSK-420 - Place all tables in db schema "taskana" 2018-04-04 15:56:30 +02:00
Holger Hagen 0abf9030d2 TSK-392: added missing equals and hasCode methods. 2018-04-04 14:43:49 +02:00
Holger Hagen d2a6632f7f TSK-393: InvalidWorkbasketException from createTask removed. 2018-04-04 14:41:24 +02:00
Holger Hagen ba3b8baaf5 TSK-399: Configurable classification cagetories. 2018-04-04 12:55:51 +02:00
Holger Hagen df4638f2fc TSK-400: added configuration of classification types. 2018-03-29 16:31:45 +02:00
Holger Hagen 106df46a69 TSK-406: Added pagination for TaskController. 2018-03-28 17:53:45 +02:00
BerndBreier a321d275ed TSK-415 TaskQuery.count() does not filter out tasks in hidden workbaskets 2018-03-28 13:42:21 +02:00
Mustapha Zorgati b2300339a8 HOTFIX-deployment: now using release version in manifest file
for bluemix deployment
2018-03-26 11:10:44 +02:00
Mustapha Zorgati f4ea8ef569 Updated poms to version 0.1.1-SNAPSHOT 2018-03-23 10:17:41 +00:00
Holger Hagen 68d8252fbf TSK-398: optimized role initialization. 2018-03-23 10:19:16 +01:00
Holger Hagen fd0bc96b9d TSK-398: domain is checked for existance during classification creation. 2018-03-23 10:19:16 +01:00
Holger Hagen 9803de0502 TSK-398: domain is checked for existance during workbasket creation. 2018-03-23 10:19:16 +01:00
Holger Hagen b0156d9af2 TSK-398: refactored roles config to be more generic. 2018-03-23 10:19:16 +01:00
BerndBreier 32449a4d52 TSK-401 After creating a workbasket, the user is not able to delete it. 2018-03-22 14:42:29 +01:00
Mustapha Zorgati 02fc6b3cd3 TSK-395 created REST interface for TaskStatusReport 2018-03-22 14:26:43 +01:00
Mustapha Zorgati bb4d5adf35 TSK-395 created TaskStatusReport
TSK-395 created rest endpoint
2018-03-22 14:26:43 +01:00
Holger Hagen 034852cabd TSK-370: upgrade to Spring Boot 2.0.0.RELEASE 2018-03-22 10:30:10 +01:00
Holger Hagen ea7ab903d5 TSK-383: removed InvalidArgumentException from WorkbasketQuery.callerHasPermission() 2018-03-22 08:59:45 +01:00
BerndBreier 4bc7b6bad1 TSK-314 Recalculate due timestamp and prio when a classification is updated 2018-03-21 22:18:55 +01:00
Mustapha Zorgati 439390adee TSK-395: small cleanup 2018-03-20 11:17:53 +01:00
Mustapha Zorgati 8e61e8c4dd TSK-354: replaced all existing reports with new report structure
TSK-354: replaced WorkbasketLevelReport with new report structure


TSK-354: replaced DetailedClassificationReport with new report stucture


TSK-354: replaced CategoryReport with new report structure


TSK-354 replaced ClassificationReport with new report structure


TSK-354: replaced CustomFieldValueReport with new report structure


TSK-354: cleanup


TSK-354: fixed checkstyle
2018-03-20 11:17:53 +01:00
Mustapha Zorgati 41719b0d76 TSK-354: added abstract report structure 2018-03-20 11:17:53 +01:00
Holger Hagen 4765fc242a TSK-217: pagination support for WorkbasketController and first page to be number 1. 2018-03-20 09:44:50 +01:00
BerndBreier 6d3e99ccb5 TSK-381 Query and Get operations should not create locks on the database 2018-03-19 16:59:42 +01:00
BerndBreier eb55cb6ad8 TSK-358 Bulk update of all tasks with a specific ObjectReference 2018-03-19 16:59:42 +01:00
BerndBreier df409eaa4e TSK-358 Bulk update of all tasks with a specific ObjectReference 2018-03-19 14:32:55 +01:00
BerndBreier c7208cf882 TSK-391 Remove custom field condition from task query 2018-03-16 12:39:48 +01:00
BerndBreier ec6b70f6d6 TSK-384b Fix testcases that calculated due date based on days rather than working days 2018-03-16 12:04:42 +01:00
BerndBreier f55c54f991 tsk-385 Empty WHERE condition on workbasket query 2018-03-16 08:03:43 +01:00
BerndBreier 5de0cd5e09 TSK-382 add errorhandling to controllers 2018-03-15 17:08:22 +01:00
Konstantin Kläger 7dc951351d TSK-379: Return all matching days in DaysToWorkingDaysConverter
- Now method convertWorkingDaysToDays returns all days that match to the
inserted working day to include weekends and holidays
2018-03-14 11:53:54 +01:00
BerndBreier a7c7dec43c TSK-353 Extend the number of available custom attributes on the task 2018-03-14 11:48:03 +01:00
BerndBreier 3498df039a TSK-377 provide meaningful response for duplicate key exception 2018-03-13 11:09:08 +01:00
BerndBreier e323ea3e6e TSK-322 Calculate due timestamp with respect to custom holidays and weekends 2018-03-13 08:52:05 +01:00
BerndBreier d4ab03667c TSK-348 Consider admin rights in workbasket query and hide tasks from workbaskets without read permission 2018-03-12 13:59:20 +01:00
BerndBreier 4320e15538 TSK-349 Mandatory read permission is not checked in WorkbasketQuery if another permission is used as condition 2018-03-12 13:59:20 +01:00
BerndBreier 18f03bd32e TSK-349 Mandatory read permission is not checked in WorkbasketQuery if another permission is used as condition 2018-03-12 13:59:20 +01:00
BerndBreier b626fc4603 TSK-253 Remove unnecessary getX() calls at the end of a service 2018-03-12 12:48:04 +01:00
BerndBreier ff77d6a2f0 TSK-349 Mandatory read permission is not checked in WorkbasketQuery if another permission is used as condition 2018-03-08 17:14:26 +01:00
BerndBreier 98a3bd34ba TSK-375 Use the in-memory version of h2 in unittests 2018-03-07 15:23:08 +01:00
Mustapha Zorgati 7fd9422dd6 Updated poms to version 0.0.9-SNAPSHOT 2018-03-06 09:24:33 +00:00
BerndBreier e984773b02 TSK-368 SpringTaskanaEngineConfiguration needs a constructor with properties filename and separator 2018-03-06 09:03:07 +01:00
BerndBreier 04221a3fa8 TSK-280 add ids to NotFoundExceptions 2018-03-06 08:33:14 +01:00
BerndBreier ab5c58280c TSK-340 do not use ~/data as tmp directory in unit tests 2018-03-06 08:33:14 +01:00
BerndBreier bab3d9ff5c TSK-359 setWorkbasketAccessItems doesn't save access items 2018-03-05 16:16:32 +01:00
BerndBreier df6d5944bc TSK-362 make getAttachmentSummaries available in TaskSummary 2018-03-05 14:06:46 +01:00
BerndBreier 066acd408e TSK-313 Calculate due and prio of task based on associated classification and attachment classifications 2018-03-05 10:17:11 +01:00
Konstantin Kläger dd241cc9a5 TSK-269: Add custom property filter to reports and use null parameter to
disable a filter in TaskMonitorService
2018-03-02 15:10:17 +01:00
Marcel Lengl 1809c95265 TSK-69: Offer all values of a DB-Column with filter by Query. 2018-03-01 20:02:04 +01:00
BerndBreier b07a35b5e5 TSK-351 Create test to select task by text in large custom attributes 2018-03-01 15:57:04 +01:00
Konstantin Kläger ebc5276783 TSK-264: Determine task ids for report line items of category report 2018-03-01 15:54:59 +01:00
Marcel Lengl e32a1acbc6 TSK-341: No Exception when Classification-parent for ID does not exist 2018-03-01 14:41:10 +01:00
Marcel Lengl d9bb89248b TSK-327: Move Enums from impl to taskana package 2018-03-01 13:31:27 +01:00
Marcel Lengl a89d9a1945 TSK-346: Add MODIFIED timestamp to Classification 2018-03-01 13:28:51 +01:00
Marcel Lengl f4c29855d8 TSK-328: Add userId to NotAuthorizedException 2018-03-01 11:28:19 +01:00
BerndBreier 23b78bbc3f TSK-350 Make Taskana compatible with DB2 V 10.5 2018-02-28 17:35:06 +01:00
Mustapha Zorgati 798e160669 TSK-311 refactoring 2018-02-28 17:05:56 +01:00
Mustapha Zorgati 54c9b538f8 TSK-311 now releasing taskana-rest-spring to maven central aswell
TSK-311: fixed travis config


TSK-311: created import key toggle
TSK-311: now only pushing one commit
TSK-311: replaced implicit if statements with explicit statements
2018-02-28 17:05:56 +01:00
BerndBreier f7e912b48b TSK-345 Clarify usage of authorization terms in API 2018-02-28 13:10:54 +01:00
Marcel Lengl 64af03c368 TSK-283: Root-Classifications should always be false in domain. 2018-02-28 11:30:47 +01:00
Marcel Lengl 88e24ed4a0 TSK-89: Throw WorkbasketNotFoundException on checkAuthorization 2018-02-27 17:46:10 +01:00
BerndBreier 0bdbf4700b TSK-242 Implement role based access control to the lib 2018-02-27 16:13:43 +01:00
BerndBreier a00289c0ab TSK-315 Store custom properties as JSON Map in DB 2018-02-27 14:57:43 +01:00
Konstantin Kläger 603afc8a2d TSK-271: Add custom holiday support to the monitor 2018-02-27 14:47:05 +01:00
Marcel Lengl ed9ab35704 TSK-78: Delete all permissions by access-id. 2018-02-27 14:25:54 +01:00
Holger Hagen bc83b1c500 TSK-329: changed data to match requirements from read permission on workbaskets. 2018-02-27 11:26:09 +01:00
Holger Hagen 02effb36f3 TSK-329 (draft): method removed. Tests are not running. 2018-02-27 11:26:09 +01:00
Marcel Lengl bc5e0e9688 TSK-221: set multiple Authorisations at once. 2018-02-26 14:02:00 +01:00
Marcel Lengl 53610a309c TSK-316: Add unchangeable CREATOR to Task. 2018-02-26 12:04:11 +01:00
Konstantin Kläger ecf3f1d317 TSK-285: Adjust acceptance tests for the monitoring
- All tests now have the same structure
- Each test prints the report in the debug mode
- Change workbasket id/classification id to key in the reports
2018-02-26 10:00:53 +01:00
BerndBreier 869e4fb325 TSK-344 add getClassification by Id, change parameter sequence in newClassification 2018-02-26 09:55:35 +01:00
BerndBreier f327aee7b5 TSK-339 Make Taskana configurable 2018-02-23 16:05:42 +01:00
Marcel Lengl 0c96464e17 TSK-342: REST Instant to Timestamp with Converter. 2018-02-23 13:28:14 +01:00
Mustapha Zorgati b5d5125632 TSK-325: minor refactoring 2018-02-22 14:21:08 +01:00
Konstantin Kläger fa0a41e419 TSK-286: Replace workbaskets bei workbasketIds in TaskMonitorService
- Create method for generating workbasket ids
- Remove unnecessary exceptions in throws clauses
- Remove unused WithAccessId annotations
2018-02-22 13:50:20 +01:00
Marcel Lengl 36974006af TSK-227: REST - Workbasket ID for Controller instead of KEY. 2018-02-22 13:03:01 +01:00
Konstantin Kläger c065590711 TSK-268: Add domain filter to reports
- Update service, mapper and tests
- Add tests for the new filter
- Update JavaDoc
2018-02-22 08:46:10 +01:00
BerndBreier 59d1d9af71 TSK-304 Use Ids for identification of workbaskets and classifications 2018-02-21 14:18:53 +01:00
Marcel Lengl 2652810461 TSK-318: Enable security by default on Spring 2018-02-21 10:58:44 +01:00
Marcel Lengl 061e7e068e TSK-222: REST-Endpoint get dist-targets by WB-ID. 2018-02-21 10:45:06 +01:00
Konstantin Kläger 3d3418e44b TSK-267: Add category filter to reports 2018-02-21 09:12:33 +01:00
Mustapha Zorgati 0ca7d01595 Updated poms to version 0.0.8-SNAPSHOT 2018-02-20 08:17:04 +00:00
Konstantin Kläger b78b3ccb2f TSK-261: Extend classification report by attachment classifications
- Add ClassificationReport
- Add DetailedClassificationReport
- Add DetailedReportLine
- Add DetailedMonitorItem
- Implement getDetailedClassificationReport
- Move createReport method to the Report class
- Add tests and update sample data
2018-02-20 08:40:21 +01:00
Mustapha Zorgati 9d4f80dcaa TSK-302: removed getAllClassifications 2018-02-19 22:33:13 +01:00
Mustapha Zorgati f51174668b TSK-302: removed classificationTree 2018-02-19 22:33:13 +01:00
Marcel Lengl c3bac7e476 TSK-310: Add setOwner() to the public interface of WB. 2018-02-19 21:31:51 +01:00
Marcel Lengl 1ee7b1d5fc TSK-318: Add Security-switch to EngineConfiguration-Constructor. 2018-02-19 21:03:20 +01:00
Marcel Lengl 7200a826fe TSK-247: Added customX as filter/sortorder to all queries. 2018-02-19 20:05:24 +01:00
Konstantin Kläger 11442571f2 TSK-321: Change LocalDate to Instant in DaysToWorkingDaysConverter
- The instant is converted back to LocalDateTime to check whether a day
is saturday or sunday
- Update also the unit test for this converter
2018-02-19 16:59:48 +01:00
Marcel Lengl 091ed6b95f TSK-282: Add parentId to Classification-Summary. Changed parent_KEY to ID. 2018-02-19 11:19:33 +01:00
Holger Hagen fcef49dcb3 TSK-157: remove unnecessary method which have been replaced by query. 2018-02-19 07:19:42 +01:00
BerndBreier cf7d795e3c TSK-105 Add DB operators to query conditions in QueryBuilder interfaces 2018-02-16 21:15:17 +01:00
Marcel Lengl 9d41c4e06b TSK-278: Classification-Category to Task for better filter performance with change on update. 2018-02-16 08:57:21 +01:00
BerndBreier 28e13608b1 TSK-276 Classification.CREATE in the schema should be a Timestamp rather than a Date 2018-02-15 17:44:11 +01:00
Marcel Lengl 6a644b7db2 TSK-248: Moved models to IMPL, resigned hardcoded Strings, deleted model-package. 2018-02-15 16:30:25 +01:00
Marcel Lengl df91aa28ae TSK-288: WB_KEY as varchar(64) - 32 before 2018-02-15 16:16:27 +01:00
BerndBreier c64ecd77ba TSK-281 Remove NotAuthorizedException from BaseQuery. Replace it by NotAuthorizedToQueryWorkbasketException (RuntimeException) 2018-02-15 15:27:19 +01:00
Marcel Lengl d9db1d9a45 TSK-273: Complete a bulk of tasks. Improved Delete bulk of tasks. Renamed claimTaskBulk to claimTasks. 2018-02-15 14:54:32 +01:00
BerndBreier ebc198ce99 TSK-70 Query Tasks by various conditions, especially by time intervals 2018-02-15 08:55:53 +01:00
BerndBreier 451d2fc63d TSK-104 make constructor of impl classes package private 2018-02-15 08:51:59 +01:00
BerndBreier 9408142e57 TSK-287 add ownerLike, orderByDescription and orderByOwner to WorkbasketQuery 2018-02-14 12:14:28 +01:00
BerndBreier acac30b687 TSK-275 Introduce WorkbasketAccessItemQuery 2018-02-12 21:48:15 +01:00
Konstantin Kläger de8dbdc51b TSK-262: Create custom field value report
- Create a report for the values of a custom field
- The custom fields are represented by an enum
- Create tests and update sample data
- Update and format monitor sample data
- Fix error in the sample data
2018-02-12 14:37:39 +01:00
BerndBreier 62defd1c08 TSK-259 delete Task single and bulk 2018-02-12 13:34:21 +01:00
Konstantin Kläger 4969f8b165 TSK-284: Fix monitoring sample data to repair build 2018-02-12 10:26:03 +01:00
BerndBreier f6b9524bfe TSK-235 sort workbasket query results case insensitive 2018-02-08 21:28:18 +01:00
BerndBreier 43d4e9eafd TSK-246 Find all workbaskets, where the given key is configured as distribution target 2018-02-08 17:21:04 +01:00
Marcel Lengl e6218d0540 TSK-250: CancelClaim with force-flag. 2018-02-08 13:46:37 +01:00
Konstantin Kläger b361d59a5e TSK-260: Create classification report
- Reuse existing monitoring methods to create a report for
classifications
- Create methods in service and mapper and add tests
- Modify monitoring sample data by adding domains
2018-02-07 21:32:27 +01:00
BVier 4fcb15aca8 TSK-257: Implement custom property querys in classification mapper 2018-02-07 21:14:51 +01:00
Marcel Lengl 8b0bdb94b5 TSK-252: Bulk-Transfer for Task 2018-02-07 16:55:49 +01:00
BerndBreier 91a949f842 TSK-48 Sort the results of a task query 2018-02-07 16:39:37 +01:00
Holger Hagen 1476e89642 TSK-272: acceptance test for bulk completion of tasks. 2018-02-07 13:22:06 +01:00
Konstantin Kläger 12e59f939e TSK-270: Delete old monitoring methods from API
- Remove old monitoring methods from service, mapper and tests
- Remove unneeded monitoring specific classes
- Return sample strings in the methods of the REST Service that
represents the removed data
2018-02-07 13:04:43 +01:00
Holger Hagen 53cd04b6f8 TSK-274: accesptance test for workbasket access item query. 2018-02-07 13:02:26 +01:00
Konstantin Kläger 1f01e7ad17 TSK-228: Replace days by working days in the reports
- Create a converter that converts days to working days by using a table
- The table should exist all day if no changes are required
- Create tests for this converter
- Modify the existing report functions to count the age in working days
- Update test and sample data
- Remove empty lines from the WorkbasketLevelReport
2018-02-06 17:00:34 +01:00
Holger Hagen 6428235be5 TSK-258: acceptance tests for deleting tasks. 2018-02-06 15:50:32 +01:00
Holger Hagen 0f2c0891fc TSK-256: changed acceptance test for query classification to isolate custom fields and to adapt to method name conventions. 2018-02-06 15:49:36 +01:00
Mustapha Zorgati 2054b3c5a6 Updated poms to version 0.0.7-SNAPSHOT 2018-02-06 12:48:07 +00:00
Marcel Lengl d9d52d3ed6 TSK-251: fixed Ignore import. 2018-02-06 11:38:18 +01:00
Marcel Lengl 63d0c5cbff TSK-244: Reset TaskState after a transfer. 2018-02-06 10:44:58 +01:00
Marcel Lengl 9be8d839d3 TSK-75: Delete a Workbasket 2018-02-06 10:43:54 +01:00
Holger Hagen 7bdb11c951 TSK-251: acceptance test for bulk transfer. 2018-02-06 10:19:04 +01:00
BerndBreier 2c9d595123 TSK-213 introduce Interface and Implementation for WorkbasketAccessItem 2018-02-06 10:18:51 +01:00
Holger Hagen 4d24ff7c67 TSK-245: acceptance test for getting distribution sources. 2018-02-06 07:58:19 +01:00
Holger Hagen e6883a05c2 TSK-249: acceptance tests for all working on tasks. 2018-02-06 07:56:11 +01:00
Holger Hagen 9504a225d3 TSK-243: acceptance test for state reset during transfer. 2018-02-06 07:50:20 +01:00
BerndBreier a9ebb41a29 TSK-156 Add workbasketSummary to task. Refactor loading and querying of tasks. 2018-02-05 10:42:46 +01:00
Holger Hagen 5419132014 TSK-74: added acceptance test to updating workbaskets. 2018-02-05 08:13:49 +01:00
BerndBreier 407a4a33d8 TSK-73 Create Workbasket 2018-02-02 16:40:35 +01:00
BerndBreier 9c6f2db7eb TSK-130A add acceptance test for update task with various ways to modify attachments 2018-02-02 12:22:28 +01:00
Marcel Lengl 035fee5cb9 TSK-169: Pagination-Method for Query-Classes with wrapped Exception for an offset which is out of bounds/rows. 2018-02-02 10:41:53 +01:00
BerndBreier 252d36a13d TSK-130 Update Task 2018-02-02 09:44:42 +01:00
BerndBreier 0c5ed430c8 TSK-171 add sorting to workbasket query 2018-02-01 15:04:17 +01:00
BVier 9f86a5ef94 change taskForClassification-request 2018-02-01 11:35:58 +01:00
BVier 2d45297acd TSK-83: delete Classification (with tests) 2018-02-01 11:35:58 +01:00
BVier ef7326311a TSK-229: Add permCustom9 to 12 to Workbasket access item 2018-02-01 10:57:08 +01:00
BerndBreier aa1003405d TSK-162 Implement WorkbasketService.getDistributionTargets() method 2018-01-31 17:41:18 +01:00
BerndBreier 4f321d47c2 TSK-162 rename checkAuthorizationImpl to checkAuthorization 2018-01-31 17:41:18 +01:00
BerndBreier c04b30d91a TSK-162 Implement WorkbasketService.getDistributionTargets() method 2018-01-31 17:41:18 +01:00
Konstantin Kläger a9bb3ed377 TSK-215: Create category report and modify tests
- Reuse the report specific classes to obtain a report for categories
- Update monitor-sample-data
- Update unit and acceptance tests
2018-01-31 16:26:43 +01:00
BerndBreier 396dd54144 TSK-173 switch to SpringManagedTransactionFactory and add test application 2018-01-31 16:08:50 +01:00
Marcel Lengl 663ce463b2 TSK-163: Attachment functions add/remove/update implemented. Acc+Unit
Test added
2018-01-31 09:39:31 +01:00
Holger Hagen 012cef45f9 TSK-168: created pagination acceptance tests and cleaned up task test data. 2018-01-31 08:13:03 +01:00
Konstantin Kläger a41eeffacb TSK-155: Extend workbasket level report by subdivision into cluster
- Create method that creates the report by a list of workbaskets, a list
of states and a list of cluster
- Create methods for initialization, create sumline and add counts in
the ReportLines
- Exclude tasks with DUE = null from the query
- Add method for manipulating SQL data
- Set databaseId to allow database specific queries in the mapper
- Remove integration tests and replace them by an acceptance test
- Create an own monitor test data method in TestDataGenerator
- ProvideWorkbasketLevelReportAccTest doesn't extend AbstractAccTest
anymore
2018-01-30 16:07:32 +01:00
Holger Hagen 7497518281 TSK-170: added tests for sorting by name and key ascending and descending for the WorkbasketQuery. 2018-01-30 10:53:24 +01:00
Holger Hagen 3862e1d71d GENERAL: ignoring bin directories in rest and lib project. 2018-01-30 10:53:24 +01:00
BerndBreier 01cee64673 TSK-167 Implement Workbasket query extensions 2018-01-29 14:02:51 +01:00
Holger Hagen 4680c960f7 TSK-166: acceptance tests for various workbasket queries. 2018-01-29 09:53:02 +01:00
BVier 40d392d887 TSK-72: Add 'GetPermissionsForWorkbasketKey' to WorkbasketService 2018-01-25 17:26:11 +01:00
Marcel Lengl 87e11970f3 TSK-125: Create/Update/Enable Acc-Tests, especially for querying WB content. 2018-01-24 16:40:06 +01:00
BVier 2f468939ed TSK-158: Add Acc Test for task transfer 2018-01-24 14:51:00 +01:00
Mustapha Zorgati 435f52b8c8 Updated poms to version 0.0.6-SNAPSHOT 2018-01-24 12:50:20 +00:00
Marcel Lengl fa917953e8 TSK-134: Updated to Java 8 Time-API. Removed valid_from/valid_until from
classification.
2018-01-24 12:40:21 +01:00
BerndBreier e396adf040 TSK-151 update task summary and use it in all list operations. Avoid joins for list queries. 2018-01-23 17:00:06 +01:00
Marcel Lengl fff74f974c TSK-141: Get Classification by Key+Domain in extra Query. 2018-01-22 13:16:10 +01:00
BerndBreier 9a9c8aa5e8 TSK-149 Use embedded primary ObjectReference without helper fields 2018-01-17 10:40:50 +01:00
BerndBreier edddcce2a0 TSK-139 update a classification 2018-01-17 09:38:06 +01:00
Marcel Lengl 83cff45c48 TSK-146: Introduced ClassificationSummary Interface and Impl. Also deleted forbidden methods on Classification-Interface. Mappers for Query changed. 2018-01-16 14:38:26 +01:00
Konstantin Kläger 29fccd25e6 TSK-110: Generate workbasket level report for total count
- Add Report, ReportLine, ReportLineItem and ReportLineItemDefintion
- Create Report in TaskMonitorService by workbaskets and states
- Add unit test and integration tests
- Enable JAAS for the integration tests
2018-01-15 21:30:36 +01:00
BerndBreier 429b2327e4 TSK-152 fix problem with drop table if exists 2018-01-15 21:14:58 +01:00
Marcel Lengl 51eba86d8f TSK-153: added field 'note' to Task for a custom commentary. Changes Taskname and Taskdescription field-length (shorter). 2018-01-15 20:56:29 +01:00
Marcel Lengl 44faa945b5 TSK-84: Query Classifications. Updated SQL-Data, checked functionality, improved Acc-Test, Summary in other Ticket 2018-01-15 20:43:24 +01:00
BerndBreier dea6f498ed TSK-147 Introduce Workbasket summary to be returned in lists and from all queries. 2018-01-12 16:27:19 +01:00
BerndBreier 46fe48fd36 TSK-121 Implement Holgers comments - make SystemException unchecked and map ClassificationNotFoundException to SystemException when working with existing tasks. 2018-01-12 12:19:58 +01:00
BerndBreier 7ee001950d TSK-121 Task.setClassificationKey instead of setClassification 2018-01-12 12:19:58 +01:00
Holger Hagen 5175256bea TSK-150: set test loglevel to info to reduce log output to console on travis. 2018-01-12 10:20:55 +01:00
Marcel Lengl 2b8ab6b16d TSK-126: Query workbaskets by task, adding Authentification, expanding REST getAllWorkbaskets, updated Tests 2018-01-12 09:36:12 +01:00
BVier 588c30887c Add test data 2018-01-10 21:26:27 +01:00
BVier a368cdd8e4 TSK-145: add "domain" value to Task 2018-01-10 21:26:27 +01:00
BVier 679346cfe2 TSK-80: make GetClassificationAccTest run 2018-01-10 16:00:25 +01:00
Mustapha Zorgati 7878eb3f50 Updated poms to version 0.0.5-SNAPSHOT 2018-01-10 14:04:18 +00:00
Marcel Lengl ad8aabb5de TSK-137: Get all attachments of a Task. 2018-01-10 13:52:12 +01:00
Holger Hagen 98658ac8e8 TSK-138: Added acceptance test for getWorkbasket 2018-01-09 16:08:46 +01:00
Holger Hagen 9b1fe8850a TSK-136: acceptance test for getAttachments 2018-01-09 15:54:25 +01:00
BerndBreier 69784458af TSK-115 JAASRunner throws ClassCastException if tests fail 2018-01-08 13:12:28 +01:00
BerndBreier a6f95fcd55 TSK-44 implement Holgers comments - assert only Exception type, not message; rename attachment id prefix and helper method 2018-01-08 11:25:41 +01:00
BerndBreier 8b26f7564d TSK-44 allow to add a list of attachments to a Task 2018-01-08 11:25:41 +01:00
BerndBreier bc338b1dc7 TSK-66 implemented comments from Marcel: use J8 stream for loops 2018-01-04 12:18:32 +01:00
BerndBreier 37bb8535a3 TSK-59 implement comments from holger - toLowerCase only for setters not for getters and change useContainerManagedTransactions to useManagedTransactions 2018-01-04 12:18:32 +01:00
BerndBreier f3f46e1ed5 TSK-123 move primary Object Reference Values to Task record 2018-01-04 12:18:32 +01:00
Holger Hagen 7afa2e33f8 TSK-125: acceptance tests for querying on workbasket content without OPENER permission added. 2018-01-04 09:21:43 +01:00
Holger Hagen b2d6db79f8 TSK-130: acceptance tests for updating tasks added. 2018-01-04 09:18:48 +01:00
Holger Hagen d1355f83c0 TSK-129: acceptance tests for updating classifications added. 2018-01-04 09:12:54 +01:00
Holger Hagen 305910ee7c TSK-127: acceptance tests for adding attachments to tasks added. 2018-01-04 09:09:02 +01:00
Holger Hagen f7fa202608 TSK-122: acceptance tests for primary object reference added. 2018-01-02 14:14:42 +01:00
Mustapha Zorgati 0944d9f997 fixed manifest version change after deployment 2017-12-22 21:40:59 +01:00
Holger Hagen 67ce24f002 TSK-112: first acceptance tests added. 2017-12-22 19:44:11 +01:00
Mustapha Zorgati b7cc32fae5 Updated poms to version 0.0.4-SNAPSHOT 2017-12-21 17:20:03 +00:00
BerndBreier 00340044e2 TSK-59 ACCESS_ID should always be treated as lowercase - add taskanaEngineConfiguration.getUseContainerManagedTransactions 2017-12-21 15:14:17 +01:00
BerndBreier 1952807123 TSK-59 ACCESS_ID should always be treated as lowercase 2017-12-21 15:14:17 +01:00
Marcel Lengl 5f64242714 TSK-81: correced some ClassificationService Methods, Tests and need unique ID for task-join. +Structure fix for CreateClassification (root domain) 2017-12-21 11:57:30 +01:00
BerndBreier 193e3c3079 TSK-90 Use task.workbasketKey as foreign key into workbasket and reject implicit creation of distribution targets 2017-12-20 21:03:09 +01:00
BerndBreier 791025fde0 TSK-90 Update Workbasket add domain and type 2017-12-20 21:03:09 +01:00
Marcel Lengl 657cbe5e75 TSK-87: Improved CreateTask-Method, updated Tests 2017-12-19 15:16:45 +01:00
Marcel Lengl b6a75ed5e7 TSK-87: Transfer Task, improved Integration-Tests, Updated CreateTask() with AlreadyExistException 2017-12-19 15:16:45 +01:00
Mustapha Zorgati c0a5775a39 TSK-26: deploy script now updating WARarchive dependency
temporary until someone fixes the issue
2017-12-19 14:37:08 +01:00
Mustapha Zorgati b62ded1ab2 TSK-26: deployment now regarding manifest file & rest service
TSK-26: deployment now including manifest & rest-service

TSK-26: shortened build logs


TSK-26: now using array operator for avc


TSK-26: cleanup of deploy script
2017-12-19 14:37:08 +01:00
Marcel Lengl a1cbfd5262 TSK-106: Created Workbasket-Interface for public-interaction. Updated
tests. Package-private constructor added.
2017-12-18 18:33:00 +01:00
Marcel Lengl f750dcf94d TSK-39: Introduced an interface for 'Task', added Methods, solved conflicts, fixed some test issues. 2017-12-18 14:44:19 +01:00
Konstantin Kläger 75e35a7593 TSK-109: Separate monitor and task operations
- Add TaskMonitorService and move the needed methods from TaskService
- Update TaskanaEngine with TaskMonitorService
- Update MonitorController and RestApplication
- Add TaskMonitorMapper
2017-12-15 17:37:07 +01:00
Marcel Lengl f1ddf6780c TSK-23: Complete a Task with force-flag and user-check. Added unit test for this function. Added completeTask(id) without flag, improved unit-test, reacted to TSK-22. 2017-12-14 16:35:14 +01:00
BVier d5fcf1fe37 TSK-100: changed mapper and tests 2017-12-13 20:56:39 +01:00
Holger Hagen 4cdc2508e7 TSK-100: Übergabe an Benni 2017-12-13 20:56:39 +01:00
Holger Hagen fdf21365f9 TSK-107: move checkstype to qa folder and activated checkstyle 2017-12-13 17:07:46 +01:00
BerndBreier 600c4aa281 TSK-22_start_working_on_a_task 2017-12-13 17:07:12 +01:00
BerndBreier 4d94684bf0 TSK-22_start_working_on_a_task 2017-12-13 17:07:12 +01:00
Holger Hagen 8b9c5c7de0 TSK-108: readme and pom descriptions updated. 2017-12-13 16:00:26 +01:00
Mustapha Zorgati c0b4fbfccd TSK-26: removed setup of git username and mail
since we have a travis account now
2017-12-13 12:04:23 +01:00
Mustapha Zorgati 1767a7286c TSK-26: now inrementing last number when writing back to github 2017-12-13 12:04:23 +01:00
Konstantin Kläger b33afe838c TSK-101: Run TaskServiceImplIntExplicitTest with JAASRunner 2017-12-12 13:26:27 +01:00
Mustapha Zorgati afcca3b24b Updated poms to version 0.0.2-SNAPSHOT 2017-12-12 11:55:39 +00:00
Mustapha Zorgati 1d55b9456b TSK-26: reordered skip promts so that builds from other repos don't fail 2017-12-12 12:45:56 +01:00
Mustapha Zorgati 4a63e6c474 encripted keys again 2017-12-12 11:54:06 +01:00
Mustapha Zorgati 681d2b7272 fixed PR query 2017-12-12 11:37:34 +01:00
Mustapha Zorgati 4371f5d3b1 new encripted key file 2017-12-12 11:21:43 +01:00
Mustapha Zorgati 4700278dea fixed javadoc 2017-12-12 11:21:43 +01:00
Mustapha Zorgati 8142d90d38 fixed debugging 2017-12-12 11:21:43 +01:00
Mustapha Zorgati 30bf118a05 cleanup 2017-12-12 11:21:43 +01:00
Mustapha Zorgati 6d4dbb93f7 stop when multiple branches are detected 2017-12-12 11:21:43 +01:00
Mustapha Zorgati 0a22c5e4f6 extended debug 2017-12-12 11:21:43 +01:00
Mustapha Zorgati dc6ac19c42 cleanup & bugfixes
continuous delivery now working

removed meta informations from parent


now building frontend aswell


typo in config


merged sign and build-extras to snapshot


format xml


deployment script WIP


added release plugin


fixed deploy script


enhanced deploy script


added plugins for javadoc & source attachement


now deploying snapshots of core and cdi


fixed travis config file


removed subshells


generalized deploy scripts


enabled release via git tag


fixed pattern matching


fixed release deployment


now decripting key while deploying tag


made deploy script prettier


shortened build time


debug messages


Revert "shortened build time"

This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.

Revert "debug messages"

This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.

cleanup of deploy script


added debug feature of deploy script [ci skip]


added repo check


fixed travis config file


removed subshells


Revert "shortened build time"

This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.

generalized deploy scripts


enabled release via git tag


Revert "debug messages"

This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.

testing if build fails


testing commit pushing


Revert "testing if build fails"

This reverts commit e1a742689f20d220fdf836ea957e0df6e03ce214.

deployment only on tags


fixed travis file


now deploying to sonatype from mustaphazorgati/taskana


do not do tests [ci skip] 


overwrite files


added head detection for branch


now pushing new snapshot version back to git


Updated poms to version 0.0.5-SNAPSHOT

refactoring


Revert "Updated poms to version 0.0.5-SNAPSHOT"

This reverts commit 9f1db8824e4bca4ae076df3ea39ad2439e8ed5d5.

do not build on PR-builds

this should be disabled in general ... 
removed dryrun


fixed build order and javadoc errors


build only on master branch


improvements


fixed deploy script
2017-12-12 11:21:43 +01:00
Mustapha Zorgati afa6314cd7 continuous delivery now working
removed meta informations from parent


now building frontend aswell


typo in config


merged sign and build-extras to snapshot


format xml


deployment script WIP


added release plugin


fixed deploy script


enhanced deploy script


added plugins for javadoc & source attachement


now deploying snapshots of core and cdi


fixed travis config file


removed subshells


generalized deploy scripts


enabled release via git tag


fixed pattern matching


fixed release deployment


now decripting key while deploying tag


made deploy script prettier


shortened build time


debug messages


Revert "shortened build time"

This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.

Revert "debug messages"

This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.

cleanup of deploy script


added debug feature of deploy script [ci skip]


added repo check


fixed travis config file


removed subshells


Revert "shortened build time"

This reverts commit d4efc9e6bfb6e4913291ba8a3e940e59c73bc6b1.

generalized deploy scripts


enabled release via git tag


Revert "debug messages"

This reverts commit d9f23d1e002f8ea0b31612d4ec3873c92b3ab5a3.

testing if build fails


testing commit pushing


Revert "testing if build fails"

This reverts commit e1a742689f20d220fdf836ea957e0df6e03ce214.

deployment only on tags


fixed travis file


now deploying to sonatype from mustaphazorgati/taskana


do not do tests [ci skip] 


overwrite files


added head detection for branch


now pushing new snapshot version back to git


Updated poms to version 0.0.5-SNAPSHOT

refactoring


Revert "Updated poms to version 0.0.5-SNAPSHOT"

This reverts commit 9f1db8824e4bca4ae076df3ea39ad2439e8ed5d5.
2017-12-12 11:21:43 +01:00
Marcel Lengl 3e78f2e789 TSK-63:
Refactored SummayService/Controller/Test into Task - TaskSummary.
REST-Path for TaskSummary updated.
2017-12-11 12:36:33 +01:00
Holger Hagen d6651a9ed5 Merge pull request #55 from MLengl/TSK-61
TSK-61: Update after review
2017-12-11 09:28:28 +01:00
Marcel Lengl a39814bf4b TSK-61: Adding code-review issues and resolved failures on TaskIntegrationTests. 2017-12-11 09:12:34 +01:00
BerndBreier 1d24a4075d TSK-54 Initial drop 2017-12-11 07:05:19 +01:00
Marcel Lengl 663c79c6d2 Merge branch 'master' of https://github.com/Taskana/taskana into TSK-61 2017-12-08 15:12:38 +01:00