dependabot[bot]
cd7121aa8c
Build(deps): Bump Alfresco/alfresco-build-tools ( #4492 )
...
Bumps the github-actions group in /.github/actions/adf-linking with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.16.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-02 08:19:45 +02:00
dependabot[bot]
c1db5f0adb
Build(deps): Bump the github-actions group with 2 updates ( #4493 )
...
Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `crowdin/github-action` from 2.6.1 to 2.7.0
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](2cc7959c56...b8012bd549
)
Updates `Alfresco/alfresco-build-tools` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.16.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-version: 2.7.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 15:46:21 +02:00
dependabot[bot]
2ef8901671
Build(deps): Bump Alfresco/alfresco-build-tools ( #4491 )
...
Bumps the github-actions group in /.github/actions/setup with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 8.16.0 to 8.18.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.16.0...v8.18.0 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-version: 8.18.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-01 15:45:15 +02:00
MichalKinas
e01f0389d4
[MNT-24848] Include properties in search header calls ( #4496 )
...
* [MNT-24848] Include properties in search header calls
* [MNT-24848] [E2E] Excluded XAT-17700 and XAT-17702
---------
Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
2025-04-01 14:42:22 +02:00
MichalKinas
c09bfc0809
[ACS-7241] Fixed if structure to properly run jobs if some are skipped ( #4489 )
...
* [ACS-7241] Test changes
* [ACS-7241] Change condition to always and add additional step for proper verification
* [ACS-7241] Echo additional info
* [ACS-7241] Echo additional info
* [ACS-7241] Echo additional info
* [ACS-7241] Echo additional info
* [ACS-7241] Fixed if conditionals
2025-03-31 11:59:38 +02:00
MichalKinas
af3b54129e
[ACS-7241] Parallel releases fix ( #4488 )
2025-03-31 10:12:00 +02:00
Adam Świderski
ec3d88829f
[ACS-9301] Updated IDs with the new test cases ( #4483 )
2025-03-31 09:52:56 +02:00
MichalKinas
d88bf8ce3e
[ACS-7241] Support parallel releases ( #4297 )
...
* [ACS-7241] Parallel releases support v1
* [ACS-7241] Add missing needs clauses
* [ACS-7241] Proper conditional job check
* [ACS-7241] Revert testing changes, namespace fix
* [ACS-7241] Add improved conditions
2025-03-31 09:15:45 +02:00
Adam Świderski
436127edb2
[ACS-9294] [E2E] XAT-4526 stable and included ( #4482 )
2025-03-27 12:11:34 +01:00
Adam Świderski
f879958781
[ACS-9255] Automated XAT-17591 ( #4480 )
2025-03-26 13:43:02 +01:00
Adam Świderski
d2b6e6d6b4
[ACS-9372] [E2E] Fixed eslint errors ( #4479 )
...
* [ACS-9372] Fixed eslint errors
* [ACS-9372] Review fixes 1
2025-03-26 09:09:52 +01:00
swapnil-verma-gl
8c1d2f3cd7
Fixed configuration issue preventing unit tests for rules getting executed ( #4466 )
...
* 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
2025-03-21 15:44:12 +05:30
swapnil-verma-gl
1ef1976a4c
[ACS-9388] Print button is now disabled in viewer for media files ( #4465 )
...
* [ACS-9388] Print button is now disabled in viewer for media files
* [ACS-9388] Added canPrintFile rule to documentation. Code review fixes
2025-03-20 14:16:30 +05:30
Vito Albano
ad52115f41
[AAE-33014] - Update rule for fetching ADF ( #4467 )
2025-03-19 15:53:39 +00:00
Akash Rathod
3575974609
[ACS-6412] remove excluded test for template issue ( #4461 )
...
* ACS-6412 remove excluded test for template issue
* ACS-6412 fix locator
* ACS-6412 fix locator
* ACS-6412 fix locator
* ACS-6412 test case fix
* ACS-6412 locator mat selector fix
* ACS-6412 locator mat selector fix
2025-03-19 12:03:24 +01:00
Adam Świderski
9d22bf0efe
[ACS-9297] [ACA] [E2E] Update test IDs to match the XRAY test cases IDs ( #4429 )
...
* [ACS-9297] [E2E] Authentication and List Views updated
* [ACS-9297] navigation tests IDs updated
* [ACS-9297] updated pagination IDs
* [ACS-9297] updated download actions ids
* [ACS-9297] Updated upload-download actions IDs & changed the location of viewer-version-actions tests to match XRAY
* [ACS-9297] updated copy-move-actions IDs
* [ACS-9297] Updated delete-actions IDs
* [ACS-9297] updated create-actions IDs
* [ACS-9297] Updated library-actions IDs
* [ACS_9297] Updated share IDs
* [ACS-9297] Special Permissions Updated IDs
* [ACS-9297] Updated viewer IDs
* [ACS-9297] Updated comments IDs
* [ACS-9297] Updated Search IDs
* [ACS-9297] Updated the remaning IDs
* [ACS-9297] one tests excluded one duplicated deleted
* [ACS-9297] fixing rebase mistakes 1
2025-03-19 10:20:24 +01:00
dependabot[bot]
8fffe98e01
Build(deps): Bump @babel/runtime and @angular-devkit/build-angular ( #4455 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) to 7.26.10 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `@babel/runtime` from 7.24.0 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
Updates `@angular-devkit/build-angular` from 17.3.12 to 17.3.13
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/17.3.12...17.3.13 )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 10:10:25 +01:00
Alfresco Build
1ea505314d
[ci:force][auto-commit] Update dependencies ADF:8.1.0-13941047340 JS:9.1.0-13941047340 ( #4462 )
...
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
2025-03-19 09:42:33 +01:00
dependabot[bot]
db23b741eb
Build(deps): Bump the github-actions group ( #4438 )
...
Bumps the github-actions group in /.github/actions/deploy-local-acs with 2 updates: [azure/setup-helm](https://github.com/azure/setup-helm ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `azure/setup-helm` from 4.2.0 to 4.3.0
- [Release notes](https://github.com/azure/setup-helm/releases )
- [Changelog](https://github.com/Azure/setup-helm/blob/main/CHANGELOG.md )
- [Commits](fe7b79cd5e...b9e51907a0
)
Updates `Alfresco/alfresco-build-tools` from 8.4.0 to 8.16.0
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.4.0...v8.16.0 )
---
updated-dependencies:
- dependency-name: azure/setup-helm
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 09:14:43 +01:00
Akash Rathod
d3df91d15e
[ACS-9426] [e2e] fix smoke test sonar issue ( #4459 )
...
* ACS-9426 rewrite smoke test
* ACS-9426 rewrite smoke test add to xray
* ACS-9426 check for smoke test run
2025-03-19 09:13:57 +01:00
dependabot[bot]
485d499f9f
Build(deps): Bump Alfresco/alfresco-build-tools ( #4423 )
...
Bumps the github-actions group in /.github/actions/adf-linking with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 8.12.1 to 8.14.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.12.1...v8.14.1 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 09:03:49 +01: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
dependabot[bot]
801d671f98
Build(deps): Bump the github-actions group with 2 updates ( #4422 )
...
Bumps the github-actions group with 2 updates: [crowdin/github-action](https://github.com/crowdin/github-action ) and [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `crowdin/github-action` from 2.5.2 to 2.6.1
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](b811e49583...2cc7959c56
)
Updates `Alfresco/alfresco-build-tools` from 8.12.1 to 8.14.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.12.1...v8.14.1 )
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 08:54:25 +01:00
dependabot[bot]
0ca8849d19
Build(deps): Bump Alfresco/alfresco-build-tools ( #4421 )
...
Bumps the github-actions group in /.github/actions/setup with 1 update: [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ).
Updates `Alfresco/alfresco-build-tools` from 8.12.1 to 8.14.1
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](https://github.com/alfresco/alfresco-build-tools/compare/v8.12.1...v8.14.1 )
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: github-actions
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 08:40:03 +01:00
dependabot[bot]
810a5044f3
Build(deps-dev): Bump axios from 1.8.1 to 1.8.3 ( #4453 )
...
Bumps [axios](https://github.com/axios/axios ) from 1.8.1 to 1.8.3.
- [Release notes](https://github.com/axios/axios/releases )
- [Changelog](https://github.com/axios/axios/blob/v1.x/CHANGELOG.md )
- [Commits](https://github.com/axios/axios/compare/v1.8.1...v1.8.3 )
---
updated-dependencies:
- dependency-name: axios
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 08:31:07 +01:00
Alfresco Build
6fceb2000f
[ci:force][auto-commit] Update dependencies ADF:8.1.0-13917759001 JS:9.1.0-13917759001 ( #4434 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-18 09:27:06 +01:00
MichalKinas
be9372b090
[ACS-9398] Add snackbar notifications for favorite actions ( #4447 )
2025-03-18 08:33:35 +01:00
MichalKinas
8a960a813e
Post-release version bump ( #4456 )
2025-03-18 07:44:50 +01:00
Adam Świderski
7995718ffc
[ACS-9424] [E2E] updated C595967 ( #4458 )
2025-03-17 13:43:49 +01:00
MichalKinas
5f7a80f94d
Release 6.0.0 ( #4452 )
...
* Release 6.0.0
* Reset cache
6.0.0
2025-03-17 12:45:13 +01:00
MichalKinas
0e7610919d
[ACS-9371] Migrate docs from docs.alfresco to support.hyland ( #4446 )
2025-03-12 14:25:42 +01:00
Swarnajit3004
2a509abebb
[ACS-9364] Update upload.e2e.ts tests to have proper expects ( #4427 )
2025-03-11 16:32:38 +05:30
Giovanni Toraldo
5bc0214e07
Bump tests environment to latest chart/tag ( #4440 )
2025-03-06 15:35:55 +01:00
Giovanni Toraldo
651212da62
Use kubectl-wait action ( #4437 )
2025-03-06 14:22:08 +01:00
dominikiwanekhyland
c8850bcd13
Update angular/cli ( #4433 )
2025-03-05 14:04:47 +01:00
Alfresco Build
c9199e7c57
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13674229115 JS:8.0.0-alpha.9-13674229115 ( #4432 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-05 12:36:41 +01:00
Alfresco Build
a46d84cd54
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13653137168 JS:8.0.0-alpha.9-13653137168 ( #4431 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-04 13:38:43 +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
MichalKinas
2e6229b779
[ACS-9346] Use visibility rules as array ( #4430 )
...
* [ACS-9346] Use visibility rules as array
* Empty commit to reset cache
2025-03-04 11:37:17 +01:00
Alfresco Build
66f8f7036c
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13628318332 JS:8.0.0-alpha.9-13628318332 ( #4428 )
...
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-03 12:54:52 +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 b3e2af7f0fc1dbd67186d03c98ea8b6f4ab19f47.
* Revert "[ACS-9369] Resolved issues where visibility rules with a single element array would log errors (#4416 )"
This reverts commit 4e33f1126da07cf18c1896f7e839336e493b12cb.
* Revert "[ACS-8694] Cleanup of visibility rules for extensions in ACA (#4140 )"
This reverts commit f1c4dcf45d0d0ce038109510004bf0edb66c6e66.
2025-03-03 16:56:13 +05:30
AleksanderSklorz
4e37f194ac
[ACS-9225] serious a11y testing side bar elements must meet minimum color contrast ratio thresholds ( #4425 )
...
* [ACS-9225] Fixed color contrast ratio for sidebar elements
* [ACS-9225] Fixed color contrast ratio for sidebar elements
2025-03-03 11:09:10 +01:00
Alfresco Build
553ecf8cea
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13569691252 JS:8.0.0-alpha.9-13569691252 ( #4419 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-28 17:27:18 +01:00
Mykyta Maliarchuk
9724f46258
[ACA-4735] Fix search input focus styles ( #4418 )
2025-02-28 15:40:04 +01:00
Swarnajit3004
03b5ac83cc
[ACS-9291] [ACA] [E2E] Automate XAT-5488, XAT-5490 ( #4405 )
...
* [XAT-5488] [XAT-5490] Percentage of the zoom when an image is opened in viewer mode
* [XAT-5488] [XAT-5490] Percentage of the zoom when an image is opened in viewer mode_2
* [XAT-5488] [XAT-5490] Percentage of the zoom when an image is opened in viewer mode_3
* Zoom activity on different files in viewer_Committed on 022125_1
* Committed on 022525_1
* Committed on 022725_1
* Committed on 02282025_1
2025-02-28 16:49:53 +05:30
swapnil-verma-gl
b3e2af7f0f
[ACS-9369] Updated rule-migration-guide.md to include missed rule ( #4420 )
2025-02-28 13:17:26 +05:30
swapnil-verma-gl
4e33f1126d
[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
2025-02-27 17:20:43 +05:30
MichalKinas
34c52ac42f
[MNT-24892] Upgrade Node to 20 ( #4415 )
2025-02-27 12:27:23 +01:00
Alfresco Build
60d53ddbf7
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13562138419 JS:8.0.0-alpha.9-13562138419 ( #4413 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-27 11:21:34 +01:00
AleksanderSklorz
0696ce82ba
[ACS-9344] change permissions error message for opening records management library ( #4414 )
...
* [ACS-9344] Changed error messages
* [ACS-9344] Unit tests
* [ACS-9344] Fixed unit test
2025-02-27 08:05:44 +01:00