Commit Graph

3266 Commits

Author SHA1 Message Date
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
2f9cc8075f [ACS-7333] [E2E] search filters - properties tests migrated to Playwright (#3756)
* [ACS-7333] [E2E] search filters - properties tests migrated to Playwright

* [ACS-7333] review fix 1

* [ACS-7333] review fix 2

* [ACS-7333] review fix 3

* [ACS-7333] [E2E] search filters - properties tests migrated to Playwright
2024-04-04 11:57:45 +02:00
Alfresco Build
f3c4e05e33 [ci:force][auto-commit] Update dependencies ADF:6.8.0-8538328392 JS:7.7.0-8538328392 (#3759)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-04-04 08:44:55 +02:00
dependabot[bot]
4d234a69ac Build(deps-dev): Bump @typescript-eslint/eslint-plugin (#3650)
Bumps [@typescript-eslint/eslint-plugin](https://github.com/typescript-eslint/typescript-eslint/tree/HEAD/packages/eslint-plugin) from 5.59.1 to 5.62.0.
- [Release notes](https://github.com/typescript-eslint/typescript-eslint/releases)
- [Changelog](https://github.com/typescript-eslint/typescript-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/typescript-eslint/typescript-eslint/commits/v5.62.0/packages/eslint-plugin)

---
updated-dependencies:
- dependency-name: "@typescript-eslint/eslint-plugin"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-04-03 16:03:02 +02:00
Alfresco Build
927d1b2fe6 [ci:force][auto-commit] Update dependencies ADF:6.8.0-8537584051 JS:7.7.0-8537584051 (#3743)
Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com>
2024-04-03 14:59:55 +02:00
Katarzyna Kita
e2979410b3 [ACS-7364] Changed getRowsCount&getNthRow method not to count header row (#3752)
* Changed getRowsCount method not to count header row

* Removed commented code

* Fixed missing empty line

* Fixed getNthRow method usage
2024-04-02 08:34:13 -04:00
Adam Świderski
38050d1081 [ACS-7303] beforeEach and afterAll updated for share-action tests (#3742)
* [ACS-7303] beforeEach and afterAll updated for share-action tests

* [ACS-7303] deleted .only
2024-03-29 12:44:43 +01: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
Adam Świderski
132ce1f75e [ACS-7451] playwright eslint plugin introduced (#3746) 2024-03-29 11:42:58 +01:00
Katarzyna Kita
f30fcbf693 [ACS-7332] Added Playwright tests for Search - Filters - Logic (#3733)
* Added PW tests - Search - Filters - Logic
2024-03-29 08:52:30 +01:00
Denys Vuika
208122c936 [ACS-7376] switch to standalone pagination (#3744) 2024-03-28 12:17:06 -04:00
Mykyta Maliarchuk
b4dc7be2ad [ACS-7366] fix infinite re-rendering (#3739) 2024-03-28 13:01:05 +01:00
Alfresco Build
e283b50ef0 [ci:force][auto-commit] Update dependencies ADF:6.8.0-8455415016 JS:7.7.0-8455415016 (#3717)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-03-28 09:58:47 +01:00
Adam Świderski
a20f8d9ac8 [ACS-7360] aca playwright e2e file name rename with .e2e.ts extension (#3738)
* [ACS-7360] authentication updated to e2e.ts

* [ACS-7360] copy-move-actions tests updated to e2e.ts

* [ACS-7360] create-actions tests updated to e2e.ts

* [ACS-7360] folder-rules tests updated to e2e.ts

* [ACS-7360] info-drawer tests updates to e2e.ts

* [ACS-7360] library-actions tests updated to e2e.ts

* [ACS_7360] list-views tests updated to e2e.ts

* [ACS-7360] navigation tests updated to e2e.ts

* [ACS-7360] pagination tests updated to e2e.ts

* [ACS-7360] search tests updated to e2e.ts

* [ACS-7360] share-actions tests updated to e2e.ts

* [ACS-7360] special-permissions tests updated to e2e.ts

* [ACS-7360] viewer tests updated to e2e.ts

* [ACS-7360] replaced every .spec.ts and .test.ts with .e2e.ts

* [ACS-7360] undo .spec.ts chages for non test files

* [ACS-7360] hardcoded credentials sonarcloud fix 1

* [ACS-7360] hardcoded credentials sonarcloud fix 2
2024-03-27 15:27:56 +01:00
Adam Świderski
dd17437fce [ACS-7301] beforeEach and afterAll refactored for pagination tests (#3737) 2024-03-27 11:09:50 +01:00
Adam Świderski
3bec4abe4f [ACS-7300] beforeEach and afterAll refactored for navigation tests (#3736) 2024-03-27 10:39:44 +01:00
Adam Świderski
d6e6c41a2e [ACS-7298] beforeEach and afterAll updated for list-views (#3734)
* [ACS-7298] beforeEach and afterAll updated for list-views

* [ACS-7298] 'only' deleted
2024-03-27 10:18:08 +01:00
Adam Świderski
2046630f58 [ACS-7295] create actions - beforeEach and afterAll refactored (#3730)
* [ACS-7295] create actions beforeEach and afterAll refactored

* [ACS-7295] review fix 1

* [ACS-7295] review fix 2
2024-03-25 16:07:01 +01:00
Denys Vuika
419f35e879 bug fixes for search input (#3724) 2024-03-25 09:56:14 -04:00
dominikiwanekhyland
14edabc2d2 [ACS-6927] - Fully compliant with OIDC: ADF (#3718) 2024-03-25 09:00:34 -04:00
Katarzyna Kita
b44beeb877 Changed beforeEach, small 'random' cleanup (#3728) 2024-03-25 11:51:38 +01:00
Adam Świderski
0d6ca1a356 [ACS-6794] protractor to playwright e2e test suites search filters add filters classes (#3722)
* [ACS-6794] First test push with added classes

* [ACS-6794] Added search filters classes with locators
2024-03-22 11:19:06 -04:00
Adam Świderski
184f521e7b [ACS-7294] Updated hooks - copy-move-actions (#3721)
* [ACS-7294] Updated hooks - copy-move-actions

* [ACS-7294] fixed one comments test
2024-03-22 10:19: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
dependabot[bot]
76f83da505 Build(deps-dev): Bump @playwright/test from 1.37.1 to 1.42.1 (#3682)
* Build(deps-dev): Bump @playwright/test from 1.37.1 to 1.42.1

Bumps [@playwright/test](https://github.com/microsoft/playwright) from 1.37.1 to 1.42.1.
- [Release notes](https://github.com/microsoft/playwright/releases)
- [Commits](https://github.com/microsoft/playwright/compare/v1.37.1...v1.42.1)

---
updated-dependencies:
- dependency-name: "@playwright/test"
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* Playwright 1.42.1 upstream - fixed info-drawer tests

* Playwright 1.42.1 upstream - fixed copy-move-actions tests

* @datguychen
Playwright 1.42.1 upstream - fixed library-actions tests

* Playwright 1.42.1 upstream - SonarCloud fix 1

* Playwright 1.42.1 upstream - review fix 1

* Playwright 1.42.1 upstream - review fix 2

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: datguychen <adam.swiderski@hyland.com>
2024-03-21 11:26:52 +01:00
MichalKinas
5adaf35e79 [ACS-6956] Add GHA workflow to release ACA libs from branch (#3702)
* [ACS-6956] Add GHA workflow to release ACA libs from branch

* [ACS-6956] Add lint and unit-tests step
2024-03-20 12:21:27 +01:00
Alfresco Build
0b40a5dec5 [ci:force][auto-commit] Update dependencies ADF:6.8.0-8355483154 JS:7.7.0-8355483154 (#3714)
Co-authored-by: nikita-web-ua <nikita-web-ua@users.noreply.github.com>
2024-03-20 10:01:38 +01:00
dependabot[bot]
c0e4286fd3 Build(deps-dev): Bump follow-redirects from 1.15.4 to 1.15.6 (#3707)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.15.4 to 1.15.6.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.15.4...v1.15.6)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-19 11:25:56 -04:00
dependabot[bot]
82b77945c0 Build(deps): Bump @fontsource/open-sans from 5.0.12 to 5.0.27 (#3708)
Bumps [@fontsource/open-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/open-sans) from 5.0.12 to 5.0.27.
- [Changelog](https://github.com/fontsource/font-files/blob/main/fonts/google/open-sans/CHANGELOG.md)
- [Commits](https://github.com/fontsource/font-files/commits/HEAD/fonts/google/open-sans)

---
updated-dependencies:
- dependency-name: "@fontsource/open-sans"
  dependency-type: direct:production
  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>
2024-03-19 09:42:14 -04:00
Akash Rathod
3e0ce59eec [ACS-7287] update node for docker images (#3713)
* [ACS-7287] node:18.16 update for docker image

* update package.json file
2024-03-19 14:01:05 +01:00
Alfresco Build
5697f86317 [ci:force][auto-commit] Update dependencies ADF:6.8.0-8333997319 JS:7.7.0-8333997319 (#3696)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-03-19 10:37:44 +01:00
Adam Świderski
96a5542fe4 [ACS-7267] The rest of list-views tests migrated to Playwright (#3711) 2024-03-19 09:40:44 +01:00
Akash Rathod
227f3fb996 [ACS-6437] viewer e2e test migrate to playwright (#3704)
* rebase

* [ACS-6437] view protractor migrate to playwright

* [ACS-6437] review changes

* [ACS-6437] review changes
2024-03-15 14:17:20 +01:00
Adam Świderski
f2d78f165c [ACS-7260] Added Playwright artifacts to github actions (#3706)
* [ACS-7260] Added Playwright artifacts to github actions

* [ACS-7260] test path destintations

* [ACS-7260] review fix 1

* [ACS-7260] test path destinations 2

* [ACS-7260] make one test fail for playwright raports

* [ACS-7260] test path destinations 3

* [ACS-7260]

* [ACS-7260] final commit
2024-03-15 10:43:33 +01:00
Adam Świderski
8512e42ece [ACS-6799] Search sorting tests migrated to Playwright (#3705)
* [ACS-6799] search sorting migrated to Playwright

* [ACS-6799] review fixes 1

* [ACS-6799] cloudflare fix 1

* [ACS-6799] cloudflare fix 2

* [ACS-6799] review fixed 2

* [ACS-6799] sonarcloud fix 3
2024-03-14 12:13:03 +01:00
dependabot[bot]
e54854e052 Build(deps-dev): Bump karma from 6.4.2 to 6.4.3 (#3666)
Bumps [karma](https://github.com/karma-runner/karma) from 6.4.2 to 6.4.3.
- [Release notes](https://github.com/karma-runner/karma/releases)
- [Changelog](https://github.com/karma-runner/karma/blob/master/CHANGELOG.md)
- [Commits](https://github.com/karma-runner/karma/compare/v6.4.2...v6.4.3)

---
updated-dependencies:
- dependency-name: karma
  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>
2024-03-12 10:41:56 -04:00
dependabot[bot]
97032d9d74 Build(deps): Bump es5-ext from 0.10.62 to 0.10.63 (#3670)
Bumps [es5-ext](https://github.com/medikoo/es5-ext) from 0.10.62 to 0.10.63.
- [Release notes](https://github.com/medikoo/es5-ext/releases)
- [Changelog](https://github.com/medikoo/es5-ext/blob/main/CHANGELOG.md)
- [Commits](https://github.com/medikoo/es5-ext/compare/v0.10.62...v0.10.63)

---
updated-dependencies:
- dependency-name: es5-ext
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-03-12 10:17:47 -04:00
dependabot[bot]
7fa9f04312 Build(deps): Bump material-icons from 1.13.8 to 1.13.12 (#3699)
Bumps [material-icons](https://github.com/marella/material-icons) from 1.13.8 to 1.13.12.
- [Release notes](https://github.com/marella/material-icons/releases)
- [Commits](https://github.com/marella/material-icons/compare/v1.13.8...v1.13.12)

---
updated-dependencies:
- dependency-name: material-icons
  dependency-type: direct:production
  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>
2024-03-12 09:53:02 -04:00
Katarzyna Kita
c572dde261 [ACS-6954] Refactor Search Playwright tests - move search actions to searchOverlay component (#3703)
* Refactored search playwright tests moved search actions to search overlay component
2024-03-12 12:55:02 +01:00
Katarzyna Kita
f63d5073f4 [ACS-6954] Refactored search playwright tests (#3700)
* Refactored search playwright tests
2024-03-12 10:15:17 +01:00
tamaragruszka
a9780b352d [ACS-6587] ACA: Viewer does not update after restoring version and the toolbar disappears (#3669)
* [ACS-6587] update after restoring version

* [ACS-6587] update tests

* [ACS-6587] add tests and fixes

* resolve conflicts content-management.service.spec.ts
2024-03-11 11:54:27 +01:00
Katarzyna Kita
b5d2193416 ACS-6796 Search results files&folders tests migration to Playwright (#3691)
* Migrated tests for Search - files & folders
2024-03-11 11:16:44 +01:00
jacekpluta
789d07d59f [ACS-6565] ADW - Document List View Header - UX Bugs (Additional fixes) (#3685) 2024-03-10 15:55:35 +01:00
Adam Świderski
93cf1b9198 [ACS-6798] protractor to playwright e2e test suites search results libraries (#3690)
* [ACS-6798] seach results libraries migrated

* [ACS-6798] added infoDrawer and search to PW tests in PRs

* [ACS-6798] excluded tests + sonar fix

* [ACS-6798] sonar fix 2

* [ACS-6798] sonar fix 3

* [ACS-6798] sonar fix 3

* [ACS-6798] login and delete methods added to Utils for sonar cloud duplication code

* [ACS-6798] review fixes

* Revert "[ci:force][auto-commit] Update dependencies ADF:6.8.0-8186121470  JS:7.7.0-8186121470 (#3693)"

This reverts commit 29b1bf99d4ff8734342b94907d6bb2676a407e2e.

* Revert "Release 4.4.1 (#3688)"

This reverts commit 6dd3ad66d0d96054beb4f70fee5b2b550cc23efc.

* [ACS-6798] review fixes pt2

* [ACS-6798] review fixes pt 3

* [ACS-6798] review fixes pt4

* [ACS-6798] review fixes pt4.1
2024-03-08 10:58:19 +01:00
MichalKinas
00feb07d7d Correct caret versioning for ADF alphas (#3697) 2024-03-07 17:11:09 +01:00
MichalKinas
0908207ae3 Use latest ADF alpha as ACA packages dependency (#3695)
* Use latest ADF alpha as ACA packages dependency

* Fix js-api version

* Use caret versioning for ADF and JS-API inn ACA packages
2024-03-07 15:15:06 +01:00
MichalKinas
85b7b58df3 Version bump and dependecy fix (#3694) 2024-03-07 13:05:10 +01:00
Alfresco Build
b35e9d5f5b [ci:force][auto-commit] Update dependencies ADF:6.8.0-8186121470 JS:7.7.0-8186121470 (#3693)
Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com>
2024-03-07 11:34:41 +01:00
MichalKinas
4bc7ddef69 Release 4.4.1 (#3688)
* Release 4.4.1

* Bump ADF and JS-API
4.4.1
2024-03-06 16:46:50 +01:00
MichalKinas
33264f0731 [ACS-6924] Rename tags and categories plugins to mitigate naming conflicts (#3687)
* [ACS-6924] Rename tags and categories plugins to mitigate conflicts

* [ACS-6924] Add missing logic for tags and categories plugins
2024-03-04 13:52:17 -05:00