Denys Vuika
46ed7a8360
[ACA-4715] reduce env variables and provide defaults ( #3311 )
...
* use default "sessionTimeForOpenAppDialogDisplay"
* improve iPhone prefix url api
* improve android prefix url api
* session timeout
* app store url defaults
* enable mobile redirect by default
* enable AOS by default
* enable content plugins by default
* enable folder rules by default
* remove obsolete AI flag
* remove obsolete APA flag
* auto download defaults
* cleanup auth vars
2023-07-05 15:21:45 +01:00
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
Denys Vuika
29c0083e36
Release-4.1.0 ( #3301 )
...
* update app config
* update adf libs
* bump app version
* bump lib versions
* release reports
* update readme files
2023-06-26 20:29:25 +01:00
Denys Vuika
d54f97995b
use latest ADF ( #3292 )
...
* use latest ADF
* exclude failing test
2023-06-20 21:05:25 +01:00
Denys Vuika
ff2735a1db
upgrade to latest ADF ( #3288 )
2023-06-20 08:46:49 -04:00
Denys Vuika
05906b878d
[ACS-5166] UI fixes ( #3287 )
...
* fix menu positioning
* fix update version script
* change the menu icon
* clean implementation for toolbar buttons
2023-06-20 11:59:49 +01:00
Denys Vuika
10935e9d54
[ACS-5166] use published open sans font ( #3284 )
2023-06-20 03:46:15 -04:00
Denys Vuika
3ea26c2d5f
[ACS-5166] use published version of the material icons ( #3283 )
...
* use published version of the material icons
* remove reference to css
* use outlined icons by default
2023-06-19 17:13:37 -04:00
Denys Vuika
dd0590f655
try to increase e2e instances ( #3281 )
...
* try to increase e2e instances
* try to make protractor vars global
* switch to browser run
* remove browser run
2023-06-19 08:50:25 -04:00
Denys Vuika
699499780f
[ACS-5386] update docs ( #3263 )
2023-06-09 03:25:43 -04:00
Denys Vuika
7794129521
[ACS-5372] remove old internal plugins ( #3257 )
...
* [ACS-5372] remove old internal plugins
* remove unused i18n keys
2023-06-06 10:22:12 -04:00
Denys Vuika
f4600b588a
[ACS-5308] reduce various modules by switching to standalone ( #3248 )
...
* crate-form-template dialog
* remove unused module
* viewer profile component
* trashcan component
* remove test dependency on global material module
* remove unused test imports
* break CoreModule dependency
* login component
* remove app material module
* remove languages from the config as not needed
2023-06-05 09:10:03 +01:00
Denys Vuika
4a00cbbfd7
remove flex-layout dependency ( #3235 )
2023-05-29 10:28:48 +01:00
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
1a942e6820
experimental: standalone About component ( #3228 )
2023-05-26 04:29:31 -04:00
Denys Vuika
71d97a17bf
[ACS-5304] remove unused create menu component ( #3233 )
...
* remove unused create menu component
* remove unused i18n keys
* raise coverage
* fix missing a11y import, fix css var bug
2023-05-25 18:50:46 +01:00
Denys Vuika
05991f8553
[ACS-5089] performance improvements for Thumbnail Column ( #3232 )
2023-05-25 16:14:05 +01:00
Denys Vuika
1e37931b97
fix Docker run ( #3229 )
2023-05-25 08:08:58 +01:00
Denys Vuika
def6ddeaa7
eliminate dead code in e2e tests ( #3220 )
...
* reduce shared testing dependency
* dead code cleanup
* eliminate dead code
* fix export
2023-05-23 09:27:08 +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
fbe3a7917a
[ACS-5189] enable multiselect for Files and Trashcan ( #3196 )
...
* enable multiselect for Files and Trashcan
* disable e2e
2023-05-17 17:31:50 +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
Denys Vuika
df33a411f4
Revert "[ACS-4537] Make aca-about secondary entry of aca-content ( #3170 )" ( #3172 )
...
This reverts commit 222f487e70 .
2023-05-05 21:24:50 +01:00
Denys Vuika
efda5d1461
[ACA-4646] Upgrade to Node 18 ( #3163 )
...
* regenerate lock file
* switch gha to node 18
* fix dependencies for Node 18
* fix the ci/cd command invokation
* update readme
* fix run-e2e command
* fix artifact name for e2e test results
2023-05-05 16:37:51 +01:00
Denys Vuika
b2ba94fd08
[ACS-5158] Release 4.0.0 ( #3155 )
...
* bump adf to 6.0.0
* bump release version
* release reports
2023-04-28 11:42:00 -04:00
Denys Vuika
77cac1faa6
remove unused commonjs libs ( #3129 )
2023-04-19 05:21:36 -04:00
Denys Vuika
d9489214a3
[ACS-4951] fix pre-commit linting ( #3089 )
2023-03-26 06:40:21 -04:00
Denys Vuika
73a4c95e42
use angular serve for e2e ( #3085 )
...
* use angular serve for e2e
* generate default .env file
* try to wait for base url
* Revert "try to wait for base url"
This reverts commit 48f55c604d .
* try to sleep a bit
* try waiting for url
* bump timeout
* try different approach
* different timeout attempt
* restore sleep
* do not install global libs on ci
2023-03-23 10:45:03 -04:00
Denys Vuika
c3b9886edf
cleanup GitHub actions ( #3071 )
...
* cleanup GHA
* remove unused parameters
* consolidate actions, improve readability
* remove unused files
* restore fetch depth
2023-03-22 12:48:53 -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
36c5c39311
[ACS-4535] rework docker publishing actions ( #3068 )
...
* rework docker publishing actions
* simplify steps
* rollback AWS credentials
2023-03-16 13:26:45 -04:00
Denys Vuika
25f9a03110
[ACS-4535] cleanup unused dependencies ( #3064 )
...
* cleanup unused dependencies
* more cleanup
2023-03-16 05:52:26 -04:00
Denys Vuika
c3294905e3
[ACS-4837] improved spellcheck configuration ( #3063 )
2023-03-16 05:43:58 -04:00
Denys Vuika
eba0f9aef8
remove travis remains ( #3051 )
2023-03-14 17:01:56 -04:00
Denys Vuika
b939d1c582
[ACS-4792] provide support for style linting ( #3055 )
...
* [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
c996d7d7d1
fix publishing upon PR merge ( #3056 )
...
* fix publishing upon PR merge
* release alphas on push to develop
* do not run PR workflow on merges
* add pull request types
2023-03-13 06:18:28 -04:00
Denys Vuika and eromano
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
2ccf6cb238
[ACA-4668] cancel previous jobs in the workflow ( #3052 )
2023-03-10 04:25:00 -05:00
Denys Vuika
6233e71e2c
fix gha setup ( #3049 )
2023-03-07 13:53:50 -05:00
Denys Vuika
84a2860abf
port tag fetch from ADF ( #3048 )
2023-03-07 13:49:39 -05:00
Denys Vuika
b5d5c1bc95
Fix gha workflow for library version bump ( #3047 )
...
* fix update-library-versions action
* fix update-library-actions
2023-03-07 13:40:56 -05:00
Denys Vuika
44fdc462f3
fix update-library-versions action ( #3046 )
2023-03-07 13:35:56 -05:00
Denys Vuika
6f309a0c1e
release workflow fixes ( #3045 )
2023-03-07 13:32:06 -05:00
Denys Vuika
4292f0fbc0
update libs packages ( #3044 )
2023-03-07 17:06:18 +00:00
Denys Vuika
4933b1db42
[ACA-4649] release workflow enhancements ( #3043 )
...
* move update versions of libs to shell script
* unify packaging script
* update package.json repository
* change github token
2023-03-07 11:12:57 -05:00
Denys Vuika
2ed5373798
[ACA-4649] fix lib publishing ( #3042 )
...
* [ACA-4649] fix lib publishing
* fix cd typo
* add safety check for existing tag
2023-03-07 07:30:05 -05:00
Denys Vuika
b67a73d832
[ACA-4649] release workflow fixes ( #3041 )
...
* release workflow fixes
* fix release triggering on push to master
* cleanup
2023-03-07 06:06:34 -05:00
Denys Vuika
483af3165c
[ACA-4649] fix gha checks
2023-03-06 17:33:39 -05:00
Denys Vuika
b937e23281
[ACA-4649] GitHub Actions workflow fixes ( #3039 )
...
* use commit message only where needed
* remove merge checks
* remove merge checks
2023-03-06 16:13:14 -05:00
Denys Vuika
cabf8508f3
Release 4.0.0-A.3 ( #3038 )
...
* bump ADF
* bump app version
* release reports
2023-03-06 10:36:57 -05:00
3fb91eeafc
[ACA-4653] fix release actions ( #3029 )
...
* fix publish libs action
* push tags only for master
* fix publishing only for master
* fix leaking sensitive info in the echo
* fix publish script and passing branch name to action
* fix incorrect travis branch
* consistent input naming
* npm tag as input
* Update .github/workflows/release.yml
Co-authored-by: Giovanni Toraldo <me@gionn.net >
* Update .github/workflows/release.yml
Co-authored-by: Giovanni Toraldo <me@gionn.net >
* remove not really necessary workflow_call triggers
* fixup job conditionals with ref_name
* setup job is not really doing anything useful
* add setup node to npm publish step
* add missing npm install to publish libs
* Update scripts/travis/deploy/publish.sh
Co-authored-by: Alex Chapellon <alxgomz@gmail.com >
* Update scripts/travis/deploy/publish.sh
Co-authored-by: Alex Chapellon <alxgomz@gmail.com >
* Update .github/actions/git-tag/action.yml
Co-authored-by: Alex Chapellon <alxgomz@gmail.com >
---------
Co-authored-by: Giovanni Toraldo <me@gionn.net >
Co-authored-by: Giovanni Toraldo <giovanni.toraldo@hyland.com >
Co-authored-by: Alex Chapellon <alxgomz@gmail.com >
2023-03-06 08:05:14 -05:00
Denys Vuika
c10aae6084
Remove duplicated e2e ( #3006 )
...
* 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
Denys Vuika
748e60f6a4
[ACS-4702] fix license fields for libs ( #3009 )
2023-02-24 14:36:55 +00: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
Denys Vuika
567882e864
e2e cleanup ( #2951 )
...
* 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
Denys Vuika
a21be3ff81
Release 4.0.0-A.2 ( #2923 )
...
* update app.config template
* bump ADF versions
* bump app version
* release reports
* add cypress dependency to solve the editorjs bug
2023-01-23 18:36:39 +00:00
Denys Vuika
4dbb2a730c
[ACS-4417] fix the shared link datetime picker defaults ( #2913 )
...
* fix the shared link datetime picker defaults
* exclude incorrect e2e
2023-01-17 22:44:19 +00:00
Denys Vuika
073deda1c8
add missing linting for aca-content ( #2910 )
...
* add missing linting for aca-content
* improve node options for lint run
2023-01-17 13:46:51 +00:00
Denys Vuika
02196ce733
gha: cleanup and setup improvements ( #2905 )
2023-01-16 12:57:28 +00:00
Denys Vuika
b50c4e993d
[ACA-4649] GHA linting and unit testing support ( #2904 )
...
* GHA linting support
* gha: aos tests
* fix test job
* gha: aca-shared test
* gha: unit tests for the rest of the projects
* upgrade CodeQL actions
* remove obsolete action settings
2023-01-14 17:14:31 +00:00
Denys Vuika and SheenaMalhotra182
90493c0056
[ACS-3751] New About Theme ( #2784 )
...
* about theme placeholder
* added adf about styling overrides in ACA
* added about styling overrides
* moved adf-about style override file along with other overrides
Co-authored-by: SheenaMalhotra182 <sheena.malhotra@globallogic.com >
2022-12-16 12:24:44 +00:00
Denys Vuika
0158dba041
add rebase workflow for PRs ( #2786 )
2022-11-17 13:45:38 +00:00
Denys Vuika
cc41a575ac
Revert snackbar changes ( #2778 )
...
* Revert "[AAE-10766] upgrade to new About component (#2769 )"
This reverts commit 5ce4835e4c .
* restore about dialog changes
* latest ADF alpha
2022-11-15 17:01:04 +00:00
5ce4835e4c
[AAE-10766] upgrade to new About component ( #2769 )
...
* [AAE-10766] upgrade to new About component
* upgrade to latest ADF alpha
* update e2e to reflect snackbar changes
* Revert "update e2e to reflect snackbar changes"
This reverts commit 6164804bab .
* ACS-3640 a 11 y aca 881740 snackbar messages disappear without option to adjust timing (#2734 )
* ACS-3640 Increasing time of autoclosing snackbar and adding X icon to close snackbar
* ACS-3640 Fix lint issues
* ACS-3640 Addressing PR comments
* ACS-3640 Fix lint issue
* ACS-3640 Added aria label for action icon
* ACS-3640 Fixed one left file
* ACS-3640 Fixed lint issues
* use latest adf
* ACS-3640 Correction for e2e
Co-authored-by: Denys Vuika <denys.vuika@gmail.com >
* remove the action check from the snackbar
* update e2e
* update e2e
* update e2e
* Update e2e
Co-authored-by: AleksanderSklorz <115619721+AleksanderSklorz@users.noreply.github.com >
Co-authored-by: Aleksander Sklorz <Aleksander.Sklorz@hyland.com >
2022-11-14 23:55:06 +00:00
Denys Vuika
1de59d7295
[ACS-3668] Release 3.1.0 ( #2740 )
...
* update app config
* upgrade ADF to release version
* bump app version
* release reports
2022-10-25 11:25:33 +01:00
Denys Vuika
2fba46c690
documentation fixes ( #2730 )
2022-10-19 13:18:47 +01:00
Denys Vuika
d0ffbb6297
exclude C306959 ( #2725 )
2022-10-18 12:44:13 +01:00
Denys Vuika
df4a80f641
[MNT-22754] fix context menus for records ( #2706 )
...
* fix context menus for records
* fix unit tests
* fix unit tests
2022-10-11 22:21:30 +01:00