Mustapha Zorgati
55d939ca7b
format entire codebase with new google-java-format version
2023-03-13 19:02:53 +01:00
Mustapha Zorgati
b916d577ca
TSK-1972: Uses time zone for working time calculations
2023-03-13 10:39:04 +01:00
Holger Hagen
d21eb47ffe
TSK-2012: renamed Mismatched_Exceptions to NotAuthorizedExceptions
2023-03-13 10:39:04 +01:00
Mustapha Zorgati
ac95f8b181
TSK-2002: rename taskanaEngineConfiguration to taskanaConfiguration
2023-03-13 10:39:04 +01:00
arolfes
0e52daae4a
TSK-1998 Use DB Enum to determine SQL Scripts
2023-03-13 10:39:04 +01:00
Mustapha Zorgati
b2be25e2ef
TSK-1997: refactoring DB Enum
2023-03-13 10:39:04 +01:00
Alex
f64e38eb27
TSK-1989: integrate execution of jobs in taskana core ( #2087 )
...
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2023-03-13 10:39:04 +01:00
Jochen Just
4a42a35a21
TSK-1972: calculates working time in any resolution
...
Prior working time calculation only happened in a full day.
2023-03-13 10:39:04 +01:00
Mustapha Zorgati
4697fbe5be
TSK-2004: JavaDoc 4 TaskanaConfiguration.Builder#initTaskanaProperties
...
And refactoring of some components around the TaskanaConfiguration
2023-03-13 10:39:04 +01:00
Mustapha Zorgati
ff643fdff6
TSK-1994: introduce new Generic Interval
...
Co-authored-by: Alex <arolfes@users.noreply.github.com>
2023-03-13 10:39:04 +01:00
arolfes
f9e6b26817
TSK-1993 InvalidArgumentException extends TaskanaRuntimeException
2023-03-13 10:39:04 +01:00
arolfes
20d389a7d5
TSK-1992 remove unnecessary ParentExceptions
...
Deleted Exceptions:
* NotAuthorizedException
* NotFoundException
* InvalidStateException
2023-03-13 10:39:04 +01:00
arolfes
61a5e32865
TSK-1987 immutable TaskanaEngineConfiguration
2023-03-13 10:39:04 +01:00
arolfes
72cc0882c7
prepare new release 6.0.0
2023-03-13 10:39:04 +01:00
arolfes
d46f848cd7
TSK-2007 Bugfix DB-Release Scripts
2023-02-27 11:31:47 +01:00
Mustapha Zorgati
adf8a792d5
Updated poms to version 5.10.1-SNAPSHOT
2023-02-14 17:35:33 +00:00
arolfes
a6ede02524
TSK-1975 new indices for Object_Reference Table
...
3 new Indices for Table Object_Reference
* IDX_OBJECT_REFERENCE_PK_ID
* IDX_OBJECT_REFERENCE_FK_TASK_ID
* IDX_OBJECT_REFERENCE_ACCESS_LIST
Fixed Default Sorting when searching or accessing ObjectReferences
2023-02-14 13:53:37 +01: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
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
Mustapha Zorgati
7dcbbf3cd6
Updated poms to version 5.9.1-SNAPSHOT
2023-01-11 06:58:54 +00:00
Mustapha Zorgati
24af59db2d
Updated poms to version 5.8.1-SNAPSHOT
2022-10-20 20:56:19 +00:00
Norman Schmidt
80fdb4c85d
TSK-1968: increased size of field LOCKED_BY in SCHEDULED_JOB
...
increased size of field LOCKED_BY in table SCHEDULED_JOB from VARCHAR(32) to VARCHAR(128)
2022-10-20 21:54:36 +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
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
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
Mustapha Zorgati
bbb01653f5
TSK-1943: added REST endpoint for requesting changes on a Task
2022-08-11 17:08:10 +02:00
Mustapha Zorgati
830723800e
TSK-1941: test-api injects enclosing class instance for non-static member classes
...
this allows SPIs to use instance fields from their enclosing class
2022-08-11 12:36:39 +02:00
ryzheboka
41ecfa2245
TSK-1938: comment test- and sample-data
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
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
ryzheboka
83890ddd16
TSK-1914: introduce IN_REVIEW and READY_FOR_REVIEW Task status
2022-07-19 15:27:44 +02:00
Mustapha Zorgati
9ffa3f76c0
Updated poms to version 5.2.2-SNAPSHOT
2022-07-05 15:34:08 +00:00
Mustapha Zorgati
20787a2166
TSK-1887: taskana-simplehistory-provider is now using our docker dbs
2022-06-22 11:18:12 +02:00
ryzheboka
a9936f243d
TSK-1902: fix wrong time conversion
2022-06-15 14:05:34 +02:00
ryzheboka
27ad739667
TSK-1846: clean up sample-data and test-data
2022-06-15 13:11:30 +02:00
Oliver Koch
3eb0d6b288
TSK-1900: refactored ArchUnit Tests
...
* Bump up the Version for ArchUnit from 0.22.0 to 0.23.1
* Added Regions to structure the ArchUnit Tests
* Refined Tests, so they better fit
2022-06-10 15:49:27 +02:00
Mustapha Zorgati
34ac68000b
Updated poms to version 5.2.1-SNAPSHOT
2022-06-08 21:21:45 +00: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
ryzheboka
1ae1df8908
TSK-1889: create TASK_ROUTER role
2022-05-19 09:31:13 +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