AleksanderSklorz
de9b74619d
[ACS-9427] Fix for linking with ADF ( #4507 )
2025-04-07 11:00:20 +02:00
Akash Rathod
5394088627
ACS-9039 fix for export aca-playwright-shared lib ( #4317 )
...
* ACS-9039 fix for export lib
* Update project.json to remove test config
* update package version
* update package dependancy
* Update package.json
2025-01-02 11:37:28 +01: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
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
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
Denys Vuika
dbe724552f
[ACS-6572] break dependency on adf-testing ( #3594 )
...
* remove Logger dependency
* remove BrowserVisibility dependency
* remove BrowserActions dependency
* remove ViewerPage dependency
* remove ApiUtil dependency
* remove StringUtil dependency
* remove adf-testing dependency
* bug fixes
2024-01-11 14:02:58 +00:00
Anukriti Singh
90c69b207c
[ACS-5645] Property Panel Feature ( #3477 )
...
* [ACS-5540] changes for edit aspect button
* added aspect edit button
* [ACS-5540]fixed unit test cases and added unit test cases
* [ACS-5540] Modified changes
* [ACS-5540] fixed file lock issue
* [ACS-5645]Implemented changes as per review comments
* [ACS-5540]Modified the test case title
* [ACS-5645] changes for aspect icon
* [ACS-5645] fixed aspect lock issue in small screen
* [ACS-5540] modified the aspect button changes
* [ACS-5540] modified the changes
* [ACS-5645] added unit test cases
* [ACS-5540] removed unwanted code
* [ACS-5540] fixed lock-file bug
* [ACS-5540] revert the unwanted changes
* [ACS-5540] modified changes
* [ACS-5540]Implemented the changes as per the review comments
* [ACS-5540] added group lock changes
* [ACS-5540] added tooltip
* [ACS-5540] Implemented the review comments
* [ACS-5540] added tooltips
* [ACS-5540] Added styles
* [ACS-5540]Added focus
* [ACS-5551]updated property panel design
* [ACS-5551]added null checks
* [ACS-5551] update style
* [ACS-5540] changes for edit aspect button
* added aspect edit button
* [ACS-5540]fixed unit test cases and added unit test cases
* [ACS-5540] Modified changes
* [ACS-5645]Implemented changes as per review comments
* [ACS-5645] changes for aspect icon
* [ACS-5540] modified the aspect button changes
* [ACS-5540] modified the changes
* [ACS-5540] revert the unwanted changes
* [ACS-5540] added group lock changes
* [ACS-5551]updated property panel design
* [ACS-5551]added null checks
* [ACS-5551] update style
* [ACS-5551] name updated
* [ACS-5551] unit test fix
* [ACS-5551] header issue fixed
* [ACS-5645] style updated
* [ACS-5645] border updated
* [ACS-6117] fixed aspect dispaly issue
* [ACS-5645] different node open issu fixed
* [ACS-5645] unit test issue fix
* [ACS-5645] unit test fix
* [ACS-5645] tabs design modify
* [ACS-5645] dependency updated
* [link-adf:ACS-564
5-property-panel-feature] test linking
* "[link-adf:ACS-5645-property-panel-feature]"
* [ACS-5645] revert adf linking changes
* add adf configs to libs
* fix issue with empty paths
* try using adf target
* [link-adf:ACS-5645-property-panel-feature] fix core mapping
* [link-adf:ACS-5645-property-panel-feature] revert target changes
* remove useless styles
* remove css hacks
* cleanup useless properties
* remove useless properties
* remove useless code
* [ACS-5645] added missing code
* [ACS-5654] add icon for full screen
* [ACS-5654] nodei con methods moved to thumbnail
* [ACS-5654] unit test added and code refactor
* [ACS-5645] unit test added
* [ACS-5645] panel issue fix
* [ACS-5645] removed unit test for editable property
* [ACS-5645] removed unused unit test
* [ACS-5645] unit test updated
* [ACS-5645] updated the unit test
* Modified the unit test cases for getNodeIcon
* Upsteam ADF-6.6.0-7287333895, Js-api-7.5.0-7287333895 version
* Fix failing test cases
* Fix failing e2e
---------
Co-authored-by: Yasa-Nataliya <yasa.nataliya@globallogic.com>
Co-authored-by: pkundu <priyanka.kundu@hyland.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
Co-authored-by: rbahirsheth <raviraj.bahirsheth@globallogic.com>
2023-12-27 10:26:11 +05:30
Denys Vuika
caff4a3800
[ACS-5523] move viewer and preview to aca-content ( #3303 )
...
* move aca-viewer to secondary entry
* move aca-preview to aca-content
2023-06-28 09:01:21 +01:00
Michał Fidor
c843a8dbaa
[ACS-5343] refactor Playwright framework in ACA ( #3261 )
...
* [ACS-5343] refactor Playwright framework in ACA
* Add the tests for Actions, from the Adam PR [ACS-5328]
* Small fixes
* Improve logs
* [ACS-5343] adding-goThroughPages-and-delete
* [ACS-5343] added git changes
* [ACS-5343] added git changes for playwright
* [ACS-5343] fix for e2e
* [ACS-5343] e2e protractor path fix
* remove import
* [ACS-5343] e2e playwright user fix
* [ACS-5343] e2e playwright user ids fix
* [ACS-5343] e2e playwright users ids fix
* changes for git
* fix playwright test run
* tsconfig path fix
* playwright action yml added
* retrigger checks
* add test id from testrail
* merge conflits
* fix gha
* fix credentials
---------
Co-authored-by: adam.zakrzewski <adam.zakrzewski@hyland.com>
Co-authored-by: akash.rathod@hyland.com <akash.rathod@hyland.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2023-06-16 13:07:09 -04:00
MichalKinas
e0a74d7fb9
[ACS-4538] Make folder-rules secondary entry point of aca-content ( #3181 )
...
* [ACS-4538] Make folder-rules secondary entry point of aca-content
* [ACA-4538] Fix folder rules imports
* [ACS-4538] Fix folder-rules unit tests
* [ACS-4538] Fix package.json after folder rules transition
* [ACS-4538] Remove duplicated peerDependency
* [ACS-4538] Import fix
2023-06-16 14:55:04 +02:00
MichalKinas
3ca4a91389
[ACS-4539] Make ms-office as secondary point of aca-content ( #3180 )
...
* [ACS-4539] Make ms-office as secondary point of aca-content
* [ACA-4539] Fix tsconfig path
* [ACS-4539] Run ms-office unit tests as part of aca-content
2023-05-10 09:43:51 +01:00
MichalKinas
6794ea58ac
[ACS-4537] Make aca-about secondary entry of aca-content ( #3179 )
...
* break dependency on core module
* convert about to secondary entry
* Fixes after rebase
* [ACS-4537] - Copy about assets
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2023-05-09 14:32:06 +01:00
Denys Vuika
df33a411f4
Revert "[ACS-4537] Make aca-about secondary entry of aca-content ( #3170 )" ( #3172 )
...
This reverts commit 222f487e70842b0ba83209c6b8dd47c0da9b0e80.
2023-05-05 21:24:50 +01:00
MichalKinas
222f487e70
[ACS-4537] Make aca-about secondary entry of aca-content ( #3170 )
...
* break dependency on core module
* convert about to secondary entry
* Fixes after rebase
---------
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2023-05-05 17:00:19 +02:00
MichalKinas
b37584ee8e
[ACS-5027] Fix ADF linking in ACA ( #3114 )
2023-04-11 16:06:00 +02:00
Amedeo Lepore
ed6614bb0a
[AAE-12511] add '@alfresco/adf-core/api' to tsconfig.adf.json paths to fix imports error using adf configuration ( #3050 )
2023-03-09 08:19:51 -05:00
Eugenio Romano
472a19b67d
[AAE-12675] upgrade pdfjs accordingly to ADF ( #2990 )
...
* [link-adf:dev-eromano-AAE-12675] fix pdfjs version to use last version
* [link-adf:dev-eromano-AAE-12675] fix pdfjs version to use last version
2023-02-20 14:47:57 +01:00
Denys Vuika
479e25d7bc
fix project mapping for testing shared lib ( #2977 )
...
* fix project mapping for testing shared lib
* fix path mappings
2023-02-11 00:47:16 +00:00
Denys Vuika
5b054f234d
[ACS-4536] deprecate and cleanup aca-settings module ( #2978 )
2023-02-11 00:28:29 +00:00
Bartosz Sekula
c8e861907d
[AAE-11496] Publish aca-viewer and aca-preview ( #2945 )
...
* [AAE-11496] Publish aca-viewer and aca-preview
* fix tests
2023-01-31 15:35:51 +01:00
Bartosz Sekuła
d8aba8c174
Fix adf configuration ( #2879 )
2023-01-04 08:06:20 +00:00
Bartosz Sekuła
ed20971962
[AAE-10533] Replace shell with adf-shell ( #2806 )
...
* [AAE-10533] Use shell from ADF
* Remove shell.md
2022-11-25 08:48:03 +01:00
Mikołaj Serwicki
1f648c3f5e
[AAE-10984]: add path alias for adf auth second entry module ( #2738 )
2022-10-24 11:21:06 +01:00
Denys Vuika
fdc1dadf26
[ACA-4612] ACA: integrating with the local ADF source code ( #2658 )
...
* linked ADF runs
* configure excludes
2022-09-20 16:17:50 +01:00