arolfes
b96c68ac6f
TSK-1996 taskana.properties file is optional
2023-03-13 10:39:04 +01:00
arolfes
61a5e32865
TSK-1987 immutable TaskanaEngineConfiguration
2023-03-13 10:39:04 +01:00
Alex
53f9dce1db
TSK-1986 remove cycle between TaskanaEngineConfiguration und TaskanaEngine ( #2078 )
2023-03-13 10:39:04 +01:00
arolfes
72cc0882c7
prepare new release 6.0.0
2023-03-13 10:39:04 +01:00
Elena Mokeeva
73fed96627
TSK-2001: add filtering by priorityWithin and notWithin
2023-03-03 12:56:38 +01:00
Elena Mokeeva
3dbf98bf92
TSK-2000: add filtering by classification parent key
2023-02-16 12:17:13 +01:00
Mustapha Zorgati
adf8a792d5
Updated poms to version 5.10.1-SNAPSHOT
2023-02-14 17:35:33 +00:00
Alex
291cc38ea6
TSK-1971 support for oracle databases ( #2050 )
...
* local testcontainer, sql script to setup table
* handle empty strings and null values
* prepare all SQL Staments for oracle
* run external oracle db
2023-02-13 08:00:43 +01:00
Alex
cc1c29b9b3
TSK-1828 remove resteasy-client dependency ( #2068 )
2023-02-03 14:00:27 +01:00
arolfes
5a0248cb07
TSK-1957 extend TestCase with comparison for groups
2023-02-02 15:55:53 +01:00
Mustapha Zorgati
a5c24e29cc
TSK-1946: fix release job due to missing dependencies
2023-01-30 13:55:03 +01:00
Norman Schmidt
48d85e0ee7
TSK-1946: update to Spring Boot 2.7.8 ( #1999 )
...
* TSK-1946: H2 Update
* TSK-1946: add new run configurations
* TSK-1946: update to Spring Boot 2.7.3
Updated Spring Security Configs to new component-based configuration.
See https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
Co-authored-by: Marcel Bagemihl <marcel.bagemihl@novatec-gmbh.de>
* TSK-1946: wildfly now only starting postgres db
* TSK-1946: drop sup 4 sys prop db.type. We only execute PSQL
* TSK-1946: create new module 'taskana-rest-spring-test-lib' to simplify the Spring Security Configuration Setup for Spring Tests
* TSK-1946: H2 Update
* TSK-1946: add new run configurations
* TSK-1946: update to Spring Boot 2.7.3
Updated Spring Security Configs to new component-based configuration.
See https://spring.io/blog/2022/02/21/spring-security-without-the-websecurityconfigureradapter
Co-authored-by: Marcel Bagemihl <marcel.bagemihl@novatec-gmbh.de>
* TSK-1946: wildfly now only starting postgres db
* TSK-1946: drop sup 4 sys prop db.type. We only execute PSQL
* TSK-1946: create new module 'taskana-rest-spring-test-lib' to simplify the Spring Security Configuration Setup for Spring Tests
* TSK-1946: update to Spring Boot 2.7.8
---------
Co-authored-by: Yakup Ensar Evli <54323073+ensarevlideveloper@users.noreply.github.com>
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
Co-authored-by: Marcel Bagemihl <marcel.bagemihl@novatec-gmbh.de>
Co-authored-by: arolfes <arolfes@users.noreply.github.com>
2023-01-30 12:33:41 +01:00
Yakup Ensar Evli
e789a62213
TSK-1981: Fixed code smells
2023-01-25 20:22:50 +01:00
arolfes
f854e3d579
TSK-1699 - Register CustomEditor for String[]
...
all String[] parameters should not be splitted when only one parameter exists, with values delimited with comma
2023-01-17 10:01:36 +01:00
Mustapha Zorgati
7dcbbf3cd6
Updated poms to version 5.9.1-SNAPSHOT
2023-01-11 06:58:54 +00:00
Norman Schmidt
e72ef4ac4e
TSK-1969: added getUsers method to UserService
2023-01-11 07:05:24 +01:00
Mustapha Zorgati
24af59db2d
Updated poms to version 5.8.1-SNAPSHOT
2022-10-20 20:56:19 +00:00
Mustapha Zorgati
45417f887d
TSK-1957: exposed domain attribute via REST
2022-10-20 22:38:54 +02:00
Norman Schmidt
dc9e2e1d5f
TSK-1967: make owner of Task updatable when Task is 'READY_FOR_REVIEW'
2022-10-20 21:49:16 +02:00
norman-schmidt
b9b49f47a1
TSK-1965: create endpoints for all state transitions ( #2024 )
...
* TSK-1965: created endpoint for force claiming a task
* TSK-1965: created endpoint for force completing a task
* TSK-1965: restructured TaskController to match TaskService structure
* TSK-1965: structured TaskControllerIntTest
* TSK-1965: created endpoint for terminating a task
* TSK-1965: created endpoint for setting a task read
2022-10-20 14:20:24 +02:00
norman-schmidt
e40623ce0f
TSK-1957: groups are included in the domain aggregation ( #2021 )
...
* TSK-1957: groups are included in the domain aggregation
- added schema GROUP_INFO
- added group related methods to UserMapper / UserMapperSqlProvider
- User API extended with groups
- UserInfoRefreshJob includes groups
2022-10-20 14:16:47 +02:00
Mustapha Zorgati
63d5477e06
TSK-1919: re-enabled architecture tests and fixed freeze mechanism
...
cause of the issue(s): misconfiguration of the slices feature
Co-authored-by: Oliver Koch <oliver.koch@novatec-gmbh.de>
2022-10-17 11:27:04 +02:00
Norman Schmidt
90a64a9b88
TSK-1957: extend getUser() method with domain information
...
- extended WorkbasketQuery methods 'accessIdsHavePermission' & 'callerHasPermission' to accept multiple permissions
- added domain attribute to User API
- extended UserService to aggregate domain information
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2022-10-11 17:43:31 +02:00
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
ryzheboka
e1d205d4ef
TSK-1947: processing of LDAP-data after refresh
2022-09-14 17:53:35 +02:00
ryzheboka
084dc2b99b
TSK-1954: Clean up codesmells
2022-09-07 16:26:23 +02: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
Mustapha Zorgati
5f4923fe0a
TSK-1943: added REST endpoint for force requesting a review on a Task
2022-08-11 17:08:10 +02:00
Mustapha Zorgati
6997d64083
TSK-1943: added REST endpoint for force requesting changes on a Task
2022-08-11 17:08:10 +02:00
Mustapha Zorgati
bbb01653f5
TSK-1943: added REST endpoint for requesting changes on a Task
2022-08-11 17:08:10 +02:00
Mustapha Zorgati
42f7eea2f2
TSK-1943: added REST endpoint for requesting a review on a Task
2022-08-11 17:08:10 +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
ryzheboka
70c64dd66e
TSK-1837: Add custom-int-x-from and custom-int-x-to to rest
2022-08-02 14:35:13 +02:00
ryzheboka
803b4b20a2
TSK-1837: Add within and notWithin filter criteria
2022-08-02 14:35:13 +02:00
ryzheboka
18ee26ba80
TSK-1837: Add custom_int fields and standard operations on them
2022-08-02 14:35:13 +02: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
9ffa3f76c0
Updated poms to version 5.2.2-SNAPSHOT
2022-07-05 15:34:08 +00:00
ryzheboka
1b9794d34a
TSK-1886: add MASTER_DOMAIN into the SharedConstants class
2022-06-14 09:59:19 +02:00
Mustapha Zorgati
34ac68000b
Updated poms to version 5.2.1-SNAPSHOT
2022-06-08 21:21:45 +00:00
Yakup Ensar Evli
e69273bc5c
TSK-1893: Convert LDAP AccessId Search inputs to lower case
...
Extended former testLdap_searchGroupByDn() method with upper case inputs and renamed according to the Testing Guidelines.
2022-06-08 15:30:44 +03:00
ryzheboka
a23060ba64
TSK-1836: add withoutAttachment as query parameter in REST and taskana-core
2022-06-01 12:15:03 +02:00
ryzheboka
3bbd7446e2
TSK-1894: set manual priority to default in rest
2022-05-27 17:21:30 +02:00
ryzheboka
691370f096
TSK-1857: change sonar configuration for missing test folders
2022-05-27 14:22:57 +02:00
ryzheboka
22dac2b48c
TSK-1857: Move taskana-core tests into a dedicated module
2022-05-27 14:22:57 +02: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
442a4f0e88
TSK-1831: moved wildlfy job within matrix
...
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
01341379d4
TSK-1831: automatically handle postgres db when executing wildfly tests
...
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
ryzheboka
b4e1f9bc31
TSK-1532: Refactor names of entities in REST-Doc by capitalizing them; refactor Java-doc according to guidelines
2022-04-15 11:43:57 +02:00
Mustapha Zorgati
55aca2bcac
reformat code after update to google-java-format 1.15.0
2022-04-12 10:22:31 +02:00
Mustapha Zorgati
433bf63883
Updated poms to version 5.1.1-SNAPSHOT
2022-04-06 14:55:13 +00:00
ryzheboka
bc86006877
TSK-1803: add manual priority to task in REST
2022-04-05 15:52:56 +02:00
holgerhagen
e738cd2867
TSK-1833: distinguish between ldap user and group by objectClass
2022-03-30 18:19:45 +02:00
holgerhagen
b3f9a53a52
TSK-1826: Update to Wildfly 15.0.1
2022-03-25 17:08:31 +01:00
holgerhagen
6a41254009
TSK-1820: introduced switch for LDAP group member filter types
2022-03-25 16:30:08 +01:00
ryzheboka
4444816589
TSK-1827: add sorting by ownerLongName
2022-03-25 10:31:52 +01:00
ryzheboka
70dfebb432
TSK-1822: fix error message for wrong order parameter
2022-03-22 15:00:02 +01: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
ryzheboka
967e59e012
TSK-1800: add secondary object references
2022-02-25 10:23:40 +01:00
ryzheboka
7378223b4b
TSK-1801: rename rest-parameter by replacing '.' by '-'
2022-02-22 11:39:21 +01:00
Mustapha Zorgati
53e333908a
TSK-1788: Release CI committing taskana version updates for wildfly integration tests
2022-01-19 11:39:42 +01:00
Mustapha Zorgati
32e0c7c1eb
Updated poms to version 4.13.1-SNAPSHOT
2022-01-18 15:07:50 +00:00
Tristan
38ecaec5ab
TSK-1770: Made Paging not max page, when requesting page>maxPage
2022-01-18 11:27:48 +01: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
ryzheboka
ae5774b340
TSK-1665: object-reference can now be used as parameter to a task query. It is interpreted as json.
2022-01-17 08:42:01 +01:00
ryzheboka
6e0e273fd3
TSK-1784: throw exception while searching for tasks if only domain but no workbasket key is specified
2022-01-13 14:58:53 +01:00
SebastianRoseneck
2b2fdc3dd9
TSK-1689: Updated wildfly example to execute tests ( #1796 )
2022-01-12 15:20:32 +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
holgerhagen
2c89353fc7
TSK-1769: TaskQuery on CustomFields distinguishes between empty / null.
2021-11-22 10:03:56 +01:00
Mustapha Zorgati
e895cc16dc
Updated poms to version 4.11.1-SNAPSHOT
2021-11-05 16:41:41 +00:00
holgerhagen
ac952ee3ec
TSK-1764: PR review and fixes.
2021-11-04 10:41:33 +01:00
holgerhagen
bdaf4ec428
TSK-1764: fixed debug statement in UserInfoRefreshJob
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
Joerg Heffner
315637c534
TSK-1759: Demo-App now contains routing documentation
2021-11-04 09:10:32 +01:00
holgerhagen
9d615c437a
TSK-1756: additional user ldap attributes are now optional.
2021-11-03 17:48:08 +01:00
Holger Hagen
97b5c73158
TSK-1751: LdapClient now returns accessIds for users in lower case if configured.
2021-11-03 15:48:10 +01:00
Mustapha Zorgati
23919eb0a1
TSK-1762: fixed some code smells
2021-11-03 15:22:56 +01:00
Holger Hagen
fc3202f201
TSK-1758: fixed state and domain filter in Reporting REST API.
2021-10-26 13:01:11 +02: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
69ee0235e4
TSK-1723: Review Findings
2021-10-08 17:14:53 +02:00
Joerg Heffner
e033f35cdc
TSK-1723: Synchronization of LDAP data for users
2021-10-08 17:14:53 +02:00
Lia Lissmann
6970845d15
TSK-1747: Fix code smells
2021-10-08 13:59:30 +02:00
Mustapha Zorgati
846f6dc82b
TSK-1737: documented API
2021-10-08 13:02:29 +02:00
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
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
60cdb4b08f
Updated poms to version 4.9.2-SNAPSHOT
2021-09-16 15:48:44 +00:00
Sofie Hofmann
a33cf9f14c
TSK-1712: Introduce Tasks-by-priority charts in Monitor component
2021-09-15 12:56:24 +02:00
Lia Lissmann
816befbbdc
TSK-1682: Refactor TaskRestExceptionHandler to use a Map of ExceptionClass to HttpStatusCode
2021-09-14 14:20:24 +02:00
tge20
1e3f90509d
TSK-1706: Implementation of the new UserService ( #1692 )
2021-09-07 07:50:04 +02:00