Norman Schmidt
5a14c00fa1
TSK-1957: add taskana property 'minimalPermissionsToAssignDomains'
2022-10-11 17:43:31 +02:00
Mustapha Zorgati
ac139ecacc
Updated poms to version 5.7.1-SNAPSHOT
2022-09-27 05:36:47 +00:00
Mustapha Zorgati
c145e66e30
Updated poms to version 5.6.1-SNAPSHOT
2022-09-06 16:01:03 +00:00
Mustapha Zorgati
acb53a5a61
Updated poms to version 5.5.1-SNAPSHOT
2022-08-20 16:36:41 +00:00
Mustapha Zorgati
3c2688daef
Updated poms to version 5.4.1-SNAPSHOT
2022-08-11 15:54:34 +00:00
ryzheboka
77e77786cb
TSK-1938: clean up TaskHistoryEvent tests
2022-08-11 12:17:08 +02:00
ryzheboka
ba5e582beb
TSK-1911: Fix details of TaskHistoryEvents
2022-08-09 14:41:56 +02:00
ryzheboka
d83678ac54
TSK-1916: test history when requesting changes
2022-08-09 13:19:02 +02:00
ryzheboka
cc32b10d82
TSK-1916: Add requestChanges functionality
2022-08-09 13:19:02 +02:00
ryzheboka
0b4445b97b
TSK-1923: clean parameter names in Query entities
2022-08-09 13:17:48 +02:00
Mustapha Zorgati
d32a6189c7
Updated poms to version 5.3.1-SNAPSHOT
2022-08-02 15:25:22 +00:00
Mustapha Zorgati
d03ab1bc60
TSK-1918: replace Db2 JDBC driver with official one (from maven central)
2022-07-14 13:41:12 +02:00
Mustapha Zorgati
86ab0a14bb
TSK-1917: fixed formatting of XML files (in IntelliJ)
2022-07-14 13:24:37 +02:00
Mustapha Zorgati
9ffa3f76c0
Updated poms to version 5.2.2-SNAPSHOT
2022-07-05 15:34:08 +00:00
ryzheboka
48fa1fb031
TSK-1910: Fix QueryWorkbasketHistoryAccTest
...
Co-Authored-By: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2022-07-05 13:17:22 +02:00
Mustapha Zorgati
20787a2166
TSK-1887: taskana-simplehistory-provider is now using our docker dbs
2022-06-22 11:18:12 +02:00
Mustapha Zorgati
34ac68000b
Updated poms to version 5.2.1-SNAPSHOT
2022-06-08 21:21:45 +00:00
Yakup Ensar Evli
43ed441daf
TSK-1812: Added details in task-history for claim/cancel
...
Detect changes and pass them in the specific event in TaskServiceImpl class. For saving the old state of the specified task, I had to use copy() since getTask returns the same object reference, thus no changes can be detected.
In the specified events details are accepted as parameters.
Extended Tests for Claim and Cancel Events to check correct details.
2022-05-31 16:54:29 +03:00
Mustapha Zorgati
93d0b27bb0
TSK-1831: dropped support for JDK8
...
Co-authored-by: Yakup Ensar Evli <54323073+ensarevlideveloper@users.noreply.github.com>
Co-authored-by: ryzheboka <25465835+ryzheboka@users.noreply.github.com>
Co-authored-by: knht <43456808+knht@users.noreply.github.com>
2022-04-26 15:27:56 +02:00
Mustapha Zorgati
433bf63883
Updated poms to version 5.1.1-SNAPSHOT
2022-04-06 14:55:13 +00:00
Mustapha Zorgati
2f56e1da20
Updated poms to version 5.0.2-SNAPSHOT
2022-03-08 16:46:03 +00:00
holgerhagen
4f48fe93c6
TSK-1807: renamed setCustomAttribute to setCustomField
2022-03-08 17:10:37 +01:00
Mustapha Zorgati
cb2dd603b5
Updated poms to version 5.0.1-SNAPSHOT
2022-03-04 09:04:11 +00:00
holgerhagen
6dda569f16
TSK-1753: case insensitive queries are performed on lower case
2022-02-28 11:26:53 +01:00
ryzheboka
967e59e012
TSK-1800: add secondary object references
2022-02-25 10:23:40 +01:00
Mustapha Zorgati
32e0c7c1eb
Updated poms to version 4.13.1-SNAPSHOT
2022-01-18 15:07:50 +00:00
ryzheboka
fd5b110608
TSK-1665: rename the 'object-reference' query parameter into 'por' and add documentation for complex query parameter
2022-01-17 08:42:01 +01:00
holgerhagen
5662a6201c
TSK-1772: Upgrade to Spring Boot 2.6.1.
2021-12-20 10:01:08 +01:00
Mustapha Zorgati
c7742b3056
TSK-1775: reformatted entire backend code base
...
with new formatter
2021-11-26 13:18:27 +01:00
Mustapha Zorgati
e49a13422b
Updated poms to version 4.12.1-SNAPSHOT
2021-11-24 08:47:46 +00:00
Mustapha Zorgati
e895cc16dc
Updated poms to version 4.11.1-SNAPSHOT
2021-11-05 16:41:41 +00:00
Mustapha Zorgati
46cc217156
Updated poms to version 4.10.1-SNAPSHOT
2021-10-11 10:07:29 +00:00
Joerg Heffner
e033f35cdc
TSK-1723: Synchronization of LDAP data for users
2021-10-08 17:14:53 +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
Mustapha Zorgati
05fce27222
TSK-1737: created ConfigurationService which manages custom attributes
2021-09-29 12:35:06 +02:00
Mustapha Zorgati
60cdb4b08f
Updated poms to version 4.9.2-SNAPSHOT
2021-09-16 15:48:44 +00: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
0fcc08ddd2
Updated poms to version 4.9.1-SNAPSHOT
2021-08-31 14:57:33 +00:00
Joerg Heffner
5d08893a6b
TSK-1724: Change JobType from Enum to String
2021-08-31 13:41:23 +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
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
6f344c9363
TSK-1647: automatic refactoring
2021-08-02 11:46:33 +02:00
Mustapha Zorgati
9d290f2c3d
TSK-1647: minor rest test 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
Mustapha Zorgati
358e699f9f
TSK-1664: fixed some code smells and redesigned RestHelper
2021-07-16 11:08:05 +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
Mustapha Zorgati
16c6d18439
TSK-1668: simplehistory-provider now presisting timestamps at UTC
2021-07-07 12:57:19 +02:00
Martin Sawilla
039ec5a464
TSK-1661: Added sort-by parameters for all entities. ( #1624 )
2021-07-02 14:38:26 +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
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
SebastianRoseneck
bfcabea610
TSK-1596: Automatic TraceLogging ( #1577 )
2021-05-20 09:41:58 +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
Joerg Heffner
38363b81d6
TSK-1634: Endpoint in AccessIdController to search users and members of groups configured with TASKANA user role
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
Mustapha Zorgati
19e277315f
Updated poms to version 4.5.2-SNAPSHOT
2021-04-08 11:50:07 +00:00
Mustapha Zorgati
327747cbd8
TSK-1594: now using type inference to automatically detenct the type of any HttpEntity
2021-03-16 20:19:43 +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
Mustapha Zorgati
fdcf09f980
TSK-1519: replaced hibernate dependency with spring-starter-validation
...
reason: https://discourse.hibernate.org/t/hibernate-validator-7-and-spring-mvc-5-3-2-compatible/4927
2021-03-05 09:10:19 +01:00
Joerg Heffner
be4f6c997a
TSK-1544: Removed duplicated tests
2021-02-24 11:09:11 +01:00
Joerg Heffner
e7ac77cd39
TSK-1544: Throw error for unknown query parameter
2021-02-24 11:09:11 +01:00
Mustapha Zorgati
2a643bc298
TSK-1572: automatically formatted code
2021-02-18 16:38:36 +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
Joerg Heffner
2a6d97132b
TSK-1355: Adjust all single() methods to use mybatis selectOne
2021-01-25 15:59:47 +01:00
Mustapha Zorgati
d773869779
TSK-1497: introduced GitHub Actions
2021-01-15 15:34:28 +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
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 Zorgati
727b3ba3b5
TSK-1436: integraded wording feedback from team
2020-12-18 11:29:10 +01:00
Mustapha Zorgati
f93cf9ee57
TSK-1436: renamed XXXRestDocumentationTest to XXXRestDocTest (shorter name)
2020-12-18 11:29:10 +01:00
Mustapha Zorgati
de57596ba8
TSK-1436: reworked review comments.
2020-12-18 11:29:10 +01:00
Mustapha Zorgati
3967e2900e
TSK-1436: rest api documentation is now build with spring-auto-restdocs
...
TSK-1436: mvp with spring auto docs
TSK-1436: the rest documentation for all ClassificationController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all ClassificationDefinitionsController endpoints is now using spring auto rest docs
TSK-1436: fixed dynamic table of content
TSK-1436: renamed classification summary paged resource
TSK-1436: rest documentation for all MonitorController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for TaskanaEngingeConfigurationController is now using spring auto rest docs
TSK-1436: added admin headers as default headers for each documentation test
TSK-1436: rest documentation for all TaskCommentController endpoints is now using spring auto rest docs
TSK-1436: added dedicated QueryFilter classes to reduce complexity from controller
TSK-1436: documented dedicated QueryFilter
TSK-1436: fixed all tests and corrected generic type of ParameterizedTypeReference
TSK-1436: rest documentation for all TaskController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketAccessItemController endpoints si now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketDefinitionController endpoints is now using spring auto rest docs
TSK-1436: tidy up
TSK-1436: made all taskana entities start with an upper case letter
TSK-1436: properly deleted "links" from request examples and more tidy up
TSK-1436: tidy up usage of multiple values
TSK-1436: made asciidoc html pretty
TSK-1436: tidy-up feedback from team
TSK-1436: updated implementation of simplehistory rest to new standards
TSK-1436: prepared history for documentation
TSK-1436: removed QueryHelper and applied its test cases to QuerySortParameterTest
TSK-1436: made code compatible to current version of spring-auto-rest-docs
TSK-1436: finished history documentation tests
TSK-1436: fixed wildfly tests
TSK-1436: fixed sonarcloud warnings
TSK-1436: now adding simplehistory documentation to our demo
TSK-1436: fixed wildfly build stage
TSK-1436: cleanup of rest configuration structure
TSK-1436: added documentation for history endpoints
TSK-1436: moved spring-rest-auto-docs templates to taskana-common-test
TSK-1436: replaced when with if after throws declaration
TSK-1436: documented AccessIdController
TSK-1436: added curlRequest documentation snippet
2020-12-18 11:29:10 +01:00
Mustapha
fca56cfc10
Updated poms to version 4.3.1-SNAPSHOT
2020-12-16 11:46:34 +00:00
Joerg Heffner
8830cfa629
TSK-1457: Fix timing issue in initializeSchedule tests for cleanupjobs
2020-12-15 09:03:33 +01:00
tge20
bc64407364
TSK-1423: Implemented the option to search for an Access Id by the full name of the user. ( #1361 )
2020-12-14 12:16:39 +01:00
Mustapha Zorgati
f8b1932e0b
TSK-1482: reformated all pom files
2020-12-04 21:11:38 +01:00
Joerg Heffner
6133b66059
TSK-1419: Null check for Service Level in classification service
2020-11-30 12:25:03 +01:00
Mustapha Zorgati
28b3ce6f8a
TSK-1282: replaced all usages of Arrays.asList with List.of
2020-11-02 09:41:48 +01:00
SAllhusen
9c2453659a
TSK-1439: Removed all @author tags in *.java files
2020-10-29 13:03:00 +01:00
Mustapha Zorgati
3849ee385f
TSK-1429: automatically formatted all backend code
2020-10-29 13:02:41 +01:00
SAllhusen
4152bf92d0
TSK-1437: Fixed some SonarCloud Code Smells
2020-10-28 14:25:44 +01:00
Mustapha Zorgati
fe393ca51c
TSK-1428: fixed tests for QueryClassificationHistory due to current date issue
2020-10-27 09:50:22 +01:00
Mustapha
cd47ce2256
Updated poms to version 4.2.1-SNAPSHOT
2020-10-20 10:55:57 +00:00
SAllhusen
5dd1de4d58
TSK-1414: Fixed most of the new SonaCloud Code Smells since 4.0.2-SNAPSHOT
2020-10-17 21:14:34 +02:00
Joerg Heffner
f113410ef4
TSK-1404: Delete old Cleanup jobs when initializing
2020-10-16 09:57:39 +02:00
Joerg Heffner
654dc6b2cb
TSK-1413: Fix bulk transfer task history event creation
2020-10-15 10:58:27 +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
121a9c103f
TSK-1407: adopted RestDocumentation tests to use taskana-common-test aswell
2020-10-13 17:07:09 +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