Joerg Heffner
676caaae84
TSK-1726: Review Findings
2021-10-08 08:38:21 +02:00
Joerg Heffner
e264a20389
TSK-1726: Implemented option to include long name on Task / TaskComment / TaskHistoryEvent
2021-10-08 08:38:21 +02:00
Martin Sawilla
b511973c14
TSK-1690: Removed toString() methods from Exceptions to prevent unspecific error messages
2021-10-05 14:27:39 +02:00
Lia Lissmann
1bab31e43c
TSK-1727: + TSK-1624: Add notLike and notIn filter parameter to TaskQuery
2021-10-05 13:28:26 +02:00
Mustapha Zorgati
05fce27222
TSK-1737: created ConfigurationService which manages custom attributes
2021-09-29 12:35:06 +02:00
Mustapha Zorgati
4ae94ff108
TSK-1741: WorkbasketPriorityReport now accepts column headers as request params
2021-09-29 10:24:01 +02:00
Mustapha Zorgati
9da7304bca
TSK-1735: replaced taskanaUnitTest.properties with testcontainers
2021-09-21 16:57:31 +02:00
Mustapha Zorgati
fb4234b6f1
TSK-1704: test API now restricting service providers to specific test
2021-09-21 16:35:58 +02:00
Mustapha Zorgati
d61fc1f56d
TSK-1730: Moved all Builder classes to package builder
2021-09-20 16:17:25 +02:00
Mustapha Zorgati
761c6edade
TSK-1730: Allow modification of TaskanaEngineConfiguration for tests
2021-09-20 16:17:25 +02:00
Mustapha Zorgati
60cdb4b08f
Updated poms to version 4.9.2-SNAPSHOT
2021-09-16 15:48:44 +00:00
Benjamin Eckstein
e579720716
TSK-1731: Fix TaskQuery to order correctly by attachment received
2021-09-16 14:20:50 +02:00
Mustapha Zorgati
c742407288
TSK-1685: added testcontainers extension
2021-09-16 09:21:29 +02:00
Mustapha Zorgati
af47d1ad14
TSK-1633: small refactoring
...
Co-authored-by: SebastianRoseneck <55637012+SebastianRoseneck@users.noreply.github.com>
2021-09-16 09:21:29 +02:00
Mustapha Zorgati
75824049ad
TSK-1633: new dependency injection extension replaces AbstractAccTest
...
Co-authored-by: SebastianRoseneck <55637012+SebastianRoseneck@users.noreply.github.com>
2021-09-16 09:21:29 +02:00
Mustapha Zorgati
e9a1f02c2e
TSK-1633: created all new test API for improved test data generation
...
Co-authored-by: SebastianRoseneck <55637012+SebastianRoseneck@users.noreply.github.com>
2021-09-16 09:21:29 +02:00
Tristan2357
aa725edb83
TSK-1728: Refactored SqlProviderUtil ( #1705 )
2021-09-14 11:47:34 +02:00
tge20
1e3f90509d
TSK-1706: Implementation of the new UserService ( #1692 )
2021-09-07 07:50:04 +02:00
Mustapha Zorgati
0fcc08ddd2
Updated poms to version 4.9.1-SNAPSHOT
2021-08-31 14:57:33 +00:00
Joerg Heffner
8eb8f1f44d
TSK-1724: Code Review Changes
2021-08-31 13:41:23 +02:00
Joerg Heffner
5d08893a6b
TSK-1724: Change JobType from Enum to String
2021-08-31 13:41:23 +02:00
Martin Sawilla
38fbc66f7f
TSK-1716: Replaced immutable Collections with mutable ones in all our entities.
2021-08-31 13:00:08 +02:00
Martin Sawilla
e564778a91
TSK-1715: Implemented OwnerNotIn-Filter for TaskQuery.
2021-08-31 13:00:00 +02:00
Tristan2357
fe292ea5b5
TSK-1687: Provide REST API for WorkbasketReports, structured by priority instead of days ( #1685 )
...
* TSK-1687: Added WorkbasketPriorityReport
Java and REST API
* TSK-1687: Added Tests
* TSK-1687: Adapted Tests, because of extended monitor test data
* TSK-1687: PR amends (remember to squash and rebase)
2021-08-31 12:52:14 +02:00
Mustapha Zorgati
54428045dd
TSK-1718: Performance optimization for TaskService#getTask and TaskQuery#list
...
The execution time has been reduced from O(n²) to O(n)
2021-08-30 14:18:38 +02:00
Mustapha Zorgati
591963cebc
TSK-1719: optimized other mockStatic calls to match recommendation
...
which is to use mockStatic together with a try-with-resources statement
2021-08-30 14:04:09 +02:00
Lia Lissmann
14baeb8bc1
TSK-1703: Create configuration property that allows to create & update due and planned timestamps with service level mismatch
2021-08-26 10:32:46 +02:00
Lia Lissmann
2b7e7902a3
TSK-1710: Fixed a few code smells
2021-08-25 10:13:50 +02:00
Benjamin Eckstein
e9540d04e4
TSK-1705: Add a job to update priority for unfinished tasks
2021-08-24 16:01:28 +02:00
Tristan Eisermann
7810267092
TSK-1650: Code Smells
2021-08-24 11:54:39 +02:00
Tristan Eisermann
8e94de6a42
TSK-1650: Reworked the WorkbasketAccessSqlProvider
2021-08-24 11:54:39 +02:00
Tristan Eisermann
72b00a8c32
TSK-1650: Added WorkbasketSqlProvider
2021-08-24 11:54:39 +02:00
Tristan Eisermann
ed11a02b80
TSK-1650: Added WorkbasketAccessSqlProvider
...
And made search for accessItems by Key and Domain case insensitive
2021-08-24 11:54:39 +02:00
Tim Gerversmann
dc9e3a25ce
TSK-1686: Introduced an SPI for the individual calculation of priorities
2021-08-20 21:21:57 +02:00
Mustapha Zorgati
698808e9d3
TSK-1693: automatic reformatting
2021-08-11 11:17:27 +02:00
Holger Hagen
a4ab94bb04
TSK-1697: Fixed ambiguous domain in listValues query when joining with classifications
2021-08-11 11:11:17 +02:00
Mustapha Zorgati
d967fb81f5
TSK-1692: now explicitly list database columns in SecurityVerifier
2021-08-05 21:33:23 +02:00
Mustapha Zorgati
bc024e3194
Updated poms to version 4.8.1-SNAPSHOT
2021-08-02 19:55:32 +00:00
Mustapha Zorgati
6dfb751bee
TSK-1659: Expanded TimeIntervalReportBuilder with custom-X filter
...
Co-authored-by: Tim Gerversmann<72377965+tge20@users.noreply.github.com>
2021-08-02 21:23:10 +02:00
Mustapha Zorgati
55d21a9e8b
TSK-1649: implemented database lock for resolution of jobs to run
2021-08-02 16:42:09 +02:00
Tristan
7e6c045ded
TSK-1240: PR amends
2021-08-02 16:41:37 +02:00
Mustapha Zorgati
6f344c9363
TSK-1647: automatic refactoring
2021-08-02 11:46:33 +02:00
Mustapha Zorgati
6da07b069a
TSK-1647: minor improvements and fixes
2021-08-02 11:46:33 +02:00
Holger Hagen
281f909f7b
TSK-1680: Extended database schema for future use cases.
2021-07-30 15:48:04 +02:00
Tristan2357
99eba636a1
TSK-1674: Added received timestamp to task ( #1638 )
...
* TSK-1674: Added RECEIVED timestamp to task entity
Erweiterung Datenmodell um das Feld “RECEIVED” von Typ TIMESTAMP an der Task
Update-Skript
Task-Modell erweitern
TaskQuery erweitern
TaskQueryMapper anpassen
REST API erweitern
Doku erweitern
Es fehlt noch:
Acceptance Test und Integrationstest erstellen
Task-Ansicht im Workplace um received Timestamp erweitern
TSK-1658: PR amends addons
* TSK-1674: Added sample and test data
added received to RepresentationModels
* TSK-1674: adapted TaskMapper
* TSK-1674: Frontend: added received field in Task Status Details
* TSK-1674: Added received to TaskQueryFilter
* TSK-1674: Added Tests for received
* TSK-1674: Test fixes on postgres
* TSK-1674: Test fixes on db2
* TSK-1674: Code was smelly
* TSK-1674: PR amends
* TSK-1674: createAttachement now receives an instant instead of a string
2021-07-29 14:58:57 +02:00
Mustapha Zorgati
358e699f9f
TSK-1664: fixed some code smells and redesigned RestHelper
2021-07-16 11:08:05 +02:00
Tristan
1eb3ccec78
TSK-1658: PR amends
2021-07-15 14:03:00 +02:00
Tristan Eisermann
375a92291d
TSK-1658: Created TaskQueryMapperSqlProvider
...
TSK-1658: Added CustomXNotIn fields
TSK-1658: Tests fixed
TSK-1658: Added Test
TSK-1658: introduced methods for common OnjectReference where parts
TSK-1658: small stuff
2021-07-15 14:03:00 +02:00
Mustapha Zorgati
8edb488bd3
TSK-1647: Implemented global frontend error handling using backend error keys
...
Co-authored-by: Tristan Eisermann<19949441+Tristan2357@users.noreply.github.com>
Co-authored-by: Tim Gerversmann<72377965+tge20@users.noreply.github.com>
Co-authored-by: Sofie Hofmann<29145005+sofie29@users.noreply.github.com>
2021-07-14 10:49:34 +02:00
Mustapha Zorgati
34d2bbfa92
TSK-1647: Implemented an error key for every exception
...
Co-authored-by: Tristan Eisermann<19949441+Tristan2357@users.noreply.github.com>
Co-authored-by: Tim Gerversmann<72377965+tge20@users.noreply.github.com>
Co-authored-by: Sofie Hofmann<29145005+sofie29@users.noreply.github.com>
javaDoc Exceptions
blub
TSK-1647: now validating existing & not authorized tasks :)
2021-07-14 10:49:34 +02:00