Commit Graph

1842 Commits

Author SHA1 Message Date
Mustapha Zorgati 727b3ba3b5 TSK-1436: integraded wording feedback from team 2020-12-18 11:29:10 +01:00
Mustapha Zorgati f93cf9ee57 TSK-1436: renamed XXXRestDocumentationTest to XXXRestDocTest (shorter name) 2020-12-18 11:29:10 +01:00
Mustapha Zorgati de57596ba8 TSK-1436: reworked review comments. 2020-12-18 11:29:10 +01:00
Mustapha Zorgati 3967e2900e TSK-1436: rest api documentation is now build with spring-auto-restdocs
TSK-1436: mvp with spring auto docs
TSK-1436: the rest documentation for all ClassificationController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all ClassificationDefinitionsController endpoints is now using spring auto rest docs
TSK-1436: fixed dynamic table of content
TSK-1436: renamed classification summary paged resource
TSK-1436: rest documentation for all MonitorController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for TaskanaEngingeConfigurationController is now using spring auto rest docs
TSK-1436: added admin headers as default headers for each documentation test
TSK-1436: rest documentation for all TaskCommentController endpoints is now using spring auto rest docs
TSK-1436: added dedicated QueryFilter classes to reduce complexity from controller
TSK-1436: documented dedicated QueryFilter
TSK-1436: fixed all tests and corrected generic type of ParameterizedTypeReference
TSK-1436: rest documentation for all TaskController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketController endpoints is now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketAccessItemController endpoints si now using spring auto rest docs
TSK-1436: rest documentation for all WorkbasketDefinitionController endpoints is now using spring auto rest docs
TSK-1436: tidy up
TSK-1436: made all taskana entities start with an upper case letter
TSK-1436: properly deleted "links" from request examples and more tidy up
TSK-1436: tidy up usage of multiple values
TSK-1436: made asciidoc html pretty
TSK-1436: tidy-up feedback from team
TSK-1436: updated implementation of simplehistory rest to new standards
TSK-1436: prepared history for documentation
TSK-1436: removed QueryHelper and applied its test cases to QuerySortParameterTest
TSK-1436: made code compatible to current version of spring-auto-rest-docs
TSK-1436: finished history documentation tests
TSK-1436: fixed wildfly tests
TSK-1436: fixed sonarcloud warnings
TSK-1436: now adding simplehistory documentation to our demo
TSK-1436: fixed wildfly build stage
TSK-1436: cleanup of rest configuration structure
TSK-1436: added documentation for history endpoints
TSK-1436: moved spring-rest-auto-docs templates to taskana-common-test
TSK-1436: replaced when with if after throws declaration
TSK-1436: documented AccessIdController
TSK-1436: added curlRequest documentation snippet
2020-12-18 11:29:10 +01:00
Mustapha Zorgati 4883737e71 TSK-1492: automatically update taskana dependency for wildfly during release build 2020-12-18 09:13:53 +01:00
Franzi321 4048b16f01
TSK-1487: fix bug in pagination input field (#1370)
* TSK-1487: fix pagination input field

* TSK-1487: fix prettier error
2020-12-17 11:54:30 +01:00
Mustapha fca56cfc10 Updated poms to version 4.3.1-SNAPSHOT 2020-12-16 11:46:34 +00:00
Joerg Heffner c41f53746a TSK-1426: Make System and Instance of Attachment nullable 2020-12-15 14:12:41 +01:00
Joerg Heffner 0f1b3505bc TSK-1491: Change schema version check to work with lower but compatible TASKANA versions 2020-12-15 13:45:41 +01:00
Joerg Heffner 8830cfa629 TSK-1457: Fix timing issue in initializeSchedule tests for cleanupjobs 2020-12-15 09:03:33 +01:00
Mustapha Zorgati 814fa4edae Merge branch 'master' into taskana-md 2020-12-14 14:24:24 +01:00
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