Commit Graph

2244 Commits

Author SHA1 Message Date
Mustapha Zorgati d61fc1f56d TSK-1730: Moved all Builder classes to package builder 2021-09-20 16:17:25 +02:00
Mustapha Zorgati 761c6edade TSK-1730: Allow modification of TaskanaEngineConfiguration for tests 2021-09-20 16:17:25 +02:00
Mustapha Zorgati 60cdb4b08f Updated poms to version 4.9.2-SNAPSHOT 2021-09-16 15:48:44 +00:00
Sofie Hofmann a054c45799 TSK-1714: Show tooltip on Access Item label to see complete name 2021-09-16 17:31:46 +02:00
Benjamin Eckstein e579720716 TSK-1731: Fix TaskQuery to order correctly by attachment received 2021-09-16 14:20:50 +02:00
Mustapha Zorgati c742407288 TSK-1685: added testcontainers extension 2021-09-16 09:21:29 +02:00
Mustapha Zorgati af47d1ad14 TSK-1633: small refactoring
Co-authored-by: SebastianRoseneck <55637012+SebastianRoseneck@users.noreply.github.com>
2021-09-16 09:21:29 +02:00
Mustapha Zorgati 75824049ad TSK-1633: new dependency injection extension replaces AbstractAccTest
Co-authored-by: SebastianRoseneck <55637012+SebastianRoseneck@users.noreply.github.com>
2021-09-16 09:21:29 +02:00
Mustapha Zorgati e9a1f02c2e TSK-1633: created all new test API for improved test data generation
Co-authored-by: SebastianRoseneck <55637012+SebastianRoseneck@users.noreply.github.com>
2021-09-16 09:21:29 +02:00
Sofie Hofmann a33cf9f14c TSK-1712: Introduce Tasks-by-priority charts in Monitor component 2021-09-15 12:56:24 +02:00
Lia Lissmann 816befbbdc TSK-1682: Refactor TaskRestExceptionHandler to use a Map of ExceptionClass to HttpStatusCode 2021-09-14 14:20:24 +02:00
Tristan2357 aa725edb83
TSK-1728: Refactored SqlProviderUtil (#1705) 2021-09-14 11:47:34 +02:00
dependabot[bot] 92fb63784d Bump maven-javadoc-plugin from 3.3.0 to 3.3.1
Bumps [maven-javadoc-plugin](https://github.com/apache/maven-javadoc-plugin) from 3.3.0 to 3.3.1.
- [Release notes](https://github.com/apache/maven-javadoc-plugin/releases)
- [Commits](https://github.com/apache/maven-javadoc-plugin/compare/maven-javadoc-plugin-3.3.0...maven-javadoc-plugin-3.3.1)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-13 09:18:08 +02:00
tge20 1e3f90509d
TSK-1706: Implementation of the new UserService (#1692) 2021-09-07 07:50:04 +02:00
dependabot[bot] 1d23aeecc0 Bump IBM/cloudfoundry-deploy from 2.0 to 2.1
Bumps [IBM/cloudfoundry-deploy](https://github.com/IBM/cloudfoundry-deploy) from 2.0 to 2.1.
- [Release notes](https://github.com/IBM/cloudfoundry-deploy/releases)
- [Commits](https://github.com/IBM/cloudfoundry-deploy/compare/v2.0...v2.1)

---
updated-dependencies:
- dependency-name: IBM/cloudfoundry-deploy
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-09-01 12:24:13 +02:00
Sofie Hofmann f18a8dc932 TSK-1630,TSK-1670: Enabled owner validiation and editing AccessItem name 2021-09-01 10:54:23 +02:00
Mustapha Zorgati 0fcc08ddd2 Updated poms to version 4.9.1-SNAPSHOT 2021-08-31 14:57:33 +00:00
Tristan 37209776af TSK-1687: Added Rest Docs for WorkbasketPriorityReport 2021-08-31 16:43:22 +02:00
Mustapha Zorgati 601ce19643 TSK-1721: implemented an other example to show how to serve static files 2021-08-31 14:06:11 +02:00
Mustapha Zorgati 4bf0479a81 TSK-1721: reduced WithAccessId and WithAccessIds 2021-08-31 14:06:11 +02:00
Joerg Heffner 8eb8f1f44d TSK-1724: Code Review Changes 2021-08-31 13:41:23 +02:00
Joerg Heffner 5d08893a6b TSK-1724: Change JobType from Enum to String 2021-08-31 13:41:23 +02:00
Martin Sawilla 38fbc66f7f TSK-1716: Replaced immutable Collections with mutable ones in all our entities. 2021-08-31 13:00:08 +02:00
Martin Sawilla e564778a91 TSK-1715: Implemented OwnerNotIn-Filter for TaskQuery. 2021-08-31 13:00:00 +02:00
Tristan2357 fe292ea5b5
TSK-1687: Provide REST API for WorkbasketReports, structured by priority instead of days (#1685)
* TSK-1687: Added WorkbasketPriorityReport

Java and REST API

* TSK-1687: Added Tests

* TSK-1687: Adapted Tests, because of extended monitor test data

* TSK-1687: PR amends (remember to squash and rebase)
2021-08-31 12:52:14 +02:00
Mustapha Zorgati 54428045dd TSK-1718: Performance optimization for TaskService#getTask and TaskQuery#list
The execution time has been reduced from O(n²) to O(n)
2021-08-30 14:18:38 +02:00
Mustapha Zorgati 591963cebc TSK-1719: optimized other mockStatic calls to match recommendation
which is to use mockStatic together with a try-with-resources statement
2021-08-30 14:04:09 +02:00
Mustapha Zorgati b0569dee8b TSK-1719: optimized LoggingAspect 2021-08-30 14:04:09 +02:00
Lia Lissmann 14baeb8bc1 TSK-1703: Create configuration property that allows to create & update due and planned timestamps with service level mismatch 2021-08-26 10:32:46 +02:00
Sofie Hofmann d8a8f47cb8 TSK-1720: Sort Workbasket Distribution Targets by type and name 2021-08-25 11:52:05 +02:00
Chi Nguyen 0f65abb001
TSK-718: Add german date time format pipe (#1681)
* TSK-718: Add german date time format pipe

* TSK-718: update test to run with yarn
2021-08-25 11:01:57 +02:00
Lia Lissmann 3f124f47db TSK-1710: Fixed a few code smells 2021-08-25 10:13:50 +02:00
Lia Lissmann 2b7e7902a3 TSK-1710: Fixed a few code smells 2021-08-25 10:13:50 +02:00
Mustapha Zorgati c628426d0a TSK-1717: The JointPoint for our LoggingAspect now only looks for classes within pro.taskana package 2021-08-25 10:01:43 +02:00
Benjamin Eckstein e9540d04e4 TSK-1705: Add a job to update priority for unfinished tasks 2021-08-24 16:01:28 +02:00
dependabot[bot] 167d47f951 Bump version.spring.boot from 2.5.3 to 2.5.4
Bumps `version.spring.boot` from 2.5.3 to 2.5.4.

Updates `spring-boot-dependencies` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.3...v2.5.4)

Updates `spring-boot-maven-plugin` from 2.5.3 to 2.5.4
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.5.3...v2.5.4)

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

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 12:58:39 +02:00
dependabot[bot] bccc69d706 Bump archunit from 0.20.1 to 0.21.0
Bumps [archunit](https://github.com/TNG/ArchUnit) from 0.20.1 to 0.21.0.
- [Release notes](https://github.com/TNG/ArchUnit/releases)
- [Commits](https://github.com/TNG/ArchUnit/compare/v0.20.1...v0.21.0)

---
updated-dependencies:
- dependency-name: com.tngtech.archunit:archunit
  dependency-type: direct:production
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-24 12:58:29 +02:00
Tristan Eisermann 7810267092 TSK-1650: Code Smells 2021-08-24 11:54:39 +02:00
Tristan Eisermann 8e94de6a42 TSK-1650: Reworked the WorkbasketAccessSqlProvider 2021-08-24 11:54:39 +02:00
Tristan Eisermann 72b00a8c32 TSK-1650: Added WorkbasketSqlProvider 2021-08-24 11:54:39 +02:00
Tristan Eisermann ed11a02b80 TSK-1650: Added WorkbasketAccessSqlProvider
And made search for accessItems by Key and Domain case insensitive
2021-08-24 11:54:39 +02:00
Tim Gerversmann dc9e3a25ce TSK-1686: Introduced an SPI for the individual calculation of priorities 2021-08-20 21:21:57 +02:00
dependabot[bot] 1c5456337b Bump equalsverifier from 3.7 to 3.7.1
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.7 to 3.7.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.7...equalsverifier-3.7.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>
2021-08-17 14:47:48 +02:00
Holger Hagen aa233fec1b TSK-1701: added integration test for task routing via REST API. 2021-08-13 10:25:43 +02:00
dependabot[bot] 27a445fc3b Bump url-parse from 1.5.1 to 1.5.3 in /web
Bumps [url-parse](https://github.com/unshiftio/url-parse) from 1.5.1 to 1.5.3.
- [Release notes](https://github.com/unshiftio/url-parse/releases)
- [Commits](https://github.com/unshiftio/url-parse/compare/1.5.1...1.5.3)

---
updated-dependencies:
- dependency-name: url-parse
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2021-08-12 12:03:16 +02:00
Stefan Schultz 091f555bcf TSK-1698: Remove unnecessary reorg statements from sqls
See https://www.ibm.com/docs/en/db2/11.1?topic=statements-alter-table for more information on REORG-recommended operation
2021-08-12 09:39:07 +02:00
Tristan2357 fba162f854
TSK-1694: Updated Node Version (#1671) 2021-08-12 08:45:29 +02:00
Mustapha Zorgati 698808e9d3 TSK-1693: automatic reformatting 2021-08-11 11:17:27 +02:00
Holger Hagen a4ab94bb04 TSK-1697: Fixed ambiguous domain in listValues query when joining with classifications 2021-08-11 11:11:17 +02:00
dependabot[bot] 6d11ae371d Bump checkstyle from 8.45 to 8.45.1
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.45 to 8.45.1.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.45...checkstyle-8.45.1)

---
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>
2021-08-09 16:34:39 +02:00