* Do not check approval for schedule
* Do not check approval for schedule or manual run
* Do not check approval for schedule or manual run
* Do not check approval for schedule or manual run
* Use latest editorjs and fix storybook
* Remove unit with haveBeenCalled
* AAE-20420 Fix for broken tests
---------
Co-authored-by: wiktord2000 <wiktor.danielewski@hyland.com>
* sharing data with files
* sharing data with files
* disable check
* add shell
* skip step
* skip step
* fix tab
* run e2e
* failing e2e
* failing e2e make fail
* failing e2e make fail
* use js action
* fix template
* test action
* fix
* fix test
* fix test
* use action
* use action fix
* use action fix
* use action fix
* use action fix
* use action fix
* use action fix
* use action fix
* use action fix
* Normal run
* verify slack groups
* verify slack groups
* verify slack groups
* verify slack groups
* refactor
* remove useless code
* remove useless code
* use space as separator
* use space as separator
* use ga channel
* append only for cron
* run e2e job only if affected
* simulate process
* fix logic
* fix logic
* fix output
* almost done
* Being able to upstream alfresco-apps or alfresco-applications
* Use alpha as default
---------
Co-authored-by: alfresco-build <alfresco-build@hyland.com>
* Decoupling the build from release
* test if we are still able to release on npm and docker
* Split docker tag from deploy
* Fix storybook
* Decouple build lib/apps from releasing
* Remove useless or
* Get rid of the build-testing and call copydist when needed
* Use the relative path instead of node_modules and avoid to build cli/testing in the before e2e
* Try to build cli and testing as part of install
* Build cli and testing before e2e
* Copy cli bundle under dist
* Copy cli bundle under dist
* Copy testing into node_modules to fix protractor.js
* Created a bundle target to handle build and move of cli/testing
* Change from build target to something custom to avoid to exclude the packages
* Remove the build-testing.sh script
* 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>
* Cover the use cases by mocking them
* Replace the mock with real stream and remove useless code
* Provide new service to fetch groups
* Fix group tests
* Use the interface and token injection
* [AAE-8870] add unit test and mock for new service
* Improve roles condifion
* initialize the stream as part of NgOnInit to be sure it relies on the correct FormControl instance(input)
* Rollback tmp change for roles
* [AAE-8641] people abstraction mock
* [AAE-8641] revert angular.json changes
* [AAE-8641] few conditions and code improvements
* [AAE-8641] revert change input controls name
* [AAE-8641] initialize the stream as part of ngOnInit
* [AAE-8641] people abstraction improvements
* [AAE-8870] cherry pick people abstraction
* [AAE-8641] fix people-group e2es
* fix lint
* remove hardcoded identityHost
* Use the identityhost api in case of cloud
* Solve issue with returnType array string
* Rebase and use GroupModel from cloud
* Rebase and use GroupModel from cloud
* Use the bpmHost instead of identityFor
* Add identity ingress for user access service
* Rename test
* Fix linting issues
* Fix playwright storybook e2e for people and group
* Trigger travis
* Fix people group e2e
* improved formatting
* Remove not needed travis var override
* Remove unused import after rebase
* Make roles in filter optional + remove comments
Co-authored-by: Tomasz <tomasz.gnyp@hyland.com>
Co-authored-by: arditdomi <ardit.domi@hyland.com>
* Fetch the userInfo once loggedIn and expose the cabilibility of admin
* Rollback method
* Return same use if defined
* Use the same pepleContent service for UserInfoCOmpnent
* Remove useless import
* Use interface
* Use angular resolver instead of guard
* Remove fdescribe
* Fix linting
* Regenerate doc
* Improve doc
* Fix optional
* Fix the unit test
* Fix comment
* Fix lint
* Fix unit
* Add fetch user as part of the ssoGuard
* Fix unit test after fetch
* Add additional unit
* Fix await
* Load discovery and pass info to jsapi
* fix the roles empty scenario tests
* Make lint happier
* Rename the initApi method
* Add secret field
Co-authored-by: arditdomi <ardit.domi@hyland.com>
* FIx the restrinction
* Fix unit test about restricted groups
* Add a small sleep to make it green
* Add sleep to other checks
* Remove sleeps, improve assertions
Co-authored-by: MichalFidor <michal.fidor@hyland.com>