Mustapha Zorgati
e895cc16dc
Updated poms to version 4.11.1-SNAPSHOT
2021-11-05 16:41:41 +00:00
Holger Hagen
6719cfd231
TSK-1757: added configuration name to prevent multiple entries.
2021-11-05 10:11:43 +01:00
holgerhagen
ac952ee3ec
TSK-1764: PR review and fixes.
2021-11-04 10:41:33 +01:00
holgerhagen
2bdfe4dbc3
TSK-1764: added filter parameter to WorkbasketPriorityReport API.
2021-11-04 10:41:33 +01:00
Holger Hagen
e3edb45d67
TSK-1755: prevent null values in custom field of task, workbasket and classification.
2021-10-26 10:32:40 +02:00
Mustapha Zorgati
46cc217156
Updated poms to version 4.10.1-SNAPSHOT
2021-10-11 10:07:29 +00:00
Joerg Heffner
e264a20389
TSK-1726: Implemented option to include long name on Task / TaskComment / TaskHistoryEvent
2021-10-08 08:38:21 +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
Sofie Hofmann
a33cf9f14c
TSK-1712: Introduce Tasks-by-priority charts in Monitor component
2021-09-15 12:56:24 +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
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
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
eaed4e9613
TSK-1649: fixed sample data generation for DB2
2021-08-02 16:42:09 +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
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
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
Mustapha Zorgati
19e277315f
Updated poms to version 4.5.2-SNAPSHOT
2021-04-08 11:50:07 +00: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
Sofie Hofmann
bbbb657c7a
TSK-1579: Additional classification example data
2021-03-09 12:27:25 +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
Mustapha Zorgati
886c76e167
Updated poms to version 4.4.1-SNAPSHOT
2021-02-04 00:44:36 +00: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
tge20
0dc26f5fe1
TSK-1472: Replaced the DB check with productName by productId ( #1353 )
...
* TSK-1472: Moved initialization of the schema from the taskanaEngineConfiguration to taskanaEngineImpl.
* TSK-1472: Changed the check of current DB type from productName to productId to enable places where we don't want to open a connection to the DB not to do so.
* TSK-1472: Improvements after review
2021-01-05 14:53:34 +01:00
Mustapha
fca56cfc10
Updated poms to version 4.3.1-SNAPSHOT
2020-12-16 11:46:34 +00:00
Mustapha Zorgati
814fa4edae
Merge branch 'master' into taskana-md
2020-12-14 14:24:24 +01:00
Mustapha Zorgati
f8b1932e0b
TSK-1482: reformated all pom files
2020-12-04 21:11:38 +01:00
Franzi321
b4d0e0c947
TSK-1445: Update Acess Items Management component with material design ( #1324 )
...
* TSK-1445: remove bootstrap
* TSK-1445: update access items management component
* TSK-1445: update access items
* TSK-1445: fix bug
* TSK-1445: update
* TSK-1445: update
* TSK-1445: remove inline styles
* TSK-1445: adapt requested changes
* TSK-1445: update
2020-11-16 21:26:45 +01:00
Mustapha
cd47ce2256
Updated poms to version 4.2.1-SNAPSHOT
2020-10-20 10:55:57 +00:00
SAllhusen
640ffb3a7e
SqlReplacer now using DB#isDb2
2020-10-19 07:53:54 +02:00
Joerg Heffner
f113410ef4
TSK-1404: Delete old Cleanup jobs when initializing
2020-10-16 09:57:39 +02:00
Mustapha Zorgati
b23c6873db
TSK-1335: removed last occurences of "HEI" prefix for history events
2020-10-13 19:58:28 +02:00
Mustapha Zorgati
3a6f3dea87
TSK-1407: taskana-simplehistory-rest-spring now using provided test util classes from taskana-common-test
2020-10-13 17:07:09 +02:00
Mustapha Zorgati
7df5587676
TSK-1277: created taskana-common-parent and its children modules
2020-10-09 10:25:54 +02:00