Commit Graph

814 Commits

Author SHA1 Message Date
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 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 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
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 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
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 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 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
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
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