Commit Graph

2044 Commits

Author SHA1 Message Date
Sofie Hofmann 4697104678 TSK-1547: Rework task-list-toolbar component with Angular Material 2021-02-10 18:04:29 +01:00
Sofie Hofmann a73b43b81d TSK-1553: Rework master-and-details with Angular Material 2021-02-09 16:45:29 +01:00
Sofie Hofmann a22f36f0cd TSK-1540: Rework task-list component with Angular Material 2021-02-09 14:52:51 +01:00
dependabot-preview[bot] fe1239bbaa Bump equalsverifier from 3.5.3 to 3.5.4
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.5.3 to 3.5.4.
- [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.5.3...equalsverifier-3.5.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-09 10:36:55 +00:00
dependabot-preview[bot] 162e25a4a9 Bump equalsverifier from 3.5.2 to 3.5.3
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.5.2 to 3.5.3.
- [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.5.2...equalsverifier-3.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-05 15:19:48 +00:00
Mustapha Zorgati 886c76e167 Updated poms to version 4.4.1-SNAPSHOT 2021-02-04 00:44:36 +00:00
Joerg Heffner 4c48ce4826 TSK-1530: Add a REST endpoint to cancel a task 2021-02-03 15:39:51 +01:00
tge20 ff0b77f6ad
TSK-1507: Cleaned up some CodeSmells (#1400)
* TSK-1507: Cleaned up some CodeSmells

* TSK-1507: Improvements after review
2021-02-03 12:33:16 +01:00
Tim Gerversmann 9906c0c7f9 TSK-1504: Next scheduled Job now based on due date of job before 2021-02-03 11:56:03 +01:00
Sofie Hofmann 751930226b TSK-1044: Fix selectAll checkbox 2021-02-03 11:17:23 +01:00
Franzi321 9c4d6e479d
TSK-1505: Fix Domain bug (#1458)
* TSK-1505: fix domain bug

* TSK-1505: fix prettier error

* TSK-1505: fix prettier error

* TSK-1505: remove global domain variable
2021-02-03 11:16:51 +01:00
tge20 aa6d304b49
TSK-1499: Fixed bug of also cleaning completed tasks with parentProcessId null/empty (#1394)
* TSK-1499: Fixed bug of also cleaning completed tasks with parentProcessId null/empty

* TSK-1499: Now also fixed for the HistoryCleanupJob

* TSK-1499: Improvements after review
2021-02-03 09:34:22 +01:00
Mustapha Zorgati 368b3c7d54 TSK-1533: configured spring-auto-rest-docks JacksonModelAttributeSnippet
in order to automatically generate the documentation for our ModelAttribute request types
2021-02-03 08:53:35 +01:00
Mustapha Zorgati 477470302a TSK-1531: moved all example classes to dedicated example package 2021-02-02 19:41:04 +01:00
Sofie Hofmann c507951810 TSK-1433: Sort distribution targets by type and description 2021-02-02 17:37:37 +01:00
Sofie Hofmann d18a040cf1 TSK-1431: Sort workbasket access items by accessId 2021-02-02 17:35:24 +01:00
Mustapha Zorgati c4ee9901f9 TSK-1521: regenerated equals() and hashcode() for our JAAS principles
+ removed the field `member` from GroupPrincipal since it was not used anymore.
2021-02-02 15:21:05 +01:00
Mustapha Zorgati e87de29761 TSK-1520: introduced taskana-common-security as a dedicated module. 2021-02-02 15:21:05 +01:00
tge20 67fcfbf9db
TSK-1522: Make DB2 update-script v4.3.0 compatible (#1470) 2021-02-02 08:34:09 +01:00
tge20 c6e82c1368
TSK-1506: Fixed bug for Cleanup Jobs with more than 32767 tasks (#1457)
* TSK-1506: Fixed bug for Cleanup Jobs with more than 32767 tasks

* TSK-1506: Improvements after review
2021-02-02 08:16:07 +01:00
dependabot-preview[bot] 1a455beb31 Bump maven-checkstyle-plugin from 3.1.1 to 3.1.2
Bumps [maven-checkstyle-plugin](https://github.com/apache/maven-checkstyle-plugin) from 3.1.1 to 3.1.2.
- [Release notes](https://github.com/apache/maven-checkstyle-plugin/releases)
- [Commits](https://github.com/apache/maven-checkstyle-plugin/compare/maven-checkstyle-plugin-3.1.1...maven-checkstyle-plugin-3.1.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 14:37:45 +00:00
dependabot-preview[bot] 22032ea43d Bump checkstyle from 8.39 to 8.40
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.39 to 8.40.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.39...checkstyle-8.40)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-02-01 13:44:42 +00:00
Sofie Hofmann 8cdc9d9c88 TSK-1528: Remove duplicated error message when creating a classification 2021-02-01 14:28:24 +01:00
Sofie Hofmann abfa4e09fc TSK-1517: Fix distribution targets moving and filtering 2021-02-01 14:09:17 +01:00
Mustapha Zorgati 4d279c4871 TSK-1529: fixed database cleanup for failing test classes 2021-02-01 13:55:20 +01:00
Sofie Hofmann 5f94d31056 TSK-1043: Fix access-items table width 2021-02-01 08:39:59 +01:00
Sofie Hofmann e8e976de0c TSK-1527: Modify how badge messages are displayed 2021-02-01 08:36:43 +01:00
tge20 a4b6dc464f
TSK-1421: Specific error message if classification already existing (#1462) 2021-01-27 20:32:14 +01:00
Sofie Hofmann 7e965a2709 TSK-1503: Refactored copy function and saving mechanism 2021-01-26 07:45:41 +01:00
tge20 abfa07ce6a
TSK-1115: Validate that Service Level is not negative (#1454) 2021-01-25 16:49:17 +01:00
Joerg Heffner 92b49fc850 TSK-1355: Review Findings 2021-01-25 15:59:47 +01:00
Joerg Heffner 2a6d97132b TSK-1355: Adjust all single() methods to use mybatis selectOne 2021-01-25 15:59:47 +01:00
Sofie Hofmann cc2c5eb58c TSK-1490: Fix autocomplete in workplace workbasket search 2021-01-25 09:46:17 +01:00
Sofie Hofmann 9324e6ad7a TSK-1523: Small changes in access-items and modified all-icon 2021-01-25 08:30:58 +01:00
dependabot-preview[bot] bfa1220519 Bump @ngxs/devtools-plugin from 3.6.2 to 3.7.1 in /web
Bumps [@ngxs/devtools-plugin](https://github.com/ngxs/store) from 3.6.2 to 3.7.1.
- [Release notes](https://github.com/ngxs/store/releases)
- [Changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ngxs/store/compare/v3.6.2...v3.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 16:00:57 +00:00
dependabot-preview[bot] a92878696c Bump @ngxs/store from 3.6.2 to 3.7.1 in /web
Bumps [@ngxs/store](https://github.com/ngxs/store) from 3.6.2 to 3.7.1.
- [Release notes](https://github.com/ngxs/store/releases)
- [Changelog](https://github.com/ngxs/store/blob/master/CHANGELOG.md)
- [Commits](https://github.com/ngxs/store/compare/v3.6.2...v3.7.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 13:54:44 +00:00
dependabot-preview[bot] bf623dae79 Bump tslint from 5.20.1 to 6.1.3 in /web
Bumps [tslint](https://github.com/palantir/tslint) from 5.20.1 to 6.1.3.
- [Release notes](https://github.com/palantir/tslint/releases)
- [Changelog](https://github.com/palantir/tslint/blob/master/CHANGELOG.md)
- [Commits](https://github.com/palantir/tslint/compare/5.20.1...6.1.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 13:54:30 +00:00
Mustapha Zorgati b71eec1edf TSK-1497: disabled sonarqube on release and specified tag 2021-01-20 13:42:26 +01:00
dependabot-preview[bot] 0256b138b7 Bump resteasy-client from 4.5.8.Final to 4.6.0.Final
Bumps [resteasy-client](https://github.com/resteasy/Resteasy) from 4.5.8.Final to 4.6.0.Final.
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](https://github.com/resteasy/Resteasy/compare/4.5.8.Final...4.6.0.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 10:22:02 +00:00
tge20 0994f14b3b
TSK-1498: Created specific error message if workbasket already exists (#1399) 2021-01-20 09:06:03 +01:00
dependabot-preview[bot] fbf615b2c5 Bump equalsverifier from 3.5.1 to 3.5.2
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.5.1 to 3.5.2.
- [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.5.1...equalsverifier-3.5.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 08:00:08 +00:00
dependabot-preview[bot] a5b8b9b333 Bump @types/node from 14.14.21 to 14.14.22 in /web
Bumps [@types/node](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/node) from 14.14.21 to 14.14.22.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/node)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-20 06:20:34 +00:00
dependabot-preview[bot] 0a2502333b Bump @types/jest from 26.0.7 to 26.0.20 in /web
Bumps [@types/jest](https://github.com/DefinitelyTyped/DefinitelyTyped/tree/HEAD/types/jest) from 26.0.7 to 26.0.20.
- [Release notes](https://github.com/DefinitelyTyped/DefinitelyTyped/releases)
- [Commits](https://github.com/DefinitelyTyped/DefinitelyTyped/commits/HEAD/types/jest)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 17:31:03 +00:00
dependabot-preview[bot] cf2915b4c9 Bump jest from 26.1.0 to 26.6.3 in /web
Bumps [jest](https://github.com/facebook/jest) from 26.1.0 to 26.6.3.
- [Release notes](https://github.com/facebook/jest/releases)
- [Changelog](https://github.com/facebook/jest/blob/master/CHANGELOG.md)
- [Commits](https://github.com/facebook/jest/compare/v26.1.0...v26.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 17:30:54 +00:00
dependabot-preview[bot] f2db55d77e Bump bootstrap from 4.5.3 to 4.6.0 in /web
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.5.3 to 4.6.0.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.5.3...v4.6.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 17:30:46 +00:00
dependabot-preview[bot] 577f5b1d2b Bump rxjs from 6.5.4 to 6.6.3 in /web
Bumps [rxjs](https://github.com/reactivex/rxjs) from 6.5.4 to 6.6.3.
- [Release notes](https://github.com/reactivex/rxjs/releases)
- [Changelog](https://github.com/ReactiveX/rxjs/blob/6.6.3/CHANGELOG.md)
- [Commits](https://github.com/reactivex/rxjs/compare/6.5.4...6.6.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 16:16:30 +00:00
dependabot-preview[bot] 685112ba60 Bump jest-preset-angular from 8.2.1 to 8.3.2 in /web
Bumps [jest-preset-angular](https://github.com/thymikee/jest-preset-angular) from 8.2.1 to 8.3.2.
- [Release notes](https://github.com/thymikee/jest-preset-angular/releases)
- [Changelog](https://github.com/thymikee/jest-preset-angular/blob/master/CHANGELOG.md)
- [Commits](https://github.com/thymikee/jest-preset-angular/compare/v8.2.1...v8.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 16:16:12 +00:00
dependabot-preview[bot] 078911fef4 Bump bootstrap from 4.4.1 to 4.5.3 in /web
Bumps [bootstrap](https://github.com/twbs/bootstrap) from 4.4.1 to 4.5.3.
- [Release notes](https://github.com/twbs/bootstrap/releases)
- [Commits](https://github.com/twbs/bootstrap/compare/v4.4.1...v4.5.3)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 16:16:04 +00:00
dependabot-preview[bot] b8d8adbc34 Bump @typescript-eslint/eslint-plugin-tslint in /web
Bumps [@typescript-eslint/eslint-plugin-tslint](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin-tslint) from 2.15.0 to 4.14.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/master/packages/eslint-plugin-tslint/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v4.14.0/packages/eslint-plugin-tslint)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2021-01-19 16:15:54 +00:00
Mustapha Zorgati ce373bab63 TSK-1516: verify dependencies on CI to prevent issues regarding caching 2021-01-19 16:12:49 +01:00