Commit Graph

1225 Commits

Author SHA1 Message Date
Mustapha Zorgati 0ffa2f0c87 Closes #2347: Configuration to enable working day calculation instead of working time calculation
* added configuration property for detailed working time calculation
* added WorkingDayCalculatorImpl to replicate pre 6.0.0 behaviour
* bugfix ServiceLevelHandler comparing classificationKeys

---------

Co-authored-by: arolfes <arolfes@users.noreply.github.com>
2023-08-01 18:06:49 +02:00
arolfes 3336cbba4e Updated poms to version 6.3.1-SNAPSHOT 2023-08-01 17:24:15 +02:00
jamesrdi 7da12e12b2 Closes #2295 - implement EDITTASKS Permission 2023-07-25 15:27:00 +02:00
jamesrdi e4348df319 Closes #2269 - Implement READTASKS Permission 2023-07-25 15:27:00 +02:00
jamesrdi e905dfffbc Closes #2283 - Extend models and data for READTASKS AND EDITTASKS 2023-07-25 15:27:00 +02:00
Elena Mokeeva 383909bf61 Closes #2322 - set ownerLongName to null during cancelClaim 2023-07-24 11:11:15 +02:00
Elena Mokeeva 1a965a0619 Closes #2299 - remove lock from the query when unnecessary 2023-06-22 09:52:18 +02:00
Elena Mokeeva e0ae4b9907 Closes #2296 - add ownerLongName during update 2023-06-20 14:32:25 +02:00
jamesrdi 3ee90248b5 Closes #2262 - Fixed Flaky Test in CreateTaskAccTest 2023-06-15 11:39:33 +02:00
jamesrdi 0091fa7027 Closes #2262 - Refactor GetWorkbasketAccTest to use test-api 2023-06-15 11:39:33 +02:00
Mustapha Zorgati 0868b0edbb Updated poms to version 6.2.1-SNAPSHOT 2023-06-14 15:15:44 +00:00
Elena Mokeeva c43ddbeb88 Closes #2246 - add grouping by sors and pors 2023-06-09 19:16:10 +02:00
jamesrdi e6a6b8e847 Closes #2259 - Refactor UpdateTaskAccTest to use test-api 2023-06-09 10:26:15 +02:00
jamesrdi 6dbe9ff25b Flaky Test in CreateTaskAccTest fixed 2023-06-01 14:56:30 +02:00
jamesrdi a7e569466a Closes #2256 - Refactor SetOwnerAccTest to use test-api 2023-06-01 14:56:30 +02:00
Daniel Schreider 10f1d008da Closes #2171 - Refactor toLowerCopy 2023-05-30 15:52:11 +02:00
jamesrdi d0de425cb9 Closes #2250 - Refactor TerminateTaskAccTest to use test-api 2023-05-23 15:15:46 +02:00
jamesrdi 1158ea01fa Closes #2249 - Refactor CancelTaskAccTest to use test-api 2023-05-16 15:28:55 +02:00
jamesrdi d65940d94a Closes #2235 - Refactor GetTaskAccTest to use test-api 2023-05-16 11:12:42 +02:00
jamesrdi 81b28274e7 Closes #2232 - Refactor DeleteTaskAccTest to use test-api 2023-05-11 16:01:12 +02:00
arolfes 0caff9d327 Closes #2229 load correct constructor to init TaskanaJob
instead of using always the first constructor, load the constructor with correct parameters
2023-05-08 14:29:59 +02:00
arolfes 58a751a538 Closes #2222 refactor TaskCleanupJobAccTest to use new TestApi
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-05-05 10:48:12 +02:00
jamesrdi ee914db0ca Closes #2205 - Refactor CreateTaskAccTest to use test-api 2023-04-25 14:09:11 +02:00
arolfes 127c976b41 Closes #2227 : ClassificationCategories are ordered as defined in properties 2023-04-20 11:44:47 +02:00
Mustapha Zorgati f1d23fc152 Updated poms to version 6.1.1-SNAPSHOT 2023-04-14 11:37:19 +00:00
arolfes d73beb3a3c Closes #2211 classificationTypes are List instead of Set, because of sorting 2023-04-14 07:06:10 +02:00
arolfes 54382bc8f5 Closes #2211 domains are List instead of Set, because of sorting 2023-04-14 07:06:10 +02:00
arolfes ea5c004c04 Closes #2211 add master domain always to configured domains 2023-04-14 07:06:10 +02:00
Elena Mokeeva f6937e1d25 Closes #2184 - fix setting ownerLongName during claim 2023-04-06 14:53:56 +02:00
jamesrdi d7130ee50f Closes #2202 - ClaimTaskAccTest refactored to use test-api 2023-04-05 09:05:27 +02:00
Elena Mokeeva b2da5910d7 TSK-2185: upgrade postgres to version 14.7 2023-03-28 07:41:17 +02:00
Luis Rivas 0197e42e9c reformatting updates for issue #2162 2023-03-28 07:38:57 +02:00
Luis Rivas e3489ba3ec Update lib/taskana-core/src/main/java/pro/taskana/task/internal/TaskServiceImpl.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas d13b3542f0 Update lib/taskana-core/src/main/java/pro/taskana/task/api/TaskService.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas 180dcef03f Update lib/taskana-core/src/main/java/pro/taskana/task/api/TaskService.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas a5f323a38f Updating JavaDoc 2023-03-28 07:38:57 +02:00
Luis Rivas 5ffccd216e removing NotAuthorizedOnWorkbasketException from interface method 2023-03-28 07:38:57 +02:00
Luis Rivas 0ec00c37bd Update lib/taskana-core/src/main/java/pro/taskana/task/internal/TaskServiceImpl.java
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-28 07:38:57 +02:00
Luis Rivas ae51e9c0e7 Returning TaskService.java to original form 2023-03-28 07:38:57 +02:00
Luis Rivas 06b7404ecd Surround NotAuthorizedException with try catch #2162 2023-03-28 07:38:57 +02:00
Luis Rivas 62c2defeff Returning TaskService.java to original form 2023-03-28 07:38:57 +02:00
Luis Rivas 7fdbaccae0 Surround NotAuthorizedException with try catch in the force-methods of TaskService #2162 2023-03-28 07:38:57 +02:00
Mustapha Zorgati 9d04449779 Updated poms to version 6.0.3-SNAPSHOT 2023-03-24 09:04:27 +00:00
Mustapha Zorgati c25e94d03b Updated poms to version 6.0.2-SNAPSHOT 2023-03-22 09:15:38 +00:00
Mustapha Zorgati f6380c2d3c #2181: init PriorityServiceProviders during TaskanaEngine init 2023-03-22 09:48:40 +01:00
Mustapha Zorgati 54bf3d8d69 Updated poms to version 6.0.1-SNAPSHOT 2023-03-21 13:06:32 +00:00
Mustapha Zorgati 3f60a98ef2 TSK-1991: fixed renaming of user properties 2023-03-21 12:08:57 +01:00
Mustapha Zorgati d3b59dfd6a TSK-2016: replaced MapCreator methods with Map#of calls 2023-03-16 16:52:24 +01:00
Mustapha Zorgati 2592a7f562 TSK-1991: verify immutability for TaskanaConf Map<?, Collection<?>>
and restructured TaskanaConfigurationTest for better readability / maintainability
2023-03-16 16:29:09 +01:00
Mustapha Zorgati 42e6c9bb47 fixed documentation smoke tests 2023-03-15 11:22:47 +01:00