* ordering fix use common method in datatable
* ordering fix use common method in datatable
* fix sorting ps e2e
* fix ordering
* move search page in testing and fix sorting boolean flag
* fix import
* fix moment
* use common sort method in document list test
* use common sort method in document list test
* remove unnecesary sort control
* remove duplicate test
* remove e2e suspended removed status
* documentation
* enabled tests and added the new user to run the tests.
* lint fix
* adding a new user and add the user to hr group which will be used when deploying the apps.
* Test commit
* adding a new user and add the user to hr group which will be used when deploying the apps.
* linting fixes
* crc's moved the roles constants to identityService.
* crc's moved the roles constants to identityService.
* wrapped the createIdentityUser and assign Role calls into 1 method and used in the tests.
* wrapped the createIdentityUser and assign Role calls into 1 method and used in the tests.
* Added a method in identityService to pass the required roles to be added in a string array.
* linting fixes
* added the command line arguments to run the e2e tests -identity_admin_email and -identity_admin_password
* added the command line arguments to run the e2e tests -identity_admin_email and -identity_admin_password
* crc's, removed the step to add user to the hr group, as not needed in this test.
* renamed the E2E travis variable to end with identity.
* replaced the candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* replaced candidateuserapp with candidatebaseapp
* timeout wait for the test to pass.
* crc's
* Remove skiplint option in favour of lint
Refactor protractor config
* Move rebase check
* Remove the skiplint and run only e2e cloud
* Remove the skip lint
* Change e2e cloud and check the CI runs only that one
* Enable the smart e2e on content
* Delegate the e2e run on the specific project
* Fix typo on specs option
* Add basic readme and fix process service name problem
* Fix bash else if
* Add process list cloud selection tests
* Fix lint issues
* Fix lint issues
* Added columns to contentServicesPage
* Fix lint error.
* Add the possibility to test the selection mode for process details.
* added a new LocalStorageUtil and using the setConfigMethod to set the localstorage variables, instead of using hte settings ui page.
* linting fix
* fixing import paths
* update new path LocalStorageUtil
* fix problems after rebase
* fix async loadin and clear
* local storage fix
* fix lint
* fix cs tests
* fix tag navigation and rename file appNavigation to processTabNavigation
* fix lint
* fix process test
* fix lint
Signed-off-by: Eugenio Romano <eugenio.romano@alfresco.com>
* fix start process cloud
* inc timeout
* C305050 automated
* added the api call to delete the tasks created in afterAll() method and also creating a new user and using that in the Tests and deleting the user in the end rather than using 'Super Admin' and reduce the dependency on env configuration.
* linting fixes
* C305033 Preselect Users automated.
* fix the LastName issue failing.
* C305041 automated
* in progress
* in progress
* in progress
* in progress
* lint fix
* moving the assignee filed to PeopleCloudComponent
* moving the assignee filed to PeopleCloudComponent
* split the tests into smaller chunks for easy understandability.
* added the missing check and renamed the method appropriately.
* fixes for flakiness
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* Update form-cloud.component.md
* Update form-cloud.service.md
* [ADF-4248] Created form cloud service
* [ADF-4248] Created form cloud model
* [ADF-4248] Created new cloud form
* [ADF-4248] Exported cloud from module
* [ADF-4248] Added form saving feature
* [ADF-4248] Added form to task details
* [ADF-4248] Added services to save form
* [ADF-4248] Added data support
* [ADF-4248] Added outcome support in form model
* [ADF-4248] Modified demo component to show form
* [ADF-4248] Copied tests
* [ADF-4248] Added form parsing service
* [ADF-4248] Added form cloud demo
* [ADF-4248] Added form input to fom-cloud
* [ADF-4248] Added tests for form cloud model
* [ADF-4248] Improved form model json parsing
* [ADF-4248] Added test for form could
* [ADF-4248] Refactored types in the form model
* [ADF-4248] Improved tests
* [ADF-4248] Added tests for form cloud service
* [ADF-4248] Added tests for form services
* [ADF-4248] Refactored form services
* [ADF-4248] Handled form events in demo shell
* [ADF-4248] Improved form value parsing
* [ADF-4248] Added form-cloud demo to routing
* [ADF-4248] Added field validation without handler
* [ADF-4248] Added task variable model
* [ADF-4248] Added adf-cloud prefix to css classes
* [ADF-4248] Translated name of nameless task
* [ADF-4248] Added docs for cloud form component
* [ADF-4248] Added docs for cloud form service
* create base component
* [ADF-4248] Created formBase and formModelbase
* [ADF-4248] Used base classes in cloud package
* [ADF-4248] Moved documentation to process services
* [ADF-4248] Removed duplicate import
* [ADF-4248] Fixed wrong imports
* [ADF-4248] Renamed form renderer input
* [ADF-4248] Show translated name for nameless form
* Enable the uploadWidget
* Make the form great again!
* Move the class style on the parent
* Fix the debugMode
* [ADF-3887] Different local storages for different ADF apps
* [ADF-3887] Add documentation
* [ADF-3887] Add unit tests and improve code
* [ADF-3887] Add unit tests
* [ADF-3887] Fix e2e tests
* fix test
* fix test
* Update storage.service.md
* [ADF-4351] Change APS2 services url pattern form ` -service/` to `/service/`
* Changed all query and runtimebundle app name convention.
* Use the correct name of the class
* Skip latest unit test that is failing
* Change the karma
* Fix failing unit test on editTaskCloud
* Exporting base login page for e2e tests
* fixed exporting and renamed pages as per standards
* Added base login page to testing package
* Fixed wrong import for the setting page
* Removed old pages and using the one in the adf-testing package
* fix after merge conflict
* fix base url param