AleksanderSklorz
4059a3d219
[ACS-5949] library property update and cancel button do not reflect the change in UI ( #3461 )
...
* ACS-5949 Disabling Update button when changes are saved, cancel button reverts now proper values
* ACS-5949 Prepared reusable function
* ACS-5949 Prepared reusable function
* ACS-5949 Unsubscribing, disabling update button when cancelled
* ACS-5949 Unit tests
* ACS-5949 Moved mock to beforeEach
* ACS-5949 Renamed function
2023-10-05 03:39:43 -04:00
Aayush Rohila
72c6ad0f86
[APPS-2171][APPS-2172] Migration from moment to date-fns ( #3459 )
2023-10-04 09:44:24 -04:00
Alfresco Build
9a478adea6
[ci:force][auto-commit] Update dependencies ADF:6.4.0-6403606261 JS:7.1.0-1371 ( #3457 )
...
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
2023-10-04 06:50:09 -04:00
MichalKinas
6edbb57dc4
[ACS-5601] Add badges to custom name column ( #3450 )
...
* [ACS-5601] Add badges to name column component
* [ACS-5601] Add on click handler to column badges
* [ACS-5601] Fix badge hover color
* [ACS-5601] Restore modal configuration, prettier fixes
* [ACS-5601] Add missing tooltip translation
* [ACS-5601] Add process content services to extension service
* [ACS-5601] Add adf dynamic component to custom name column
* [ACS-5601] Add missing dosc and unit tests
* [ACS-5601] Post rebase package lock update
* [ACS-5601] CR fixes
* [ACS-5601] Unit test fix
* [ACS-5601] CR fix
* [ACS-5601] Fix unit test, add contrast gray to badges
* [ACS-5601] fix fail test and exclude one test
* [ACS-5601] fix fail test and exclude one test
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com >
2023-10-04 09:12:52 +02:00
Adam Zakrzewski
33c50bdd68
[ACS-5678] create folder from template tests ( #3456 )
...
* [ACS-5678] create folder from template tests
* taking out only flag
* fixes for linter, import, method name and locator
* fix import and utils strings
2023-10-02 11:03:29 -04:00
Alfresco Build
740b9b3579
[ci:force][auto-commit] Update dependencies ADF:6.4.0-6377399867 JS:7.1.0-1367 ( #3454 )
...
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
2023-10-02 07:18:44 -04:00
Alfresco Build
0774281244
GH Auto: Upstream dependencies ADF:6.4.0-6341205853 JS-API: using Tag:6.4.0-6341205853 ( #3452 )
...
* [ci:force][auto-commit] Update dependencies ADF:6.4.0-6341205853 JS:
* Corrected versions
---------
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com >
2023-09-29 00:08:39 +02:00
Alfresco Build
f28bb3fe40
GH Auto: Upstream dependencies ADF:6.4.0-6336818839 JS-API:7.1.0-1349 using Tag:6.4.0-6336818839 ( #3441 )
...
* [ci:force][auto-commit] Update dependencies ADF:6.4.0-6336818839 JS:7.1.0-1349
* Use latest JS-API and ADF
---------
Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com >
Co-authored-by: MichalKinas <michal.kinas@hyland.com >
2023-09-28 13:07:24 +02:00
pkunduGL
c5f1e22740
[ACS-5539] Icon and pressed state of buttons updated as per the figma ( #3449 )
...
* Updated the icon as per the figma
* pressed state for buttons updated
* review comments resolved
* Resolved the review comments
2023-09-27 09:22:16 -04:00
dependabot[bot]
ce543ff483
Build(deps-dev): Bump lint-staged from 13.2.1 to 14.0.1 ( #3446 )
...
Bumps [lint-staged](https://github.com/okonet/lint-staged ) from 13.2.1 to 14.0.1.
- [Release notes](https://github.com/okonet/lint-staged/releases )
- [Changelog](https://github.com/okonet/lint-staged/blob/master/CHANGELOG.md )
- [Commits](https://github.com/okonet/lint-staged/compare/v13.2.1...v14.0.1 )
---
updated-dependencies:
- dependency-name: lint-staged
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-26 11:20:12 -04:00
Akash Rathod
be761bae7d
[ACS-5639] fix viewer exclude test from protractor and playwright ( #3443 )
...
* [ACS-5923] sidenav and singleclick test
* remove protractor test and fix flaky test
* test fix
* [ACS-5639] fix exclude test in viewer
* remove exclude test and fix test
2023-09-25 17:39:16 +01:00
Akash Rathod
97f01386f8
[ACS-5923] playwright sidenav and single click test ( #3442 )
...
* [ACS-5923] sidenav and singleclick test
* remove protractor test and fix flaky test
* test fix
* Update error message for expect
2023-09-25 12:00:22 +01:00
DominikIwanek
2157e8e031
[ACS-5988] - Details tab not opening in custom file preview ( #3429 )
2023-09-21 09:16:34 +01:00
pkunduGL
fcc289ffa3
[ACS-5576] Icon updated as per the figma ( #3432 )
...
* icon classes updated as per the figma
* removed the unsed class
* review comments resolved
* removed unnecessary css classes
* updated icon name
* updated the icon class
2023-09-20 14:59:09 -04:00
Aayush Rohila
c6e54e20d0
[APPS-2170] Replace moment.js to date-fns in file-folder-properties.test.ts ( #3417 )
...
* [APPS-2170] replace moment.js to date-fns in file-folder-preoperties.ts
* [APPS-2170] date change
* [APPS-2170] Commit to run e2e
* [APPS-2170] e2e fix
2023-09-20 04:43:11 -04:00
Aayush Rohila
df8b08fd41
[APPS-2171][APPS-2172] Replace from moment.js to date-fns in search-filter.test and search-results-file-folders.test ( #3421 )
...
* [APPS-2171][APPS-2172] Replace from moment.js to date-fns in search-filter.test and search-results-file-folders.test
* [APPS-2171][APPS-2172] Update date
* [APPS-2171] test update
* [APPS-2171] test changes
2023-09-20 04:41:42 -04:00
Grzegorz Jaśkowski
d1ff001040
[ACS-5686] add reselect to edit offline, shorten template ( #3433 )
...
* ACS-5686 add reselect to edit offline, shorten template
* ACS-5686 merge icon condition, use optional chain expression
2023-09-19 10:14:58 +01:00
dependabot[bot]
4ed3f2d827
Build(deps-dev): Bump dotenv from 8.2.0 to 16.3.1 ( #3434 )
...
Bumps [dotenv](https://github.com/motdotla/dotenv ) from 8.2.0 to 16.3.1.
- [Changelog](https://github.com/motdotla/dotenv/blob/master/CHANGELOG.md )
- [Commits](https://github.com/motdotla/dotenv/compare/v8.2.0...v16.3.1 )
---
updated-dependencies:
- dependency-name: dotenv
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-19 10:14:21 +01:00
dependabot[bot]
743a46bf69
Build(deps-dev): Bump @angular-eslint/eslint-plugin ( #3435 )
...
Bumps [@angular-eslint/eslint-plugin](https://github.com/angular-eslint/angular-eslint/tree/HEAD/packages/eslint-plugin ) from 16.0.2 to 16.1.2.
- [Release notes](https://github.com/angular-eslint/angular-eslint/releases )
- [Changelog](https://github.com/angular-eslint/angular-eslint/blob/main/packages/eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/angular-eslint/angular-eslint/commits/v16.1.2/packages/eslint-plugin )
---
updated-dependencies:
- dependency-name: "@angular-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>
2023-09-18 22:43:03 +01:00
Denys Vuika
0faf566131
bump to new version
2023-09-18 22:42:16 +01:00
dependabot[bot]
a58e878f04
Build(deps-dev): Bump @cspell/eslint-plugin from 6.31.1 to 7.3.6 ( #3438 )
...
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell ) from 6.31.1 to 7.3.6.
- [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/v6.31.1...v7.3.6 )
---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-18 22:39:22 +01:00
Denys Vuika
b1b4dd05b6
Release 4.2.0 ( #3440 )
...
* bump app.config
* bump ADF versions
* release reports
* update compatibility matrices
4.2.0
2023-09-18 19:28:06 +01:00
dependabot[bot]
dab3adc061
Build(deps-dev): Bump stylelint from 15.6.3 to 15.10.3 ( #3436 )
...
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 15.6.3 to 15.10.3.
- [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.6.3...15.10.3 )
---
updated-dependencies:
- dependency-name: stylelint
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>
2023-09-18 16:48:57 +01:00
Alfresco Build
667da2e03b
[ci:force][auto-commit] Update dependencies ADF:6.3.0-6157611298 JS:6.3.0-1288 ( #3430 )
...
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
2023-09-12 11:03:30 -04:00
dependabot[bot]
f1e1672546
Build(deps-dev): Bump @playwright/test from 1.35.0 to 1.37.1 ( #3397 )
...
Bumps [@playwright/test](https://github.com/Microsoft/playwright ) from 1.35.0 to 1.37.1.
- [Release notes](https://github.com/Microsoft/playwright/releases )
- [Commits](https://github.com/Microsoft/playwright/compare/v1.35.0...v1.37.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 >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 07:03:13 -04:00
dependabot[bot]
c753ad2436
Build(deps-dev): Bump eslint-plugin-import from 2.27.5 to 2.28.1 ( #3396 )
...
Bumps [eslint-plugin-import](https://github.com/import-js/eslint-plugin-import ) from 2.27.5 to 2.28.1.
- [Release notes](https://github.com/import-js/eslint-plugin-import/releases )
- [Changelog](https://github.com/import-js/eslint-plugin-import/blob/main/CHANGELOG.md )
- [Commits](https://github.com/import-js/eslint-plugin-import/compare/v2.27.5...v2.28.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-import
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>
2023-09-12 06:36:19 -04:00
dependabot[bot]
6e3b6d37fb
Build(deps-dev): Bump word-wrap from 1.2.3 to 1.2.5 ( #3382 )
...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap ) from 1.2.3 to 1.2.5.
- [Release notes](https://github.com/jonschlinkert/word-wrap/releases )
- [Commits](https://github.com/jonschlinkert/word-wrap/compare/1.2.3...1.2.5 )
---
updated-dependencies:
- dependency-name: word-wrap
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-12 06:18:13 -04:00
dependabot[bot]
f32cf79d1f
Build(deps): Bump @fontsource/open-sans from 5.0.3 to 5.0.12 ( #3427 )
...
Bumps [@fontsource/open-sans](https://github.com/fontsource/font-files/tree/HEAD/fonts/google/open-sans ) from 5.0.3 to 5.0.12.
- [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>
2023-09-12 04:32:48 -04:00
Alfresco Build
bbaa8f7a75
[ci:force][auto-commit] Update dependencies ADF:6.3.0-6147176337 JS:6.3.0-1280 ( #3428 )
...
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
2023-09-11 16:28:50 -04:00
dependabot[bot]
f4310093f7
Build(deps-dev): Bump eslint-plugin-jsdoc from 43.2.0 to 46.5.1 ( #3426 )
...
Bumps [eslint-plugin-jsdoc](https://github.com/gajus/eslint-plugin-jsdoc ) from 43.2.0 to 46.5.1.
- [Release notes](https://github.com/gajus/eslint-plugin-jsdoc/releases )
- [Changelog](https://github.com/gajus/eslint-plugin-jsdoc/blob/main/.releaserc )
- [Commits](https://github.com/gajus/eslint-plugin-jsdoc/compare/v43.2.0...v46.5.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-jsdoc
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2023-09-11 08:10:25 -04:00
Alfresco Build
28800b6b37
[ci:force][auto-commit] Update dependencies ADF:6.3.0-6123510771 JS:6.3.0-1272 ( #3386 )
...
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com >
2023-09-11 04:56:10 -04:00
Adam Zakrzewski
8f0e4dfc87
[ACS-5992] refactor api wrappers ( #3425 )
...
* [ACS-5992] refactor api wrappers
* code review fixes
* review siteVisibility fix
* deleting configs from index
* updating breadcrumb preconditions
2023-09-11 04:55:44 -04:00
MichalKinas
b086093c2f
Use latest JS-API and ADF ( #3423 )
...
* Update JS-API and ADF versions to latest
* Fix missing types
* Fix incorrect types
* Use correct method to get membership requests
2023-09-08 04:10:00 -04:00
Denys Vuika
9106608398
ESLint fixes and unified lint targets ( #3424 )
...
* optimise lint targets
* fix eslint config files
* fix app coverage settings
* tune eslint to warn about optional chains
2023-09-08 09:00:00 +01:00
DominikIwanek
46ea85436b
[ACS-5932] - Sidenav not able to expand when search page is closed ( #3412 )
2023-09-05 16:45:49 +02:00
DominikIwanek
4a8faeaa8e
[ACS-5107] - improve gha after introducing nx workspace ( #3420 )
...
* [ACS-5107] - Fix failing unit test on CI
* [ACS-5107] - Fix failing unit test on CI
* [ACS-5107] - Fix failing unit test on CI
* [ACS-5107] - Fix failing unit test on CI
2023-09-05 07:01:41 -04:00
Mykyta Maliarchuk
deba28c8e0
[ACS-5563] Fixed incorrect initial loading of security marks ( #3405 )
...
* [ACS-5563] fixed incorrect initial loading of security marks
* [ACS-5563] added DoneFn
2023-09-01 15:44:24 +01:00
Akash Rathod
e2ddd81cbc
[ACS-5923] navigation breadcrumb playwright test ( #3410 )
...
* ACS-5870-playwright test for application
* fix for failing test
* fix for failing test
* fix for login secario test
* fix for login test with newuser login
* [ACS-5923] playwright breadcrumb test
* Update breadcrumb.spec.ts
* test fix
* test fix admin
* test fix admin
* test fix user folder
* test fix user test remove
2023-09-01 15:36:13 +01:00
DominikIwanek
b3ed9bedb5
[ACS-5107] - Add 'affected' to GHA ( #3399 )
...
* [ACS-5107] - Add 'affected' to GHA
2023-08-30 16:25:25 +02:00
DominikIwanek
303a86268b
[ACS-5284] - updating a folder rule options has no effect when multiple rules exist and clicking between them ( #3409 )
...
* [ACS-5284] - updating a folder rule options has no effect when multiple rules exist and clicking between them
2023-08-30 12:32:18 +02:00
DominikIwanek
cc484d792e
[ACS-5842] - viewer button not working in file details view ( #3389 )
...
* [ACS-5842] - viewer details disappear on button click
* Change e2e and unit tests
* Change e2e and unit tests
* Change e2e and unit tests
* Change e2e and unit tests
* Change e2e and unit tests
2023-08-29 14:10:31 +02:00
Akash Rathod
ad36ed891b
ACS-5870-playwright test for application ( #3398 )
...
* ACS-5870-playwright test for application
* fix for failing test
* fix for failing test
* fix for login secario test
* fix for login test with newuser login
* Update test username general.spec.ts
2023-08-28 11:26:13 -04:00
AleksanderSklorz
aec6852672
[ACS-5281] Changed editable state of metadata content based on change o… ( #3400 )
...
* ACS-5281 Changed editable state of metadata content based on change of file lock state
* ACS-5281 Updated versions
* ACS-5281 Reverted change
* ACS-5281 Upgrade version
* ACS-5281 Small correction
* ACS-5281 Fixed e2e
2023-08-27 10:00:35 +02:00
Aayush Rohila
bc9c58176f
[ACS-5654] Retain filter header in document list. ( #3381 )
...
* [ACS-5654] Retain filter header in document list.
* [ACS-5654 Unit tests]
* [ACS-5654] Unit test update
2023-08-22 12:28:40 +05:30
Grzegorz Jaśkowski
9d1a6ae57b
ACS-5680 fix library properties to show labels in edit mode ( #3393 )
2023-08-21 14:34:46 +01:00
Akash Rathod
f8a30f3706
[ACS-5866] authentication playwright tests ( #3391 )
...
* viewer action files e2e migration
* viewer action files e2e remove comment
* review code fix
* [ci:force]
* [ACS-5650]viewer test with new user
* remove commented code
* login and logout playwright test
* Update error message login.spec.ts
2023-08-18 12:49:46 -04:00
Akash Rathod
9f1b8a0ac6
[ACS-5650] viewer user actions test ( #3373 )
...
* viewer action files e2e migration
* viewer action files e2e remove comment
* review code fix
* [ci:force]
* [ACS-5650]viewer test with new user
* remove commented code
2023-08-18 09:09:04 -04:00
Mykyta Maliarchuk
ff8a9844d8
[ACS-5849] [ACS-5848] Incomplete string escaping fix ( #3390 )
...
* [ACS-5849] Incomplete string escaping fix
* [ACS-5849] Incomplete string escaping fix
* [ACS-5848] Incomplete string escaping fix
2023-08-18 09:07:14 -04:00
DominikIwanek
52cc1d174e
[ACS-5841] - viewer details disappear on button click ( #3388 )
2023-08-17 12:11:42 +02:00
Denys Vuika
b3aeca7bfd
[ACS-5845] remove deprecated js-api compat mode ( #3387 )
2023-08-16 14:38:26 +01:00