Jörg Heffner
101072d3e9
TSK-1188 Enable combo filter for tasks
2020-04-22 10:05:43 +02:00
Sofie Hofmann
f8945ecfa7
TSK-1191 Restructured shared component
...
TSK-1191 Removed camelCase notation from file names
TSK-1191 Moved services
TSK-1191 Moved models
TSK-1191 Moved classification-types-selector to admin
TSK-1191 Moved components and guards
TSK-1191 Renamed some models
TSK-1191 Moved services into folders
2020-04-21 16:46:16 +02:00
Sofie Hofmann
54ec45a4aa
TSK-1190 Restructuring the monitor component
2020-04-20 11:40:14 +02:00
Mustapha Zorgati
12add6d870
TSK-1198: workbasket information now displaying custom values properly
2020-04-20 11:38:48 +02:00
Sascha Frevel
2c5634c917
TSK-1180: migrate from JUnit 5 assertions to assertJ assertions
...
TSK-1180: remove hemcrest dependency
TSK-1180: convertes junit Assertions.ThrownBy to assertJ style
TSK-1180: add archUnit rule for checking if org.junit.jupiter.api.Assertions is used in classes
TSK-1080: fixed archunit tests which failed due to rebase
test
fixed order problem with H2 database -> set collation to DEFAULT_de_DE
disabled test with collation problems, readded old style assrtj test
2020-04-20 08:10:16 +02:00
Sofie Hofmann
4451fcb9c2
TSK-1187 Fixed tree.component test and changed test description
2020-04-19 19:25:09 +02:00
Chi Nguyen
ea87836a9a
reverted changes to tree component
2020-04-19 19:25:09 +02:00
Chi Nguyen
c1ad59c2a3
Revert "TSK-1187 moved action and tree node models to administration"
...
This reverts commit 3543a898ec
.
2020-04-19 19:25:09 +02:00
Chi Nguyen
b9f8dbe23a
TSK-1187 fixed eslint errors
2020-04-19 19:25:09 +02:00
Chi Nguyen
3820f0d5c7
TSK-1187 tree component, service and model to administration
2020-04-19 19:25:09 +02:00
Chi Nguyen
55b752cd40
TSK-1187 moved action and tree node models to administration
2020-04-19 19:25:09 +02:00
Tristan Eisermann
d6f507670a
TSK-1187 renamed and rearranged the workbasket in administration
2020-04-19 19:25:09 +02:00
Chi Nguyen
13c829cb19
TSK-1187 removed unnecessary change from automatic refactor
2020-04-19 19:25:09 +02:00
Chi Nguyen
2ce65c502c
moved files from classification to components folder
2020-04-19 19:25:09 +02:00
Sofie Hofmann
b21d684ac8
TSK-1187 Rearranged services in administration
2020-04-19 19:25:09 +02:00
Chi Nguyen
6667025a71
created new branch for restructuring the project folders
...
moved workbasket-definition service to administration/services
2020-04-19 19:25:09 +02:00
Mustapha Zorgati
05818cabad
Updated poms to version 2.1.2-SNAPSHOT
2020-04-15 13:15:08 +00:00
Mustapha Zorgati
0154b0510e
TSK-1193: delayed initalisation of store until environment is set properly
2020-04-15 14:52:47 +02:00
Mustapha Zorgati
eef64bc1b3
Updated poms to version 2.1.1-SNAPSHOT
2020-04-14 12:03:41 +00:00
Holger Hagen
646583f7c1
TSK-1183: Update to Spring Boot 2.2.6
2020-04-13 22:30:51 +02:00
dependabot-preview[bot]
e8433ab954
Bump version.junit.jupiter from 5.6.1 to 5.6.2
...
Bumps `version.junit.jupiter` from 5.6.1 to 5.6.2.
Updates `junit-jupiter` from 5.6.1 to 5.6.2
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2 )
Updates `junit-jupiter-api` from 5.6.1 to 5.6.2
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2 )
Updates `junit-jupiter-engine` from 5.6.1 to 5.6.2
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2 )
Updates `junit-vintage-engine` from 5.6.1 to 5.6.2
- [Release notes](https://github.com/junit-team/junit5/releases )
- [Commits](https://github.com/junit-team/junit5/compare/r5.6.1...r5.6.2 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-13 08:06:12 +00:00
Sofie Hofmann
673f1896da
TSK-652, TSK-1170, TSK-1023 Fixed various bugs by introducing ngxs state management
...
TSK-1170 Remove @inputs from classification-types-selector
TSK-1170 Import Store in Classification-Detail-Component
TSK-1170 Removed getSelectedClassificationType() from category service
TSK-1170 Removed getSelectedClassificationType() from category service
TSK-1170 Put icons in store
TSK-1170 Removed selectCategoryType from service
TSK-1170 Refactored classification-category service
TSK-1170 Fixed multiple calls of actions
TSK-1170
TSK-1170: build ngxs store in parallel to the ngrx store
TSK-1170: replaced ngrx store with ngxs store
tests are still failing.
TSK-1170 Split store into two stores
TSK-1170 Fixed tests
TSK-1170 added categories service test
TSK-1170 Fixed checkstyle and test
TSK-1170: minimized diff for classification-details component
TSK-1170: replaced state with store observable in classificaiton details
TSK-1170 Incorporated requested changes in spec files
TSK-1170 Removed @output from classification-types-selector
Removed getClassifications() call when selecting a classification type because the code is duplicated in performRequest()
TSK-1170 Extracted selectors and actions
TSK-1170 Dispatch action in classification-service
TSK-1170 Incorporated 'set-value' function
dynamically rendering classification types
TSK-1170: disabled parent reference while creating classification
TSK-1170 fixed two ways binding for classification types
TSK-1170 removed console log
TSK-1170: Category dropdown shows correct values
TSK-1170 Renamed selectors
TSK-1170
2020-04-09 17:34:01 +02:00
Jörg Heffner
69fac1bdf4
fixed DB2 ordering issues in QueryTaskWithAttachmentAccTest
2020-04-09 14:03:54 +02:00
Jörg Heffner
e2568bba1b
TSK-1179
2020-04-09 14:03:54 +02:00
Christopher Heiting
d4350199b9
TSK-1169: refactored daysToWorkingDaysReportConverter, renamed test methods according to the new community of practices convention and deleted duplicate unit tests, switched test framework to assert via assertJ
2020-04-09 12:26:33 +02:00
Mustapha Zorgati
4a4a11704e
TSK-1168: added acceptance tests to show that you can create entities after copy
2020-04-09 10:03:07 +02:00
Christopher Heiting
11bdda1047
TSK-1168: Removed Id from CopyConstructor
2020-04-09 10:03:07 +02:00
Christopher Heiting
7d7a9e123e
TSK-1168: made interfaces clonable with a new "copy()" method, added tests
2020-04-09 10:03:07 +02:00
Christopher Heiting
9013eaa573
TSK-1168: made interfaces of entities clonable
2020-04-09 10:03:07 +02:00
Jörg Heffner
b79c4891e3
TSK-1178
2020-04-09 09:59:02 +02:00
dependabot-preview[bot]
f68c9e2307
Bump postgresql from 42.2.10 to 42.2.12
...
Bumps [postgresql](https://github.com/pgjdbc/pgjdbc ) from 42.2.10 to 42.2.12.
- [Release notes](https://github.com/pgjdbc/pgjdbc/releases )
- [Changelog](https://github.com/pgjdbc/pgjdbc/blob/master/CHANGELOG.md )
- [Commits](https://github.com/pgjdbc/pgjdbc/compare/REL42.2.10...REL42.2.12 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-07 04:10:08 +00:00
BerndBreier
2038999ee7
TSK-1177 update Planned - Holger's comments
2020-04-06 20:10:21 +02:00
BerndBreier
520eb4e295
TSK-1177 update Planned of Task if only Due was changed
2020-04-06 20:10:21 +02:00
Sascha Frevel
48595686de
TSK-1162 rwwork: removed commented line
2020-04-06 18:26:55 +02:00
Sascha Frevel
03a2985b1c
TSK-1162 new postgres version 42.2.11; refactoring of db setup/teardown in test classes
2020-04-06 18:26:55 +02:00
dependabot-preview[bot]
25b35d4889
Bump spring-security-test from 5.3.0.RELEASE to 5.3.1.RELEASE
...
Bumps [spring-security-test](https://github.com/spring-projects/spring-security ) from 5.3.0.RELEASE to 5.3.1.RELEASE.
- [Release notes](https://github.com/spring-projects/spring-security/releases )
- [Commits](https://github.com/spring-projects/spring-security/compare/5.3.0.RELEASE...5.3.1.RELEASE )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-04-01 11:40:15 +00:00
Jörg Heffner
dffb139a82
comments from Holger Hagen
2020-03-31 11:56:59 +02:00
Jörg Heffner
636135bf1a
Comments from Mustapha Zorgati
2020-03-31 11:56:59 +02:00
Jörg Heffner
c5bb6fb32c
TSK-1150 - added taskId as pathvariable to updateTaskComment and createTaskComment
...
-Added tests
2020-03-31 11:56:59 +02:00
Mustapha Zorgati
4eba81bd57
TSK-1150: now returning 404 StatusCode for TaskCommentNotFoundException
2020-03-31 11:56:59 +02:00
Mustapha Zorgati
93a94f0458
TSK-1150: added taskId as pathvariable to getTaskComment and deleteTaskComment
...
this is necessary since the path variable {taskId} is not used otherwise. Furthermore this will require that the search for a comment must match a given taskId.
2020-03-31 11:56:59 +02:00
Jörg Heffner
ce571722d5
TSK-1150: Added REST-API for task comments
2020-03-31 11:56:59 +02:00
dependabot-preview[bot]
bebb60dea0
Bump byte-buddy-agent from 1.10.8 to 1.10.9
...
Bumps [byte-buddy-agent](https://github.com/raphw/byte-buddy ) from 1.10.8 to 1.10.9.
- [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.10.8...byte-buddy-1.10.9 )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-31 01:01:44 +00:00
dependabot-preview[bot]
ad143a0655
Bump wildfly-elytron from 1.11.2.Final to 1.11.3.Final
...
Bumps [wildfly-elytron](https://github.com/wildfly-security/wildfly-elytron ) from 1.11.2.Final to 1.11.3.Final.
- [Release notes](https://github.com/wildfly-security/wildfly-elytron/releases )
- [Commits](https://github.com/wildfly-security/wildfly-elytron/compare/1.11.2.Final...1.11.3.Final )
Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-03-30 15:34:47 +00:00
BerndBreier
7fdea5bef2
TSK-1160 - terminate/cancel task more comments from Holger
2020-03-30 13:21:06 +02:00
BerndBreier
d6505284f7
TSK-1160 - terminate/cancel task Holger's comments
2020-03-30 13:21:06 +02:00
BerndBreier
2ce7f86456
TSK-1160 TaskStates CANCELLED and TERMINATED
2020-03-30 13:21:06 +02:00
BerndBreier
4fe3c96a87
TSK-442 improve task refresh on classification update
2020-03-30 13:21:06 +02:00
BerndBreier
d83b573542
TSK-1143b - fix error in testcase UpdateObjectsUseUtcTimeStampsAccTest.
2020-03-30 13:21:06 +02:00
BerndBreier
28fbeb8a2e
TSK-442 improve task refresh on classification update
2020-03-30 13:21:06 +02:00