Commit Graph

1831 Commits

Author SHA1 Message Date
Chi Nguyen 3221fd102b
TSK-1479: fixed classification tree not displaying all items (#1373)
* TSK-1479: fixed classification tree not displaying all items

also change headline in classification details to have a max length to not bump the buttons to overflow when headline's length is too long

* TSK-1479: improve UI as requested in #1373

* TSK-1479: fixed jest tests
2020-12-14 14:20:12 +01:00
Chi Nguyen 164a7dffe7
TSK-1488: fixed error while saving workbasket information (#1374) 2020-12-14 14:10:36 +01:00
tge20 2fbc6ad95c
TSK-1454: Moved the indexes of DB2 and Postgres to the corresponding schema creation file (#1368) 2020-12-14 13:15:08 +01:00
tge20 bc64407364
TSK-1423: Implemented the option to search for an Access Id by the full name of the user. (#1361) 2020-12-14 12:16:39 +01:00
tge20 218e038901
TSK-1468: Added validation of name and type of workbasket when updating Workbasket (#1366)
* TSK-1468: Added validation of name and type of workbasket when updating Workbasket

* TSK-1468: Improvements after review
2020-12-14 12:13:16 +01:00
Chi Nguyen ab3a417955
TSK-1489: fixed undefined bugs, refactored variable name (#1372) 2020-12-14 10:08:57 +01:00
Chi Nguyen 3c067c55e3
TSK-1475: Hide mechanism workbasket list (#1369)
* TSK-1475: implement toggle button that resizes the width of workbasket list

* TSK-1475: update pagination component view when workbasket list is collapsed

* TSK-1475: optimize workbasket list toolbar when workbasket list is collapsed

* TSK-1475: fix broken jest tests
2020-12-14 09:25:48 +01:00
Franzi321 5ac12037bc
TSK-1478: Move access items filter to front-end (#1354)
* TSK-1478: Move filter to front-end

* TSK-1478: remove unused variable

* TSK-1478: adapt requested changes

* TSK-1478: remove unnecessary models

* TSK-1316: Replaced local progress bars by global one
TSK-1316: Replaced local progress bars by global one in workplace
TSK-1316: Rework of progress-bar component


TSK-1316: Renamed progress-bar component


TSK-1316: Changed progress-bar mode
TSK-1316: Updated tests

* TSK-1412: Distribution targets MD (#1365)

* TSK-1412: Refactor workbasket dual list to workbasket distribution targets list

* TSK-1412: Refactor workbasket dual list to workbasket distribution targets list

* TSK-1412: rework css layout to be more dynamic and resilient

* TSK-1412: new list, new dialog, new action bar

* TSK-1412: Refactor workbasket dual list to workbasket distribution targets list

* TSK-1412: rework css layout to be more dynamic and resilient

* TSK-1412: new list, new dialog, new action bar

* TSK-1412: update new workbasket distribution target list to load data internally

* TSK-1412: update distribution targets

* TSK-1421: enable multiple selection

* TSK-1412: Updated angular theme to match with taskana

* TSK-1412: quick bug fixes

* TSK-1412: Rework how workbasket distribution targets list behaves

* TSK-1412: Update workbasket distribution target list to new design

* TSK-1412: fixed filter function in distribution targets

* TSK-1412: remove unused component, rename correct CSS names

* TSK-1412: clean up code in workbasket distribution targets

* TSK-1412: fix bugs, rename variables

* TSK-1412: finalized jest tests

* TSK-1412: fix all other jest tests

* TSK-1412: disable devmode

* TSK-1412: remove unused imports, add tooltips

* TSK-1477: Update workbasket information layout (#1364)

* TSK-1477: Update workbasket information layout

* TSK-1477: rearrange error message for description field

Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>

* TSK-1474: Update classification details layout (#1358)

Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>

* TSK-1473: Always display classification and workbasket filter (#1357)

* TSK-1473: Always display classification and workbasket filter

* TSK-1473: fix jest test

Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>

* TSK-1484: Fixed bug int page size is overflow and all workbaskets are requested (#1367)

Co-authored-by: Sofie Hofmann <29145005+sofie29@users.noreply.github.com>
Co-authored-by: Chi Nguyen <6671583+cnguyen-de@users.noreply.github.com>
Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>
2020-12-10 14:30:56 +01:00
Chi Nguyen e8f62bde7c
TSK-1484: Fixed bug int page size is overflow and all workbaskets are requested (#1367) 2020-12-09 12:00:11 +01:00
Sofie Hofmann f76b0c4522
TSK-1473: Always display classification and workbasket filter (#1357)
* TSK-1473: Always display classification and workbasket filter

* TSK-1473: fix jest test

Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>
2020-12-08 18:05:38 +01:00
Sofie Hofmann fc6f420b96
TSK-1474: Update classification details layout (#1358)
Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>
2020-12-08 17:37:20 +01:00
Sofie Hofmann ecfe7c3046
TSK-1477: Update workbasket information layout (#1364)
* TSK-1477: Update workbasket information layout

* TSK-1477: rearrange error message for description field

Co-authored-by: Chi Nguyen <c.nguyen.prog@gmail.com>
2020-12-08 16:37:21 +01:00
Chi Nguyen 900343b722
TSK-1412: Distribution targets MD (#1365)
* TSK-1412: Refactor workbasket dual list to workbasket distribution targets list

* TSK-1412: Refactor workbasket dual list to workbasket distribution targets list

* TSK-1412: rework css layout to be more dynamic and resilient

* TSK-1412: new list, new dialog, new action bar

* TSK-1412: Refactor workbasket dual list to workbasket distribution targets list

* TSK-1412: rework css layout to be more dynamic and resilient

* TSK-1412: new list, new dialog, new action bar

* TSK-1412: update new workbasket distribution target list to load data internally

* TSK-1412: update distribution targets

* TSK-1421: enable multiple selection

* TSK-1412: Updated angular theme to match with taskana

* TSK-1412: quick bug fixes

* TSK-1412: Rework how workbasket distribution targets list behaves

* TSK-1412: Update workbasket distribution target list to new design

* TSK-1412: fixed filter function in distribution targets

* TSK-1412: remove unused component, rename correct CSS names

* TSK-1412: clean up code in workbasket distribution targets

* TSK-1412: fix bugs, rename variables

* TSK-1412: finalized jest tests

* TSK-1412: fix all other jest tests

* TSK-1412: disable devmode

* TSK-1412: remove unused imports, add tooltips
2020-12-08 16:11:13 +01:00
Mustapha Zorgati d29021da0b TSK-1482: adapted custom taskana formatter changes to new formatter 2020-12-07 12:54:34 +01:00
Mustapha Zorgati f8b1932e0b TSK-1482: reformated all pom files 2020-12-04 21:11:38 +01:00
Mustapha Zorgati b64e7f6773 TSK-1482: provide new IntelliJ code formatter 2020-12-04 21:11:38 +01:00
Mustapha Zorgati 86150aa47a TSK-1480: updated travis-ci badge to link to new repo 2020-12-03 16:49:25 +01:00
tge20 8c6beb6e96
TSK-1239: All tests now working with Assertj instead of junit Assertion. (#1346) 2020-12-03 12:53:29 +01:00
Tim Gerversmann 70a3ade7f2 TSK-1443: improvements after review 2020-12-02 23:24:08 +01:00
Tim Gerversmann 0c084dc3d8 TSK-1443: Implemented an option to order the result of the TaskQuery by the Workbasket-Name. 2020-12-02 23:24:08 +01:00
Sofie Hofmann 4dd426e060 TSK-1316: Replaced local progress bars by global one
TSK-1316: Replaced local progress bars by global one in workplace
TSK-1316: Rework of progress-bar component


TSK-1316: Renamed progress-bar component


TSK-1316: Changed progress-bar mode
TSK-1316: Updated tests
2020-12-02 11:55:20 +01:00
Joerg Heffner 6133b66059 TSK-1419: Null check for Service Level in classification service 2020-11-30 12:25:03 +01:00
dependabot-preview[bot] bfa2245bd0 Bump checkstyle from 8.37 to 8.38
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.37 to 8.38.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.37...checkstyle-8.38)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-30 07:05:14 +00:00
Mustapha Zorgati 1aa4cd69fe TSK-1471: now using docker-compose for all database containers 2020-11-18 23:18:46 +01:00
Franzi321 4ffeacdfe8
TSK-1470: remove th (#1344) 2020-11-17 10:37:02 +01:00
Franzi321 596a6fa952 Merge branch 'pr/1340' into taskana-md 2020-11-16 23:15:41 +01:00
Sofie Hofmann 359c2744ac
TSK-1460: Display ID in path when workbasket component is selected (#1335) 2020-11-16 22:23:08 +01:00
Franzi321 ca88a68bfc
TSK-1450: Update monitor tabs with MD (#1329)
* TSK-1450: Update monitor tabs with MD

* TSK-1450: fix CI error

* TSK-1450: fix error

* TSK-1450: adapt requested changes

* TSK-1450: remove request in progress service

* TSK-1450: update requested changes

Co-authored-by: Chi Nguyen <6671583+cnguyen-de@users.noreply.github.com>
2020-11-16 22:18:00 +01:00
Franzi321 6b1443fdfb
TSK-1451: Add input field to pagination component (#1341)
* TSK-1451: add input field

* TSK-1451: update
2020-11-16 21:29:11 +01:00
Franzi321 b4d0e0c947
TSK-1445: Update Acess Items Management component with material design (#1324)
* TSK-1445: remove bootstrap

* TSK-1445: update access items management component

* TSK-1445: update access items

* TSK-1445: fix bug

* TSK-1445: update

* TSK-1445: update

* TSK-1445: remove inline styles

* TSK-1445: adapt requested changes

* TSK-1445: update
2020-11-16 21:26:45 +01:00
Franzi321 0e51856d35 TSK-1466: update 2020-11-16 18:31:47 +01:00
Sofie Hofmann b8156d75ab
TSK-1448: Expand workbasket path with selected tab (#1333) 2020-11-16 12:59:58 +01:00
dependabot-preview[bot] c17a15d1ea Bump json from 20200518 to 20201115
Bumps [json](https://github.com/douglascrockford/JSON-java) from 20200518 to 20201115.
- [Release notes](https://github.com/douglascrockford/JSON-java/releases)
- [Commits](https://github.com/douglascrockford/JSON-java/commits)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 06:43:21 +00:00
dependabot-preview[bot] e405b2d618 Bump mybatis-spring from 2.0.5 to 2.0.6
Bumps [mybatis-spring](https://github.com/mybatis/spring) from 2.0.5 to 2.0.6.
- [Release notes](https://github.com/mybatis/spring/releases)
- [Commits](https://github.com/mybatis/spring/compare/mybatis-spring-2.0.5...mybatis-spring-2.0.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-16 06:42:53 +00:00
Franzi321 713ecfdb00 TSK-1466: remove inline style 2020-11-13 08:37:42 +01:00
Franzi321 7693c25efa TSK-1466: fix bug in sort component 2020-11-13 08:27:50 +01:00
Mustapha Zorgati 7207c14523 TSK-1464: now adding thymeleaf template to sonar index
This is done in order to enable the XSS vulnerabilities check
2020-11-11 10:39:40 +01:00
Mustapha Zorgati 29d8152eb9 TSK-1463: travis now using maven-wrapper 2020-11-10 11:03:38 +01:00
Mustapha Zorgati 3dc115d23e TSK-1461: added maven-wrapper 2020-11-09 14:28:03 +01:00
Mustapha Zorgati 7198a9d9ae TSK-1282: finally found a fix for the gpg issue 2020-11-09 01:09:12 +01:00
Joerg Heffner 81b89e1c08 TSK-1441: Enable Admin to complete tasks already claimed by other users 2020-11-06 14:53:40 +01:00
Holger Hagen 5ddb81a618 TSK-1452: update to Spring Boot 2.3.5 2020-11-05 14:18:13 +01:00
Mustapha Zorgati 6a53b50456 TSK-1282: fixed build by properly importing gpg key 2020-11-04 13:52:25 +01:00
dependabot-preview[bot] 63dbfa3d73 Bump checkstyle from 8.36.2 to 8.37
Bumps [checkstyle](https://github.com/checkstyle/checkstyle) from 8.36.2 to 8.37.
- [Release notes](https://github.com/checkstyle/checkstyle/releases)
- [Commits](https://github.com/checkstyle/checkstyle/compare/checkstyle-8.36.2...checkstyle-8.37)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-03 06:52:54 +00:00
Mustapha Zorgati 0328922428 TSK-1282: provide gpg passphrase during key import 2020-11-02 13:37:29 +01:00
Mustapha Zorgati 9433f387c0 TSK-1282: optimized thread count for provided cores during build (n=2)
and unified mvn usage in pipeline + scripts
2020-11-02 09:41:48 +01:00
Mustapha Zorgati 28b3ce6f8a TSK-1282: replaced all usages of Arrays.asList with List.of 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 4f7b1fc867 TSK-1282: replaced Collections.emptyCollection with List/Map/Set.of 2020-11-02 09:41:48 +01:00
Mustapha Zorgati ab152f87b1 TSK-1282: replaced Collections.singletonMap with Map.of in all tests 2020-11-02 09:41:48 +01:00
Mustapha Zorgati 0eb877705b TSK-1282: replaced Collections.singletonList with List.of in all tests 2020-11-02 09:41:48 +01:00