Denys Vuika
24c5f08f7b
AAE-36580 bootstrap as standalone app ( #4667 )
2025-07-11 07:19:33 -04:00
Denys Vuika
9d3a8b6a7c
AAE-36484 upgrade to standalone api ( #4661 )
2025-07-09 10:58:36 -04:00
Alfresco Build
d047d7c9db
GH Auto: Upstream dependencies ADF:8.1.0-16168969238 JS-API:9.1.0-16168969238 using Tag:8.1.0-16168969238 ( #4664 )
...
* [ci:force][auto-commit] Update dependencies ADF:8.1.0-16168969238 JS:9.1.0-16168969238
* fix standalone imports
* fix tests imports
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com >
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
2025-07-09 10:21:13 -04:00
dominikiwanekhyland
5f5c238ccd
Ng19 migration ( #4520 )
2025-07-03 13:33:05 +02:00
AleksanderSklorz
8e243db88d
[MNT-25175] Display script name for folder rule ( #4637 )
...
* [MNT-25175] Display script name for folder rule
* [MNT-25175] Fixed e2e
* [MNT-25175] Exclude e2e tests
* [MNT-25175] Exclude e2e tests
2025-07-01 08:01:36 +02:00
MichalKinas
b57da70846
[ACS-5503] Folder rules rule update with correct error message when definition is invalid ( #4610 )
...
* [ACS-5503] Folder rules rule update with correct error message when definition is invalid
* [ACS-5503] Sonarlint fixes
* [ACS-5503] CR fixes
2025-06-17 10:57:21 +02:00
Mykyta Maliarchuk
8c3bf4738f
[ACS-9702] Restore focus after closing dialog ( #4590 )
...
* [ACS-9702] restore focus after closing dialog
* [ACS-9702] link ticket to excluded test
2025-06-02 11:50:16 +02:00
swapnil-verma-gl
4357fe9c08
[ACS-8694] Re-introduce visibility rules cleanup ( #4516 )
...
* [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
2025-05-15 10:44:00 +02:00
dominikiwanekhyland
bf909d9a5b
[ACS-9602] resolve issue for upgrading prettier ( #4554 )
...
* Build(deps-dev): Bump prettier from 2.8.8 to 3.5.3
Bumps [prettier](https://github.com/prettier/prettier ) from 2.8.8 to 3.5.3.
- [Release notes](https://github.com/prettier/prettier/releases )
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md )
- [Commits](https://github.com/prettier/prettier/compare/2.8.8...3.5.3 )
---
updated-dependencies:
- dependency-name: prettier
dependency-version: 3.5.3
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
* Resolve issue for upgrading prettier
* Update ADF
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-05-12 11:47:59 +02:00
Denys Vuika
6928d8de13
AAE-34494 break dependency on ADF mat selectors ( #4536 )
2025-04-25 11:49:19 -04:00
Mykyta Maliarchuk
73d4743b62
[ACS-9386] Fix wrong dialog title & button text on edit rule dialog ( #4445 )
2025-03-19 08:55:20 +01:00
Alfresco Build
e010f496f7
New Crowdin translations by GitHub Action ( #4366 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com >
2025-03-04 12:47:53 +01:00
swapnil-verma-gl
2efea8c6d8
Rollback visibility rules cleanup ( #4426 )
...
* 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
.
2025-03-03 16:56:13 +05:30
swapnil-verma-gl
f1c4dcf45d
[ACS-8694] Cleanup of visibility rules for extensions in ACA ( #4140 )
...
* [ACS-8694] Updated occurrences of visible in extensions.json to use arrays instead of single strings. Cleaned up rules in aca-content.module.ts
* [ACS-8694] Removed extra commas
* [ACS-8694] Broke down canDelete rule into seperate entities
* [ACS-8694] Fixed typo for notEmpty rule
* [ACS-8694] Fixed rule for edit offline
* [ACS-8694] Updated extension.schema.json
* [ACS-8694] Updated extension.schema.json
* [ACS-8694] Fixed rule for manage versions context menu item
* [ACS-8694] Fixed rule for manage versions and manage permissions
* [ACS-8694] Added rules.canManageFolderRules
* [ACS-8694] Fixed typo
* [ACS-8694] Updated visibility rules for folder rules and AOS plugin
* [ACS-8694] Updated extension.schema.json
* [ACS-8694] Updated existing rules to use !isTrashcan() instead of isNotTrashcan()
* [ACS-8694] folder-rules.plugin.json now uses arrays for controlling visibility
* [ACS-8694] Updated app.extensions.schema
* [ACS-8694] Removed unused rules
* [ACS-8694] Added unit tests for canToggleFileLock
* [ACS-8694] Added rules-list.md
* [ACS-8694] Revert unneeded project.json change
* [ACS-8694] Fixed toggleEditOffline rule
* [ACS-8694] Added migration guide (#4139 )
* [ACS-8694] Added migration guide
* [ACS-8694] Fixed typo
* [ACS-8694] Added missing rule migration. Fixed incorrect rule migration. Fixed typos
* [ACS-8694] Code review finding - Replaced instance of any
* [ACS-8694] Code review finding - Updated rules.md. Removed duplication of rules list from rules-list.md. Added pointer to rules-list.md under tips section
* [ACS-8694] Fixed build issue
* [ACS-8694] Removed unneeded isNotDetails rule
2025-02-25 17:00:22 +05:30
dominikiwanekhyland
a70378bffc
[ACS-6849][ACA] Upgrade to Angular 17 ( #4275 )
2025-02-12 14:42:09 +01:00
Mykyta Maliarchuk
6a5e894998
[ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text ( #4384 )
...
* [ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text
* [ACS-9235] a11y testing: Breadcrumbs / Back Arrow / Buttons must have discernible text
2025-02-07 13:36:32 +01:00
Mykyta Maliarchuk
0446ef6090
[ACS-9236] a11y testing: Create Rule - Buttons must have discernible text ( #4381 )
2025-02-07 13:35:04 +01:00
Mykyta Maliarchuk
09636b377d
[ACS-9211] Update license headers ( #4372 )
2025-02-04 12:11:48 +01:00
Alfresco Build
003537ff1c
GH Auto: Upstream dependencies ADF:7.0.0-alpha.8-13013055766 JS-API:8.0.0-alpha.8-13013055766 using Tag:7.0.0-alpha.8-13013055766 ( #4349 )
...
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13013055766 JS:8.0.0-alpha.8-13013055766
* fix test
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com >
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com >
2025-01-29 10:36:45 +01:00
dominikiwanekhyland
52b4060e78
[ACS-8960] Review and apply required inputs where possible ( #4339 )
2025-01-17 13:15:35 +01:00
Alfresco Build
92cf582b90
New Crowdin translations by GitHub Action ( #4318 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2025-01-02 10:41:48 +01:00
Alfresco Build
07d0203f74
New Crowdin translations by GitHub Action ( #4300 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2024-12-16 16:20:25 +01:00
Alfresco Build
079f362c5d
New Crowdin translations by GitHub Action ( #4289 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2024-12-09 11:57:31 +01:00
dominikiwanekhyland
adda597f15
[ACS-8959] Introduce new takeUntilDestroyed
operator ( #4237 )
2024-11-21 10:49:49 +01:00
MichalKinas
90ca3707f7
SonarCloud fixes ( #4235 )
2024-11-13 14:26:24 +01:00
Mykyta Maliarchuk
df6fdb38b0
[ACS-8914] Fix error on manage rules page open ( #4228 )
...
* [ACS-8914] fix error on manage rules page open
* [ACS-8914] sonar issue
2024-11-07 10:09:47 +01:00
MichalKinas
cacc4149fa
[ACS-8956] Add new ESLint rule for self-closing tags ( #4211 )
2024-10-31 09:54:23 +01:00
dominikiwanekhyland
3fbdc93c51
Ng16 migration ( #4104 )
...
* Updated ACA to Angular 16
* Updated Subject types to void in cases where no values was being emitted
* [ACS-8375] [ACA] [General] Selecting a checkbox gives a light green color on focus (#3937 )
* [ACS-8376] [ACA] [[Manage Rules] Multiple UI issues in create rule dialog (#3943 )
* [ACS-8378] Fixed inputs having fill styling throughout ACA (#3944 )
* [ACS-8378] Mat form fields now have white background instead of grey
* [ACS-8378] Fixed issue where the background of the boolean mode control dropdown was appearing as white when in condition groups. Labels in create rules window are now black
* [ACS-8415] Sidenav labels are now grey (#3946 )
* [ACS-8379] Fixed issue where icons in menus were coming as black after ng16 upgrade (#3935 )
* refactor DI into inject() methods (#3954 )
* Cleanup and remove unneeded commits and changes
* Fix eslint (#4032 )
* [REVERTABLE] - this is a quick temp fix to be able to release ACA with NG16
* [MIGRATION] - added some fix after rebase
* Refactor AppEffects (#4079 )
* Refactor effects to use inject() (#4080 )
* Refactor effects to use inject() (#4081 )
* Rebase fixes
* [ACS-8739] Fix e2e tests (#4106 )
* Updated ADF deps
* Fixed unit passing mandatory value
* Updated ADF version
* Updated ADF version
* [ACS-8743] [ADW] click on search button open a blank page (#4125 )
* Updating ADF dep
* Updating ADF
* Refactor injections in effects (#4137 )
* Upstream dependencies
* Refactor SearchAiEffects
* Updating ADF and rebased
* Rebased and updated
* Rebased and updated
* Updating deps
* Updating deps
* Updating deps
* Rebased and updated deps
* Pushing package-lock.json
* Moved the JWT storage injection token at app level
* Updated dependencies
* Fixed unit test
* Improved solutio for token with no need to set it explicitly
* Updating dependencies
* Updated package version
* Updated ADF deps
* Use latest ADF
---------
Co-authored-by: swapnil.verma <swapnil.verma@globallogic.com >
Co-authored-by: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com >
Co-authored-by: VitoAlbano <vito.albano.123@gmail.com >
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com >
Co-authored-by: MichalKinas <michal.kinas@hyland.com >
2024-10-23 17:19:36 +02:00
Alfresco Build
2c347eaa7f
GH Auto: Upstream dependencies ADF:7.0.0-alpha.2-11070706321 JS-API:8.0.0-alpha.2-11070706321 using Tag:7.0.0-alpha.2-11070706321 ( #4144 )
...
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-11070706321 JS:8.0.0-alpha.2-11070706321
* fix test
---------
Co-authored-by: nikita-web-ua <nikita-web-ua@users.noreply.github.com >
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com >
2024-09-27 16:16:24 +02:00
MichalKinas
796a3c7861
[AAE-22098] Update AlfrescoApiService imports ( #4015 )
...
* [AAE-22098] Update AlfrescoApiService imports
* [link-adf:dev-eromano-AAE-12502] Link ADF
* [link-adf:dev-eromano-AAE-12502] Link ADF
* [AAE-22098] Use proper ADF version
* fix tests
* fix tests v2
* fix yet another BC
* Use latest ADF
* use published ADF
---------
Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com >
2024-09-06 19:31:28 +02:00
swapnil-verma-gl
cad7355241
[ACS-8450] Fixed issue where required marker * was not showing up for create rule > Name field ( #3984 )
...
* [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
2024-08-02 15:38:09 +05:30
swapnil-verma-gl
d8dd62f4c8
[ACS-8452] Fixed UI for folder select input fields in create/edit rules ( #3974 )
2024-07-29 11:11:58 +05:30
dominikiwanekhyland
5f9c8b4231
[ACS-8259] Testing Angular 15 - Manage rule page issue ( #3967 )
2024-07-23 14:14:19 +02:00
MichalKinas
02b6757ea3
[ACS-6693] Migration to NG15 ( #3959 )
...
* [ACS-6693] Angular 15 migration initial point
* [ACS-6693] Angular 15 - update ADF dependencies from the ng15-start branch (#3712 )
* [ACS-6693] Angular 15 - adding mat core (#3715 )
* Stylelint fix
* Migration - added stylePrepocessor for material selectors
* Skip unit tests from branch release until errors are fixed
* [ACS-7285] - [ACA] Angular 15 - Left sidebar + table (#3719 )
* [ACS-7286] Fix topbar user info issues (#3720 )
* [ACS-6693] Bump peerDependencies in ACA libs
* [ACS-7330] edit rules dialog fixes (#3723 )
* [ACS-6693] Fix peer dependencies in ACA packages
* [ACS-7328] Fix searchbar display (#3729 )
* [ACS-7631] Fix broken filters (#3735 )
* [ACS-7331] - Angular 15 - Edit aspects modal [ACA]
* [ACS-7449] Fix broken filter labels styling (#3745 )
* [ACS-7351] ng15 Manage rules fixes (#3751 )
* [ACS-7351] ng15 manage rules fixes
* [ACS-7351] cr fix
* [ACS-7351] cr fix
* [ACS-7370] - [ACA] Leave library dialog misses some padding (#3749 )
* [ACS-6693] Bump ADF version
* [ACS-7372] - user profile page issues (#3757 )
* [ACS-7372] - [ACA] User profile page issues
* [ACS-7415] - Move file dialog (#3755 )
* [ACS-7452] - Small screen notification banner [ACS-7418] About page (#3760 )
* [ACS-7452] - Small screen notification banner
* [ACS-7452] - Small screen notification banner [ACS-7418] About page
* [ACS-7511] Subfont for dialogs, make darker (#3765 )
* [ACS-7448] Fix wrong notifications colors (#3761 )
* [ACS-7448] Fix notifications colors, move them from adf to aca (#3771 )
* [ACS-7375] - Share link dialog issues (#3774 )
* [ACS-7517] - Notifications box (#3775 )
* [ACS-7373] ng15 permission tab fixes (#3762 )
* [ACS-7368] Fix unit tests for aca-content (#3779 )
* [ACS-7410] - Locked files overflow issues (#3780 )
* [ACS-7528] - Notification and user icons are a bit different (#3782 )
* [ACS-7529] - Columns visibility dropdown has broken styles (#3783 )
* [ACS-7537] - Share dialog (#3789 )
* Use latest ADF alpha
* Post rebase unit test fix
* Disable stylelint
* Calendar button fix
* [ACS-7369] ng15 migration - fix e2es (#3796 )
* [ACS-7369] e2e fixes
* [ACS-7369] cr fix
* [ACS-7331] - Angular 15 - View details sidebar (#3731 )
* [ACS-7542] - Upload new version dialog (#3800 )
* [ACS-7575] create library dialog e2e fix (#3803 )
* [ACS-7534] folder dialog e2e fixes (#3804 )
* [ACS-7574] Rules dialog edit (#3801 )
* [ACS-7571] Comments (#3810 )
* [ACS-7555] Added blue outline to focused checkboxes (#3813 )
* [ACS-7582] File upload dialog, fix button weight label globally (#3814 )
* [ACS-7531] - Search page (#3816 )
* [ACS-7559] Conext menus icons (#3818 )
* [ACS-6693] Bump ADF
* Temporary lint disable
* [ACS-7572] link rules dialog (#3817 )
* [ACS-7533] - Advanced search chips dropdowns (#3821 )
* [ACS-7560] Corrected background color for info snackbar (#3824 )
* [ACS-7558] - Toolbar and buttons (#3833 )
* [ACS-7573] folder rules fixes (#3836 )
* [ACS-7573] folder rules fixes
* [ACS-7573] cr fix
* [ACS-7561] - Permissions page (#3840 )
* [ACS-7768] unify inputs and selects across the app (#3845 )
* ACS-7768 Style inputs in create from template dialog
* ACS-7768 Used globally configured outline appearance for inputs
* ACS-7768 Style inputs for profile page
* ACS-7768 Style inputs for library metadata form
* ACS-7768 Style inputs for folder rules dialog
* ACS-7768 Style inputs for manage rules page
* ACS-7768 Set outline appearance for input, fix small issue
* ACS-7768 Addressed comment
* Revert "[ACS-7768] unify inputs and selects across the app (#3845 )" (#3850 )
This reverts commit 6a5ef73283
.
* [ACS-8043] fix js api dependencies (#3855 )
* [ACS-8020] Fixed inputs for create from template dialog (#3857 )
* [ACS-8027] Inputs for create rules (#3860 )
* [ACS-8052] inputs for general info for libraries (#3863 )
* [ACS-8052] Inputs for general info for libraries
* Fix after CR
* [ACS-8059] Inputs for view rules (#3865 )
* [ACS-8026] Fixed Task form rendering (#3864 )
* Updating to the latest package of 6.10 from ADF
* Updating to the latest ADF/JS-API - updating dependency rule
* Regenerated package lock
* [ACS-8082] fix search e2e (#3876 )
* Using latest ADF with BC of ConfirmDialogComponent
* [ACS-8099] [ACA] Testing Angular 15 - Accessibility for search text area (#3883 )
* [ACS-8100] [ACA] Testing Angular 15 - Accessibility for search facet and filter (#3887 )
* [ACS-8158] Resolved issue where long tag names were not getting word wrapped in ACA. Fixed alignment issue with tag chip cross button (#3890 )
* [ACS-8101] [ACA] Testing Angular 15 - Manage rule popup visual changes (#3891 )
* [ACS-8191] Updated codebase to use variables from mat-selectors.scss file (#3889 )
* [ACS-8191] Updated ACA codebase to use selectors from mat-selectors.scss file instead of hardcoded selectors
* [ACS-8191] Resolved configuration issue where running unit test on aca-shared failed due to not finding adf-core styles
* Update ADF dependencies (#3897 )
* Upgrading ADF packages
* Use latest ADF
* Updated packages version
* Updated packages version
* Updated packages version
* Updated packages version
* Updated packages version
* Updated packages version
* Updated packages version
* [ACS-8253] viewer file name change position on navigation (#3914 )
* Updated ADF version
* Use latest ADF
* Package lock fix
* Build fix
* Restore release branch build and unit tests
* E2Es fix
* Fix SonarCloud issues
* Stylelint fix
* Stylelint fix
* [ACS-8442] Remove additional checkbox label
* First batch of E2E fixes
* Bump ADF
* Second round of E2E locators fixes
* Locator fix
* [ACS-8443] Fix incorrect focus style for checkboxes
* E2Es locators fixes
* E2E locator fixes
* [ACS-6693] locator fix upload new version title
* E2E locator fix
* E2E locator fix
* [ACS-6693] locator fix upload new version file
---------
Co-authored-by: jacekpluta <73617938+jacekpluta@users.noreply.github.com >
Co-authored-by: Vito Albano <vito.albano@hyland.com >
Co-authored-by: tomson <nastalytomasz@gmail.com >
Co-authored-by: Mykyta Maliarchuk <84377976+nikita-web-ua@users.noreply.github.com >
Co-authored-by: Jacek Pluta <jacek.pluta@hyland.com >
Co-authored-by: dominikiwanekhyland <141320833+dominikiwanekhyland@users.noreply.github.com >
Co-authored-by: tomson <tomasz.nastaly@hyland.com >
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com >
Co-authored-by: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com >
Co-authored-by: VitoAlbano <vito.albano.123@gmail.com >
Co-authored-by: Akash Rathod <41251473+akashrathod28@users.noreply.github.com >
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com >
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com >
2024-07-22 07:08:01 +02:00
Mykyta Maliarchuk
de74b3bebc
[ACS-6926] Fix plugins routing ( #3930 )
...
* [ACS-6926] fix plugins routing
* [ACS-6926] add implement CanActivateChild
2024-07-17 13:22:49 -04:00
Denys Vuika
32112392c6
ACS-8404: Introduce App Settings service ( #3939 )
2024-07-16 15:23:13 -04:00
Mykyta Maliarchuk
e55dd6b9ed
[ACS-8190] change node selection to single for rule actions ( #3888 )
2024-06-14 11:57:44 +02:00
Grzegorz Jaśkowski
eeff4b9829
[ACS-6595] Add security marks for Folder Rules ( #3835 )
...
* [ACS-6595] Create dropdown box and load values for security marks action parameter
* [ACS-6595] add interface to mocked params
* [ACS-6595] change displayed value for security marks and groups to include name
2024-05-10 08:16:38 +02:00
Grzegorz Jaśkowski
4408eb4489
[ACS-7311] add no-angular-material-selectors eslint rule ( #3732 )
...
* [ACS-7311] add no-angular-material-selectors rule, fix errors
* [ACS-7311] fix faulty unit tests
2024-04-04 16:45:06 +02:00
Adam Świderski
d9391bef51
[ACS-7453] updated license header to 2024 ( #3747 )
...
* [ACS-7453] updated license header to 2024
* [ACS-7453] Updated the rest of licenses manually to 2024
* [ACS-7453] review changes
2024-03-29 12:35:49 +01:00
Mykyta Maliarchuk
b4dc7be2ad
[ACS-7366] fix infinite re-rendering ( #3739 )
2024-03-28 13:01:05 +01:00
Mykyta Maliarchuk
965f68c0ac
[ACS-6150] Folder rules - add category selector for link category action ( #3701 )
...
* [ACS-6150] folder rules - add category selector for link category action
* [ACS-6150] unit tests
2024-03-21 12:31:16 +01:00
Mykyta Maliarchuk
7024bfc926
[ACS-4103] clear empty parameters for folder rules actions ( #3641 )
2024-02-14 10:40:38 -05:00
DominikIwanek
184ad17baf
[ACS-6140] - Remove references to internal Angular Material CSS classes ( #3620 )
2024-02-13 13:22:57 +01:00
dependabot[bot]
f0b6bd3e4e
Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0 ( #3573 )
...
* Build(deps-dev): Bump stylelint from 15.10.3 to 15.11.0
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.10.3 to 15.11.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/15.10.3...15.11.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
* fix linting
---------
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
2024-01-04 20:14:00 -05:00
Aayush Rohila
1d0752ce8f
[ACS-6455] Update cz translations ( #3561 )
...
* [ci:force]
* [ACS-6455] Update cz translations
2023-12-20 14:06:56 -05:00
swapnil-verma-gl
34c8976af6
[ACS-6211] Resolved UI alignment issue in create rule dialog ( #3505 )
...
* [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
2023-12-06 13:36:00 +05:30
AleksanderSklorz
2c69887e08
[ACS-6252] support disabling the tags and categories feature in the applications ( #3533 )
...
* ACS-6252 Allow to hide tags and categories from metadata panel and to hide tags column from personal files
* ACS-6252 Allow to hide tags column from all other lists
* ACS-6252 Allow to hide tags and categories from search filters
* ACS-6252 Set type for search field
* ACS-6252 Hide displaying tags and categories related operators, properties and aspects in folder rules when that feature is disabled
* ACS-6252 Get from service information if tags and categories are disabled
* ACS-6252 Handled case when tags and categories configuration is missing in app.config.json
* ACS-6252 Unit tests for changes for RuleActionUiComponent
* ACS-6252 Unit tests for changes for RuleSimpleConditionUiComponent
* ACS-6252 Unit tests for changes for MetadataTabComponent
* ACS-6252 Unit tests for changes for app rules
* ACS-6252 Unit tests for changes for AppExtensionService
* ACS-6252 Removed redundant private from constructor parameter and corrected unit test title
* ACS-6252 Hide link to category action if categories feature is disabled
* ACS-6252 Move to beforeEach
2023-11-28 14:09:00 +01:00
Mykyta Maliarchuk
7c95b53c8b
[ACS-6081] Reduce references to internal Angular material CSS classes ( #3534 )
...
* [ACS-6081] Reduce references to internal Angular material CSS classes
* [ACS-6081] rollback default scrollable value [ci:force]
* [ACS-6081] linting
* [ACS-6081] fix e2es
* [ACS-6081] cr fix
* [ACS-6081] remove adf-cli logger from e2es
2023-11-24 14:59:57 +01:00
DominikIwanek
57ac20a8c5
[ACS-6278] - disable manage rules for smart folders ( #3518 )
2023-11-14 12:08:07 +01:00