Commit Graph

2525 Commits

Author SHA1 Message Date
Mustapha Zorgati cf690bf6b5 TSK-1941: implemented ReviewRequired SPI 2022-08-11 12:36:39 +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 77e77786cb TSK-1938: clean up TaskHistoryEvent tests 2022-08-11 12:17:08 +02:00
ryzheboka 340236c4a2 TSK-1938: Add RequestChangesProvider 2022-08-11 12:17:08 +02:00
Mustapha Zorgati 1f9d20f76f TSK-1937: implemented AfterRequestReviewProvider
Co-authored-by: ryzheboka <25465835+ryzheboka@users.noreply.github.com>
2022-08-10 12:18:14 +02:00
Mustapha Zorgati b1166939cd TSK-1937: cleaned up usage of WithServiceProvider annotation 2022-08-10 12:18:14 +02:00
Mustapha Zorgati 82400aecb1 TSK-1937: test-api now initializes service providers properly
when multiple WithServiceProvider annotations are defined
2022-08-10 12:18:14 +02:00
Mustapha Zorgati f7b668835c TSK-1937: test-api now supports instantiation off all class types
except for anonymous classes since they're not assignable to the WithAccessId annotation
2022-08-10 12:18:14 +02:00
Mustapha Zorgati 63315eaf22 TSK-1937: moved test-api tests to proper package
Co-authored-by: ryzheboka <25465835+ryzheboka@users.noreply.github.com>
2022-08-10 12:18:14 +02:00
Oliver Koch 2bc1c7ca01 TSK-1924: fix guideline violations, so ArchUnitTests are green 2022-08-09 14:43:28 +02:00
Oliver Koch 5c18cc9b4a TSK-1924: added test for the dependency hierarchy of TASKANA 2022-08-09 14:43:28 +02:00
Oliver Koch 5963d0c22d TSK-1919: re-enabled the ArchUnit Tests 2022-08-09 14:43:28 +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
ryzheboka ef875dd42a TSK-1915: Add requestReview functionality 2022-08-06 14:30:59 +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
dependabot[bot] 5953310e59 Bump equalsverifier from 3.10 to 3.10.1
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.10 to 3.10.1.
- [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...equalsverifier-3.10.1)

---
updated-dependencies:
- dependency-name: nl.jqno.equalsverifier:equalsverifier
  dependency-type: direct:development
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-28 11:01:42 +02:00
dependabot[bot] 2d13af9e79 Bump maven-resources-plugin from 3.2.0 to 3.3.0
Bumps [maven-resources-plugin](https://github.com/apache/maven-resources-plugin) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/apache/maven-resources-plugin/releases)
- [Commits](https://github.com/apache/maven-resources-plugin/compare/maven-resources-plugin-3.2.0...maven-resources-plugin-3.3.0)

---
updated-dependencies:
- dependency-name: org.apache.maven.plugins:maven-resources-plugin
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-26 10:21:33 +02:00
Mustapha Zorgati 045ef3c7a1 TSK-1882: test-api now uses one database with different schema names
Co-authored-by: ryzheboka <25465835+ryzheboka@users.noreply.github.com>
2022-07-19 17:48:03 +02:00
ryzheboka 83890ddd16 TSK-1914: introduce IN_REVIEW and READY_FOR_REVIEW Task status 2022-07-19 15:27:44 +02:00
dependabot[bot] a0aec39cfa Bump actions/setup-node from 3.4.0 to 3.4.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.4.0 to 3.4.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.4.0...v3.4.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-07-15 11:10:24 +02:00
Mustapha Zorgati e7e2a8afa5 TSK-1918: test-api now exposes driver dependencies
so that they don't have to be added manually in each dependant's pom
2022-07-14 13:41:12 +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 86ab0a14bb TSK-1917: fixed formatting of XML files (in IntelliJ) 2022-07-14 13:24:37 +02:00
ryzheboka 6591478ebb TSK-1858: Remove test-api duplicates 2022-07-13 09:02:02 +02:00
dependabot[bot] da20389404 Bump moment from 2.29.3 to 2.29.4 in /web
Bumps [moment](https://github.com/moment/moment) from 2.29.3 to 2.29.4.
- [Release notes](https://github.com/moment/moment/releases)
- [Changelog](https://github.com/moment/moment/blob/develop/CHANGELOG.md)
- [Commits](https://github.com/moment/moment/compare/2.29.3...2.29.4)

---
updated-dependencies:
- dependency-name: moment
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-07-12 23:48:03 +02:00
dependabot[bot] 71d9fc368a Bump version.testcontainers from 1.17.2 to 1.17.3
Bumps `version.testcontainers` from 1.17.2 to 1.17.3.

Updates `db2` from 1.17.2 to 1.17.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.2...1.17.3)

Updates `postgresql` from 1.17.2 to 1.17.3
- [Release notes](https://github.com/testcontainers/testcontainers-java/releases)
- [Changelog](https://github.com/testcontainers/testcontainers-java/blob/master/CHANGELOG.md)
- [Commits](https://github.com/testcontainers/testcontainers-java/compare/1.17.2...1.17.3)

---
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-07-12 23:28:55 +02:00
dependabot[bot] 0122bf948e Bump actions/setup-node from 3.3.0 to 3.4.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.3.0 to 3.4.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.3.0...v3.4.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-07-12 23:28:39 +02:00
Mustapha Zorgati 9ffa3f76c0 Updated poms to version 5.2.2-SNAPSHOT 2022-07-05 15:34:08 +00:00
ryzheboka 8d87d15e7c TSK-1909: optimize authorization in db2 query 2022-07-05 14:24:27 +02: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
ryzheboka 3c67811af3 TSK-1907: add space for release notes to the PR template 2022-07-05 09:40:34 +02:00
Mustapha Zorgati 1f4c3ad5fb
removed region comments from TaskQueryImpl 2022-06-22 11:35:25 +02: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
ryzheboka 3b43b6c038 TSK-1811: Refactor Java-doc in ClassificationQuery 2022-06-14 15:39:29 +02:00
ryzheboka 59a4968106 TSK-1841: refactor GetClassificationAccTest to use test-api 2022-06-14 15:02:21 +02:00
Mustapha Zorgati c46222c43a
TSK-1900: regenerated ArchUnit store files .. again 2022-06-14 14:16:53 +02:00
Mustapha Zorgati ed71b69696
TSK-1900: regenerated ArchUnit Store after integration of PR 2022-06-14 13:55:09 +02:00
ryzheboka 1b9794d34a TSK-1886: add MASTER_DOMAIN into the SharedConstants class 2022-06-14 09:59:19 +02:00
Oliver Koch 39ee689851 TSK-1900: regenerate ArchUnit Store 2022-06-10 15:49:27 +02:00
Oliver Koch 96804ef1d7 TSK-1900: fix checkstyle issue 2022-06-10 15:49:27 +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