Denys Vuika
251b6a0ec7
[ACS-5308] cleanup content common module and move to standalone components ( #3234 )
...
* language picker
* location link
* logout component
* logout: fix tests
* toggle shared component
* user info component
* cleanup common module
* migrate generic error to standalone
* thumbnail column component
* name column component
* tags column component
* locked by component
* cleanup module dependencies
* comments tab component
* info drawer and details
* cleanup infodrawer module
* remove useless test
* reduce useless imports
* info drawer module
* context menu component
2023-05-29 10:28:26 +01:00
Denys Vuika
fd495f6e95
code cleanup ( #3210 )
...
* code cleanup
* rollback changes
* remove dead code
* remove debug app config
* cleanup unused locales
* no-unused-vars rule
* test fixes and cleanup
* remove unnecessary translate modules
2023-05-22 08:23:35 +01:00
Denys Vuika
23814e1e76
Optmise injections and imports ( #3174 )
...
* cleanup base page injections
* optimise breakpoint observer
* cleanup subscriptions
* optimise upload service injections
* optimise router imports
* fix test setup
* fix tests
2023-05-09 14:30:33 +01:00
AleksanderSklorz
e9bc42df10
[ACS-4534] nx workspace support for aca ( #3143 )
...
* ACS-4534 Added nx workspace support
* ACS-4534 Updated package-lock.json file
* ACS-4534 Configured cache directory and affected command
* ACS-4534 Updated README
* ACS-4534 Updated more README files
* ACS-4534 Fixed lint
* ACS-4534 Address comment for readme
* ACS-4534 Removed redundant build-libs script
* ACS-4534 Fixed start script
* ACS-4534 Updated some left documentation
* ACS-4534 Added more helper scripts, addressed PR comments
* ACS-4534 Updated package-lock.json after rebasing
* ACS-4534 Fix stylelint issue
2023-04-25 15:34:34 +02:00
Yasa-Nataliya
6fac964d94
[ACS-3742] Layout changes for workspace ( #2980 )
...
* Layout changes for workspace sidemenu
* added header and search layout changes
* implemented review comments and removed process related code
* Added expand and collapse functionality
* Modified the paths
* linting fixes
* use standard material settings icon
* use only specific modules needed for page layout
* use standard "menu" icon for now
* use standard avatar icon for now
* cleanup user profile menu item
* cleanup About component layout
* remove hardcoded settings route
* deprecate "headerImagePath"
* deprecate "headerTextColor" customisation
* deprecate "headerColor" customisation
* proper toggle of the side menu
* proper sidebar header implementation
* user profile basic cleanup
* minor fixes
* cleanup buttons
* remove old app layout and use ADF one
* remove old header component
* cleanup old layout module
* fix unit tests
* cleanup unit tests
* cleanup header actions module
* deprecate unused main-action component
* cleanup styles
* restore removed method
* cleanup search results toolbar
* restore expand menu functionality
* cleanup code, back buttons for about and profile
* restore original code
* proper collapse button
* remove unused i18n key
* styles cleanup
* cleanup sidebar
* cleanup user profile
* add safety checks for focus after close
* layout fixes
* update view profile unit tests
* code cleanup after reviews
* cleanup header actions
* fix menu population, user info
* improved upload and create actions
* remove useless tests
* fix folder rules tests
* search button workaround
* e2e: remove wait
* add create/upload tooltips
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* e2e fix
* try fix e2e
* update e2e extension configs
* try fix e2e
* try fix e2e
* fix eslint config
* try fix e2e
* move search button to extensions
* move upload and create to extensions
* remove header actions as no longer needed
* cleanup
* e2e fixes and cleanup for unwanted files
* linting fixes
* linting fixes
* added button type to support text buttons
* linting fixes
* added more unit tests to achieve code coverage requirement
* fixing code covergae for aca-content
* fixed code coverage for aca-shared
* linting fixes
* linting fixes
* cleanup
* version fix
---------
Co-authored-by: SheenaMalhotra182 <sheena.malhotra@globallogic.com >
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
Co-authored-by: SheenaMalhotra182 <sheena.malhotra@contractors.onbase.com >
2023-04-20 07:18:24 -04:00
Nikita Maliarchuk
7245e994c5
[ACS-4959] Update license headers to reflect Hyland Copyright Guidelines ( #3115 )
...
* [ACS-4959] install eslint-plugin-license-header plugin
* [ACS-4959] configure new license
* [ACS-4959] aca-folder-rules license update
* [ACS-4959] content-ce license update
* [ACS-4959] app-e2e license update
* [ACS-4959] adf-office-services-ext license update
* [ACS-4959] aca-shared update license
* [ACS-4959] aca-about license update
* [ACS-4959] aca-content license update
* [ACS-4959] aca-viewer & aca-preview license update
* [ACS-4959] other files license update
* [ACS-4959] patern fix
* [ACS-4959] vendors updated
* [ACS-4959] path fix
* [ACS-4959] some more vendors update
* [ACS-4959] license update
2023-04-13 04:32:30 -04:00
Denys Vuika
9609393d1e
[ACS-4865] setup and enable code coverage for all projects ( #3074 )
2023-03-20 09:06:19 -04:00
Denys Vuika
86c0bbb998
[ACS-4837] eslint spellcheck support ( #3072 )
...
* eslint spellcheck support
* restore node memory settings for linting
2023-03-17 05:31:23 -04:00
Denys Vuika
8efd832a10
[AAE-10777] upgrade to latest ADF with common content services ( #2970 )
...
* 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 ( #3044 )
2023-03-07 17:06:18 +00:00
MichalKinas
01f7e3c287
[ACA-4652] Run unit tests as one GH job, add e2es as GH job ( #2997 )
...
* [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
748e60f6a4
[ACS-4702] fix license fields for libs ( #3009 )
2023-02-24 14:36:55 +00:00
Denys Vuika
5b054f234d
[ACS-4536] deprecate and cleanup aca-settings module ( #2978 )
2023-02-11 00:28:29 +00:00
Alfresco Build
704f0a8b65
Update branch for ADF 6.0.0-A.2-7992 and JS-API 5.4.0-561 [ci:force] ( #2952 )
...
* [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
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