Commit Graph
29 Commits
Author SHA1 Message Date
Grzegorz Jaśkowski 5192fa8e9c [ACS-10449] MD3 ADW fixes (#5215)
* [ACS-10449] ADW fix bulk actions and node info dialog icon

* [ACS-10449] Address comments
2026-06-08 14:58:55 +02:00
Grzegorz Jaśkowski 836eaaaea9 [ACS-10449] Migrate ADW and ACC to MD3 (#5213)
* [ACS-10449] Fix library dialog button

* [ACS-10449] Fix mixed decls sass warning
2026-06-05 15:44:14 +02:00
Grzegorz Jaśkowski d7f4809b64 [ACS-11404] update ng from 19.2.19 to 19.2.20 (#5142)
* [ACS-11404] update ng from 19.2.19 to 19.2.20

* [ACS-11404] remove deprecated devtools playwright property

* [ACS-11404] update ng devkit from 19.2.19 to 19.2.20

* [ACS-11404] lock pdfjs-dist version
2026-04-14 13:59:56 +02:00
Grzegorz Jaśkowski acb832da6e [ACS-11033] ai answer references id mapping workaround (#5064)
* [ACS-11033] ai answer references id mapping workaround

* [ACS-11033] remove redundant type
2026-02-27 16:11:46 +01:00
Grzegorz Jaśkowski 52d7f52bfb [ACS-11033] Knowledge Retrieval answer page displays general error instead of response (#5044)
* [ACS-11033] fix not displayed answer bug, improve unit test coverage

* [ACS-11033] replace deprecated retryWhen

* [ACS-11033] use search API for fetching ai references

* [ACS-11033] cr fixes

* [ACS-11033] copilot cr fixes

* [ACS-11033] undo accidental change

* [ACS-11033] copilot cr fixes 2

* [ACS-11033] cr fixes 2
2026-02-24 13:24:39 +01:00
Grzegorz Jaśkowski 0f5940a33c [ACS-10514] fix leading and trailing operators (#4944)
* [ACS-10514] add search input operators validator, search input control test coverage, search utils multiple whitespaces handling in split

* [ACS-10514] review fixes

* [ACS-10514] cr fixes
2026-01-13 09:43:51 +01:00
Grzegorz Jaśkowski 8ee33bc944 [ACS-10514] ADW Search not working for some scenario tocken creation issue (#4891)
* [ACS-10514] improve search term extractrion from query

* [ACS-10514] handle other search types, unit tests, docs

* [ACS-10515] fix sonar issue

* [ACS-10514] format table
2025-11-21 11:33:02 +01:00
Grzegorz Jaśkowski 25d2129f6a post release version bump (#4903) 2025-11-20 13:18:13 +01:00
Grzegorz Jaśkowski dcd3750677 Release 7.2.0 (#4902)
* Release 7.2.0

* Release 7.2.0
2025-11-20 12:24:34 +01:00
Grzegorz Jaśkowski 59dcc646da [ACS-10196] other a11y all libraries error message not provided for name and library id fields (#4883)
* [ACS-10196] prevent instant error validation on create library dialog opening

* [ACS-10196] add unit tests

* [ACS-10196] review fix
2025-11-07 09:07:50 +01:00
Grzegorz Jaśkowski 3386af55dd [ACS-10165] create all libraries component (#4826)
* [ACS-10165] create all libraries component

* [ACS-10165] move translations, apply cr comments

* [ACS-10165] fix column tracking

* [ACS-10165] remove flag

* [ACS-10165] create base component for library pages

* [ACS-10165] fix build issue

* [ACS-10165] code review fixes
2025-10-24 09:57:05 +02:00
Grzegorz Jaśkowski 887455a0ef [ACS-9768] remove deprecated methods from auth related components (#4688)
* [ACS-9768] remove deprecated methods from auth related components [link-adf:ACS-9768-Remove-deprecated-methods-from-auth-related-components]

* [ACS-9786] replace deprecated methods
2025-08-28 14:35:21 -04:00
Grzegorz Jaśkowski 396add1e88 [ACS-9859] replace deprecated APIs and modules (#4687)
* [ACS-9859] replace deprecated APIs and modules

* [ACS-9859] delete deprecated code

* [ACS-9859] fix rebase errors

* [ACS-9859] revert wrong code deletion

* [ACS-9859] fix after rebase
2025-08-27 09:24:24 +02:00
Grzegorz Jaśkowski c26e123c55 adjust version requirements in aca-playwright-shared (#4682) 2025-07-16 12:48:51 +02:00
Grzegorz Jaśkowski 4f51ea5b35 [ACS-9810] post release version bump (#4678) 2025-07-15 16:16:25 +02:00
Grzegorz Jaśkowski c98b8fe0c5 Release 7.0.0 (#4677)
* Release 7.0.0

* Release 7.0.0
2025-07-15 14:58:19 +02:00
Grzegorz Jaśkowski f48fc8c2d7 [ACS-8746] use notification service instead of store, yellow warnings, warning on no library permission (#4577)
* [ACS-8746] use notification service instead of store, yellow warnings, warning on no library permissions

* [ACS-8746] move snackbar bg styling to app level, review comments

* [ACS-8746] change warning color for improved accessibility

* [ACS-8746] fix wrong css class for copy and move notifications

* [ACS-8746] completely replace SnackbarActions with notifications service, update warning color

* [ACS-8746] improve copy and move nodes notifications

* ACS-8746 fix undo delete notification action

* ACS-8746 review comments

* ACS-8746 review comments
2025-06-16 10:14:27 +02:00
Grzegorz Jaśkowski 325d072c4d [ACS-9536] fix failing unit tests (#4556)
* [ACS-9536] fix failing unit tests, use correct testing module

* [ACS-9536] provide mock service for preview unit tests
2025-05-12 10:06:21 +02:00
Grzegorz Jaśkowski 71764b09e2 [ACS-8706] split context menu to allow injecting actions (#4203)
* ACS-8706 split context menu to allow injecting actions

* ACS-8706 fix class naming, add context menu components unit tests

* ACS-8706 add context menu service, effects and directive unit tests

* ACS-8706 review remarks - redundant condition, directive unit tests

* ACS-8706 improve unit testing approach, remove unnecessary class attributes

* ACS-8706 documentation

* ACS-8706 fix sonar issues

* ACS-8706 replace takeUntil with takeUntilDestroyed

* ACS-8706 fix sonar lint issue

* ACS-8706 change incorrect import path
2024-11-08 08:26:33 +01:00
Grzegorz Jaśkowski c8dad0f61a ACS-8618 fix bulk dropdown icon alignment (#4042) 2024-08-20 20:58:23 +02:00
Grzegorz Jaśkowski c1851aefe6 [ACS-8053] add js-api path to tsconfig (#3861)
* ACS-8053 add js-api path to tsconfig

* ACS-8053 fix typo
2024-05-28 12:06:11 +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 92a1e25271 [ACA-4728] fix file order in viewer (#3631)
* [ACA-4728] fix file order in viewer

* [ACA-4728] refactor viewer and preview, save and restore previous sorting in viewer and document pages when client sorting, add viewer unit tests

* [ACA-4728] remove duplicated license

* [ACA-4728] add missing imports

* [ACA-4728] address comments, improve initial sorting setting, improve tests, reduce duplication

* [ACA-4728] further reduce code duplication, remove/replace faulty unit tests

* [ACA-4728] move reusable unit test config to testing module

* [ACA-4728] address comments

* [ACA-4728] address comment - remove reduntant if

* [ACA-4728] update headers in new files
2024-04-10 10:39:11 +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
Grzegorz Jaśkowski 8e567cd483 [ACS-6641] fix advanced search filters not displaying, fix libraries search option unchecking (#3633) 2024-02-13 11:28:33 +01: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
Grzegorz Jaśkowski 9d1a6ae57b ACS-5680 fix library properties to show labels in edit mode (#3393) 2023-08-21 14:34:46 +01:00
Grzegorz Jaśkowski c73ffd8901 [ADF-5557] delete i18n resources moved to ADF (#3376)
* ADF-5557 delete i18n resources moved to ADF

* ADF-5557 update ADF versioning from ADF counterpart PR

* ADF-5557 fix remaining problem after rebase
2023-08-14 19:44:30 +01:00
Grzegorz Jaśkowski 4019508f0f [ACS-5638] hide checkboxes in file lists (#3357)
* ACS-5638 hide checkboxes in file lists

* ACS-5838 change C279270 test not to use multiselect related function
2023-07-26 09:15:06 +02:00