* AAE-12139 disabled start process btn when clicked and api call in progress
* AAE-12139 improved unit tests
* AAE-12139 added return type
* AAE-12139 removed ngOnInit from unit tests
* [ci:force] ACA-4647 Fix for e2e
* ACA-4647 added missing parameters to unit test
* ACA-4647 added unit test to cover changes in startProcess
* ACA-4647 changed property name to fix build error
* ACA-4647 changed json to object to avoid lint errors
* ACA-4647 added missing semicolon
Co-authored-by: tomek.hanaj <tomek.hanaj@hyland.com>
* AAE-11740 replaced api for starting process
* AAE-11740 adjusted tests due to replaced start process api
* AAE-11740 merged similar tests for starting process
* AAE-11740 added condition for disabled start process button
* AAE-11739 removed unnecessary api call when cancelling not started process
* AAE-11739 added unit tests for cancelling process
* AAE-11739 fixed erroneous test
* AAE-11739 fix for test related error thrown in afterAll
* AAE-11739 added proper way to test wheter button exist
* fix after rebase
* new release strategy for ng next
Signed-off-by: eromano <eugenioromano16@gmail.com>
* peer dep
Signed-off-by: eromano <eugenioromano16@gmail.com>
* Angular 14
fix unit test and storybook
Signed-off-by: eromano <eugenioromano16@gmail.com>
fix after rebase
Signed-off-by: eromano <eugenioromano16@gmail.com>
update pkg.json
Signed-off-by: eromano <eugenioromano16@gmail.com>
missing dep
Signed-off-by: eromano <eugenioromano16@gmail.com>
Fix mistake and missing code
Dream....build only affected libs
Add utility run commands
* Use nx command to run affected tests
* Fix nx test core
fix content tests
Run unit with watch false
core test fixes
reduce test warnings
Fix process cloud unit
Fix adf unit test
Fix lint process cloud
Disable lint next line
Use right core path
Fix insights unit
fix linting insights
Fix process-services unit
fix the extensions test report
fix test warnings
Fix content unit
Fix bunch of content unit
* Produce an adf alpha of 14
* hopefully fixing the content
* Push back the npm publish
* Remove flaky unit
* Fix linting
* Make the branch as root
* Get rid of angualar13
* Remove the travis depth
* Fixing version for npm
* Enabling cache for unit and build
* Fix scss for core and paths
Copy i18 and asset by using ng-packager
Export the theming alias and fix path
Use ng-package to copy assets process-services-cloud
Use ng-package to copy assets process-services
Use ng-package to copy assets content-services
Use ng-package to copy assets insights
* feat: fix api secondary entry point
* fix storybook rebase
* Move dist under dist/libs from lib/dist
* Fix the webstyle
* Use only necessary nrwl deps and improve lint
* Fix unit for libs
* Convert lint.sh to targets - improve performance
* Use latest of angular
* Align alfresco-js-api
Signed-off-by: eromano <eugenioromano16@gmail.com>
Co-authored-by: eromano <eugenioromano16@gmail.com>
Co-authored-by: Mikolaj Serwicki <mikolaj.serwicki@hyland.com>
Co-authored-by: Tomasz <tomasz.gnyp@hyland.com>
* [AAE-6345] New start process page APA
* [AAE-6345] Added test
* [AAE-6345] Update
* CR
* Revrite wrapper to component
* Quick fix to e2e
* Show errors as ng-content
* Add Inplace word
* Fix unit tests
* Fix e2e
* [AAE-5872] - Viewer responds as we type in the form fields. Apply the fix on start process also
* Remove comments
Co-authored-by: Ardit Domi <arditdomi@apl-c02g64vpmd6t.home>
* [ACA-3461] Start Process - show form for preselected process
* fix unit test
* fix unit test
Co-authored-by: Silviu Popa <p3701014@L3700101120.ness.com>
* [ACA-3348] Add default process name pipe
* [ACA-3348] Add documentation
* [ACA-3348] Change transform function to recieve a process def parameter, Update documentation
* Change parameter type to fix build
* Fix lint errors
* Move unit test to the correct describe
* Fix lint errors
* Move from one core pipe to different for APS1 and Cloud
* Add Pipe to process cloud providers
* Update documentation
* Revert demo-shell default process name
* Fix pipe version in documentation
* e2e - select process definition and then type name
* Fix process services e2e
* Align process filters e2e
* Align start-task-form cloud e2e
* Use processInstance model instead of processDefinition as a parameter for transform function
* [ACA-3229] - fixed error on start process cloud when all the value are selected by default
* Update start-process-cloud.component.ts
Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
* Changed the validator for process name - added a new regex that restricts having space(s) in the beginning/end of the name.
* Added new error message for whitespace regex.
* 1 new error message for whitespace
* Unit test for whitespace restriction (process name)
* [DW-1669] - Added new api call for creating and starting a process instance
* [DW-1669] - fixed linting
* [DW-1669] - fixed process default issue
* [DW-1669] - fixed problem on start process cloud
* [DW-1669] - removed check on valid form as it might interact with the correct behaviour
* [DW-1669] - added a small delay before pressing start as a debounce time was added and the click on start is too fast
* [DW-1669] - added a small delay before pressing start as a debounce time was added and the click on start is too fast
* [DW-1669] - removed wrong fdescribe
* [DW-1669] - added a small delay before pressing start as a debounce time was added and the click on start is too fast
* universal form model
* parse variables correctly
* turn group model into interface
* remove console.log
* interface instead of class
* update form id type
* improved form variable parsing
* improved variable conversion
* fix cloud tests
* fix typings and code bugs