Commit Graph

1534 Commits

Author SHA1 Message Date
Mustapha dd7598443a Updated poms to version 3.2.1-SNAPSHOT 2020-07-02 20:59:38 +00:00
holgerhagen 78ef03d9a7 TSK-1321: Fixed user lookup with dn. 2020-07-02 17:05:14 +02:00
holgerhagen da9cf9978a TSK-1322: enabled organizational groupsfor example apps 2020-07-02 16:56:36 +02:00
Chi Nguyen 59c233d758 TSK-1302 Fixed vulnerabilities in dependencies by updating build-angular, ngx-infinite-scroll, karma, protractor
@angular-devkit/build-angular 0.803.22 => 0.803.28 (v8 LTS)
karma 4.0.1 => 5.1.0
protractor 5.4.0 => 7.0.0
ngx-infinite-scroll 6.0.1 => 9.0.0
2020-07-02 13:32:31 +02:00
holgerhagen 8e5ab5d5b3 TSK-1317: Fixed task comment authorization tests. 2020-07-02 10:24:27 +02:00
holgerhagen 9f0179619f TSK-1253: Prevent LDAP injection. 2020-07-02 10:14:54 +02:00
Tristan Eisermann c79c06010a TSK-1306: Fixed problem with domain switching in classifications 2020-07-01 13:15:49 +02:00
Mustapha Zorgati 63b6248cf7 TSK-1308: fixed compile issues introduced in rebase 2020-07-01 12:14:35 +02:00
holgerhagen 382b8366bf TSK-1308: User must be in role ADMIN, BUSINESS_ADMIN to use AccessIdSrv. 2020-07-01 11:01:58 +02:00
holgerhagen 553c1d9f83 TSK-1308: Fixed: return groups from LDAP, accessId is member of. 2020-07-01 11:01:58 +02:00
Mustapha Zorgati b321c495ba .. and more code smells 💩 - it stinks 2020-07-01 10:39:53 +02:00
Mustapha Zorgati b3add569ff fixed new sonarqube code smells and bugs 2020-07-01 09:04:33 +02:00
Joerg Heffner 969d3eeff6 review Findings 2020-06-30 14:50:26 +02:00
Joerg Heffner 1dfe54c0b6 TSK-1275: Support select and claim in one API call 2020-06-30 14:50:26 +02:00
Mustapha Zorgati 135d78ff54 TSK-1298: TSK-1292: fixed several bugs in taskana-admin > classifications 2020-06-30 13:58:47 +02:00
Sofie Hofmann db9175a3f6 TSK-1305: Adapt classification type when entering a deep link 2020-06-30 11:26:41 +02:00
Sofie Hofmann 288b30ef58 TSK-1313: Renamed selectors in monitor component 2020-06-30 09:29:02 +02:00
Sofie Hofmann b51b1add49 TSK-1312: Fix bug due to type change while creating a new classification 2020-06-30 09:00:11 +02:00
dependabot-preview[bot] e99126b4a2 Bump checkstyle from 8.33 to 8.34
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.33 to 8.34.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.33...checkstyle-8.34)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-29 06:23:36 +00:00
Mustapha Zorgati 2def9d025a datasouce for rest service now using spring datasource 2020-06-27 21:48:31 +02:00
Mustapha Zorgati ec4d919dd0 TSK-1301: Cleaned up ldap properties in order to allow users to define custom LdapTemplate bean 2020-06-26 10:28:11 +02:00
holgerhagen 0367a3deac TSK-1254: Added explicit test for base 64 encoded LDAP values. 2020-06-25 10:38:25 +02:00
holgerhagen 8760bdceb3 TSK-1196: improved accessId check before deleting all user access items 2020-06-25 09:17:27 +02:00
Tristan Eisermann 6f225ebc28 TSK-1221: Fix for key not showing after copy of classification 2020-06-24 22:19:52 +02:00
Tristan Eisermann d07b11953d TSK-1221: Fixed problem with action and added test 2020-06-24 15:20:35 +02:00
Tristan Eisermann 7abb9b4c2f TSK-1221: Added test for copy
TSK-1221: Added copy functionality to classifications
2020-06-23 17:00:02 +02:00
Tristan Eisermann b0dc2663e5 TSK-1221: Added copy functionality to classifications 2020-06-23 17:00:02 +02:00
Sofie Hofmann 018ac2ebc1 TSK-1295: Tree no longer expands automatically when category is changed 2020-06-23 14:41:21 +02:00
Tristan Eisermann d3c6e0a6a8 TSK-1300: Fixed problem with link to bluemix environment 2020-06-23 13:26:02 +02:00
Tristan Eisermann 0e199095b7 TSK-1300: Updated the autocomment bot 2020-06-23 10:05:22 +02:00
Mustapha Zorgati a63fad0257 TSK-1283: general refactoring + made accessIds lowercase 2020-06-22 16:05:19 +02:00
holgerhagen c57bbe07c7 TSK-1283: replaced usernames with - instead of _ 2020-06-22 16:05:19 +02:00
Sofie Hofmann 2760b9ee59 TSK-1279: Enable the creation of subclassifications 2020-06-22 12:43:25 +02:00
Mustapha Zorgati e352016584 TSK-1214: refactored taskana-classification
TSK-1214 Trying to make drag'n drop in tree possible

TSK-1214 Removed refreshClassification output from tree

TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list

TSK-1214 Fixed tests in tree component

TSK-1214 Removed tree service and corresponding test in class-details

TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly

TSK-1214 added accessibility action, use space to select a tree node

TSK-1214 swapped space and enter in tree component, cleaned code

TSK-1214 fixed bug where page isn't updated dynamically according to browser path

TSK-1214 workaround circular dependency.

service uses snapshot of store, does not actually access the state in store

TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state

TSK-1214 changed first() to take(1) to fix Observable dying during test

TSK-1214 fixed test cases and lint issues

TSK-1214 fixed circular dependency

TSK-1214 devmode = false

TSK-1214: fixed merge problems with notificationService and removed some warnings

TSK-1214: fixed merge problems with notificationService

TSK-1214 remove wrong imports from before merge
2020-06-22 12:43:25 +02:00
Nikita Kolytschew 61066217b9 TSK-1258
Refactoring of spring versions in maven pom files

* move "spring-boot-dependencies" dependency to parent
* remove version from managed dependencies
* remove unused versions from parent
2020-06-19 16:39:13 +02:00
dependabot-preview[bot] 0c48d7bc93 Bump maven-surefire-plugin from 3.0.0-M4 to 3.0.0-M5
Bumps [maven-surefire-plugin](https://github.com/apache/maven-surefire) from 3.0.0-M4 to 3.0.0-M5.
- [Release notes](https://github.com/apache/maven-surefire/releases)
- [Commits](https://github.com/apache/maven-surefire/compare/surefire-3.0.0-M4...surefire-3.0.0-M5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-18 07:26:46 +00:00
Tristan Eisermann dbdf3e6b03 TSK-1214: Removed unneccessary copies and GET call 2020-06-17 14:21:38 +02:00
Tristan Eisermann 7b5927d281 TSK-1248 removed unnecessary get call from saveClassification action 2020-06-17 12:19:38 +02:00
Chi Nguyen 8434bde759 TSK-1214 implemented ngxs store as state manager for classification component 2020-06-17 12:19:38 +02:00
Mustapha Zorgati 493e25b565 TSK-1214: refactored taskana-classification
TSK-1214 Trying to make drag'n drop in tree possible

TSK-1214 Removed refreshClassification output from tree

TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list

TSK-1214 Fixed tests in tree component

TSK-1214 Removed tree service and corresponding test in class-details

TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly

TSK-1214 added accessibility action, use space to select a tree node

TSK-1214 swapped space and enter in tree component, cleaned code

TSK-1214 fixed bug where page isn't updated dynamically according to browser path

TSK-1214 workaround circular dependency.

service uses snapshot of store, does not actually access the state in store

TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state

TSK-1214 changed first() to take(1) to fix Observable dying during test

TSK-1214 fixed test cases and lint issues

TSK-1214 fixed circular dependency

TSK-1214 devmode = false

TSK-1214: fixed merge problems with notificationService and removed some warnings

TSK-1214: fixed merge problems with notificationService

TSK-1214 remove wrong imports from before merge
2020-06-17 12:19:38 +02:00
Sofie Hofmann ddf7589c4c TSK-1288: Enhance auto-comment bot with checklist from team agreements
TSK-1288: Adapt auto-comment bot with small changes
2020-06-17 10:58:49 +02:00
dependabot-preview[bot] f094c9080f Bump resteasy-client from 4.5.4.Final to 4.5.5.Final
Bumps [resteasy-client](https://github.com/resteasy/Resteasy) from 4.5.4.Final to 4.5.5.Final.
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](https://github.com/resteasy/Resteasy/compare/4.5.4.Final...4.5.5.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-17 07:14:58 +00:00
Tristan Eisermann 015ba38a25 TSK-1039: Autofocus AccessID field after adding a new AccessID in Workbasket 2020-06-16 14:56:53 +02:00
dependabot-preview[bot] 716ad7a7df Bump equalsverifier from 3.4 to 3.4.1
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.4 to 3.4.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.4...equalsverifier-3.4.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-16 08:26:58 +00:00
dependabot-preview[bot] ef45b473a2 Bump equalsverifier from 3.3 to 3.4
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.3 to 3.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.3...equalsverifier-3.4)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-15 06:07:37 +00:00
dependabot-preview[bot] a660e6cfc7 Bump resteasy-client from 4.5.3.Final to 4.5.4.Final
Bumps [resteasy-client](https://github.com/resteasy/Resteasy) from 4.5.3.Final to 4.5.4.Final.
- [Release notes](https://github.com/resteasy/Resteasy/releases)
- [Commits](https://github.com/resteasy/Resteasy/compare/4.5.3.Final...4.5.4.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-13 13:29:39 +00:00
dependabot-preview[bot] e76187d4ea Bump version.spring.boot from 2.3.0.RELEASE to 2.3.1.RELEASE
Bumps `version.spring.boot` from 2.3.0.RELEASE to 2.3.1.RELEASE.

Updates `spring-boot-starter-web` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-starter-test` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-starter-jdbc` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-dependencies` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-starter-security` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-starter-thymeleaf` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE)

Updates `spring-boot-maven-plugin` from 2.3.0.RELEASE to 2.3.1.RELEASE
- [Release notes](https://github.com/spring-projects/spring-boot/releases)
- [Commits](https://github.com/spring-projects/spring-boot/compare/v2.3.0.RELEASE...v2.3.1.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-13 13:29:27 +00:00
dependabot-preview[bot] c5de4d5e48 Bump version.spring from 5.2.6.RELEASE to 5.2.7.RELEASE
Bumps `version.spring` from 5.2.6.RELEASE to 5.2.7.RELEASE.

Updates `spring-tx` from 5.2.6.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.6.RELEASE...v5.2.7.RELEASE)

Updates `spring-context` from 5.2.6.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.6.RELEASE...v5.2.7.RELEASE)

Updates `spring-jdbc` from 5.2.6.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.6.RELEASE...v5.2.7.RELEASE)

Updates `spring-web` from 5.2.6.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.6.RELEASE...v5.2.7.RELEASE)

Updates `spring-beans` from 5.2.6.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.6.RELEASE...v5.2.7.RELEASE)

Updates `spring-aop` from 5.2.6.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.6.RELEASE...v5.2.7.RELEASE)

Updates `spring-webmvc` from 5.2.6.RELEASE to 5.2.7.RELEASE
- [Release notes](https://github.com/spring-projects/spring-framework/releases)
- [Commits](https://github.com/spring-projects/spring-framework/compare/v5.2.6.RELEASE...v5.2.7.RELEASE)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-13 13:29:15 +00:00
Mustapha Zorgati a2318c267e reformatted code 2020-06-12 12:31:55 +02:00
Mustapha Zorgati 02e05a7d3b TSK-1286: refactored WorkingDaysToDaysConverter 2020-06-11 21:56:30 +02:00