Commit Graph

2525 Commits

Author SHA1 Message Date
Mustapha Zorgati 34ac68000b Updated poms to version 5.2.1-SNAPSHOT 2022-06-08 21:21:45 +00:00
Yakup Ensar Evli f6ce6439cc TSK-1888: Restructure method order of ConfigurationService, UserService
New ordering follows CRUD principles for better readability.
2022-06-08 18:34:14 +03: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
dependabot[bot] d03455c61f Bump actions/setup-node from 3.2.0 to 3.3.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.2.0 to 3.3.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.2.0...v3.3.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-06-08 12:24:48 +03:00
ryzheboka a23060ba64 TSK-1836: add withoutAttachment as query parameter in REST and taskana-core 2022-06-01 12:15:03 +02:00
Mustapha Zorgati 8049ac22ac
removed test-api module from release 2022-06-01 12:37:26 +03:00
ryzheboka a2e0681190 TSK-1852: refactor JavaDoc in TaskService 2022-05-31 16:01:49 +02: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
Yakup Ensar Evli db88d93017 TSK-1865: Reorder methods in ClassificationService
New ordering follows CRUD principles for better readability.
2022-05-31 13:14:37 +03:00
knht 636e984750
TSK-1895: Fixed a bug where a spinner timeout causes an error message (#1940)
Co-authored-by: ryzheboka <25465835+ryzheboka@users.noreply.github.com>
2022-05-31 11:29:22 +02:00
ryzheboka 2d3e0f9f0a TSK-1884: Move builder and their tests into taskana-test-api 2022-05-31 09:53:01 +02:00
Mustapha Zorgati 16b600bb61 TSK-1896: taskana-spi-routing-dmn-router now provides provider conf file 2022-05-31 10:28:50 +03:00
ryzheboka c4ebafa3f4 TSK-1736: fix TaskQuery in db2 for admin user and no workbasketAccessItems 2022-05-30 14:27:58 +02:00
Mustapha Zorgati 0133f98548 TSK-1783: added logging dependency for taskana-core-test module
so that logging statements can be seen during test execution
2022-05-28 17:35:07 +03:00
SebastianRoseneck ea23e8c363 TSK-1783: Updated CompleteTaskAccTest to use test-API 2022-05-28 17:35:07 +03: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
Yakup Ensar Evli 5388763b40 TSK-1883: Reorder methods in WorkbasketService
New ordering follows CRUD principles for better readability.
Introduction of regions for group of methods.
2022-05-27 11:45:29 +03:00
dependabot[bot] 96a675adb9 Bump mybatis from 3.5.9 to 3.5.10
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.5.9 to 3.5.10.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.9...mybatis-3.5.10)

---
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-05-27 11:41:51 +03:00
dependabot[bot] 7e99a1067b Bump version.testcontainers from 1.17.1 to 1.17.2
Bumps `version.testcontainers` from 1.17.1 to 1.17.2.

Updates `db2` from 1.17.1 to 1.17.2
- [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.1...1.17.2)

Updates `postgresql` from 1.17.1 to 1.17.2
- [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.1...1.17.2)

---
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-05-20 23:54:17 +03:00
ryzheboka 1ae1df8908 TSK-1889: create TASK_ROUTER role 2022-05-19 09:31:13 +02:00
dependabot[bot] 727e85bc8c Bump actions/setup-node from 3.1.1 to 3.2.0
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.1 to 3.2.0.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.1.1...v3.2.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-05-17 09:26:56 +02:00
Mustapha Zorgati fd0c13e3ef
updated taskana intellij formatter 2022-05-09 18:02:06 +03:00
ryzheboka 0f91db4b7c TSK-1867: Refactor Java-doc in ClassificationService 2022-05-09 15:12:22 +02:00
Mustapha Zorgati 5468fef9c5
TSK-1871: updated yarn lock file 2022-04-28 17:58:02 +02:00
Kaan Holat 8f38f82ee2 TSK-1871: Implement new Frontend structure
Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>

Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
2022-04-28 17:48:57 +02:00
Mustapha Zorgati a8f7f5e96a
TSK-1856: removed space character which breaks the release of artifacts 2022-04-28 17:33:57 +02:00
Mustapha Zorgati 2b758bfb9a TSK-1856: fixed release of artifacts introduced my missing comma 2022-04-28 17:16:06 +02:00
ryzheboka 54f01f8927 TSK-1856: duplicating the test-api into a dedicated module 2022-04-28 16:26:31 +02:00
Mustapha Zorgati 7821c12338 TSK-1869: updated demo app environment to JDK 11
Co-authored-by: knht <43456808+knht@users.noreply.github.com>
2022-04-27 15:50:44 +02:00
knht 2beec045e4
TSK-1850: Update deps to fix Prototype Pollution in async Package (#1909) 2022-04-27 15:31:44 +02:00
dependabot[bot] 11449e75ec Bump version.aspectj from 1.9.7 to 1.9.9.1
Bumps `version.aspectj` from 1.9.7 to 1.9.9.1.

Updates `aspectjtools` from 1.9.7 to 1.9.9.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

Updates `aspectjrt` from 1.9.7 to 1.9.9.1
- [Release notes](https://github.com/eclipse/org.aspectj/releases)
- [Commits](https://github.com/eclipse/org.aspectj/commits)

---
updated-dependencies:
- dependency-name: org.aspectj:aspectjtools
  dependency-type: direct:production
  update-type: version-update:semver-patch
- dependency-name: org.aspectj:aspectjrt
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 18:59:14 +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 c13e1cf6b5 TSK-1831: removed old taskanaUnitTest.properties file in db scripts
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
dependabot[bot] fc1d1e192c Bump nexus-staging-maven-plugin from 1.6.12 to 1.6.13
Bumps nexus-staging-maven-plugin from 1.6.12 to 1.6.13.

---
updated-dependencies:
- dependency-name: org.sonatype.plugins:nexus-staging-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-26 08:11:24 +02:00
Mustapha Zorgati a462d6afbd TSK-1835: expanded test api test showing that @CleanTaskanaContext works 2022-04-21 16:28:10 +02:00
ryzheboka 57b2dc008a TSK-1851: update IDE formatter so that classes mentioned in Java-doc are imported automatically 2022-04-21 11:58:34 +02:00
dependabot[bot] 0052dfcaf9 Bump maven-javadoc-plugin from 3.3.2 to 3.4.0
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.2 to 3.4.0.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.2...maven-javadoc-plugin-3.4.0)

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

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-21 10:01:32 +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
dependabot[bot] 5fa9287f52 Bump version.testcontainers from 1.17.0 to 1.17.1
Bumps `version.testcontainers` from 1.17.0 to 1.17.1.

Updates `db2` from 1.17.0 to 1.17.1
- [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.0...1.17.1)

Updates `postgresql` from 1.17.0 to 1.17.1
- [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.0...1.17.1)

---
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-04-14 07:38:41 +02:00
Mustapha Zorgati abed80b734 TSK-1842: added workflow name to concurrency group 2022-04-13 18:09:50 +02:00
Mustapha Zorgati eca98be35d TSK-1849: updated Code of conduct to version 2.1
from https://www.contributor-covenant.org/
2022-04-13 18:09:26 +02:00
knht cdc5e9404c
TSK-1848: Fixed a bug where the UI would freeze with insufficient user permissions (#1903) 2022-04-13 15:27:33 +02:00
Mustapha Zorgati 3d986541b7 TSK-1847: updated version of maven wrapper 2022-04-13 14:28:29 +02:00
dependabot[bot] 3a4a18f0ed Bump version.testcontainers from 1.16.3 to 1.17.0
Bumps `version.testcontainers` from 1.16.3 to 1.17.0.

Updates `db2` from 1.16.3 to 1.17.0
- [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.16.3...1.17.0)

Updates `postgresql` from 1.16.3 to 1.17.0
- [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.16.3...1.17.0)

---
updated-dependencies:
- dependency-name: org.testcontainers:db2
  dependency-type: direct:development
  update-type: version-update:semver-minor
- dependency-name: org.testcontainers:postgresql
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-13 08:56:16 +02:00
Mustapha Zorgati 55aca2bcac reformat code after update to google-java-format 1.15.0 2022-04-12 10:22:31 +02:00
dependabot[bot] 59a64daede Bump google-java-format from 1.14.0 to 1.15.0
Bumps [google-java-format](https://github.com/google/google-java-format) from 1.14.0 to 1.15.0.
- [Release notes](https://github.com/google/google-java-format/releases)
- [Commits](https://github.com/google/google-java-format/compare/v1.14.0...v1.15.0)

---
updated-dependencies:
- dependency-name: com.google.googlejavaformat:google-java-format
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-12 10:22:31 +02:00