Commit Graph

565 Commits

Author SHA1 Message Date
Mustapha Zorgati 433bf63883 Updated poms to version 5.1.1-SNAPSHOT 2022-04-06 14:55:13 +00:00
Mustapha Zorgati 6fb9dcf1c7 TSK-1838: automatic linting fixes introduced from dependency upgrades 2022-04-06 15:54:34 +02:00
Mustapha Zorgati 2e07e1aa12 TSK-1838: updated Frontend dependencies
except for chart.js and ng2-charts
2022-04-06 15:54:34 +02:00
dependabot[bot] 68fc1d62b4 Bump minimist from 1.2.5 to 1.2.6 in /web
Bumps [minimist](https://github.com/substack/minimist) from 1.2.5 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases)
- [Commits](https://github.com/substack/minimist/compare/1.2.5...1.2.6)

---
updated-dependencies:
- dependency-name: minimist
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
2022-04-05 12:06:59 +02:00
Tristan2357 75105e06f7
TSK-1796: Whitespace trimming for Front- and Backend (#1829)
* TSK-1796: Trim whitespaces in frontend

* TSK-1796: Trim whitespaces in backend
2022-03-16 14:19:10 +01:00
Tristan 4c674f5111 TSK-1815: Merged administration titles 2022-03-14 14:30:13 +01:00
Tristan df40c6dad9 TSK-1805: Made loading more obvious
Loading bar is now a more intense color and is larger
Also made sure the loading bar is shown when loading components
2022-03-14 14:29:57 +01:00
Mustapha Zorgati 2f56e1da20 Updated poms to version 5.0.2-SNAPSHOT 2022-03-08 16:46:03 +00:00
Mustapha Zorgati cb2dd603b5 Updated poms to version 5.0.1-SNAPSHOT 2022-03-04 09:04:11 +00:00
Tristan b3eb7a42ce TSK-1806: Bug fixes for Workbasket Distribution Targets
Bug fixes:
  Changes no longer get discarded when switching tabs
  Saving of Workbasket Distribution Targets is now possible from all tabs
  Saving of Workbasket Distribution Targets now works correctly and does not throw an error 400
  Removing of Distribution Targets now works correctly
  Removed loading of duplicate distribution targets
  Added E2E tests for most previously mentioned bugs
2022-03-03 11:51:34 +01:00
Tristan 28be668453 TSK-1806: Bug fixes for Workbasket Distribution Targets
Bug fixes:
  Changes no longer get discarded when switching tabs
  Saving of Workbasket Distribution Targets is now possible from all tabs
  Saving of Workbasket Distribution Targets now works correctly and does not throw an error 400
  Removing of Distribution Targets now works correctly
  Removed loading of duplicate distribution targets
  Added E2E tests for most previously mentioned bugs
2022-03-01 14:36:20 +01:00
Tristan 17d9567b35 TSK-1786: Changed notification for empty classification filtering
Now display a message inline, instead of a popup notification
2022-03-01 13:00:11 +01:00
ryzheboka 967e59e012 TSK-1800: add secondary object references 2022-02-25 10:23:40 +01:00
ryzheboka 7378223b4b TSK-1801: rename rest-parameter by replacing '.' by '-' 2022-02-22 11:39:21 +01:00
Tristan ac99c30e3b TSK-1804: Workbasket list now resets to page 1 when filtering 2022-02-14 15:07:57 +01:00
Tristan 0049ffecf6 TSK-1799: Added filtering for selected distribution targets
This should be removed if/ when our backend accepts filtering for selected distribution targets
2022-02-14 10:02:59 +01:00
Tristan f26c47d128 TSK-1798: Fixed workbasket-distribution-list problems
duplication of entries and rendering issues fixed
2022-02-14 10:02:51 +01:00
Tristan ce97d46334 TSK-1797: Fixed export of Classifications by domain 2022-02-14 10:02:44 +01:00
Tristan fd6a57dad3 TSK-1629: corrected nav-bar for workplace
and added tests
2022-01-25 13:55:42 +01:00
Tristan 38edeb208e TSK-1792: Improved message for empty priority report 2022-01-25 13:55:25 +01:00
Tristan c57e0c6ba9 TSK-1793: Fixed routing issue in workplace 2022-01-25 13:55:25 +01:00
Tristan ef183e42cc TSK-1789: Updated Node version 2022-01-21 15:43:28 +01:00
Tristan c9d14874e6 TSK-1785: Changed landing page to administration/workbaskets 2022-01-19 12:17:33 +01:00
Mustapha Zorgati 32e0c7c1eb Updated poms to version 4.13.1-SNAPSHOT 2022-01-18 15:07:50 +00:00
Tristan ace57bb2dd TSK-1787: Update frontend dependencies, including Angular 13 2022-01-18 14:44:43 +01:00
Tristan 0eb85565bc TSK-1760: Started Rework of store for workbasketAccessItems
Now uses a virtually scrolling list and pages DistributionTargets
2022-01-18 11:27:48 +01:00
Tristan 490a76cf4b TSK-1786: Show notification when classification filter returns empty 2022-01-17 15:25:44 +01:00
Mustapha Zorgati e49a13422b Updated poms to version 4.12.1-SNAPSHOT 2021-11-24 08:47:46 +00:00
holgerhagen 610eabd3f5 TSK-1773: make routing-rest-enabled endpoint use the configured env 2021-11-23 14:52:02 +01:00
holgerhagen bd2c2746cb TSK-1771: Workbasket-Priority-Report default filter set to state=READY 2021-11-19 16:40:19 +01:00
Mustapha Zorgati e895cc16dc Updated poms to version 4.11.1-SNAPSHOT 2021-11-05 16:41:41 +00:00
Chi Nguyen a3d6ade05d
improve settings module code (#1748) 2021-11-01 09:56:47 +01:00
Chi Nguyen 6124db01ad
TSK-1675: fix import function to go through http interceptor (#1737) 2021-11-01 09:56:30 +01:00
Chi Nguyen d922d8a178
TSK-1711: Task routing upload (#1729)
* TSK-1711: create task-routing module, routing upload component, file drag and drop directive

* TSK-1711: update drag and drop hover effect

* Update routing-upload.service.ts

* TSK-1711: Implement integration with backend

* TSK-1711: fix linting and tests

* TSK-1711: Add guards for task-routing Route, update REST endpoints

* TSK-1711: fix unit tests breaking

* TSK-1711: should not display unknown error for 404
2021-11-01 09:56:13 +01:00
Tristan 2892d4a2cb TSK-1754: Dependency updates 2021-10-28 08:08:11 +02:00
Mustapha Zorgati 46cc217156 Updated poms to version 4.10.1-SNAPSHOT 2021-10-11 10:07:29 +00:00
Mustapha Zorgati 331bf2998b TSK-1750: configuration schema now respects order of individual fields 2021-10-08 15:06:56 +02:00
Sofie Hofmann ecdf333c8e TSK-1725, TSK-1740: Settings Component, Workbasket-Priority-Report Filter 2021-10-08 11:36:34 +02:00
Tristan 79742782cb TSK-1742: Bump @Angular from 12.0.5 to 12.2.7
Also removed deprecated/ignored compiler options
2021-10-08 11:25:19 +02:00
dependabot[bot] 5bce09adab
Bump tar from 6.1.5 to 6.1.11 in /web (#1697)
Bumps [tar](https://github.com/npm/node-tar) from 6.1.5 to 6.1.11.
- [Release notes](https://github.com/npm/node-tar/releases)
- [Changelog](https://github.com/npm/node-tar/blob/main/CHANGELOG.md)
- [Commits](https://github.com/npm/node-tar/compare/v6.1.5...v6.1.11)

---
updated-dependencies:
- dependency-name: tar
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 14:50:59 +02:00
dependabot[bot] 5e4314fc19
Bump nth-check from 2.0.0 to 2.0.1 in /web (#1713)
Bumps [nth-check](https://github.com/fb55/nth-check) from 2.0.0 to 2.0.1.
- [Release notes](https://github.com/fb55/nth-check/releases)
- [Commits](https://github.com/fb55/nth-check/compare/v2.0.0...v2.0.1)

---
updated-dependencies:
- dependency-name: nth-check
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 11:36:01 +02:00
dependabot[bot] 0f0b116dc2
Bump tmpl from 1.0.4 to 1.0.5 in /web (#1712)
Bumps [tmpl](https://github.com/daaku/nodejs-tmpl) from 1.0.4 to 1.0.5.
- [Release notes](https://github.com/daaku/nodejs-tmpl/releases)
- [Commits](https://github.com/daaku/nodejs-tmpl/commits/v1.0.5)

---
updated-dependencies:
- dependency-name: tmpl
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2021-10-05 11:35:48 +02:00
Mustapha Zorgati 60cdb4b08f Updated poms to version 4.9.2-SNAPSHOT 2021-09-16 15:48:44 +00:00
Sofie Hofmann a054c45799 TSK-1714: Show tooltip on Access Item label to see complete name 2021-09-16 17:31:46 +02:00
Sofie Hofmann a33cf9f14c TSK-1712: Introduce Tasks-by-priority charts in Monitor component 2021-09-15 12:56:24 +02:00
tge20 1e3f90509d
TSK-1706: Implementation of the new UserService (#1692) 2021-09-07 07:50:04 +02:00
Sofie Hofmann f18a8dc932 TSK-1630,TSK-1670: Enabled owner validiation and editing AccessItem name 2021-09-01 10:54:23 +02:00
Mustapha Zorgati 0fcc08ddd2 Updated poms to version 4.9.1-SNAPSHOT 2021-08-31 14:57:33 +00:00
Sofie Hofmann d8a8f47cb8 TSK-1720: Sort Workbasket Distribution Targets by type and name 2021-08-25 11:52:05 +02:00
Chi Nguyen 0f65abb001
TSK-718: Add german date time format pipe (#1681)
* TSK-718: Add german date time format pipe

* TSK-718: update test to run with yarn
2021-08-25 11:01:57 +02:00