* 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>
* 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
* [MNT-22765] Improved display mandatory form fields
* [MNT-22765] added unit tests
* [MNT-22765] fixed test with error icon on rest fail
* Trigger travis
* [MNT-22765] removed underscore from var name
* [AAE-7765] removed underscore from unit test
* [AAE-7765] fixed css lint
* [AAE-7765] fixed e2e error message css class
* [AAE-7765] fixed storybook e2e
* [ACA-3672] - added sorting server side for document-list
* [ACA-3672] - added and fixed unit tests for backend order
* [ACA-3672] - fixed failing test
* [ACA-3672] - regenerated doc and renamed variable
Co-authored-by: Vito Albano <vitoalbano@Vitos-MacBook-Pro.local>
* [AAE-1372] Fix read-only preselected users can be deleted
* [AAE-1372] Fix people/group cloud component readonly mode
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Refactor People/Group Cloud components
* [AAE-1372] Clear invalid user in single mode after replacing with a valid user
* [AAE-1372] Add progress bar while validation loading. When user gets removed remove from validation
* [AAE-1372] Fix lint errors
* [AAE-1372] Fix single selection e2e
* [AAE-1372] Fix unit tests - people/group cloud components
* [AAE-1372] Fix e2e, set People/Group formControls invalid when has preselect errors
* [AAE-1372] Fix invalid form control bug
* [ADF-4738] [Process -Cloud] Move GroupCloudService to adf-core lib.
* * Changed GroupModel to IdentityGroupModel
* Updated unit tests the recent changes.
* * Added documentation to the identityGroupService
* Updated GroupInitial and GroupCoudcomponent doc.
* * Created groupCount model. * Updated unit test to the recent changes
* * After rebase updated doc
* * Fixed comments.