Commit Graph

1171 Commits

Author SHA1 Message Date
BerndBreier 4423854822 TSK-991 fix dependent projects 2020-02-03 11:41:02 +01:00
BerndBreier 8cab323145 TSK-991 fix javadoc errors 2020-02-03 11:41:02 +01:00
BerndBreier 08abf33ef7 TSK-991 core with 0 errors 2020-02-03 11:41:02 +01:00
BerndBreier 3b13b9a95e TSK-991 after initial refactoring 2020-02-03 11:41:02 +01:00
dependabot-preview[bot] 5d39ff63e2 Bump byte-buddy-agent from 1.9.7 to 1.10.7
Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy) from 1.9.7 to 1.10.7.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.7...byte-buddy-1.10.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-31 08:37:49 +00:00
dependabot-preview[bot] 39f116bc68 Bump byte-buddy from 1.9.7 to 1.10.7
Bumps [byte-buddy](https://github.com/raphw/byte-buddy) from 1.9.7 to 1.10.7.
- [Release notes](https://github.com/raphw/byte-buddy/releases)
- [Changelog](https://github.com/raphw/byte-buddy/blob/master/release-notes.md)
- [Commits](https://github.com/raphw/byte-buddy/compare/byte-buddy-1.9.7...byte-buddy-1.10.7)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-31 08:20:44 +00:00
Mustapha Zorgati fbba8e879e TSK-1062: removed rawtype from MapTypeHandler 2020-01-30 17:50:47 +01:00
Benjamin Eckstein a1f1e72afc TSK-1024: Make LdapClient more testable 2020-01-30 17:24:45 +01:00
Sofie Hofmann 57cb37fb0d TSK-1077 added ClassificationSummaryAssemblerTest 2020-01-30 16:45:52 +01:00
Holger Hagen 5dd7031290 TSK-1030: Update H2 to 1.4.200 and fix GENERATED IDENTITY syntax. 2020-01-30 16:36:17 +01:00
BVier b68043a078 changes 2020-01-30 14:09:11 +01:00
BVier 0c63dfaea3 TSK-1037: WBDefinitonController accepts existing distributionTargets 2020-01-30 14:09:11 +01:00
Mustapha Zorgati 659272fda9 Updated poms to version 1.2.3-SNAPSHOT 2020-01-30 10:41:25 +00:00
Jörg Heffner b01e5c3de6 TSK-989 Filter Tasks by planned TimeIntervals (REST)
-Added planned, planned-from and planned-until params in filter list
-Added due, due-from and due-until params in filter list
-Implemented needed methods
-Added Test
-Updated rest-api.doc
-Refactored TaskControllerIntTests to use AssertJ
2020-01-30 11:08:58 +01:00
Benjamin Eckstein 99e2caadec TSK-1024: Refactor and clean up LdapClient changes 2020-01-30 10:03:34 +01:00
Mustapha Zorgati 34d6bfdae6 TSK-1024: removed lenient() and replaced MockitoSettings annotation 2020-01-30 10:03:34 +01:00
Benjamin Eckstein 08571e7216 TSK-1024: Add tests for ldapclient 2020-01-30 10:03:34 +01:00
Sofie Hofmann dbe17fff57 TSK-1051 Expose task description via rest
TSK-1051 Expose task description via rest

TSK-1051 changed devMode property
2020-01-29 17:11:57 +01:00
dependabot-preview[bot] 5d5e3e975a Bump wildfly-elytron from 1.11.1.Final to 1.11.2.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.11.1.Final to 1.11.2.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.11.1.Final...1.11.2.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 09:33:44 +00:00
dependabot-preview[bot] ebf45950a1 Bump assertj-core from 3.14.0 to 3.15.0
Bumps [assertj-core](https://github.com/joel-costigliola/assertj-core) from 3.14.0 to 3.15.0.
- [Release notes](https://github.com/joel-costigliola/assertj-core/releases)
- [Commits](https://github.com/joel-costigliola/assertj-core/compare/assertj-core-3.14.0...assertj-core-3.15.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-29 10:32:40 +01:00
Benjamin Eckstein 0d9ebe07c5 TSK-987: Fix Spotbugs - Write to static field from instance method 2020-01-29 09:27:08 +01:00
Benjamin Eckstein 1ddc5bbc95 TSK-987: Fix Spotbugs - Load of known null value 2020-01-29 09:27:08 +01:00
Benjamin Eckstein 10e888acd4 TSK-1060: Add sort by taskId to TaskQuery 2020-01-28 15:41:53 +01:00
Mustapha Zorgati ca6dd310ce TSK-1038: added debug log when db exception occurs 2020-01-28 12:27:37 +01:00
Mustapha Zorgati 7cce420b76 TSK-1038: Removed java precondition check and use db exception instead 2020-01-28 12:27:37 +01:00
Mustapha Zorgati 6e1d6cf20f TSK-1038: precondition checks are moved before database connection opens 2020-01-28 12:27:37 +01:00
Mustapha Zorgati 9b61abda37 TSK-1038: added WAIAlreadyExistsException to missing operations with access Items 2020-01-28 12:27:37 +01:00
dependabot-preview[bot] bb315ea236 Bump equalsverifier from 3.1.11 to 3.1.12
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.1.11 to 3.1.12.
- [Release notes](https://github.com/jqno/equalsverifier/releases)
- [Changelog](https://github.com/jqno/equalsverifier/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jqno/equalsverifier/compare/equalsverifier-3.1.11...equalsverifier-3.1.12)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-28 08:33:21 +01:00
Mustapha Zorgati 7477092a69 automated formatting
changes most likely method order
2020-01-27 20:40:43 +01:00
Benjamin Eckstein b86f3e5b65 TSK-987: Fix Spotbugs - Dead store to local variable 2020-01-27 11:49:59 +01:00
Benjamin Eckstein 2f7d0d359b TSK-987: Fix Spotbugs - exception is caught when exception is not thrown 2020-01-27 11:49:59 +01:00
Benjamin Eckstein 3e9ea4d1d9 TSK-987: Fix Spotbugs - inner class could be made static 2020-01-27 11:49:59 +01:00
Mustapha Zorgati 2112dcd79e TSK-1053: refactored taskana-data tests with assertJ 2020-01-27 10:24:29 +01:00
Mustapha Zorgati c09cf2f58b TSK-1053: refactored CreateClassificationAccTest with assertJ 2020-01-27 10:24:29 +01:00
dependabot-preview[bot] 0c67dba76a Bump checkstyle from 8.28 to 8.29
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.28 to 8.29.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.28...checkstyle-8.29)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 08:43:20 +01:00
dependabot-preview[bot] 541490bff3 Bump version.powermock from 2.0.4 to 2.0.5
Bumps `version.powermock` from 2.0.4 to 2.0.5.

Updates `powermock-api-mockito2` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.4...powermock-2.0.5)

Updates `powermock-module-junit4` from 2.0.4 to 2.0.5
- [Release notes](https://github.com/powermock/powermock/releases)
- [Changelog](https://github.com/powermock/powermock/blob/release/2.x/docs/changelog.txt)
- [Commits](https://github.com/powermock/powermock/compare/powermock-2.0.4...powermock-2.0.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-27 08:43:00 +01:00
Mustapha Zorgati 5b68922590 TSK-1025: added assertj dependency to every module 2020-01-26 20:11:42 +01:00
Mustapha Zorgati afcc47dcd5 Updated poms to version 1.2.2-SNAPSHOT 2020-01-24 13:19:17 +00:00
Mustapha Zorgati b9e2cc4214 TSK-1050: fixed pushback to github and let the build fail if it wont work 2020-01-24 12:46:18 +01:00
dependabot-preview[bot] eb53a3de66 Bump wildfly-elytron from 1.11.0.Final to 1.11.1.Final
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron) from 1.11.0.Final to 1.11.1.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases)
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.11.0.Final...1.11.1.Final)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-01-24 10:37:23 +01:00
Holger Hagen 226c30bf73 TSK-1024: add LDAP lookup for group by dn 2020-01-23 17:49:30 +01:00
BerndBreier 6a5736527e TSK-1038 New schema version 2020-01-23 16:58:49 +01:00
BerndBreier 16a82efcb5 TSK-1038 duplicate workbasket errors in Rest tests 2020-01-23 16:58:49 +01:00
BerndBreier 3709d98511 TSK-1038 prevent duplicate workbasket access items 2020-01-23 16:58:49 +01:00
Benjamin Eckstein 4d560532bd TSK-987: Fix Spotbugs - reliance on default encoding 2020-01-23 14:23:56 +01:00
Benjamin Eckstein faf6065c48 TSK-1029: Refactor runAsAdmin method and usage 2020-01-23 13:00:04 +01:00
Benjamin Eckstein 0262121041 TSK-1029: Test and fix privilege for runasadmin is only temporary 2020-01-23 13:00:04 +01:00
Benjamin Eckstein 1d15f5102f TSK-1029: Fix side effect of tests 2020-01-23 13:00:04 +01:00
Benjamin Eckstein fae9d1fb9b TSK-1029: Fix deletion of workbasket as business admin not possible 2020-01-23 13:00:04 +01:00
Benjamin Eckstein 5a08fd4b03 TSK-1029: Add test to trigger permission bug 2020-01-23 13:00:04 +01:00