Commit Graph

888 Commits

Author SHA1 Message Date
Mustapha Zorgati 44e11c37b8 Updated poms to version 4.7.4-SNAPSHOT 2021-08-19 20:26:03 +00:00
Mustapha Zorgati 3812e9e883
TSK-1709: optimized other mockStatic calls to match recommendation
which is to use mockStatic together with a try-with-resources statement
2021-08-19 21:47:18 +02:00
Mustapha Zorgati 4793aab361 Updated poms to version 4.7.3-SNAPSHOT 2021-08-19 09:53:55 +00:00
Mustapha Zorgati 92c374e9e4 TSK-1707: Performance optimization for TaskService#getTask and TaskQuery#list
The execution time has been reduced from O(n²) to O(n)
2021-08-19 01:35:18 +02:00
Mustapha Zorgati d7bc392c97 Updated poms to version 4.7.2-SNAPSHOT 2021-08-05 20:26:27 +00:00
Mustapha Zorgati 4812ee1801 TSK-1691: made TASKANA v4.7.X compatible with schema v4.8.0 2021-08-05 21:32:59 +02:00
Mustapha Zorgati 334d21ba7d Updated poms to version 4.7.1-SNAPSHOT 2021-06-11 06:17:32 +00:00
Mustapha Zorgati dd5bccc62c TSK-1654: fixed current code smells 2021-06-10 10:49:53 +02:00
Mustapha Zorgati b66e4d9f86 TSK-1642: now setting details attribute for TaskTransferHistoryEvent 2021-06-09 12:37:56 +02:00
tge20 7636ec0b2a
TSK-1501: TaskTransferrer cleaned and restructured (#1599) 2021-06-01 09:51:38 +02:00
SebastianRoseneck bfcabea610
TSK-1596: Automatic TraceLogging (#1577) 2021-05-20 09:41:58 +02:00
SebastianRoseneck b8892020d9
TSK-795: Changed Exception when creating a Task with a non-empty taskId (#1575) 2021-05-19 10:29:13 +02:00
Mustapha Zorgati ae919e2825 TSK-1640: Configure taskana-spi-routing-dmn-router module properly 2021-05-18 15:00:06 +02:00
Mustapha Zorgati eba33b1846 Updated poms to version 4.6.1-SNAPSHOT 2021-05-11 16:07:55 +00:00
Joerg Heffner 7b90a84574 TSK-1634: Review Findings 2021-05-11 17:25:03 +02:00
SebastianRoseneck 37cfcae92b
TSK-1628: cleanup of code smells & refactoring (#1571)
* TSK-1628: Fixed Code-Smells

* TSK-1628: FileLoaderUtil Refactoring

* TSK-1628: Increased readabilty of some tests

* TSK-1628: Fixed pom and tidying up
2021-04-29 14:04:47 +02:00
Joerg Heffner 3ddcd2ae97 TSK-1628: New DmnTaskRouter module 2021-04-23 17:28:11 +02:00
Mustapha Zorgati c96117afb6 TSK-1618: fixed count of tasks for query with object references filter 2021-04-14 13:47:41 +02:00
Mustapha Zorgati 8a7b4f500d TSK-1618: fixed count of tasks for query with wildcard filter 2021-04-14 13:47:41 +02:00
SebastianRoseneck 2c5f97927b TSK-1617: Fixed unit tests when creating db2 with prepare_db.bat script 2021-04-14 12:57:19 +02:00
Mustapha Zorgati 19e277315f Updated poms to version 4.5.2-SNAPSHOT 2021-04-08 11:50:07 +00:00
Mustapha Zorgati 3fb55790ec TSK-1614: sql now working without db2 compatibility vector 2021-04-08 13:17:12 +02:00
Mustapha Zorgati 1fe5aa7e72 TSK-1611: updated checkstyle to 8.41.1 2021-03-30 16:32:05 +02:00
tge20 762a5d5ea5
TSK-1223: revert of tempdir to fix build on windows machines (#1538) 2021-03-22 18:48:41 +01:00
Mustapha Zorgati 876cf15802 Updated poms to version 4.5.1-SNAPSHOT 2021-03-11 12:16:57 +00:00
Joerg Heffner fe0082e00b TSK-1582: Additional statistical data from monitoring component 2021-03-10 15:47:30 +01:00
tge20 0119999380
TSK-1538: Added transfer method with control setTransferFlag (#1513)
* TSK-1538: Added transfer method with control setTransferFlag

* TSK-1538: Improvements after review

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2021-03-09 18:58:51 +01:00
tge20 ec822c1168
TSK-1555: Initialize due of Cleanup Job based on firstRun (#1488)
* TSK-1555: Initialize due of Cleanup Job based on firstRun

* TSK-1555: Improvements after review
2021-03-02 10:34:30 +01:00
tge20 d57aeb3219
TSK-1524: Set the default service level to "P0D" (#1496)
* TSK-1524: Set the default service level to "P0D"

* TSK-1524: Improvements after review
2021-03-01 10:03:04 +01:00
gitgoodjhe 0b55208aca TSK-1565: Apply suggestions from code review
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2021-03-01 09:10:13 +01:00
Joerg Heffner 3703fd5f61 TSK-1565: Review Findings 2021-03-01 09:10:13 +01:00
Joerg Heffner 330d6f9e19 TSK-1565: Make Wildcard Queries Case insensitive 2021-03-01 09:10:13 +01:00
tge20 b02dea9291
TSK-1486: Deleted unnecessary UnitTests of taskana-core (#1383)
* TSK-1486: Deleted unnecessary UnitTests of taskana-core

* TSK-1486: Improvements after review

* TSK-1486: fixed checkstyle issues

* TSK-1486: restored tests which were deleted by previous commits

* TSK-1486: moved helper package into acceptance package

* TSK-1486: fixed some code smells

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2021-02-26 18:01:25 +01:00
Patrick Treyer e30f04ba1e
TSK-1576: Implemented tests to retrieve tasks for different user roles (#1505)
* TSK-1576: Implemented tests to retrieve tasks for different user roles

* TSK-1576: Apply suggestions from code review

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>

Co-authored-by: Patrick Treyer <ptreyer@users.noreply.github.com>
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2021-02-26 09:55:16 +01:00
Mustapha Zorgati a0abefd4ab TSK-1577: passing properly initialized TaskanaEngine during SPI initialization 2021-02-23 11:27:12 +01:00
Mustapha Zorgati c8a7660208 TSK-1571: fixed test which breaks after 22:00 local time 2021-02-18 16:38:51 +01:00
Mustapha Zorgati 2a643bc298 TSK-1572: automatically formatted code 2021-02-18 16:38:36 +01:00
Mustapha Zorgati 66ef87aeef TSK-1572: replaced CURRENT_TIMESTAMP db function with Instant 2021-02-18 16:38:36 +01:00
tge20 1a65a55948
TSK-1552: Updated archunit version to 0.16.0 (#1483) 2021-02-11 15:45:33 +01:00
Mustapha Zorgati 886c76e167 Updated poms to version 4.4.1-SNAPSHOT 2021-02-04 00:44:36 +00:00
tge20 ff0b77f6ad
TSK-1507: Cleaned up some CodeSmells (#1400)
* TSK-1507: Cleaned up some CodeSmells

* TSK-1507: Improvements after review
2021-02-03 12:33:16 +01:00
Tim Gerversmann 9906c0c7f9 TSK-1504: Next scheduled Job now based on due date of job before 2021-02-03 11:56:03 +01:00
tge20 aa6d304b49
TSK-1499: Fixed bug of also cleaning completed tasks with parentProcessId null/empty (#1394)
* TSK-1499: Fixed bug of also cleaning completed tasks with parentProcessId null/empty

* TSK-1499: Now also fixed for the HistoryCleanupJob

* TSK-1499: Improvements after review
2021-02-03 09:34:22 +01:00
tge20 c6e82c1368
TSK-1506: Fixed bug for Cleanup Jobs with more than 32767 tasks (#1457)
* TSK-1506: Fixed bug for Cleanup Jobs with more than 32767 tasks

* TSK-1506: Improvements after review
2021-02-02 08:16:07 +01:00
Mustapha Zorgati 4d279c4871 TSK-1529: fixed database cleanup for failing test classes 2021-02-01 13:55:20 +01:00
tge20 a4b6dc464f
TSK-1421: Specific error message if classification already existing (#1462) 2021-01-27 20:32:14 +01:00
tge20 abfa07ce6a
TSK-1115: Validate that Service Level is not negative (#1454) 2021-01-25 16:49:17 +01:00
tge20 0994f14b3b
TSK-1498: Created specific error message if workbasket already exists (#1399) 2021-01-20 09:06:03 +01:00
Mustapha Zorgati 850ad5f724 Merge remote-tracking branch 'refs/remotes/origin/master'
Conflicts:
	history/taskana-simplehistory-rest-spring/src/main/java/pro/taskana/simplehistory/rest/TaskHistoryEventController.java
	rest/taskana-rest-spring-example-wildfly/src/test/java/pro/taskana/AbstractAccTest.java
2021-01-07 14:53:59 +01:00
tge20 ab672b27d4
TSK-1362: Fixed the test data to not include invalid owners for Workbaskets (#1379)
* TSK-1362: Fixed the test data to not include invalid owners

* TSK-1362: Improvements after review
2021-01-05 15:27:27 +01:00