* [ACS-8694] Cleanup of visibility rules for extensions in ACA (#4140)
* [ACS-9369] Resolved issues where visibility rules with a single element array would log errors (#4416)
* [ACS-9369] Resolved issues where visibility rules with a single element array would log errors
* [ACS-9369] Improved rule array filtering logic
* [ACS-9369] Added type to variable
(cherry picked from commit 4e33f1126d)
* [ACS-8694] Removed unneeded test cases
* [ACS-8694] Fixed 'Favorite' option showing up in toolbar when opening search page
* [ACS-9466] Added delay between folder size initiation and folder size retrieval APIs. Added case to check if folder size calculation is in progress or not, before displaying error message. Updated unit test
* [ACS-9466] Added unit test
* [ACS-9466] Updated unit test
* [ACS-9466] E2Es should now use latest version of alfresco content repository on GHA
* Fixed configuration issue preventing unit tests for rules getting executed
* Added unit tests for SnackbarEffects to improve coverage
* Added unit tests for RouterEffects to improve coverage
* Excluding store actions, models, selectors and states from getting included in code coverage
* Added type to store
* Revert "[ACS-9369] Updated rule-migration-guide.md to include missed rule (#4420)"
This reverts commit b3e2af7f0f.
* Revert "[ACS-9369] Resolved issues where visibility rules with a single element array would log errors (#4416)"
This reverts commit 4e33f1126d.
* Revert "[ACS-8694] Cleanup of visibility rules for extensions in ACA (#4140)"
This reverts commit f1c4dcf45d.
* [ACS-9369] Resolved issues where visibility rules with a single element array would log errors
* [ACS-9369] Improved rule array filtering logic
* [ACS-9369] Added type to variable
* [ACS-9119] Fixed issue where Saved Search Nav Bar title was not getting updated on changing language
* [ACS-9119] Added unit test
* [ACS-9119] Added null safety check
* [ACS-9119] Addressed PR comments
* [ACS-9119] Fixed Unit test
* [MNT-24575] Created folder information dialog
* [MNT-24575] Added unit tests
* [MNT-24575] Integrated API calls into folder information
* [MNT-24575] Added models
* [MNT-24575] Added delay to API retry call. Added unit test for API retry functionality
* [MNT-24575] Folder information is no longer shown in trashcan
* [MNT-24575] Folder information is no longer shown in trashcan
* [MNT-24575] Added return type to function. Consolidated different properties into a single type
* [MNT-24575] Addressed Code review comments
* [MNT-24575] Addressed code review findings. Added error handling and unit tests
* [MNT-24575] Updated template to use adf-icons
* [MNT-24575] Using variables in SCSS
* [ACS-8998] Added validation to search input to disallow certain special characters
* [ACS-8998] Search input now replaces text: with TEXT: on submit, instead of giving a validation error
* [ACS-8998] Reverted unneeded padding change
* [ACS-8998] Calling search term getter instead of searchFormControl.value directly
* [ACS-8450] Fixed issue where required marker * was not showing up for creat rule > Name field
* [ACS-8450] Fixed alignment issue
* [ACS-8450] Changed styling selectors
* [ACS-8450] Added null/undefined safety check for name
* [ACS-6107] Updated default configuraiton for date-range component in extensions to match the required config for the new date range component
* [ACS-6107] Updated E2Es to remove references to old date-range component
* [ACS-6107] Restored missing column key
* [ACS-5014] Added Playwright E2E tests for copy-move actions
* [ACS-5014] Fixed missing import in tsconfig.e2e.json
* [ACS-5014] Removed unneeded method from utils.ts
* [ACS-5014] Updated playwright.config.ts
* [ACS-5014] Copy and Move tests are now working
* [ACS-5014] Removed unneeded test.only
* [ACS-5014] Added test case IDs to E2E tests
* [ACS-6211] Removed TODO note. Removed protractor test case files
* [ACS-5014] Added E2E tests for Destination Picker in copy-move actions
* [ACS-5014] Removed unneded only from test suite
* [ACS-5014] Updated import of logger from @alfresco/adf-cli to @alfresco/adf-testing
* [ACS-5014] Addressed code review findings. Moved objects to beforeAll/beforeEach wherever applicable. Added missing await.
* [ACS-5014] Addressed code review findings. Removed unused methods/objects from content-node-selector-dialog.ts
* [ACS-5014] Addressed code review findings. Removed unused methods/objects from content-node-selector-dialog.ts
* [ACS-5014] SonarLint fix
* [ACS-5014] Fixed breaking change for other E2Es
* [ACS-5014] Updated E2Es to use correct locator for more actions button
* [ACS-6211] Resolved UI alignment issue in create rule dialog
* [ACS-6211] Changed appearance of mat-select form field to standard to match with other action form fields
* [ACS-6211] Fixed unit tests
* [ACS-6138] Updating ADW Styling after ACA changes for angular material - Expansion panel items
* [ACS-6211] Fixed failing E2E
* [ACS-4130] Added autocomplete for 'Has Category' option in manage rules
* [ACS-4130] Added loading spinner and 'No options found' template for Has Category rule condition. Options are now fetched as soon as user selected 'Has Category' option
* [ACS-4130] Added code to fetch category name when viewing/editing existing rule with has category option selected
* [ACS-4130] Resolved issues related to editing existing rules with 'Has Category' condition
* [ACS-4130] Added safety checks and minor code refactoring
* [ACS-4130] Added unit tests for new autocomplete functionality
* [ACS-4130] Added feature to auto select first option from autocomplete dropdown when user focuses out of autocomplete input field
* [ACS-4130] Minor code refactoring. Moved constants from global scope to local scope
* [ACS-4130] Moved mock data to conditions.mock.ts. Removed redundant return type
* [ACS-4130] Resolved PR review comments - AutoCompleteOption is now an interface. Changed occurences of autocomplete with auto-complete. Removed/Added types
* [ACS-4130] Resolved PR review comments - AutoCompleteOption is now built using a single common helper method
* [ACS-4130] Added missed types
* ACS-4985 Prepared configuration for created and modified dates in search
* [ACS-4985] Updated search filter configuration for ACA to include the new SearchDateRangeAdvancedTabbed component
* [ACS-4985] Added date-fns adapter to alfresco content app
* [ACS-4985] Added failing e2e test cases to protractor.excludes.json
* [ACS-4985] Removed unused Created Date/Modified Date entries from i18n files after rebase
* [ACS-4985] Removed .env-original (file not required)
* [ACS-4985] Updated protractor.excludes.json
* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix missed test case
* Revert "[ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix missed test case"
This reverts commit d1cd0ee3de.
* [ACS-4985] Empty commit to trigger finalise job
* Revert "[ACS-4794] Fix missed test case"
This reverts commit d1cd0ee3de.
---------
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls in templates with variables
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 1 (WIP)
* [ACS-5088] Replaced method calls for *ngIf and *ngFor with variables - Batch 2 (WIP)
* [ACS-5088] Replaced instances of $any with cast pipe. Replaced other instances of method calls in templates with variables
* [ACS-5088] Resolved test cases
* [ACS-5088] Resolved test cases in aca-content library
* [ACS-5088] Resolved test cases in aca-shared library
* [ACS-5088] Resolved test cases in aca-folder-rules library
* [ACS-5088] Reverted usage of cast pipe to $any()
* [ACS-5088] Fixed incorrect revert
* [ACS-5088] Resolved code review findings - shortened expressions and made onDestroy subjects use void instead of boolean
* [ACS-5088] Resolved code review findings - changed parameter name in sort function
* [ACS-5088] Resolved code review findings - added 'void' type to onDestroy subjects
* [ACS-5088] Upgraded eslint version to 8.41.0. Added "@angular-eslint/template/no-call-expression" rule to prevent function calls in templates unless needed (reports warnings)
* [ACS-5088] Resolved typo in ToggleFavoriteComponent
* [ACA-4679] Added docker variables, app.config.json.tpl config and additional code for enabling non-responsive file preview download and file auto download features in ACA
* [ACA-4679] Added defaults for downloadPrompt for viewer and fileAutoDownload features. Updated variable names from 'nonResponsiveDialog' to 'downloadPrompt'
* [ACA-4679] Added unit test cases for FileAutoDownloadService
* [ACA-4679] Updated env variable references from NonResponsiveDialog to DownloadPrompt
* [ACA-4679] Added missing licence header on new files
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Added env variable configuration for GithubActions jobs
* [ACA-4679] Removed unneeded env variable configuration for GithubActions jobs
* [ACA-4679] Updated .env file configuration in README.md
* Updated CSS rules for DateTimePicker to show which date is currently focused on when navigating using the keyboard.
* [ACS-4259] Added variables for CSS colors
* [ACS-4259] Updated CSS color variable names to be more generic and not include the colors themselves.
* [ACS-4259] Added CSS variables for white background used in datetimepicker cell background
* [ACS-4259] Resolved typo
* [ACS-4259] Added CSS variables for datetimepicker cell selected background color and cell focus background color