327 Commits

Author SHA1 Message Date
Denys Vuika
b939d1c582
[ACS-4792] provide support for style linting ()
* [ACS-4792] provide support for style linting

* style fixes

* style fixes

* style fixes

* disable yarn licenses until the issue is fixed

* fix package lock

* fix after rebase
2023-03-14 04:16:36 -04:00
Denys Vuika
8efd832a10
[AAE-10777] upgrade to latest ADF with common content services ()
* upgrade to latest ADF with common content services

* update fix [link-adf:dev-eromano-AAE-10777]

* use latest ADF

* fix unit tests

* fix unit tests

* fix tests

* use latest ADF

* fix theming

* remove unused variables

* fix user info

---------

Co-authored-by: eromano <eugenioromano16@gmail.com>
2023-03-11 10:21:13 -05:00
Denys Vuika
4292f0fbc0
update libs packages () 2023-03-07 17:06:18 +00:00
Tomasz Gnyp
3294606fc0
[AAE-12877] Fix - The left sidebar menu is not expanding after clicki… ()
* [AAE-12877] Fix - The left sidebar menu is not expanding after clicking on hamburger menu

* unit test improvement
2023-03-03 13:49:31 +01:00
Gloria Camino
bd025f500d
LOC-409 Updated string for Mobile in 16 languages plus some fixes. () 2023-03-02 11:06:59 -05:00
MichalKinas
01f7e3c287
[ACA-4652] Run unit tests as one GH job, add e2es as GH job ()
* [ACA-4652] Run unit tests as one GH job, add e2es as GH job

* [ACA-4652] Fix yaml syntax

* [ACA-4652] Fix if syntax

* [ACA-4652] Correct syntax

* [ACA-4652] Correct syntax

* [ACA-4652] Each job must contain uses or run

* [ACA-4652] Migrate uploading/downloading build artifacts, migrate before install

* [ACA-4652] Fix bad substitution

* [ACA-4652] Fix string merging in bash

* [ACA-4652] Bash fix

* [ACA-4652] Install aws before downloading/uploading artifacts

* [ACA-4652] Add setup with aws config action

* [ACA-4652] Add aws-region

* [ACA-4652] Use aws default region

* [ACA-4652] Log github event

* [ACA-4652] Log workflow run

* [ACA-4652] Fix commit logging

* [ACA-4652] Use action to get current commit msg

* [ACA-4652] Add correct version of build tools

* [ACA-4652] Get commit msg from env

* [ACA-4652] Get commit msg in the same job

* [ACA-4652] Final commit msg test

* [ACA-4652] Fix logging

* [ACA-4652] Cleanup commit msg, correct s3 bucket

* [link-adf:AAE-12767] Test adf linking

* [link-adf:AAE-12767] Test adf linking finalize

* [link-adf:AAE-12767] Tweak finalize job

* [link-adf:AAE-12767] Get commit msg in before install

* [link-adf:AAE-12767] Add missing adfprod configs

* [ACA-4652] Migrate before and after e2e scripts to GHA

* [ACA-4652] Add before e2e logging

* [ACA-4652] Use new GH secrets

* [ACA-4652] Remove logs, add envsub

* [ACA-4652] Install envsub globally

* [ACA-4652] Log replaced config

* [ACA-4652] Add missing env variable

* [ACA-4652] Add e2e run as GH action

* [ACA-4652] Remove logging, fix download path

* [ACA-4652] Disable protractor smartrunner artifact

* [ACA-4652] Install webdriver-manager

* [ACA-4652] Disable failing download on Travis, npm ci in before e2e

* [ACA-4652] Missing shell

* [ACA-4652] Restore artifact download

* [ACA-4652] Download smartrunner artifact only when present

* [ACA-4652] Check run attempt

* [ACA-4652] Correct attempt check

* [ACA-4652] Stop running e2es in Travis for now

* [ACA-4652] Run Travis e2es again, add test suite id

* [ACA-4652] Add test suite id to after e2e action

* [ACA-4652] Remove additional install

* [ACA-4652] CR fixes, remove some Travis config that is already migrated

* [ACA-4652] Cleanup setup leftover

* [ACA-4652] Propagate aws credentials

* [ACA-4652] Fix aws default region

* [ACA-4652] Misspelled variable fix

* [ACA-4652] Propagate aws region

* [ACA-4652] Rename PR workflow

* [ACA-4652] Download artifact only if bucket exists

* [ACA-4652] Run test even is aws bucket doesn't exist

* [ACA-4652] Fix aws download error

* [ACA-4652] Check if file exists before downloading

* [ACA-4652] Remove uploading/downloading e2e artifact after successful run

* [ACA-4652] Add missing check to finalize stage
2023-03-02 03:35:13 -05:00
Denys Vuika
c10aae6084
Remove duplicated e2e ()
* cleanup download tests

* clean copy test

* clean move tests

* create folder tests

* delete tests

* edit tests

* mark favorite tests

* clean the rest of tests

* move page titles closer to the test

* remove unused steps

* restore upload new version suite
2023-02-28 14:08:12 -05:00
Jatin Chugh
cf4e5fe97b
[MOBILEAPPS-1707] Custom URL schema new issues from Frontend - dark squared shade for Open in App button, Banner is disappearing for the PDF files in ios and android ()
* Custom URL schema issues after rigorous testing

* review comments addressed

* [MOBILEAPPS-1707] removed added space between classes

* [MOBILEAPPS-1707] removed important and added mat-button for higher priority
2023-02-28 22:19:38 +05:30
Bartosz Sekula
d0817a2504
[AAE-12876] Custom UI cannot be fetched and returns error 404 () 2023-02-28 13:30:45 +01:00
Bartosz Sekula
c15fe16898
[AAE-12833] There are console errors after opening file view. () 2023-02-24 17:09:21 +01:00
Denys Vuika
748e60f6a4
[ACS-4702] fix license fields for libs () 2023-02-24 14:36:55 +00:00
Jatin Chugh
04907df376
[MOBILEAPPS-1701] Custom URL schema issues fixed ()
* Custom URL schema issues

* code implementation changes for checkForMobileAppFlag

* updated test cases

* requested changed addressed

* requested changed addressed

* cspell changes

* review comments addressed
2023-02-20 15:46:09 +00:00
swapnil-verma-gl
ce29b36605
[ACS-4259] Updated CSS rules for DateTimePicker ()
* Updated CSS rules for DateTimePicker to show which date is currently focused on when navigating using the keyboard.

* [ACS-4259] Added variables for CSS colors

* [ACS-4259] Updated CSS color variable names to be more generic and not include the colors themselves.

* [ACS-4259] Added CSS variables for white background used in datetimepicker cell background

* [ACS-4259] Resolved typo

* [ACS-4259] Added CSS variables for datetimepicker cell selected background color and cell focus background color
2023-02-17 12:10:35 -05:00
Vito Albano
910a6c27cb
fixed style template generation () 2023-02-17 09:10:20 +00:00
Kristian Dimitrov
d68deab2bd
[ACS-4586] Implemented Playwright Framework and add it to CI/CD () 2023-02-16 17:23:08 +00:00
Alfresco Build
197ef8f0e3
Update branch for ADF 6.0.0-A.2-8282 and JS-API 5.4.0-639 [ci:force] ()
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 6.0.0-A.2-8282 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 4195361652

* [ci:force][auto-commit] Update @alfresco/adf-core to 6.0.0-A.2-8282 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 4195361652

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 6.0.0-A.2-8282 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 4195361652

* [ci:force][auto-commit] Update @alfresco/adf-cli to 6.0.0-A.2-8282 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 4195361652

* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.2-8282 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 4195361652

* Fixed theming on update

---------

Co-authored-by: Vito Albano <vito.albano@alfresco.com>
2023-02-16 16:33:35 +00:00
Alfresco Build
4065d39ca7
Update branch for ADF 6.0.0-A.2-8187 and JS-API 5.4.0-639 [ci:force] ()
* [ci:force][auto-commit] Update @alfresco/js-api to 5.4.0-639 for branch: update-alfresco-dependencies originated from @alfresco/js-api PR: 4185259640

* [ci:force][auto-commit] Update @alfresco/adf-extensions to 6.0.0-A.2-8187 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 4185259640

* [ci:force][auto-commit] Update @alfresco/adf-core to 6.0.0-A.2-8187 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 4185259640

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 6.0.0-A.2-8187 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 4185259640

* [ci:force][auto-commit] Update @alfresco/adf-cli to 6.0.0-A.2-8187 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 4185259640

* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.2-8187 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 4185259640

* [AAE-10779] fix user-info refactor bc

---------

Co-authored-by: Diogo Bastos <diogo.bastos@hyland.com>
2023-02-16 09:23:50 +00:00
MichalKinas
a6e6f08df0
[ACS-4124] Display tags applied to file in files list ()
* [ACS-4124] Display tags applied to file in files list

* [ACS-4124] CR fixes

* [ACS-4124] Hide tags for smaller displays

* [ACS-4124] E2e fixes

* [ACS-4124] E2e fixes
2023-02-15 17:29:25 +01:00
Denys Vuika
5b054f234d
[ACS-4536] deprecate and cleanup aca-settings module () 2023-02-11 00:28:29 +00:00
Jatin Chugh
c10a1370a4
[MOBILEAPPS-1654] Open in App pop-up implementation in android and iphone ()
* Open in App pop up implementation

* review comments addressed

* unit test cases added for open-in-app component and aca-mobile-app-switcher-service and review comments addressed

* cspell changes

* test case build failing issue resolved

* review comments addressed of using specific type and void in functions that do not return anything

* remaining review comments fixed for type cases

* added check for ipad and ipod

* checkForIOSDevice function removed and checked for ios device in same line

* spacing issues addressed

* missing unit tests added and some review comments addressed

* app.config.json file updated

* removed configuration variables from default Readme file

* used only boolean instead of string conversion in app service file

* session storage name change

* review comments addressed
2023-02-10 13:43:24 +05:30
Jatin Chugh
6b72ef5b52
[ACS-4276] Header section content does not reflow to fit horizontally within the viewpoint when the page is adjusted to an equivalent width of 320px or 400% zoom () 2023-02-09 18:52:26 +00:00
Alfresco Build
704f0a8b65
Update branch for ADF 6.0.0-A.2-7992 and JS-API 5.4.0-561 [ci:force] ()
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 6.0.0-A.2-8156 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37793

* [ci:force][auto-commit] Update @alfresco/adf-core to 6.0.0-A.2-7992 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37793

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 6.0.0-A.2-8156 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37793

* [ci:force][auto-commit] Update @alfresco/adf-cli to 6.0.0-A.2-7992 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37793

* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.2-7992 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37793

* [AAE-10778] Fix viewer BC: replace adf-viewer with adf-alfresco-viewer

* Update @alfresco/adf-extensions and @alfresco/adf-content-services to 6.0.0-A.2-7992

* [AAE-10778] Fix viewer BC: fix Unit node effects unit tests, replace ViewUtilService with RenditionViewerService since method 'printFileGeneric' has been moved from ViewUtilService to RenditionViewerService

* Fix comments-tab unit test: provide a mock onLogout value

---------

Co-authored-by: Amedeo Lepore <amedeo.lepore@hyland.com>
2023-02-02 11:07:02 +01:00
Denys Vuika
567882e864
e2e cleanup ()
* reduce the code

* reduce code

* reduce code

* reduce code

* cleanup tests

* more readable code

* cleanup code

* fix code

* even more cleanup

* remove some deprecated apis

* code fixes

* cleanup files

* more files switching to user actions
2023-02-01 23:22:37 +00:00
Bartosz Sekula
a325deaf1a
[AAE-11496] Publish aca-folder-rules fix () 2023-02-01 14:52:05 +01:00
Bartosz Sekula
93cc64b9a9
[AAE-11496] Make aca-content buildable () 2023-01-31 19:32:27 +01:00
Bartosz Sekula
c8e861907d
[AAE-11496] Publish aca-viewer and aca-preview ()
* [AAE-11496] Publish aca-viewer and aca-preview

* fix tests
2023-01-31 15:35:51 +01:00
dependabot[bot]
5a11cc7cc8
Build(deps-dev): Bump prettier from 2.5.1 to 2.8.3 ()
* Build(deps-dev): Bump prettier from 2.5.1 to 2.8.3

Bumps [prettier](https://github.com/prettier/prettier) from 2.5.1 to 2.8.3.
- [Release notes](https://github.com/prettier/prettier/releases)
- [Changelog](https://github.com/prettier/prettier/blob/main/CHANGELOG.md)
- [Commits](https://github.com/prettier/prettier/compare/2.5.1...2.8.3)

---
updated-dependencies:
- dependency-name: prettier
  dependency-type: direct:development
  update-type: version-update:semver-minor
...

Signed-off-by: dependabot[bot] <support@github.com>

* fix linting

---------

Signed-off-by: dependabot[bot] <support@github.com>
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2023-01-30 14:52:42 +00:00
Bartosz Sekula
3c70572d16
[AAE-11496] Publish aca-about and aca-settings with public access () 2023-01-30 12:13:22 +01:00
Bartosz Sekula
7a176eb9a2
[AAE-11496] Build and publish aca-about and aca-settings ()
* [AAE-11496] Build and publish aca-about and aca-content

* added libs to publish
2023-01-30 10:28:39 +01:00
Bartosz Sekula
010821d309
[AAE-11496] Build and publish adf-office-services-ext () 2023-01-27 17:49:17 +01:00
Bartosz Sekuła
87c1c2b5df
[AAE-11496] Make aca-shared buildable () 2023-01-24 19:36:26 +00:00
Nikita Maliarchuk
93ba00516a
[ACS-4446] Folder Rules Bug Fix: Error thrown when Condition If Name Starts With/Ends With is used ()
* ACS-4446 - renamed names

* ACS-4446 - renamed 'less/greater than or equal' filds name
2023-01-24 17:14:55 +00:00
Gloria Camino
a1392c5ab5
LOC-406 - Updated UI files in 16 languages - aca-folder-rules () 2023-01-20 16:19:53 +00:00
Denys Vuika
073deda1c8
add missing linting for aca-content ()
* add missing linting for aca-content

* improve node options for lint run
2023-01-17 13:46:51 +00:00
Nikita Maliarchuk
125724242f
[ACS-4075] - Folder Rules bugfix: Execute Script uses node ref picker instead of dropdown ()
* ACS-4075 - redisigned edit-rule-dialog from smart to ui component

* ACS-4075 - deleted 'console.log()'

* ACS-4075 - added type
2023-01-16 13:58:52 +01:00
Bartosz Sekuła
686a60385b
[AAE-12099] Process only UI is broken and all sections are shown () 2023-01-13 12:45:23 +01:00
Thomas Hunter
b4503c1de9
[ACA-4633] Fix error script dropdown sometimes not having a label () 2023-01-12 09:34:25 +00:00
arohilaGL
2bd05c4788
Revert "[ACS-4108] bug fix for showing id instead of name. ()" ()
This reverts commit 6ed062f69a38440564a72b5849bd42a2a987604e.
2023-01-10 15:34:00 +00:00
Thomas Hunter
28d9475ecd
[ACA-4645] Fix for shareActions e2es ()
* Fixed expiry date

* Remove tests from protractor.excludes.json

* Remove unnecessary coment

* Fixed test case C286329
2023-01-06 16:58:33 +00:00
Thomas Hunter
547e17bee8
Capitalised the 'r' in 'Manage rules' () 2023-01-06 15:56:05 +00:00
arohilaGL
6ed062f69a
[ACS-4108] bug fix for showing id instead of name. () 2023-01-06 14:37:03 +00:00
Alfresco Build
7636837278
Update branch for ADF 37680 and JS-API 5.3.0-511 [ci:force] ()
* [ci:force][auto-commit] Update @alfresco/adf-extensions to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-extensions PR: 37680

* [ci:force][auto-commit] Update @alfresco/adf-core to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-core PR: 37680

* [ci:force][auto-commit] Update @alfresco/adf-content-services to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-content-services PR: 37680

* [ci:force][auto-commit] Update @alfresco/adf-cli to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-cli PR: 37680

* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.1-37679 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37680

* Update app.service.spec.ts

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2023-01-05 02:43:09 +01:00
Eugenio Romano
83b159f816
[link-adf:dev-eromano-remove-dialog-move-shared] () 2023-01-04 23:54:32 +01:00
Thomas Hunter
8f28408607
[ACA-4070] Add unit tests for linking rule sets ()
* Commit before rebase

* Added some tests in the rule set picker

* Add unit tests for manage rules component
2023-01-04 16:14:03 +00:00
Eugenio Romano
8ba18bb6dc
move nodeupdate in nodeapiservice ()
* move nodeupdate in nodeapiservice

* [ci:force][auto-commit] Update @alfresco/adf-testing to 6.0.0-A.1-37577 for branch: update-alfresco-dependencies originated from @alfresco/adf-testing PR: 37578f

# Conflicts:
#	package-lock.json
#	package.json

* fix lint

* fix compiler issue
2023-01-02 09:21:06 +00:00
Bartosz Sekuła
c5951edccf
[AAE-11496] - Make aca-shared and aca-folder-rules buidlable ()
* [AAE-11496] Fix aca-shared build

* Add build option to aca-folder-rules

* Add small test for aos
2022-12-20 19:21:22 +01:00
Bartosz Sekuła
e570ef8da0
[AAE-11496] Move 'content-plugin' to projects folder as 'aca-content' ()
* [AAE-11496] Move content-plugin to projects

* Fix unit test
2022-12-20 18:15:34 +01:00
MichalKinas
cb84a06e25
[ACA-4625] Add ADF linking to unit tests and e2es () 2022-12-20 09:40:33 +00:00
AleksanderSklorz
a189ccd676
[AAE-11830] Changes required to address comment in APPS () 2022-12-16 14:32:05 +01:00
AleksanderSklorz
b609a9cd33
[ACS-3757] returning focus to element from which they were opened ()
* ACS-3757 Return focus to More Actions button after closing modals opened from that button

* ACS-3757 Return focus to specific row from personal files after closing modal opened from context menu from row

* ACS-3757 Fixed issue that sometimes node was undefined

* ACS-3757 Return focus after closing upload new version modal

* ACS-3757 Added restore focus on list of libraries, restoring focus to correct row when multi rows are selected, little refactoring

* ACS-3757 Use runActionById function instead of runAction

* ACS-3757 Fixed unit tests

* ACS-3757 Updated description

* ACS-3757 Adrressing comments for static and for selectors in jsons

* ACS-3757 Remove boolean flag from jsons

* ACS-3757 Added some unit tests

* ACS-3757 Resolved conflicts

* ACS-3757 Created ModalConfiguration interface

* ACS-3757 Increase version of ADF

* ACS-3757 Fix for e2e

* ACS-3757 Fix some more e2e

* ACS-3757 Removed log
2022-12-13 17:06:18 +01:00