Commit Graph

14 Commits

Author SHA1 Message Date
arolfes e4fb057d88 Closes #2219 fixes exception when running taskana locally
With a SpringBoot Upgrade the CorsConfiguration changed a bit.
therefore we need to adjust our config.
2023-04-13 12:22:20 +02: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 c9d14874e6 TSK-1785: Changed landing page to administration/workbaskets 2022-01-19 12:17:33 +01:00
Sofie Hofmann a054c45799 TSK-1714: Show tooltip on Access Item label to see complete name 2021-09-16 17:31:46 +02:00
Mustapha Zorgati 8edb488bd3 TSK-1647: Implemented global frontend error handling using backend error keys
Co-authored-by: Tristan Eisermann<19949441+Tristan2357@users.noreply.github.com>
Co-authored-by: Tim Gerversmann<72377965+tge20@users.noreply.github.com>
Co-authored-by: Sofie Hofmann<29145005+sofie29@users.noreply.github.com>
2021-07-14 10:49:34 +02:00
Tristan2357 9d0b4999d8
TSK-1469: Update to Angular 11
* TSK-1469: Upgrade to Angular 11

Updated Angular core and cli to 10

Fixed compiler problems with ngxs

update of angular to 11

updated angular material to 11

still some build problems

fixed some errors (hopefully all)

TSK-1469: fixed tests

TSK-1469: incorporated change requests before rebase

* TSK-1469: Rebase fixing

prettier


TSK-1469: Fixed tests failures after rebase

* TSK-1469: small scss fix, but some css broken

* TSK-1469: Style Fixing continues

* TSK-1469: Fixed most styling

* TSK-1469: Fixed e2e tests

* TSK-1469: PR Review css changes


TSK-1469: Review css changes

* TSK-1469: More CSS refinement

Also removed added providedIn and refactored small bits

* TSK-1469: Renamed browserlist to browerslist

as it should be

Co-authored-by: Name <Email>
2021-06-15 11:22:05 +02:00
Sofie Hofmann bbbb657c7a TSK-1579: Additional classification example data 2021-03-09 12:27:25 +01:00
Patrick Treyer 867caae8a7 TSK-1514: Fixed and reactivated cypress tests for standalone mode
TSK-1514: Fixed and reactivated cypress tests for standalone mode

TSK-1514: Updated the cypress tests to enable local execution

TSK-1514: Updated the ci workflow

TSK-1514: Updated the path to the configuration file

TSK-1514: Added explicit wait states and updated ci workflow

TSK-1514: Reworked the cypress tests for a more stable and compliant build

TSK-1514: Fixed error regarding detached DOM elements

TSK-1514: Second try for fixing error regarding detached DOM elements

TSK-1514: Third try for fixing error regarding detached DOM elements

TSK-1514: Fixing error regarding detached DOM elements with explicit wait

TSK-1514: Added retries for more stable test runs
2021-02-26 14:06:42 +01:00
tge20 ab672b27d4
TSK-1362: Fixed the test data to not include invalid owners for Workbaskets (#1379)
* TSK-1362: Fixed the test data to not include invalid owners

* TSK-1362: Improvements after review
2021-01-05 15:27:27 +01:00
Tristan2357 72d4c3150a
TSK-1356: Fixed selector for access items in workbaskets (#1223) 2020-08-17 11:45:33 +02:00
Tristan2357 0cd78a8781
TSK-1366: deactivated some tests due to inconsistencies (#1233) 2020-08-13 14:02:21 +02:00
Tristan2357 9ed484e687
TSK-1366: Expanded e2e tests
* TSK-1366: Added and expanded tests for workbasket

* TSK-1366: Added simple test for history
2020-08-13 13:00:37 +02:00
Tristan2357 9b65838a79
TSK-1356: added cypress e2e testing
* Add initial cypress files and testcases

* Fix cypress workbasket merge errors

* change testValue for WorkbasketSelection

* TSK-1356: added cypress e2e testing to ci pipeline

* TSK-1356: Fixed cypress tests

Also changed default example data, so that workbaskets contain valid owners

* TSK-1356: hopefully fixed small startup problem in travis

* TSK-1356: revert of test-data

* TSK-1356: Modified ldif to support our test data

* TSK-1356: Removed unused cypress.json

Co-authored-by: Tobias Baden <16336696+tbdn@users.noreply.github.com>
2020-08-11 15:41:50 +02:00