* remove discovery
* remoce discovery test
* fix save remote
* use host acs to save screenshot
* fix e2e
* remove invalid test
* fix the package version
* header row as adf-datatable-row
* remove tabindex if header is hidden
* adjust logic if no row data is passed
* skip row focus if disabled
* set active row index on header interaction
* take in account header row
* fix header row and cells focus
* tests
* fix reference
* fix tests
* switch to ACTIVITI roles
* double set of roles
* minor typing fixes
* use different account
* Revert "use different account"
This reverts commit 1f89fb490e8be1614fbdef391ddc8a536ec8de82.
* fix test
* [ADF-4936] fix for auth guard with silent Login true
* [ADF-4936] check only for isOAuth...
* [ADF-4936] fix all auth guards when silent Login true
* [ADF-4936] unit tests
* [ADF-4936] fix doc info
* [ADF-4936] types and null checks
* [ADF-4936] fallback option in case silentLogin is missing from settings
* [ADF-4936] refactoring
* try to fix e2e test [C299158] Login component - SSO Grant type password (implicit flow false)
* Fix e2e test [C299158] Login component - SSO Grant type password (implicit flow false)
* [ADF-4936] show the error page when route path is unknown
* [ADF-4936] remove ssoImplicitLogin and do the redirectToUrl instead
-the implicit login concern is already in the JS-API
* [ADF-4936] refactor to simplify code
- the removed 'if' conditions cover all possible 'else' cases
* [ADF-4936] remove unneeded method
* [ADF-4871] [TaskHeaderCloudComponent] Add Candidate Users/Groups properties
* Added Candidate users/groups properties to the task heade cloud component.
* * Created CardViewArrayItemComponent
* Modified FullName pipe to return username or email incase fullname missing.
* Added candidate Users/Groups properties to the taskcloudheader component.
* Added two service into task-cloudservice
* Updated Demoshell card-view with new widget
* * Fixed failing unit test
* * Fixed comments.
* * Refactored CardViewArrayItem model
* Fixed comments.
* * Changed candidate group icon
* [ADF-4968][TaskHeaderCloudComponent] Allow Assignee property to be clickable if the task in CREATED, ASSIGNED, SUSPENDED states
* * Added clickable to the parentName and ParentTask Id.
* * Fixed comments
* added methods to view file, assert on File title in the viewer and close viewer.
* moved the ViewerPage file to ADF testing package
* removed the unnecessary methods as using the methods of the ViewerPage class.
* [ADF-4970] improve accessibility for dropdown-breadcrumb
- allow keyboard only control
* [ADF-4970] add accessibility improvements to breadcrumb.component
* [ADF-4970] more fixes & preventDefault for click event
* [ADF-4970] better keyboard-only experience when selecting a breadcrumb option
* [ADF-4970] set focus color on content-node-selector breadcrumb
* [ADF-4970] set aria-current to location
* [ADF-4970] extra check - fix unit test
* Set aria expanded for the sidenav toggle bar
* Define initialSidenavExpanded which can be set in the demo shell than as taken the same true or false value as the sideNav.expandedSidenav value.
* Added some unit tests for the sidenav toggle aria-expanded behaviour
* Update lib/core/layout/components/header/header.component.ts
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update lib/core/layout/components/header/header.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update demo-shell/src/app/components/app-layout/app-layout.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* Update lib/core/layout/components/header/header.component.html
Co-Authored-By: Denys Vuika <denys.vuika@alfresco.com>
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* As suggested from Denys remove initialSidnavExpanded property as we already have expandedSidenav
* Be able to build conten with ng build content-service
* fix tslint
* The translate module is necessary
* Rollback the build commands
* Rollback
* Remove wrong imports
* Trigger the build
* adding new process, forms and decision tables for e2e tests on decision table mappings.
* added the process and form required to test terminate end event
* added method to assert on checkbox widget, isChecked
* removed unnecessary method
* added method in checkboxWidget
* moved the method to checkbox widget
* [ADF-4949] Add SUSPENDED state to the edit task filter
* [ADF-4949] Add unit test
* [ADF-4949] change order of status filters
* [ADF-4949] Change order of status filters
* [ADF-4949] Remove unnecessary unit test
* [ADF-4949] Add e2e for SUSPENDED filter
* [ADF-4949] fix lint errors
* Move the resources in the cloud lib
* Use adf cli
* Add missing process definitions
* Add debug points
* Print new class
* Use the resources under the adf-testing
* Use the resources from testing package
* Fix adf-testing bugs
* remove empty row
* Remove the npm install
* Remove log stuff
* Remove the console log
* Fix typo on process def names
Improve the debug e2e command
* Fix lowercase name
* Check the process cloud env and content env
* Add the new process definitions
* Add missing process definitions
* Use the latest simpleapp
* Rollback the bigFile
* Use relative link
* Trasnpile the adf-testing before using it
* actions accessibility
* lint
* access setEditMode by keyboard
* fix test
* update action automation id reference
* update element finder reference
* update automation id reference
* remove cookie test after check
* remove cookie test after check
* remove cookie test after check
* remove cookie test after check
* make nullable variable optional in cookie
* make nullable variable optional in cookie
* added message events api
* added export
* added the getProcessInstance method in the queryservice
* added form-cloud.service with method to submit the form.
* added form-cloud.service with method to submit the form.
* returning the error instead of throwing, which can be used in expected negative api assertions in the test.
* added getTaskByNAme method to filter a task by unique task-name within a process-instance
* linting fix
* made correlation key as optional parameter
* removed the unnecessary tslint disable statements
* removed the unnecessary tslint disable statements and reverted the throw error statement
* logging response is not needed
* added return type
* added return type