DominikIwanek
709e65aae2
Angular 18 upgrade
2025-04-28 08:10:12 +02:00
Alfresco Build
e7732d82dd
[ci:force][auto-commit] Update dependencies ADF:8.1.0-14664375052 JS:9.1.0-14664375052 ( #4538 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-04-25 12:11:58 -04:00
Alfresco Build
680b11ba2e
GH Auto: Upstream dependencies ADF:8.1.0-14660630465 JS-API:9.1.0-14660630465 using Tag:8.1.0-14660630465 ( #4533 )
...
* [ci:force][auto-commit] Update dependencies ADF:8.1.0-14660630465 JS:9.1.0-14660630465
* [ACS-9564] Fix rendering of Knowledge Retrieval answer after change in answer structure
* incease viewer load time waiting
* exclude test XAT-5470 ACS-9580
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com>
Co-authored-by: akashrathod28 <akash.rathod@hyland.com>
2025-04-25 15:19:38 +02:00
Alfresco Build
279f4c6c33
[ci:force][auto-commit] Update dependencies ADF:8.1.0-14605928703 JS:9.1.0-14605928703 ( #4530 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-04-23 09:15:57 +02:00
Alfresco Build
3d4c2758e0
GH Auto: Upstream dependencies ADF:8.1.0-14595564278 JS-API:9.1.0-14595564278 using Tag:8.1.0-14595564278 ( #4528 )
...
* [ci:force][auto-commit] Update dependencies ADF:8.1.0-14595564278 JS:9.1.0-14595564278
* update pdfjs-dist
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
Co-authored-by: Wojciech Duda <69160975+wojd0@users.noreply.github.com>
2025-04-22 19:31:00 +01:00
dependabot[bot]
de8f8dcb22
Build(deps): Bump vite and @angular-devkit/build-angular ( #4518 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) to 5.4.18 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `vite` from 5.4.14 to 5.4.18
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.18/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.18/packages/vite )
Updates `@angular-devkit/build-angular` from 17.3.13 to 17.3.16
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/17.3.13...17.3.16 )
---
updated-dependencies:
- dependency-name: vite
dependency-version: 5.4.18
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-version: 17.3.16
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-04-22 08:36:52 +02:00
Alfresco Build
485946e733
[ci:force][auto-commit] Update dependencies ADF:8.1.0-14532407293 JS:9.1.0-14532407293 ( #4522 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-04-18 13:42:01 +02:00
Alfresco Build
6ce927e63c
[ci:force][auto-commit] Update dependencies ADF:8.1.0-14517305114 JS:9.1.0-14517305114 ( #4519 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-04-18 08:02:43 +02:00
Alfresco Build
32cd099515
[ci:force][auto-commit] Update dependencies ADF:8.1.0-14485353256 JS:9.1.0-14485353256 ( #4517 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-04-16 08:58:49 +02:00
Alfresco Build
215881b0cd
GH Auto: Upstream dependencies ADF:8.1.0-14352302445 JS-API:9.1.0-14352302445 using Tag:8.1.0-14352302445 ( #4508 )
...
* [ci:force][auto-commit] Update dependencies ADF:8.1.0-14352302445 JS:9.1.0-14352302445
* Upstream viewer tests fix 1
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
2025-04-11 14:58:38 +02:00
AleksanderSklorz
6a3c888f18
[ACS-9427] support md format of response for knowledge retrieval ( #4502 )
...
* [ACS-9427] Added library for markdown format
* [ACS-9427] Display tooltip with mermaid source code and preprocess markdown format
* [ACS-9427] Rendering mathematical formulas
* [ACS-9427] Styling tables
* [ACS-9427] Added support for programming code language in MD
* [ACS-9427] Fixed existing unit tests for search ai results component
* [ACS-9427] Unit tests for markdown data and rendering of markdown
* [ACS-9427] Unit tests for markdown containing mermaid and latex blocks
* [ACS-9427] Reverted unwanted change
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed Sonar issues for regex
* [ACS-9427] Fixed unit test
* [ACS-9427] Fixed unit test
* [ACS-9427] Fixed unit test
2025-04-07 08:10:20 +02:00
Alfresco Build
46a7113e32
[ci:force][auto-commit] Update dependencies ADF:8.1.0-14240499928 JS:9.1.0-14240499928 ( #4501 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-04-03 16:21:54 +02:00
Alfresco Build
66d6afd12a
[ci:force][auto-commit] Update dependencies ADF:8.1.0-14225641846 JS:9.1.0-14225641846 ( #4469 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-04-03 08:54:49 +02:00
dependabot[bot]
8fffe98e01
Build(deps): Bump @babel/runtime and @angular-devkit/build-angular ( #4455 )
...
Bumps [@babel/runtime](https://github.com/babel/babel/tree/HEAD/packages/babel-runtime ) to 7.26.10 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `@babel/runtime` from 7.24.0 to 7.26.10
- [Release notes](https://github.com/babel/babel/releases )
- [Changelog](https://github.com/babel/babel/blob/main/CHANGELOG.md )
- [Commits](https://github.com/babel/babel/commits/v7.26.10/packages/babel-runtime )
Updates `@angular-devkit/build-angular` from 17.3.12 to 17.3.13
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/17.3.12...17.3.13 )
---
updated-dependencies:
- dependency-name: "@babel/runtime"
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-03-19 10:10:25 +01:00
Alfresco Build
1ea505314d
[ci:force][auto-commit] Update dependencies ADF:8.1.0-13941047340 JS:9.1.0-13941047340 ( #4462 )
...
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
2025-03-19 09:42:33 +01:00
Alfresco Build
6fceb2000f
[ci:force][auto-commit] Update dependencies ADF:8.1.0-13917759001 JS:9.1.0-13917759001 ( #4434 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-18 09:27:06 +01:00
MichalKinas
8a960a813e
Post-release version bump ( #4456 )
2025-03-18 07:44:50 +01:00
MichalKinas
5f7a80f94d
Release 6.0.0 ( #4452 )
...
* Release 6.0.0
* Reset cache
2025-03-17 12:45:13 +01:00
dominikiwanekhyland
c8850bcd13
Update angular/cli ( #4433 )
2025-03-05 14:04:47 +01:00
Alfresco Build
c9199e7c57
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13674229115 JS:8.0.0-alpha.9-13674229115 ( #4432 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-05 12:36:41 +01:00
Alfresco Build
a46d84cd54
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13653137168 JS:8.0.0-alpha.9-13653137168 ( #4431 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-04 13:38:43 +01:00
Alfresco Build
66f8f7036c
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13628318332 JS:8.0.0-alpha.9-13628318332 ( #4428 )
...
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-03-03 12:54:52 +01:00
Alfresco Build
553ecf8cea
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13569691252 JS:8.0.0-alpha.9-13569691252 ( #4419 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-28 17:27:18 +01:00
Alfresco Build
60d53ddbf7
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13562138419 JS:8.0.0-alpha.9-13562138419 ( #4413 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-27 11:21:34 +01:00
Alfresco Build
1dd00c9e4c
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13448157104 JS:8.0.0-alpha.9-13448157104 ( #4409 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-24 08:29:16 +01:00
Alfresco Build
8e8b6c051d
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13433112066 JS:8.0.0-alpha.9-13433112066 ( #4407 )
...
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
2025-02-20 12:02:48 +01:00
Alfresco Build
b7bfa7494b
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13391109227 JS:8.0.0-alpha.9-13391109227 ( #4404 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-19 10:19:33 +01:00
Alfresco Build
3412fe1da5
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13385746022 JS:8.0.0-alpha.9-13385746022 ( #4403 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-18 12:14:43 +01:00
Alfresco Build
a75ddc4cfb
GH Auto: Upstream dependencies ADF:7.0.0-alpha.9-13367447514 JS-API:8.0.0-alpha.9-13367447514 using Tag:7.0.0-alpha.9-13367447514 ( #4402 )
...
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13367447514 JS:8.0.0-alpha.9-13367447514
* C589205 - excluded a failing test for future investigation
---------
Co-authored-by: nikita-web-ua <84377976+nikita-web-ua@users.noreply.github.com>
Co-authored-by: Adam Świderski <adam.tomasz.swiderski@gmail.com>
2025-02-17 13:30:25 +01:00
Alfresco Build
d758d00d3d
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13357533609 JS:8.0.0-alpha.9-13357533609 ( #4401 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-17 08:16:16 +01:00
dependabot[bot]
0fa7569ea9
Build(deps): Bump vite and @angular-devkit/build-angular ( #4395 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) to 5.4.14 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `vite` from 5.0.12 to 5.4.14
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v5.4.14/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v5.4.14/packages/vite )
Updates `@angular-devkit/build-angular` from 17.1.4 to 17.3.12
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/17.1.4...17.3.12 )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-02-14 12:40:07 +01:00
Alfresco Build
1c9ffd6a2c
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.9-13304787292 JS:8.0.0-alpha.9-13304787292 ( #4387 )
...
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com>
2025-02-14 10:33:21 +01:00
dominikiwanekhyland
a70378bffc
[ACS-6849][ACA] Upgrade to Angular 17 ( #4275 )
2025-02-12 14:42:09 +01:00
Alfresco Build
766ee8e937
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13199421341 JS:8.0.0-alpha.8-13199421341 ( #4382 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-10 09:18:40 +01:00
Alfresco Build
9f3486b3d1
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13178609839 JS:8.0.0-alpha.8-13178609839 ( #4380 )
...
Co-authored-by: nikita-web-ua <84377976+nikita-web-ua@users.noreply.github.com>
2025-02-06 14:15:27 +01:00
Alfresco Build
8981fa9e97
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13161984194 JS:8.0.0-alpha.8-13161984194 ( #4374 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-06 12:19:05 +01:00
Alfresco Build
9138802bd3
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13117029289 JS:8.0.0-alpha.8-13117029289 ( #4371 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-04 08:28:37 +01:00
Alfresco Build
b4a2beab37
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13074429584 JS:8.0.0-alpha.8-13074429584 ( #4364 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-02-03 09:53:55 +01:00
Alfresco Build
8348b4242d
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13068943536 JS:8.0.0-alpha.8-13068943536 ( #4363 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-01-31 10:29:49 +01:00
Alfresco Build
2c1e2c63d6
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13038266721 JS:8.0.0-alpha.8-13038266721 ( #4360 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-01-30 08:10:34 +01:00
Alfresco Build
003537ff1c
GH Auto: Upstream dependencies ADF:7.0.0-alpha.8-13013055766 JS-API:8.0.0-alpha.8-13013055766 using Tag:7.0.0-alpha.8-13013055766 ( #4349 )
...
* [ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.8-13013055766 JS:8.0.0-alpha.8-13013055766
* fix test
---------
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
Co-authored-by: Mykyta Maliarchuk <mykyta.maliarchuk@hyland.com>
2025-01-29 10:36:45 +01:00
MichalKinas
3bfeca3b86
[ACS-9166] Migrate Saved Searches to preferences API from config file ( #4358 )
...
* [ACS-9166] Migrate Saved Searches to preferences API from config file
* [ACS-9166] Remove unused components
* [ACS-9166] Unit test fix
* [ACS-9166] sorting test fix
* [ACS-9166] Bump ADF version
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
2025-01-28 11:48:45 +01:00
AleksanderSklorz
0286d08b63
Post release version bump ( #4357 )
2025-01-27 13:15:30 +01:00
AleksanderSklorz
fa7eac8320
Release 5.3.0 ( #4354 )
2025-01-27 10:53:34 +01:00
Alfresco Build
f08f9ad42b
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.7-12867200386 JS:8.0.0-alpha.7-12867200386 ( #4348 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-01-20 13:12:14 +01:00
MichalKinas
1b170f69e5
Revert "[ACS-9166] Migrate Saved Searches to preferences API from config file…" ( #4347 )
...
This reverts commit 0dfd2c17ab9537a144803c19ee1c1b90482d66a6.
2025-01-20 12:38:19 +01:00
MichalKinas
0dfd2c17ab
[ACS-9166] Migrate Saved Searches to preferences API from config file ( #4340 )
...
* [ACS-9166] Migrate Saved Searches to preferences API from config file
* [ACS-9166] Update ADF
* [ACS-9166] Remove unused components
* [ACS-9166] Unit test fix
* [ACS-9166] sorting test fix
---------
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
2025-01-20 11:18:18 +01:00
Alfresco Build
6efcc138fa
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.7-12797937770 JS:8.0.0-alpha.7-12797937770 ( #4338 )
...
Co-authored-by: DenysVuika <503991+DenysVuika@users.noreply.github.com>
2025-01-17 15:25:25 +01:00
Alfresco Build
0c3542d1ee
[ci:force][auto-commit] Update dependencies ADF:7.0.0-alpha.7-12786613434 JS:8.0.0-alpha.7-12786613434 ( #4332 )
...
Co-authored-by: MichalKinas <113341662+MichalKinas@users.noreply.github.com>
2025-01-15 12:43:51 +01:00
dependabot[bot]
52d586afe0
Build(deps): Bump vite and @angular-devkit/build-angular ( #4330 )
...
Bumps [vite](https://github.com/vitejs/vite/tree/HEAD/packages/vite ) to 4.5.5 and updates ancestor dependency [@angular-devkit/build-angular](https://github.com/angular/angular-cli ). These dependencies need to be updated together.
Updates `vite` from 4.4.7 to 4.5.5
- [Release notes](https://github.com/vitejs/vite/releases )
- [Changelog](https://github.com/vitejs/vite/blob/v4.5.5/packages/vite/CHANGELOG.md )
- [Commits](https://github.com/vitejs/vite/commits/v4.5.5/packages/vite )
Updates `@angular-devkit/build-angular` from 16.2.9 to 16.2.16
- [Release notes](https://github.com/angular/angular-cli/releases )
- [Changelog](https://github.com/angular/angular-cli/blob/main/CHANGELOG.md )
- [Commits](https://github.com/angular/angular-cli/compare/16.2.9...16.2.16 )
---
updated-dependencies:
- dependency-name: vite
dependency-type: indirect
- dependency-name: "@angular-devkit/build-angular"
dependency-type: direct:development
...
Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2025-01-14 08:26:01 +01:00