Commit Graph

2310 Commits

Author SHA1 Message Date
Chi Nguyen 0ba4f752e6 Merge branch 'master' into taskana-md 2020-10-27 15:56:52 +01:00
Mustapha Zorgati fe393ca51c TSK-1428: fixed tests for QueryClassificationHistory due to current date issue 2020-10-27 09:50:22 +01:00
dependabot-preview[bot] ef2c3da954 Bump equalsverifier from 3.4.3 to 3.5
Bumps [equalsverifier](https://github.com/jqno/equalsverifier) from 3.4.3 to 3.5.
- [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.3...equalsverifier-3.5)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-26 07:39:56 +00:00
Chi Nguyen a139940bd2
TSK-1411: Update Update Workbasket Access Items Component MD (#1310)
* TSK-1411: updated workbasket access items functionality to work with new action bar

* TSK-1411: updated new design, accessibility, tests for workbasket access items

* TSK-1411: remove container ripple effect which causes discrepancy between firefox and chromium

* TSK-1411: minor CSS update
2020-10-20 17:06:22 +02:00
Mustapha cd47ce2256 Updated poms to version 4.2.1-SNAPSHOT 2020-10-20 10:55:57 +00:00
Joerg Heffner d7e1b5cea9 TSK-1403: Add a log message to each SPI operation in case of a thrown Exception 2020-10-20 10:03:48 +02:00
Joerg Heffner a0c092b3b9 TSK-1417: fix update scripts postgres 2020-10-20 08:41:18 +02:00
Mustapha Zorgati 85c84458e6 TSK-1415: released all common modules to maven central
So that the adapter can use them
2020-10-19 10:04:10 +02:00
SAllhusen 640ffb3a7e SqlReplacer now using DB#isDb2 2020-10-19 07:53:54 +02:00
SAllhusen 5dd1de4d58 TSK-1414: Fixed most of the new SonaCloud Code Smells since 4.0.2-SNAPSHOT 2020-10-17 21:14:34 +02:00
Joerg Heffner f113410ef4 TSK-1404: Delete old Cleanup jobs when initializing 2020-10-16 09:57:39 +02:00
Joerg Heffner 4b5d2c90ad TSK-1400: Changed Port and added note 2020-10-15 13:46:11 +02:00
Joerg Heffner f50e5ef64a TSK-1400: H2 in server mode for rest spring example 2020-10-15 13:46:11 +02:00
Chi Nguyen 356e41ea27
TSK-1399: Workbasket List and Details MD (#1301)
* TSK-1399: Comments in wb-list for better understanding

* TSK-1399: Upgrade angular material 9, added basic selection list

* TSK-1399: implement basic mat list for workbasket list

* TSK-1399: Action buttons and sorting in wb-toolbar

* TSK-1399: Update workbasket list item design

* TSK-1399: Updated workbasket-list toolbar

* TSK-1399: Import-export buttons with correct matToolTip

* TSK-1399: rework pagination component

* TSK-1399: Refactored the filter within filter options

* TSK-1399: Refactored workbasket filter

* TSK-1399: Redesigned workbasket filter

* TSK-1399: Fixed wb-list-toolbar test

* TSK-1399: Added todo comment so we will not forget :)

* TSK-1399: fixed pagination sometimes displaying wrong numbers

* TSK-1399: Partially refactored wb-information component

* TSK-1399: implement new workbasket details toolbar without functionality

* TSK-1399: commented old action toolbar

* TSK-1399: update custom pagination component

* TSK-1399: update pagination and workbasket list layout CSS

* TSK-1399: Update overall layout

* TSK-1399: fixed bugs regarding workbasket list

* TSK-1399: added store states for selecting tabs

* TSK-1399: bind workbasket details action button with workbasket information using ngxs store

* TSK-1399: Update pagination to display correctly while workbaskets being loaded

* TSK-1399: Implement functionality in workbasket information for action toolbar buttons

* TSK-1399: fixed test for workbasket information

* TSK-1399: fixed workbasket-list tests

* TSK-1399: fixed tests in workbasket details, list-toolbar

* TSK-1399: fixed all affected tests during MD redesign

* TSK-1399: fixed workbasket information not rendering full height

* TSK-1399: fixed merging issues with navbar, remove unnecessary css

Co-authored-by: Sofie Hofmann <29145005+sofie29@users.noreply.github.com>
2020-10-15 12:15:29 +02:00
Joerg Heffner 654dc6b2cb TSK-1413: Fix bulk transfer task history event creation 2020-10-15 10:58:27 +02:00
Franzi321 7c83c87f32
TSK-1395: Update Navbar to work without bootstrap 3 (#1288)
* TSK-1395: update navbar

* TSK-1395: fixed CI error

* TSK-1395: arrange components correctly

* TSK-1395: fit navbar to the other components

* TSK-1395: optimize code and add tests

* TSK-1395: delete comment

* TSK-1395: add missing logout function

* TSK-1395: modify components
2020-10-14 16:39:22 +02:00
Sofie Hofmann 4dccdb8351
TSK-1392: Ensure that a new workbasket is selected after saving (#1283) 2020-10-14 13:36:51 +02:00
Mustapha Zorgati 6b347d3620 TSK-1410: converted the bot checklist to a pull request template 2020-10-14 08:59:54 +02:00
Joerg Heffner 358da98ddf TSK-1409: Remove possible Nullpointer in TaskHistoryEvent 2020-10-14 08:27:50 +02:00
Mustapha Zorgati b23c6873db TSK-1335: removed last occurences of "HEI" prefix for history events 2020-10-13 19:58:28 +02:00
Mustapha Zorgati 121a9c103f TSK-1407: adopted RestDocumentation tests to use taskana-common-test aswell 2020-10-13 17:07:09 +02:00
Mustapha Zorgati 980d4490dc TSK-1407: fixed taskana-rest-spring-example-wildfly tests and adopted them according to our guidelines 2020-10-13 17:07:09 +02:00
Mustapha Zorgati 3a6f3dea87 TSK-1407: taskana-simplehistory-rest-spring now using provided test util classes from taskana-common-test 2020-10-13 17:07:09 +02:00
Joerg Heffner 49c0751e8b TSK-1408: Release taskana-common in maven central 2020-10-12 15:55:12 +02:00
Mustapha Zorgati 427ff366c3 TSK-1406: moved spring-boot test classes to dedicated test module 2020-10-12 15:15:38 +02:00
dependabot-preview[bot] ce6ea19a5b Bump wildfly-arquillian-container-managed
Bumps wildfly-arquillian-container-managed from 3.0.0.Final to 3.0.1.Final.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-12 06:23:18 +00:00
dependabot-preview[bot] 6c9c15ed42 Bump wildfly-arquillian-container-managed
Bumps wildfly-arquillian-container-managed from 2.2.0.Final to 3.0.0.Final.

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-11 11:25:57 +00:00
Mustapha Zorgati d52d354393 TSK-1277: fixed release pipeline due to wrong spacing in .travis.yml 2020-10-09 12:19:43 +02:00
dependabot-preview[bot] e13dd8f513 Bump mybatis from 3.5.5 to 3.5.6
Bumps [mybatis](https://github.com/mybatis/mybatis-3) from 3.5.5 to 3.5.6.
- [Release notes](https://github.com/mybatis/mybatis-3/releases)
- [Commits](https://github.com/mybatis/mybatis-3/compare/mybatis-3.5.5...mybatis-3.5.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-10-09 09:19:46 +00:00
Mustapha Zorgati 71c6a3f48c TSK-1277: fixed travis build and artifacts to deploy 2020-10-09 10:25:54 +02:00
Mustapha Zorgati a5faab282a TSK-1277: moved the entire taskana.common package to the taskana-common module 2020-10-09 10:25:54 +02:00
Mustapha Zorgati 72738bc3a6 TSK-1277: moved taskana-test to taskana-common-test 2020-10-09 10:25:54 +02:00
Mustapha Zorgati 44cb21b5ae TSK-1277: removed circular dependency between taskana-common and taskana-core 2020-10-09 10:25:54 +02:00
Mustapha Zorgati 47aa60033f TSK-1277: moved JaasExtension and all its necessary classes to common modules 2020-10-09 10:25:54 +02:00
Mustapha Zorgati 7df5587676 TSK-1277: created taskana-common-parent and its children modules 2020-10-09 10:25:54 +02:00
Mustapha Zorgati a92ea866de TSK-1405: deleted history example module 2020-10-08 17:53:22 +02:00
Tristan Eisermann 06e10d8557 TSK-1349: expanded tests for import-export and removed unnecessary console.log calls 2020-10-06 14:49:02 +02:00
Tristan Eisermann 8cbbab4050 TSK-1349: Added test for import-export 2020-10-06 14:49:02 +02:00
Chi Nguyen 6a8311a32b
TSK-1398: New material design for classification component (#1287)
* TSK-1394: Remove bootstrap 3

* TSK-1394: Temporarily remove cypress tests

* TSK-1398: fix classification component display

* TSK-1399: fix workbasket display

* TSK-1398: Fixed category selection in classification component

* TSK-1398: Fixed category selection in classification component
TSK-1398:

* TSK-1398: Added selectCategory method

* TSK-1398: Refactored Classification-Types-Selector

* TSK-1398: Replaced category dropdown in classification details by Select

* TSK-1398: Removed color of category icons

* TSK-1398: added new administration overview navbar

* TSK-1398: Removed bootstrap from action toolbar in classification-list

* TSK-1398: Removed bootstrap from import-export component

* TSK-1398: update visual in action bar in classification list and classification tree

* TSK-1398: Removed bootstrap classes from classification-list

* TSK-1398: update design

* TSK-1398: update classification list design

* TSK-1398: Refactored action-toolbar in classification-details

* TSK-1398: rework administration routing configuration, now nested in mat-tabs

* TSK-1398: administration tabs displays correctly when refreshing/first time open

* TSK-1398: fixed overall CSS errors

* TSK-1398: design update, added tooltips to buttons

* TSK-1398: minor visual changes

* TSK-1398: Refactored classification-details

* TSK-1398: Fixed category selector in classification-details

* TSK-1398: Modified category-icon css

* TSK-1398: update classification details actionbar design

* TSK-1398: minor design update, correctly highlight tab when details is showing

* TSK-1398: Fixed tests in classification-details

* TSK-1398: fixed "valid in domain" text not showing

* TSK-1398: add domain selector in administration overview tabs

* TSK-1398: Fixed tests in classification-list

* TSK-1398: added unit tests for admin overview

* TSK-1398: Update design of action bar in classification list

* TSK-1398: Fixed tests

* TSK-1398: minor CSS, tooltips update

* TSK-1398: fix broken test in classification list

Co-authored-by: Sofie Hofmann <29145005+sofie29@users.noreply.github.com>
2020-10-06 09:58:30 +02:00
dependabot-preview[bot] fc6d6b908a Bump checkstyle from 8.36.1 to 8.36.2
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.1 to 8.36.2.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.1...checkstyle-8.36.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-09-28 11:11:46 +00:00
Chi Nguyen 34f9793907
TSK-1394: Remove bootstrap 3 (#1282)
* TSK-1394: Remove bootstrap 3

* TSK-1394: Temporarily remove cypress tests
2020-09-28 13:01:01 +02:00
Sofie Hofmann 9103508596 TSK-1371: Inform user about empty classification when creating a task 2020-09-28 10:44:36 +02:00
Sofie Hofmann 9acf972734 TSK-1349: Added unit test for classification-tree service 2020-09-28 10:40:49 +02:00
Mustapha 40f9587399 Updated poms to version 4.1.1-SNAPSHOT 2020-09-23 18:08:03 +00:00
Sofie Hofmann 972c09761c TSK-1391: New workbasket is selected after creation 2020-09-23 17:43:24 +02:00
Joerg Heffner 8b3013d602 TSK-1365: Removed HistoryCustomField enums for classification/workbasket 2020-09-23 14:43:12 +02:00
Joerg Heffner 67d082a42d TSK-1365: Add classification history events 2020-09-23 14:43:12 +02:00
Joerg Heffner 0e83abd0fd TSK-1390: Review findings 2020-09-23 09:13:40 +02:00
Joerg Heffner 198572b6b1 TSK-1390: Add SPI to allow task processing before creation 2020-09-23 09:13:40 +02:00
Joerg Heffner 32a1db98bd TSK-1332: Reworked logic after review 2020-09-23 08:50:12 +02:00