3455 Commits

Author SHA1 Message Date
jacekpluta
3d25eb7beb
[ACS-8815] Support for toggling Knowledge Retrieval in docker image (#4134) 2024-09-23 15:24:51 +02:00
Alfresco Build
d9c8ba702d
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10959284638 JS:8.0.0-alpha.2-10959284638 (#4130)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-09-23 14:58:15 +02:00
jacekpluta
edcc6f8047
[ACS-8201] Knowledge Retrieval - getting AI response for one or more selected files (#4127)
* [ACS-8202] basic flow getting ai response for one or more selected files (#3936)

* ACS-8202 Added animated icon

* ACS-8202 Added search ai input

* ACS-8202 Added AI search results page

* ACS-8202 Allow to run knowledge retrieval on files inside library, shared, favourites and recent files

* ACS-8202 Hide icon when selected more than 100 files or non text files

* ACS-8202 Display notification when too many files are selected

* ACS-8202 Added agents dropdown

* ACS-8202 Styles for AI response

* ACS-8202 Applied design changes

* ACS-8202 Added query card to Knowledge retrieval page results

* ACS-8202 Fixed search collapsing when opened results page

* ACS-8202 Changed placeholder in input for results page, wrapping text and scrolling for results page

* ACS-8202 Display snackbar with messages when conditions are not met

* ACS-8202 Disallow run knowledge retrieval for libraries, leave input when click on x button

* ACS-8202 Renaming files

* ACS-8202 Trigger ai input by selecting agent instead of clicking on button

* ACS-8202 Reverted triggering showing input by selecting option from select

* ACS-8202 Display dropdown with agents by clicking on button

* ACS-8202 Structural changes - services and agents button component

* ACS-8202 Removed part for examples from search page

* ACS-8202 Simplified html for search page

* ACS-8202 Refactored html and styles for search page, translations for search page

* ACS-8202 More html and styles refactoring

* ACS-8202 Formatting html

* ACS-8202 Removed references to angular material classes

* ACS-8202 Added data automation id attributes

* ACS-8202 Load agents from backend, formatting html for agents button component and adding data automation ids to that component

* ACS-8202 Correction after rebase

* ACS-8202 Set agent for input based on selected agent from dropdown for agents button

* ACS-8202 Hide agent button for libraries pages and use translations for warnings when clicked on agents button

* ACS-8202 Pass agent id to search results page

* ACS-8202 Used form control instead of ngmodel for search query

* ACS-8202 Moved search ai service and search ai input state to ADF

* ACS-8202 Results page ts clean up

* ACS-8202 Used ask and getAnswer functions from search ai service

* ACS-8202 Cleaning of search ai navigation service

* ACS-8202 Small clean ups

* ACS-8202 Renamed sources to references

* ACS-8202 Fixed asking next question from results page

* ACS-8202 Added possibility to use knowledge retrieval from search results page

* ACS-8202 Fixed issue with selecting the same agent after previously closing input on search results page

* ACS-8202 Disallowed using knowledge retrieval on trash page

* ACS-8202 Hide toggling knowledge retrieval for tasks and processes, fixed displaying ask button for favorites page

* ACS-8202 Removed redundant image and function

* ACS-8202 Renamed breadcrumbTemplate to header

* ACS-8202 Removed redundant code, added some comments, made some fields as private

* ACS-8202 Display error message on search page

* ACS-8202 Accessibility changes

* ACS-8202 Small correction

* ACS-8202 Addressed comments

* ACS-8202 Displayed correct initials

* ACS-8202 Removed redundant imports

* ACS-8202 Change css value

* ACS-8202 Removed icon animation

* ACS-8202 Removed icon animation

* ACS-8201 Small correction after rebasing with Angular 15

* [ACS-8398] unit tests (#3973)

* ACS-8398 Unit tests for agents button and part for agents menu

* ACS-8398 Unit tests for search ai input component

* [ACS-8210] Agent basic details popup (#3942)

* [ACS-8210] Agent basic details popup

* [ACS-8210] Agent basic details popup - review fixes

---------

Co-authored-by: Aleksander Sklorz <aleksander.sklorz@hyland.com>

* [ACS-8382] Blurring the AI answer section before getting response from backend (#3948)

* [ACS-8398] Unit tests part 2 (#3989)

* ACS-8398 Unit tests for search ai input container

* ACS-8398 Unit tests for search ai navigation service and rest tests for search ai input container component

* ACS-8398 Added missing type

* [ACS-8484] Add feature flag to knowledge retrieval (#4003)

* [ACS-8562] "Ask Agent" button name is changed to "Ask Discovery"

* [ACS-8573] Allow user to ask question without file selection

* [ACS-8312] Display warning about losing response (#4012)

* ACS-8201 Fixed issues after rebase

* [ACS-8588] Navigation is triggered twice when leaving Knowledge Retrieval page (#4030)

[ACS-8588] Navigation is triggered twice when leaving Knowledge Retrieval page

* [ACS-8399] Integrate all changes with backend (#4076)

* [ACS-8399] Integrate all changes with backend

* [ACS-8399] Integrate all changes with backend - review fixes

* Answers endpoint fix

* Answers endpoint fix (#4107)

* [ACS-8664] generic question redirection to hx insight page (#4102)

* ACS-8664 Open page in new tab

* ACS-8664 Loading HX insight url

* ACS-8664 Unit tests

* ACS-8664 Fix after rebasing

* ACS-8664 Fixed unit tests

* ACS-8664 Added type

* ACS-8664 Removed duplicated lines

* ACS-8664 Removed duplicated lines

* ACS-8664 Addressed comments

* [ACS-8695] Getting Agent avatar (#4110)

* [ACS-8695] Getting Agent avatar

* [ACS-8695] Getting Agent avatar - fixes

* [ACS-8695] Getting Agent avatar - fixes 2

* Adding mocked agent avatars (#4117)

* [ACS-8201] review fixes

* [ACS-8201] review fixes

* [E2E] excluded failing tests to fix later pt.1

* [ACS-8767] allow to open referenced files (#4129)

* ACS-8767 Opening referenced files

* ACS-8767 Reverted one line

* ACS-8767 Removed unwanted code

* ACS-8767

* ACS-8767 Unit tests for allowing clicking on references

* ACS-8767 Unit tests

* ACS-8767 Moved duplicated code to function

* ACS-8767 Resolved sonar issue

* ACS-8767 Resolved sonar issue

* [ACS-8201] knowledge retrieval feature flag - false

* [E2E] excluded failing tests to fix later pt.2

* ACS-8201 Fixed tests

---------

Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
Co-authored-by: datguychen <adam.swiderski@hyland.com>
2024-09-20 14:47:41 +02:00
Mykyta Maliarchuk
cde561806d
[ACS-8693] Add docs for visibility rules accepting arrays (#4128) 2024-09-19 15:28:49 +02:00
Alfresco Build
b404d22c69
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10939392007 JS:8.0.0-alpha.2-10939392007 (#4123)
Co-authored-by: jacekpluta <jacekpluta@users.noreply.github.com>
2024-09-19 13:40:22 +02:00
Mykyta Maliarchuk
e206727121
[ACS-8747] pass location as a query param (#4124) 2024-09-18 09:12:06 -04:00
dependabot[bot]
2286c722c8
Build(deps): Bump serve-static and express (#4111)
Bumps [serve-static](https://github.com/expressjs/serve-static) and [express](https://github.com/expressjs/express). These dependencies needed to be updated together.

Updates `serve-static` from 1.15.0 to 1.16.2
- [Release notes](https://github.com/expressjs/serve-static/releases)
- [Changelog](https://github.com/expressjs/serve-static/blob/v1.16.2/HISTORY.md)
- [Commits](https://github.com/expressjs/serve-static/compare/v1.15.0...v1.16.2)

Updates `express` from 4.19.2 to 4.21.0
- [Release notes](https://github.com/expressjs/express/releases)
- [Changelog](https://github.com/expressjs/express/blob/4.21.0/History.md)
- [Commits](https://github.com/expressjs/express/compare/4.19.2...4.21.0)

---
updated-dependencies:
- dependency-name: serve-static
  dependency-type: indirect
- dependency-name: express
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-09-18 13:11:30 +02:00
Alfresco Build
d3fe4a0f10
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10864807963 JS:8.0.0-alpha.2-10864807963 (#4116)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-09-16 09:07:36 +02:00
Adam Świderski
8bef22b323
[ACS-7466] [E2E] Added e2e tests for search highlighting (#4115) 2024-09-12 16:22:10 +02:00
Alfresco Build
2fc0a01bce
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10825755986 JS:8.0.0-alpha.2-10825755986 (#4103)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-09-12 13:12:07 +02:00
MichalKinas
796a3c7861
[AAE-22098] Update AlfrescoApiService imports (#4015)
* [AAE-22098] Update AlfrescoApiService imports

* [link-adf:dev-eromano-AAE-12502] Link ADF

* [link-adf:dev-eromano-AAE-12502] Link ADF

* [AAE-22098] Use proper ADF version

* fix tests

* fix tests v2

* fix yet another BC

* Use latest ADF

* use published ADF

---------

Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com>
2024-09-06 19:31:28 +02:00
Mykyta Maliarchuk
3a2d870db1
[ACS-8726] Use functional route guards (#4096)
* [ACS-8726] Use functional route guards

* [ACS-8726] reduce duplication
2024-09-06 14:32:57 +02:00
Alfresco Build
49cd06d2f9
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10705302287 JS:8.0.0-alpha.2-10705302287 (#4099)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-09-04 20:27:11 +02:00
MichalKinas
e131fcae66
Make aca-playwright-shared public (#4101) 2024-09-04 19:55:16 +02:00
MichalKinas
9ca398ddcf
Another fixes for aca-playwright-shared (#4100)
* Another fixes for aca-playwright-shared

* Add aca-playwright-shared to the build

* Small fix
2024-09-04 19:39:15 +02:00
MichalKinas
96df46a32a
Make aca-playwright-shared buildable and publishable (#4098)
* Make aca-playwright-shared buildable and publishable

* Small PR workflow fix
2024-09-04 18:24:46 +02:00
Alfresco Build
ea1fc8af03
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10699238652 JS:8.0.0-alpha.2-10699238652 (#4094)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-09-04 15:32:01 +01:00
MichalKinas
10b3061110
Post-release version bump (#4095) 2024-09-04 11:32:14 +02:00
Akash Rathod
56c2c55daf
[ACS-8688] export playwright shared lib (#4068)
* [ACS-8688] export playwright shared lib

* [ACS-8688] changes name

* [ACS-8688] changes name

* [ACS-8688] add lint file and fix lint issue

* [ACS-8688] test fix

* added ng package file
2024-09-03 14:16:02 +02:00
Alfresco Build
14bb6b3155
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10681411833 JS:8.0.0-alpha.2-10681411833 (#4093)
Co-authored-by: ehsan-2019 <ehsan-2019@users.noreply.github.com>
2024-09-03 13:31:17 +02:00
Alfresco Build
f88f865c11
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10679365525 JS:8.0.0-alpha.2-10679365525 (#4091)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-09-03 12:30:41 +02:00
Ehsan Rezaei
c9eabaab17
Fixed peerDependency version (#4092) 2024-09-03 11:45:21 +02:00
Alfresco Build
7bf12dd7e8
GH Auto: Upstream dependencies ADF:7.0.0-alpha.2-10677225385 JS-API:8.0.0-alpha.2-10677225385 using Tag:7.0.0-alpha.2-10677225385 (#4090)
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.2-10677225385  JS:8.0.0-alpha.2-10677225385

* Fixed AuthGuard provider

---------

Co-authored-by: ehsan-2019 <ehsan-2019@users.noreply.github.com>
Co-authored-by: Ehsan Rezaei <ehsan.rezaei@hyland.com>
2024-09-03 10:38:58 +02:00
MichalKinas
830887528b
Upstream made more future-proof (#4083)
* Add some logs to verfiy

* Verify equals solution

* Test for of solution

* Code cleanup
2024-09-03 06:51:27 +02:00
MichalKinas
f1ea9048b4
[ACS-8692] Enable dependabot for GHA (#4078)
* [ACS-8692] Enable dependabot for GHA

* [ACS-8692] Use proper group
2024-09-02 18:38:08 +02:00
MichalKinas
4cacc389ce
[ACS-8660] Fix daily cron e2e (#4077) 2024-09-02 09:02:53 +02:00
Mykyta Maliarchuk
14b017358f
[ACS-8677] refresh document list after file version restore (#4063) 2024-08-30 08:29:36 +02:00
dependabot[bot]
6450d6b451
Build(deps): Bump micromatch from 4.0.7 to 4.0.8 (#4056)
Bumps [micromatch](https://github.com/micromatch/micromatch) from 4.0.7 to 4.0.8.
- [Release notes](https://github.com/micromatch/micromatch/releases)
- [Changelog](https://github.com/micromatch/micromatch/blob/4.0.8/CHANGELOG.md)
- [Commits](https://github.com/micromatch/micromatch/compare/4.0.7...4.0.8)

---
updated-dependencies:
- dependency-name: micromatch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-08-29 11:11:35 -04:00
MichalKinas
0e42534239
Release 5.0.1 (#4067) 5.0.1 2024-08-29 13:50:07 +02:00
MichalKinas
e1066148d6
Release 5.0.0 (#4066) 5.0.0 2024-08-29 12:47:35 +02:00
MichalKinas
f4dd41bc0e
Refactor cron daily job to reuse pr workflow (#4062)
* Refactor cron daily job to reuse pr workflow

* CR  fix
2024-08-28 10:43:52 +02:00
MichalKinas
d2ce87c7b0
Release 5.0.0 (#4061) 2024-08-27 13:57:28 +02:00
Alfresco Build
7ddc4c6db9
[ci:force][auto-commit] Update dependencies ADF:6.10.0-10563999984 JS:7.9.0-10563999984 (#4060)
Co-authored-by: MichalKinas <MichalKinas@users.noreply.github.com>
2024-08-27 09:25:01 +02:00
MichalKinas
26c626817c
Upstream input fix (#4059) 2024-08-27 08:11:38 +02:00
MichalKinas
ca3636a290
[ACS-8660] Introduce daily CI cron workflow (#4055)
* [ACS-8660] Introduce daily CI cron workflow

* [ACS-8660] Rename workflow file

* [ACS-8660] Small fix

* [ACS-8660] Refine cron workflow param

* [ACS-8660] GHA input visibility fix

* [ACS-8660] GHA input fix
2024-08-27 07:34:47 +02:00
Alfresco Build
1bd16a1553
[ci:force][auto-commit] Update dependencies ADF:6.10.0-10560074064 JS:7.9.0-10560074064 (#4058)
Co-authored-by: DaryaBalvanovich <DaryaBalvanovich@users.noreply.github.com>
2024-08-26 19:51:15 +02:00
Denys Vuika
1a0575d364
align GH templates with HxP (#4057) 2024-08-26 13:09:12 -04:00
Denys Vuika
e3d889a854
ACS-8658: fix search icon for lock files (#4050)
* fix search icon for lock files

* clean tests

* clean template
2024-08-26 11:23:12 -04:00
MichalKinas
a022829e44
[ACS-7970] Add the option to select a tag for ADF upstream (#4054) 2024-08-26 14:11:47 +02:00
MichalKinas
86fb96579b
[ACS-8659] Refine ADF upstream to pick only 'alpha' versions (#4049)
* Investigate GH package versions response

* Retrieve package data

* Get proper package type

* Pass required exec param

* Use proper dependency name

* Code cleanup

* [ACS-8659] Prettier fixes
2024-08-23 15:06:23 +02:00
MichalKinas
af957ef8b0
Use latest ADF (#4047) 2024-08-23 08:28:47 +02:00
dependabot[bot]
22d24cc04f
Build(deps-dev): Bump @cspell/eslint-plugin from 8.10.4 to 8.14.1 (#4036)
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin) from 8.10.4 to 8.14.1.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases)
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md)
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.14.1/packages/cspell-eslint-plugin)

---
updated-dependencies:
- dependency-name: "@cspell/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-08-22 11:55:44 -04:00
dependabot[bot]
d0af9c59aa
Build(deps-dev): Bump axios from 1.7.2 to 1.7.4 (#4034)
Bumps [axios](https://github.com/axios/axios) from 1.7.2 to 1.7.4.
- [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.7.2...v1.7.4)

---
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>
2024-08-22 11:55:25 -04:00
Denys Vuika
11f51af54c
ACS-8404: Update application settings service (#3988) 2024-08-22 11:50:00 -04:00
Mykyta Maliarchuk
360970da85
[ACS-6712] Fixed an issue where the details panel would not expand from the viewer (#4045) 2024-08-22 14:22:57 +02:00
Alfresco Build
3b6cc7ba5a
[ci:force][auto-commit] Update dependencies ADF:6.10.0-10489410423 JS:7.9.0-10489410423 (#4044)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-08-22 10:19:23 +02:00
Alfresco Build
f33bb4ecdd
[ci:force][auto-commit] Update dependencies ADF:6.10.0-10474577383 JS:7.9.0-10474577383 (#4043)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-08-21 12:44:43 +02:00
Grzegorz Jaśkowski
c8dad0f61a
ACS-8618 fix bulk dropdown icon alignment (#4042) 2024-08-20 20:58:23 +02:00
Alfresco Build
3da9685e0e
[ci:force][auto-commit] Update dependencies ADF:6.10.0-10471704496 JS:7.9.0-10471704496 (#4041)
Co-authored-by: DenysVuika <DenysVuika@users.noreply.github.com>
2024-08-20 12:08:31 -04:00
Mykyta Maliarchuk
f80598ad9a
[ACS-8371] Fix toolbar button title (#4033) 2024-08-20 08:54:23 -04:00