SheenaMalhotra182
78b1e3e460
[ACS-6443] cleanup for redundant e2es and unused methods ( #3547 )
...
* [ACS-6443] removed redundant e2es and unused methods
* [ACS-6443] cleanup
* [ACS-6443] cleanup
* [ACS-6443] undo cleanup
* [ACS-6443] linting fix
* [ACS-6443] cleanup
* [ACS-6443] cleanup
* [ACS-6443] addressed review comments
2023-12-01 13:33:23 +05:30
Alfresco Build
437cf9154e
[ci:force][auto-commit] Update dependencies ADF:6.6.0-7045741448 JS:7.5.0-7045741448 ( #3543 )
...
Co-authored-by: DominikIwanek <DominikIwanek@users.noreply.github.com >
2023-11-30 14:12:21 +01:00
Adam Zakrzewski
1b55de018b
[ACS-5018] library actions protractor tests ( #3545 )
...
* [ACS-5018] library actions protractor tests
* updating type and timeout
* implementing reviews comments
2023-11-29 19:09:07 +01:00
DominikIwanek
8831c2e82a
manual upstream ( #3546 )
2023-11-29 13:19:54 +01:00
Denys Vuika
8aaca5f693
Remove dead code from the e2e ( #3542 )
...
* cleanup dead code
* cleanup dead code
* cleanup dead code
* cleanup dead code
* cleanup dead code
* cleanup dead code
2023-11-28 16:00:00 +00:00
dependabot[bot]
53931b0d27
Build(deps-dev): Bump @adobe/css-tools from 4.2.0 to 4.3.1 ( #3530 )
...
Bumps [@adobe/css-tools](https://github.com/adobe/css-tools ) from 4.2.0 to 4.3.1.
- [Changelog](https://github.com/adobe/css-tools/blob/main/History.md )
- [Commits](https://github.com/adobe/css-tools/commits )
---
updated-dependencies:
- dependency-name: "@adobe/css-tools"
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-28 10:12:59 -05:00
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
Alfresco Build
6a326f776a
GH Auto: Upstream dependencies ADF:6.6.0-7017572520 JS-API:7.5.0-7017572520 using Tag:6.6.0-7017572520 ( #3500 )
...
* [ci:force][auto-commit] Update dependencies ADF:6.6.0-7017572520 JS:7.5.0-7017572520
* Set corrected versions for ADF
---------
Co-authored-by: AleksanderSklorz <AleksanderSklorz@users.noreply.github.com >
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com >
2023-11-28 13:10:12 +01:00
SheenaMalhotra182
509ab55508
[ACS-6235] Migrated E2Es in favorites.ts file to Playwright ( #3539 )
...
* [ACS-6235] migrated e2es to playwright
* [ACS-6235] migrated e2es to playwright
* [ACS-6235] addressed review comments
2023-11-28 04:40:14 -05:00
Akash Rathod
fef55a3f73
[ACS-5923] remove navigation protractor e2e test ( #3541 )
2023-11-28 04:36:18 -05:00
Akash Rathod
c086bf2023
[ACS-6367] action available e2e remove ( #3540 )
...
* [ACS-6367] action available e2e remove
* [ci:force]
* Revert "[ACS-6367] action available e2e remove"
This reverts commit 0a92a383459797f970ea397c30bfb3350ba1ebeb.
* [ACS-6367] action available e2e remove
2023-11-27 09:43:55 -05:00
Denys Vuika
610339ac5a
upgrade to latest ADF alphas ( #3538 )
...
* upgrade to latest ADF alphas
* use latest alphas
2023-11-27 12:56:10 +00:00
Akash Rathod
b988874df1
[ACS-6398] folder action-available e2e test ( #3537 )
...
* [ACS-6398] folder action-avilable test
* review changes
* review changes
* review changes
2023-11-27 12:04:55 +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
Akash Rathod
7468111d19
[ACS-6368] remove special permissions e2e test ( #3536 )
2023-11-24 11:04:54 +00:00
Kritagya Jaiswal
f705c462be
[ACS-6239] Migrated personal files of pagination suit to playwright ( #3528 )
...
* [ACS-6239] Migrated personal files of pagination suit to playwright
* [ACS-6239] Remove only
* Added path in json file
* [ACS-6239] Addressed review comments
* [ACS-6239] Addressed review comments
* [ACS-6239] Removed material classes and used roles for test cases
* Addressed review comments
2023-11-23 13:37:03 +00:00
DominikIwanek
207410c44c
[MNT-22836] - support of pkce o auth grant type by aims ( #3422 )
...
* [MNT-22836] - support PKCE code flow in SSO
2023-11-21 15:02:24 +01:00
Denys Vuika
23957d7999
update to latest ADF alphas ( #3529 )
2023-11-20 12:34:30 +00:00
pkunduGL
7f256b2284
[ACS-6031] Css classes added for maintaining minimum width in column header ( #3523 )
2023-11-17 18:07:24 +00:00
Denys Vuika
d2a4da13ea
update to latest ADF ( #3524 )
...
* update to latest ADF
* bpm aca-shared/content dependencies
2023-11-17 10:30:17 -05:00
Denys Vuika
4ce4b82e46
fix linked ADF styling ( #3522 )
2023-11-16 09:25:00 -05:00
MichalKinas
4e21459fea
[MNT-23166] Add resizing and disable blur for document lists ( #3520 )
...
* [MNT-23166] Add resizing and disable blur for document lists
* [MNT-23166] Bump JS-API and ADF
2023-11-16 06:55:50 -05:00
Denys Vuika
fa906bd6e8
remove redundant service imports ( #3521 )
2023-11-16 06:55:35 -05:00
DominikIwanek
cde4308431
Upstream to ADF:6.5.1 JS-API:7.2.0 ( #3514 )
...
* upstream to ADF:6.5.0 JS-API:7.2.0
* Fix pipeline for PR
* Fix pipeline for PR
* Fix pipeline for PR
* exclude C286473
---------
Co-authored-by: Tomasz <tomasz.gnyp@hyland.com >
2023-11-15 07:29:52 -05:00
Adam Zakrzewski
7a0d21cfd2
[ACS-5688] create folder tests update ( #3519 )
...
* [ACS-5688] create folder tests update
* fixes for comments
* short expression
2023-11-14 15:44:08 +01:00
Akash Rathod
4877a0549b
[ACS-6066 ] playwright e2e other permissions ( #3510 )
...
* ACS-6066 other permissions test
* ACS-6066 other permissions test remove protractor
* ACS-6066 other permissions test remove protracto
* ACS-6066 other permissions remove code Duplicate
* ACS-6066 other permissions rebase
* ACS-6066 other permissions code cleanup
* code fix and remove protractor test
* review code fix
* review code fix
* fail test code fix
2023-11-14 12:32:24 +01:00
DominikIwanek
57ac20a8c5
[ACS-6278] - disable manage rules for smart folders ( #3518 )
2023-11-14 12:08:07 +01:00
MichalKinas
c9e0f7abe6
[ACS-4794] ES migration PR ( #3359 )
...
* [ACS-4794] Change migration affected queries
* [ACS-4794] Use acadev-es for PR workflow
* [ACS-4974] Remove * from path as it causes exception
* [ACS-4794] Fix search input
* [ACS-4794] Correct search term, correct Playwright url
* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix pagination and sorting search terms
* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix actionsAvailableFilesFolders and actionsAvailableSpecialPermissions
* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Empty commit
* [ACS-4794][link-adf:feature/dev-mkinas-es-migration] Fix missed test case
* [ACS-4974] Reverted searchFor calls in single-file-actions.test.ts back to original state without *
* [ACS-4974] Fix card view item import
* [ACS-4974] Add PATH as a workaround for PNAME and QNAME
* [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] Temporary exclude ADF linking from unit tests
* [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] Test on acadev
* [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] Bring acadev-es back
* [ACS-4974] [link-adf:feature/dev-mkinas-es-migration] E2E fix
* [ACS-4974] Add workaround for repository site option
* [ACS-4974] Exclude failing case which works manually
* [ACS-4974] Check changes on regular acadev
* [ACS-4974] Exclude flaky test case
* [ACS-4974] E2E fix
---------
Co-authored-by: swapnil-verma-gl <92505353+swapnil-verma-gl@users.noreply.github.com >
2023-11-14 08:26:08 +01:00
Adam Zakrzewski
336047318a
[ACS-5511] create library tests update ( #3516 )
...
* [ACS-5511] create library tests update
* updates from commands
2023-11-13 14:10:34 +01:00
DominikIwanek
b5d561dc5e
[ACS-6278] - stop showing 'edit aspects' and 'manage rules' when node is a smart folder ( #3512 )
...
* [ACS-6278] - stop showing 'edit aspects' and 'manage rules' when node is a smart folder
2023-11-09 09:30:21 +01:00
MichalKinas
b54016bdfd
Bump ACA version ( #3513 )
...
* Bump ACA version
* Lock file update
2023-11-08 20:43:00 +01:00
DominikIwanek
ee562da66d
[ACA-4722] - fix publish image script ( #3511 )
2023-11-08 15:44:00 +01:00
Adam Zakrzewski
779e4e4b05
[ACS-6269] create file from template tests ( #3509 )
...
* [ACS-6269] create file from template tests
* applying shorten expression
2023-11-07 17:35:04 +01:00
dependabot[bot]
e8c14e44e1
Build(deps-dev): Bump @cspell/eslint-plugin from 7.3.6 to 7.3.8 ( #3478 )
...
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell ) from 7.3.6 to 7.3.8.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell/compare/v7.3.6...v7.3.8 )
---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-11-07 07:33:35 -05:00
Kritagya Jaiswal
d0f9aac359
[ACS-6126] Fixed accessibility issue ( #3486 )
2023-11-07 07:32:45 -05:00
DominikIwanek
b98d8fd1dd
[ACA-4722] - add multi-arch images publish scripts ( #3504 )
2023-11-06 12:47:29 -05:00
Adam Zakrzewski
ed4d2cfc26
[ACS-5678] delete protractor tests create folder from template ( #3507 )
...
* [ACS-5688] delete protractor create folder tests
* [ACS-5678] delete protractor excluded tests
* delete from excluded list
2023-11-06 10:25:03 -05:00
Adam Zakrzewski
76c7239e45
[ACS-5688] delete protractor create folder tests ( #3506 )
2023-11-06 10:24:25 -05:00
MichalKinas
69c00fc403
Sonarcloud issues fixes ( #3499 )
...
* Sonarcloud issues fixes
* Code smell fixes
* Refactoring to remove new code duplications
* Sonarcloud code smell fixes part I
* Sonarcloud code smell fixes part II
* Missing code smell fix
* Add new ESLint rules to cover fixed SonarCloud issues
* Add missing command
* Add missing is existing check
2023-11-03 06:43:06 -04:00
Denys Vuika
968febffb0
migrate to nx 17 ( #3502 )
...
* migrate to nx 17
* lock file
2023-10-31 19:45:49 +00:00
MichalKinas
b23bd3e25b
Release 4.3.0 ( #3503 )
...
* Release 4.3.0
* Correct typing for unit test
4.3.0
2023-10-31 15:05:18 +01:00
Alfresco Build
1b3195d3ba
[ci:force][auto-commit] Update dependencies ADF: JS:7.1.0-1439 ( #3498 )
...
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
2023-10-27 03:58:06 -04:00
Denys Vuika
3d6ec4b44b
update lock file
2023-10-26 21:37:26 +01:00
Denys Vuika
b2f3aa626f
remove moment from the dependencies ( #3496 )
2023-10-26 14:23:10 -04:00
Alfresco Build
8aa4707024
GH Auto: Upstream dependencies ADF:6.4.0-6654892394 JS-API: using Tag:6.4.0-6654892394 ( #3497 )
...
* [ci:force][auto-commit] Update dependencies ADF:6.4.0-6654892394 JS:
* fix js api version
---------
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
2023-10-26 17:27:55 +01:00
Alfresco Build
f51a1c6b15
[ci:force][auto-commit] Update dependencies ADF:6.4.0-6651609513 JS:7.1.0-1438 ( #3495 )
...
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
2023-10-26 06:06:37 -04:00
DominikIwanek
835ddc3281
[ACS-5566] - add configurable columns to document list ( #3473 )
2023-10-25 16:25:54 +02:00
Mykyta Maliarchuk
02f581e4c2
[ACS-5752] fixed incorrect info drawer properties update ( #3492 )
2023-10-25 16:13:38 +02:00
MichalKinas
b25a3ad9d8
Use latest JS-API and ADF ( #3494 )
...
* Use latest JS-API and ADF
* Unit test fix
2023-10-25 14:48:12 +02:00
Akash Rathod
ddb2638220
[ACS-6191] remove e2e test on search filter ( #3493 )
2023-10-25 06:54:06 -04:00