dependabot[bot]
b6026985f3
Bump loader-utils from 2.0.2 to 2.0.3 in /web
...
Bumps [loader-utils](https://github.com/webpack/loader-utils ) from 2.0.2 to 2.0.3.
- [Release notes](https://github.com/webpack/loader-utils/releases )
- [Changelog](https://github.com/webpack/loader-utils/blob/v2.0.3/CHANGELOG.md )
- [Commits](https://github.com/webpack/loader-utils/compare/v2.0.2...v2.0.3 )
---
updated-dependencies:
- dependency-name: loader-utils
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 10:20:21 +01:00
dependabot[bot]
3670d528de
Bump checkstyle from 10.3.4 to 10.4
...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle ) from 10.3.4 to 10.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.4...checkstyle-10.4 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 08:22:02 +01:00
dependabot[bot]
9805ffeabc
Bump equalsverifier from 3.10.1 to 3.11
...
Bumps [equalsverifier](https://github.com/jqno/equalsverifier ) from 3.10.1 to 3.11.
- [Release notes](https://github.com/jqno/equalsverifier/releases )
- [Changelog](https://github.com/jqno/equalsverifier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.10.1...equalsverifier-3.11 )
---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-11-08 08:21:43 +01:00
Mustapha Zorgati
deba2009e7
TSK-1970: removed deprecated methods from WorkbasketQuery
2022-10-21 10:46:53 +02: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
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
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
9a188f015f
TSK-1919: fixed query offeset tests by comparing entire object
2022-10-17 11:27:04 +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
dependabot[bot]
332681ac50
Bump version.camunda.dmn from 7.17.0 to 7.18.0
...
Bumps `version.camunda.dmn` from 7.17.0 to 7.18.0.
Updates `camunda-dmn-model` from 7.17.0 to 7.18.0
Updates `camunda-engine-dmn` from 7.17.0 to 7.18.0
---
updated-dependencies:
- dependency-name: org.camunda.bpm.model:camunda-dmn-model
dependency-type: direct:production
update-type: version-update:semver-minor
- dependency-name: org.camunda.bpm.dmn:camunda-engine-dmn
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-17 04:23:59 +02:00
dependabot[bot]
b53364ff08
Bump actions/setup-node from 3.5.0 to 3.5.1
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.5.0 to 3.5.1.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.5.0...v3.5.1 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-14 07:49:13 +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
Norman Schmidt
d6da6f8124
TSK-1957: migrate UserServiceAccTest to new test-api
2022-10-11 17:43:31 +02:00
Mustapha Zorgati
50915ef4e1
TSK-1964: added UserBuilder to test-api
2022-10-11 13:08:44 +02:00
Mustapha Zorgati
2dbdd874d5
TSK-1964: refactored builders to reduce code duplication
2022-10-11 13:08:44 +02:00
Norman Schmidt
3c71c08684
TSK-1964: made UserService injectable and adapted/fixed test
2022-10-11 13:08:44 +02:00
dependabot[bot]
88d77ac409
Bump version.testcontainers from 1.17.4 to 1.17.5
...
Bumps `version.testcontainers` from 1.17.4 to 1.17.5.
Updates `db2` from 1.17.4 to 1.17.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.4...1.17.5 )
Updates `postgresql` from 1.17.4 to 1.17.5
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.4...1.17.5 )
---
updated-dependencies:
- dependency-name: org.testcontainers:db2
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.testcontainers:postgresql
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-05 07:43:00 +02:00
dependabot[bot]
5cc1d6e696
Bump version.testcontainers from 1.17.3 to 1.17.4
...
Bumps `version.testcontainers` from 1.17.3 to 1.17.4.
Updates `db2` from 1.17.3 to 1.17.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.4 )
Updates `postgresql` from 1.17.3 to 1.17.4
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases )
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/main/CHANGELOG.md )
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.3...1.17.4 )
---
updated-dependencies:
- dependency-name: org.testcontainers:db2
dependency-type: direct:development
update-type: version-update:semver-patch
- dependency-name: org.testcontainers:postgresql
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-10-04 19:05:32 +02:00
norman-schmidt
6c6f1b56c4
TSK-1961: Remove AbstractWorkbasketAccessItemQuery and AbstractWorkbasketAccessItemQueryImpl ( #2014 )
2022-09-28 12:57:44 +02:00
dependabot[bot]
a32569c082
Bump actions/setup-node from 3.4.1 to 3.5.0
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.4.1 to 3.5.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](https://github.com/actions/setup-node/compare/v3.4.1...v3.5.0 )
---
updated-dependencies:
- dependency-name: actions/setup-node
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-28 12:41:26 +02:00
Mustapha Zorgati
ac139ecacc
Updated poms to version 5.7.1-SNAPSHOT
2022-09-27 05:36:47 +00:00
dependabot[bot]
0bd55156cf
Bump checkstyle from 10.3.3 to 10.3.4
...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle ) from 10.3.3 to 10.3.4.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-10.3.3...checkstyle-10.3.4 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 12:06:48 +02:00
dependabot[bot]
ea67eb4109
Bump json from 20220320 to 20220924
...
Bumps [json](https://github.com/douglascrockford/JSON-java ) from 20220320 to 20220924.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases )
- [Changelog](https://github.com/stleary/JSON-java/blob/master/docs/RELEASES.md )
- [Commits](https://github.com/douglascrockford/JSON-java/commits )
---
updated-dependencies:
- dependency-name: org.json:json
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-26 12:04:55 +02:00
ryzheboka
d77c4846ed
TSK-1925: clean up claimTaskAccTest
2022-09-20 09:05:27 +02:00
dependabot[bot]
fda6a090c0
Bump maven-jar-plugin from 3.2.2 to 3.3.0
...
Bumps [maven-jar-plugin](https://github.com/apache/maven-jar-plugin ) from 3.2.2 to 3.3.0.
- [Release notes](https://github.com/apache/maven-jar-plugin/releases )
- [Commits](https://github.com/apache/maven-jar-plugin/compare/maven-jar-plugin-3.2.2...maven-jar-plugin-3.3.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-jar-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 14:03:17 +02:00
dependabot[bot]
5401ffccc7
Bump mybatis from 3.5.10 to 3.5.11
...
Bumps [mybatis](https://github.com/mybatis/mybatis-3 ) from 3.5.10 to 3.5.11.
- [Release notes](https://github.com/mybatis/mybatis-3/releases )
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.10...mybatis-3.5.11 )
---
updated-dependencies:
- dependency-name: org.mybatis:mybatis
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-19 14:02:05 +02:00
ryzheboka
a6567b6eda
TSK-1958: fix status changes for Task transfer
2022-09-19 13:35:48 +02:00
ryzheboka
e1d205d4ef
TSK-1947: processing of LDAP-data after refresh
2022-09-14 17:53:35 +02:00
Franzi321
e1db9f0843
TSK-1956: Meldung bei Owner: Access ID is not valid ( #2002 )
2022-09-13 13:47:11 +02:00
ryzheboka
316c173663
TSK-1955: Add javadoc for two SPIs
2022-09-13 13:07:50 +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
ryzheboka
0060368905
TSK-1952: adjust parameter names in queries + some clean up
2022-09-06 17:43:43 +02:00
ryzheboka
dc5efe527b
TSK-1951: Extend WorkbasketPriorityReport for customInt
2022-09-06 12:00:06 +02:00
dependabot[bot]
67129d9dea
Bump checkstyle from 9.3 to 10.3.3
...
Bumps [checkstyle](https://github.com/checkstyle/checkstyle ) from 9.3 to 10.3.3.
- [Release notes](https://github.com/checkstyle/checkstyle/releases )
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-9.3...checkstyle-10.3.3 )
---
updated-dependencies:
- dependency-name: com.puppycrawl.tools:checkstyle
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-09-02 12:12:39 +02:00
Yakup Ensar Evli
e074a90222
TSK-1816: Update QueryClassificationAccTest to use Test-API
...
Used new builder to create classifications.
Instead of working with a clean database for each test, we create a scenario. In that scenario we use ClassificationCustomField#CUSTOM_1 to filter out all the other created Classifications. Therefore, all tests regarding ClassificationCustomFields are executed first.
The alternative is to create a "big" scenario as a test setup. But that would result to the same issues we have with the sql file.
Corrected assertion for should_FindClassifications_When_QueryingForListValueField():167. The databases (H2, POSTGRES) have different interpretations for boolean values.
getCustomAttribute got deprecated, now getCustomField is being used.
Move test to taskana-core-test according to new project structure.
Separated QueryClassificationsAccTest to filtering and sorting class.
ClassificationQueryAccTest resolved to QueryClassifications classes.
TSK-1816: X
2022-08-24 14:29:05 +03:00
dependabot[bot]
f7b2a46e75
Bump maven-checkstyle-plugin from 3.1.2 to 3.2.0
...
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin ) from 3.1.2 to 3.2.0.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases )
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.2...maven-checkstyle-plugin-3.2.0 )
---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-checkstyle-plugin
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com>
2022-08-24 13:00:05 +02:00
ryzheboka
657e8ea81b
TSK-1840: refactor DeleteClassificationAccTest to use test-api
2022-08-24 12:58:39 +02:00
ryzheboka
3575b8aa17
TSK-1926: Remove duplicate from TaskServiceImpl
2022-08-24 12:32:26 +02:00
Mustapha Zorgati
acb53a5a61
Updated poms to version 5.5.1-SNAPSHOT
2022-08-20 16:36:41 +00:00
Mustapha Zorgati
62844c7b9f
TSK-1944: expanded Javadoc for review SPIs to include force methods
2022-08-20 18:16:23 +02:00
Mustapha Zorgati
d8ffdb1824
TSK-1944: Implemented BeforeRequestChanges SPI
2022-08-20 18:16:23 +02:00
Mustapha Zorgati
151d23d98d
TSK-1945: minor cleanup of TaskServiceImpl
...
blub2
2022-08-20 17:46:27 +02:00
Mustapha Zorgati
1188f6396c
TSK-1945: implemented BeforeRequestReview SPI
...
blub
2022-08-20 17:46:27 +02:00
ryzheboka
897b469aeb
TSK-1829: refactor testSetPlannedPropertyOnAllTasks
2022-08-18 10:58:41 +02:00
ryzheboka
709736ddc9
TSK-1843: refactor GetTaskCommentAccTest to use test-api
2022-08-18 10:43:09 +02:00