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
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
Sofie Hofmann
a33cf9f14c
TSK-1712: Introduce Tasks-by-priority charts in Monitor component
2021-09-15 12:56:24 +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
Mustapha Zorgati
4bf0479a81
TSK-1721: reduced WithAccessId and WithAccessIds
2021-08-31 14:06:11 +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
b0569dee8b
TSK-1719: optimized LoggingAspect
2021-08-30 14:04:09 +02:00
Lia Lissmann
3f124f47db
TSK-1710: Fixed a few code smells
2021-08-25 10:13:50 +02:00
Lia Lissmann
2b7e7902a3
TSK-1710: Fixed a few code smells
2021-08-25 10:13:50 +02:00
Mustapha Zorgati
c628426d0a
TSK-1717: The JointPoint for our LoggingAspect now only looks for classes within pro.taskana package
2021-08-25 10:01:43 +02:00
Tristan Eisermann
7810267092
TSK-1650: Code Smells
2021-08-24 11:54:39 +02:00
Stefan Schultz
091f555bcf
TSK-1698: Remove unnecessary reorg statements from sqls
...
See https://www.ibm.com/docs/en/db2/11.1?topic=statements-alter-table for more information on REORG-recommended operation
2021-08-12 09:39:07 +02:00
Mustapha Zorgati
698808e9d3
TSK-1693: automatic reformatting
2021-08-11 11:17:27 +02:00
SebastianRoseneck
5f06af2608
TSK-1688: Changed AspectJ plugin to mojo ( #1659 )
2021-08-06 19:46:46 +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
Mustapha Zorgati
eaed4e9613
TSK-1649: fixed sample data generation for DB2
2021-08-02 16:42:09 +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
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
Holger Hagen
95fd731d25
TSK-1308: Retrieve users by DN without using userSearchBase.
2021-07-06 12:45:55 +02:00
Tim Gerversmann
1c83b7871f
TSK-1646: Bugfix for creation / update of Task with invalid Attachment
2021-06-22 16:14:09 +02:00
Mustapha Zorgati
334d21ba7d
Updated poms to version 4.7.1-SNAPSHOT
2021-06-11 06:17:32 +00:00
Mustapha Zorgati
5e45c1a1de
TSK-1642: now resolving complex objects during change detection properly
2021-06-10 16:03:27 +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
Sofie Hofmann
2f1c0972d6
TSK-1643: Make sample data in workbasket sql more diverse
2021-05-19 13:22:51 +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
19e277315f
Updated poms to version 4.5.2-SNAPSHOT
2021-04-08 11:50:07 +00:00
Mustapha Zorgati
1fe5aa7e72
TSK-1611: updated checkstyle to 8.41.1
2021-03-30 16:32:05 +02:00
Mustapha Zorgati
b42781c00e
TSK-1609: fixed password for user-2-2
2021-03-23 10:30:08 +01:00
Mustapha Zorgati
47821aae2e
TSK-1594: inlined RestHelper#defaultRequest
2021-03-16 20:19:43 +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
6804ce272f
TSK-1581: Added some new tasks to main Workbaskets in sample data ( #1512 )
2021-03-09 19:05:49 +01:00