Commit Graph

2362 Commits

Author SHA1 Message Date
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
dependabot[bot] 065ec48d03 Bump actions/setup-node from 3.1.0 to 3.1.1
Bumps [actions/setup-node](https://github.com/actions/setup-node) from 3.1.0 to 3.1.1.
- [Release notes](https://github.com/actions/setup-node/releases)
- [Commits](https://github.com/actions/setup-node/compare/v3.1.0...v3.1.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-04-12 08:58:40 +02:00
dependabot[bot] df53567a3a Bump actions/setup-java from 2 to 3
Bumps [actions/setup-java](https://github.com/actions/setup-java) from 2 to 3.
- [Release notes](https://github.com/actions/setup-java/releases)
- [Commits](https://github.com/actions/setup-java/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/setup-java
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 10:11:40 +02:00
dependabot[bot] 150f68a895 Bump actions/download-artifact from 2 to 3
Bumps [actions/download-artifact](https://github.com/actions/download-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/download-artifact/releases)
- [Commits](https://github.com/actions/download-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/download-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 09:47:58 +02:00
dependabot[bot] 5700ce0ee8 Bump actions/upload-artifact from 2 to 3
Bumps [actions/upload-artifact](https://github.com/actions/upload-artifact) from 2 to 3.
- [Release notes](https://github.com/actions/upload-artifact/releases)
- [Commits](https://github.com/actions/upload-artifact/compare/v2...v3)

---
updated-dependencies:
- dependency-name: actions/upload-artifact
  dependency-type: direct:production
  update-type: version-update:semver-major
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-11 08:16:16 +02:00
Mustapha Zorgati e5ac37b578 TSK-1842: replaced workflow-run-cleanup-action with new concurrency cmd
due to deprecation warning
2022-04-07 16:47:11 +02:00
dependabot[bot] 5aa7bb41d3 Bump version.camunda.dmn from 7.16.0 to 7.17.0
Bumps `version.camunda.dmn` from 7.16.0 to 7.17.0.

Updates `camunda-dmn-model` from 7.16.0 to 7.17.0

Updates `camunda-engine-dmn` from 7.16.0 to 7.17.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-04-07 10:25:59 +02:00
Mustapha Zorgati 433bf63883 Updated poms to version 5.1.1-SNAPSHOT 2022-04-06 14:55:13 +00:00
Mustapha Zorgati 6fb9dcf1c7 TSK-1838: automatic linting fixes introduced from dependency upgrades 2022-04-06 15:54:34 +02:00
Mustapha Zorgati 541985b007 TSK-1838: fixed local compilation through IDE
due to missing type inference in JDK8
2022-04-06 15:54:34 +02:00
Mustapha Zorgati 2e07e1aa12 TSK-1838: updated Frontend dependencies
except for chart.js and ng2-charts
2022-04-06 15:54:34 +02:00
holgerhagen 1c79008113 TSK-1832: Seperated indexes on TASK.POR_VALUE 2022-04-06 12:58:17 +02:00
dependabot[bot] 3f775f7c1f Bump jacoco-maven-plugin from 0.8.7 to 0.8.8
Bumps [jacoco-maven-plugin](https://github.com/jacoco/jacoco) from 0.8.7 to 0.8.8.
- [Release notes](https://github.com/jacoco/jacoco/releases)
- [Commits](https://github.com/jacoco/jacoco/compare/v0.8.7...v0.8.8)

---
updated-dependencies:
- dependency-name: org.jacoco:jacoco-maven-plugin
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-06 09:17:02 +02:00
ryzheboka 1592f71dbe TSK-1834: fix so manual priority is returned when querying 2022-04-05 15:53:48 +02:00