* TSK-1538: Added transfer method with control setTransferFlag
* TSK-1538: Improvements after review
Co-authored-by: Mustapha Zorgati <15628173+mustaphazorgati@users.noreply.github.com>
* TSK-1472: Moved initialization of the schema from the taskanaEngineConfiguration to taskanaEngineImpl.
* TSK-1472: Changed the check of current DB type from productName to productId to enable places where we don't want to open a connection to the DB not to do so.
* TSK-1472: Improvements after review
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
* 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>
TSK-1214 Trying to make drag'n drop in tree possible
TSK-1214 Removed refreshClassification output from tree
TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list
TSK-1214 Fixed tests in tree component
TSK-1214 Removed tree service and corresponding test in class-details
TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly
TSK-1214 added accessibility action, use space to select a tree node
TSK-1214 swapped space and enter in tree component, cleaned code
TSK-1214 fixed bug where page isn't updated dynamically according to browser path
TSK-1214 workaround circular dependency.
service uses snapshot of store, does not actually access the state in store
TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state
TSK-1214 changed first() to take(1) to fix Observable dying during test
TSK-1214 fixed test cases and lint issues
TSK-1214 fixed circular dependency
TSK-1214 devmode = false
TSK-1214: fixed merge problems with notificationService and removed some warnings
TSK-1214: fixed merge problems with notificationService
TSK-1214 remove wrong imports from before merge
Refactoring of spring versions in maven pom files
* move "spring-boot-dependencies" dependency to parent
* remove version from managed dependencies
* remove unused versions from parent
TSK-1214 Trying to make drag'n drop in tree possible
TSK-1214 Removed refreshClassification output from tree
TSK-1214 New action in store updates a classification and refetches all, saving now correctly refreshes the classification-list
TSK-1214 Fixed tests in tree component
TSK-1214 Removed tree service and corresponding test in class-details
TSK-1214 fixed issues in tree where multiple actions to store are fired incorrectly
TSK-1214 added accessibility action, use space to select a tree node
TSK-1214 swapped space and enter in tree component, cleaned code
TSK-1214 fixed bug where page isn't updated dynamically according to browser path
TSK-1214 workaround circular dependency.
service uses snapshot of store, does not actually access the state in store
TSK-1214 fixed eslint. TODO: circular dependency between classification.service and classification.state
TSK-1214 changed first() to take(1) to fix Observable dying during test
TSK-1214 fixed test cases and lint issues
TSK-1214 fixed circular dependency
TSK-1214 devmode = false
TSK-1214: fixed merge problems with notificationService and removed some warnings
TSK-1214: fixed merge problems with notificationService
TSK-1214 remove wrong imports from before merge
* TSK-1209: refactored package structure
* TASK-1209: remember to squash this
Co-authored-by: Christopher Heiting <christopher.heiting@novatec-gmbh.de>