4422 Commits

Author SHA1 Message Date
Diogo Bastos
e0e89cfa3b
AAE-26181 Fix layout container overflowing screen (#10269) 2024-10-07 15:33:24 +01:00
Bartosz Sekula
35f24fddb5
AAE-21573 Add display mode support for porcess start event form (#10273) 2024-10-07 15:05:44 +02:00
Diogo Bastos
0e085bc73a
AAE-22043 Fix long form flow outside container (#10265)
* AAE-22043 Fix long form flow outside container

* AAE-22043 Fix unit test
2024-10-04 11:11:57 +01:00
jacekpluta
2aa9f5b4be
[ACS-8779] Keep selections and question after going to the previous page (#10261) 2024-10-04 10:02:17 +02:00
Mykyta Maliarchuk
0d79ff534c
[ACS-8865] Viewer / DOCX files could not load preview for the first 20 seconds - error 409 for renditions (#10267)
* [ACS-8865] fix error 409 for viewer renditions

* [ACS-8865] unit tests

* [ACS-8865] unit test fix

* [ACS-8865] reduce duplication

* [ACS-8865] reduce duplication

* [ACS-8865] reduce duplication
2024-10-03 09:21:28 +02:00
dominikiwanekhyland
81fbaa4166
[ACS-8661] Metadata tags long text overflow regression (Angular 15) (#10268) 2024-10-02 15:33:03 +02:00
Pablo Martinez
1b5eaa0fa1
AAE-26142 Allow standalone form display configuration (#10244) 2024-10-01 10:55:59 +02:00
Bartosz Sekula
dfbf08e3a8
AAE-24992 Form rules for fields (#10245)
* AAE-24992 Add an ability to call a process on a form event

* extract filter events

* tmp

* add unit
2024-09-30 20:13:32 +02:00
Denys Vuika
0139273914
remove filter string pipe, performance improvements (#10231) 2024-09-30 10:44:15 -04:00
MichalKinas
dd2bbd0a4b
Post-release version bump (#10264)
* Post-release version bump

* Add missing lockfile changes

* Use older js-api for cli
2024-09-30 15:41:33 +02:00
dominikiwanekhyland
51f74a54f3
[ACS-8635] ADW: View button not working on create process (#10263) 2024-09-30 13:50:55 +02:00
MichalKinas
8d895a9893
Release 7.0.0-alpha.3 (#10262)
* Release 7.0.0-alpha.3

* Exclude flaky unit test
2024-09-30 12:23:51 +02:00
Mykyta Maliarchuk
28f51424cf
[ACS-8841] Fix viewer rendering for doc files (#10251)
* [ACS-8841] fix viewer rendering for doc files

* [ACS-8841] fix test
2024-09-27 14:33:45 +02:00
dominikiwanekhyland
da44b4cee0
ACS-8824 [ACA] View Details / The user cannot edit node properties af… (#10246)
* ACS-8824 [ACA] View Details / The user cannot edit node properties after failing to change node name with special characters

* ACS-8824 [ACA] View Details / The user cannot edit node properties after failing to change node name with special characters
2024-09-27 10:39:00 +02:00
Mykyta Maliarchuk
602460c574
[ACS-8823] Viewer - do not show non responsive dialog if blobFile was provided (#10247) 2024-09-27 10:28:46 +02:00
jacekpluta
e9bfcbd3fb
[ACS-8834] KR page on Auth token expire page get cancel popup with continue refresh (#10250) 2024-09-27 09:58:22 +02:00
Wojciech Duda
e2ee7ad9a4
AAE-25888 Remove negative margin from search text icon (#10243)
* AAE-25888 Remove negative margin and introduce active button state class

* AAE-25888 remove active class
2024-09-24 15:59:43 +02:00
Wojciech Duda
8144006c99
AAE-25409 Fix custom outcome button not starting a process if used in start process form (#10232)
* AAE-25409 Fix custom outcome button not starting a process if used in start process form

* AAE-25409 comment adjustments

* AAE-25409 remove hardcoded process version

* AAE-25409 modify start process cloud for the solution

* AAE-25409 add unit test
2024-09-20 14:31:28 +02:00
Wojciech Duda
4998bddfde
AAE-25888 Offset SearchTextInput expansion based on search icon width (#10213)
* AAE-25888 use negative margin and transform by full width

* AAE-25888 update tests

* AAE-25888 add adf-search-button-inactive to manage search icon offset

* AAE-25888 remove scss variable

* AAE-25888 adjust peer unit tests
2024-09-19 17:31:08 +02:00
tomasz hanaj
1ff5e8f43c
AAE-25271 Refresh button for processes (#10211)
* [AAE-25271] display process notifications

* [AAE-25271] removed unnecessary conditional

* [AAE-25271] replaced observable with promise

* [AAE-25271] replaced observables with promises

* [AAE-25271] updated unit tests

* [AAE-25271] refactored tests to avoid circular dependency error

* [AAE-25271] replaced automatic imports
2024-09-19 15:51:59 +02:00
jacekpluta
797b800bd6
[ACS-8201] Knowledge Retrieval - getting AI response for one or more selected files (#10229)
* [ACS-8202] basic flow getting ai response for one or more selected files (#9944)

* ACS-8202 Getting list of agents

* ACS-8202 Mocked agents, used base api from hxi connector

* ACS-8202 Search Ai service

* ACS-8202 Small correction and mocked data

* ACS-8202 Renamed variable

* ACS-8202 Added documentation

* ACS-8202 Addressed PR comments

* ACS-8202 Type change

* ACS-8202 Reverted unwatend change

* ACS-8202 Reverted unwanted change

* ACS-8201 Small correction after rebasing with Angular 15

* [ACS-8398] Unit tests for agents and search ai  (#9974)

* ACS-8398 Unit tests for search ai api and agents api

* ACS-8398 Unit tests for getAnswer function from SearchAiApi, corrections for unit tests for SearchAiApi and AgentsApi

* ACS-8398 Unit tests for SearchAiService and AgentService

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

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

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

* [ACS-8312] Display warning about losing response

* [ACS-8312] Display warning about losing response - fixes

* [ACS-8432] Sending all file types to HX instead of only the text file types (#10087)

* ACS-8201 Fixed issues after rebase

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

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

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

* [ACS-8588] Navigation is triggered twice when leaving Knowledge Retrieval page - review fixes 2

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

* Answers endpoint fix (#10176)

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

* ACS-8664 Loading HX insight url

* ACS-8664 Added documentation for loading config of Knowledge Retrieval

* ACS-8664 Unit tests

* ACS-8664 Fixed unit tests

* ACS-8664 Fixed unit tests after rebase

* ACS-8664 Addressed comment

* ACS-8201 Fixed issues after rebase

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

* [ACS-8695] Getting Agent avatar

* [ACS-8695] Getting Agent avatar - on image load error

* [ACS-8695] Getting Agent avatar - removed getAgentAvatar call (#10209)

* [ACS-8201] Review fixes

---------

Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
2024-09-19 12:42:50 +02:00
Grzegorz Jaśkowski
76aeab4d10
[ACS-8806] refactor process comments (#10230)
* ACS-8806 refactor process comments, datatable access in task list and process list

* ACS-8806 docs mistake

* ACS-8806 revert datatable access changes in task and process lists
2024-09-19 09:17:30 +02:00
Denys Vuika
4d4a1dd6b1
ACS-8761 Noop Auth Module for unit testing ergonomics (#10195) 2024-09-18 08:05:26 -04:00
Denys Vuika
075c6891fe fix imports 2024-09-18 08:04:12 -04:00
Pablo Martinez
0bb2fc9253
AAE-26043 Use text alignment set in rich text editor (#10228) 2024-09-18 10:42:25 +02:00
Kasia Biernat-Kluba
59818226aa
AAE-26023 Unify look of style properties names (#10227) 2024-09-17 14:50:53 +02:00
Pablo Martinez
02597fe7a5
AAE-25569 Fix dependencies (#10224) 2024-09-16 17:35:18 +02:00
Pablo Martinez
02587ecbb6
AAE-25569 Add text alignment options to the rich text editor (#10208) 2024-09-16 11:58:27 +02:00
Darya Balvanovich
6cb3b589f8 ACS-8602 remove mat-selectors 2024-09-14 21:02:21 +02:00
Darya Balvanovich
dd14a9349d ACS-8602 fix header alignment and replace old selectors with new 2024-09-14 21:02:21 +02:00
Darya Balvanovich
9c68f68c0a ACS-8602 fix header alignment 2024-09-14 21:02:21 +02:00
Darya Balvanovich
36a6b0e568 WIP on ACS-8602-The-tabs-names-in-window-are-not-match-in-the-design
ACS-24317 fix src double call
2024-09-14 21:01:18 +02:00
Denys Vuika
4609a53a99
remove unused setupTestBed api (#10210) 2024-09-13 14:54:31 +02:00
Grzegorz Jaśkowski
8c01ccf931
[ACS-8745] handle row selection in process list (#10196)
* ACS-8745 handle row selection in process list

* ACS-8745 add type to event emitter

* ACS-8745 change type in docs

* ACS-8745 review remarks - duplicated methods, redundant property

* ACS-8745 review remarks - docs typo, unit tests
2024-09-13 09:35:48 +02:00
tomasz hanaj
cf9f4cc681
[AAE-25268] emit filter key when it's value increased or decreased (#10186)
* [AAE-25268] emit filter key when it's value increased or decreased

* [AAE-25268] simplified if
2024-09-12 17:17:25 +01:00
swapnil-verma-gl
eb954c0ecd
[ACS-8666] Fixed issue where header filters were not getting reset when navigating between folders (#10150) 2024-09-12 12:27:37 +05:30
swapnil-verma-gl
3458546c92
[ACS-8556] Resolved issue where UI for type to narrow field in the add aspect dropdown was broken (#10066)
* [ACS-8556] Resolved issue where UI for type to narrow field in the add aspect dropdown was broken

* [ACS-8556] Empty commit

* [ACS-8556] Empty commit

* [ACS-8556] Empty commit
2024-09-12 12:05:17 +05:30
Kasia Biernat-Kluba
ed24f4932c
AAE-25387 Styles preview (#10199) 2024-09-11 16:20:30 +02:00
Michał Fidor
20e770d58c
AAE-23545 Remove default app (#10198) 2024-09-11 14:21:08 +02:00
Denys Vuika
b1abe2c8a6
ACS-8227: remove internal mime type icon pipe (#10142) 2024-09-10 10:07:18 -04:00
Denys Vuika
b1260e06ea
Revert "AAE-23545 Remove default application used for BE tests only (#10166)" (#10193)
This reverts commit 0821c74509270ff02975f51a1d4b348842d13fc1.
2024-09-10 10:01:08 -04:00
Michał Fidor
0821c74509
AAE-23545 Remove default application used for BE tests only (#10166) 2024-09-10 09:19:06 -04:00
Amedeo Lepore
b20107fdc5
AAE-24139 Fix unauthorized user error when access token is not valid (#10012)
* AAE-24139 Bump angular-oauth2-oidc version to 15

* AAE-24139 Allow to set sessionCheckEnabled and clockSkewInSec properties

* AAE-24139 Update angular-oauth2-oidc version to 15 in the core deps

* AAE-24139 Remove authentication tokens when the token is no longer valid and reload the page to let oauth library refresh the token

* fix lint issue
2024-09-10 15:09:32 +02:00
Denys Vuika
f1208d45c3
ACS-8610: cleanup demo shell protractor tests (#10148) 2024-09-10 08:36:42 -04:00
Kasia Biernat-Kluba
a754976ad9
ACS-8760 Fix default process name (#10190) 2024-09-10 13:08:24 +02:00
Kasia Biernat-Kluba
4202fa7e90
AAE-24927 update widgets schema & predefined theme (#10185)
* AAE-24927 update widgets schema

* AAE-24927 predefined theme

* update theme model and tests

* exclude flaky test
2024-09-09 14:45:43 +02:00
Bartosz Sekula
7506c109d8
AAE-25817 Fix for initializing alfresco API (#10184) 2024-09-09 11:45:37 +02:00
Eugenio Romano
e617333f00
[AAE-20109] Move alfresco js-API and alfrescoapi service out from the core (#9317)
* AAE-20109 Remove alfrescoapiservice from core

* fix after rebase

* [AAe-12502] Post-rebase fix

* [AAE-12502] Add unit test fix

---------

Co-authored-by: Bartosz Sekula <Bartosz.Sekula@hyland.com>
Co-authored-by: MichalKinas <michal.kinas@hyland.com>
2024-09-06 18:43:33 +02:00
Pablo Martinez
b60797e3b1
AAE-25190 Retrieve start process cloud customisation (#10133)
* AAE-25190 Restrieve start process cloud customisation

* AAE-25190 Fix code duplucation

* AAE-25190 Address review comments

* AAE-25190 Address review comments
2024-09-06 16:25:49 +02:00
Kasia Biernat-Kluba
166325d703
AAE-24927 add ability to style form widget - header (#10173)
* AAE-25211 form styling PoC

* AAE-25211 poc

* AAE-25211 revert cloud form service

* AAE-24927 display text schema

* AAE-24927 radio button styles

* AAE-24927 header styles

* AAE-24927 style pipes

* AAE-24927 styles for header

* AAE-24927 remove redundand prop
2024-09-05 11:59:57 +02:00