MichalKinas
90ca3707f7
SonarCloud fixes ( #4235 )
2024-11-13 14:26:24 +01:00
MichalKinas
830887528b
Upstream made more future-proof ( #4083 )
...
* Add some logs to verfiy
* Verify equals solution
* Test for of solution
* Code cleanup
2024-09-03 06:51:27 +02:00
MichalKinas
26c626817c
Upstream input fix ( #4059 )
2024-08-27 08:11:38 +02:00
MichalKinas
a022829e44
[ACS-7970] Add the option to select a tag for ADF upstream ( #4054 )
2024-08-26 14:11:47 +02:00
MichalKinas
86fb96579b
[ACS-8659] Refine ADF upstream to pick only 'alpha' versions ( #4049 )
...
* Investigate GH package versions response
* Retrieve package data
* Get proper package type
* Pass required exec param
* Use proper dependency name
* Code cleanup
* [ACS-8659] Prettier fixes
2024-08-23 15:06:23 +02:00
Akash Rathod
4e67a8d9b0
[ACS-8153] delete protractor e2e configuration and files ( #3885 )
...
* [ACS-8153] delete protractor e2e configuration and files
* [ACS-8153] util fix
* [ACS-8153] pr fix
* [ACS-81532] remove e2e package.json
* [ACS-81532] remove chrome configuration
* package-lock file
2024-07-26 13:07:32 +02:00
Akash Rathod
a98c81bbbe
[ACS-8045] update chrome driver settings ( #3862 )
...
* [ACS-8045]update ACA chrome driver
* [ACS-8045]update ACA chrome driver to stable
* [ACS-8045]update ACA chrome driver script
* [ACS-8045]revert chrome driver script
* update webdriver tesst
* Update action.yml
* update webdriver command
* update webdriver new script
* remove chrome install step
* remove chrome webdriver update twice
* add chrome webdriver update step
* e2e run command update
* e2e run command update
* e2e run command update
* remove temp e2e
2024-05-31 10:11:43 +02:00
MichalKinas
d33912b39a
[ACA-4732] Update JS-API version first ( #3613 )
2024-01-25 15:00:07 -05: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
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
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
MichalKinas
b04d0f226a
[ACS-5188] Remove old ACA upstream ( #3193 )
2023-05-16 12:06:22 -04:00
MichalKinas
9603c0a36b
[ACS-5186] Add new GH workflow for ADF upstream ( #3191 )
2023-05-15 10:05:40 -04: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
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
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
eba0f9aef8
remove travis remains ( #3051 )
2023-03-14 17:01:56 -04: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
53d21b82d3
fix publish docker script
2023-03-07 11:27:09 +00: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
b0c5e017eb
fix typo in publish script
2023-03-06 15:43:30 +00:00
Denys Vuika
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
MichalKinas
e38e72a8e0
[ACA-4653] Migrate release workflow to GHA ( #3027 )
...
* [ACA-4653] Run ACA upstream on schedule
* [ACA-4653] Migrate release workflow to GHA
* [ACA-4653] Consistency in naming
* [ACA-4653] Use GH action to configure GH author
* [ACA-4653] Dedicated sh for publish Docker image job
* [ACA-4653] Add missing variables
* [ACA-4653] Delete Travis.yml
* [ACA-4653] CR fixes
* [ACA-4653] Add branch name as action input
* [ACA-4653] Proper env var usage in workflow
2023-03-03 12:40:37 -05:00
Kristian Dimitrov
d68deab2bd
[ACS-4586] Implemented Playwright Framework and add it to CI/CD ( #2985 )
2023-02-16 17:23:08 +00:00
MichalKinas
801969c518
[ACS-4632] Downgrade node version, small script fix ( #2993 )
2023-02-15 19:45:28 +01:00
MichalKinas
ffb9c13b93
[ACS-4632] Add GH workflow to trigger ACA upstream ( #2992 )
...
* [ACS-4632] Add GH workflow to trigger ACA upstream
* [ACS-4632] Bump node version and switch to npm cache
2023-02-15 18:09:49 +01:00
Denys Vuika
5b054f234d
[ACS-4536] deprecate and cleanup aca-settings module ( #2978 )
2023-02-11 00:28:29 +00:00
MichalKinas
a4eb6c49bb
[ACS-4530] Add ACA libraries upstream PR to monorepo ( #2955 )
...
* [ACS-4530] Add ACA libraries upstream PR to monorepo
* [ACS-4530] CR fixes
* [ACS-4530] Aca-settings is now deprecated
2023-02-10 15:21:24 +00:00
Bartosz Sekula
93cc64b9a9
[AAE-11496] Make aca-content buildable ( #2859 )
2023-01-31 19:32:27 +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
Bartosz Sekula
7a176eb9a2
[AAE-11496] Build and publish aca-about and aca-settings ( #2942 )
...
* [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 ( #2935 )
2023-01-27 17:49:17 +01:00
Bartosz Sekula
4df548acb1
[AAE-11496] Remove npm deprecation strategy ( #2932 )
2023-01-27 10:51:31 +01:00
Bartosz Sekuła
4753142b41
[AAE-11496] Publish npm package using https ( #2930 )
2023-01-26 14:31:40 +01:00
Bartosz Sekuła
a8268c680a
[AAE-11496] Publish libraries to npm ( #2880 )
...
* [AAE-11496] Publish libraries to npm registry
* update
* update
* added md
* deprecate old version
2023-01-26 08:53:53 +01:00
MichalKinas
cb84a06e25
[ACA-4625] Add ADF linking to unit tests and e2es ( #2853 )
2022-12-20 09:40:33 +00:00
MichalKinas
5ac0ff616d
[ACA-4625] ADF linking in ACA ( #2841 )
...
* [ACA-4625] ADF linking in ACA
* [ACA-4625] ADF linking docs
* [ACA-4625] Move adf linking to before install script
* [ACA-4625] Move ADF linking to before_install script
* [ACA-4625] Delete unused stage from Travis
2022-12-15 12:55:25 +01:00
Denys Vuika
83f2f36bd1
[AAE-10540] cleanup version update script ( #2617 )
...
* cleanup version update script
* upgrade eslint to v14
2022-09-02 11:21:03 +01:00
Denys Vuika
32bb39cf9c
remove old logger implementation and deps ( #2495 )
...
* remove old logger implementation and deps
* remove logger.js
2022-04-11 10:05:01 +01:00
Maurizio Vitale
c8e69c6b91
Try to fix the upstream
2022-03-15 15:49:42 +00:00
Maurizio Vitale
aa9f0fe13f
Try to fix travis upstream
2022-03-15 15:13:01 +00:00
Maurizio Vitale
e9ca37bf99
Fix upstream ( #2473 )
...
* Fix the adw upstream
* Being able to triggere the upstream from Travis
2022-03-15 11:17:05 +00:00
Antonio Felix
fce8857585
MNT-22687- Add new aosPlugin variable to hide or show the AOS plugin ( #2382 )
...
* MNT-22687- Add new aosPlugin variable to hide or show the AOS plugin
* MNT-22687 - Added a new interface to extend the RuleContext from ADF
* MNT-22687 - Removed carriage return and added whitespaces
* MNT-22687 - Removed carriage returns
* MNT-22687 - Fixed PR Comments
Completed documentation, removed environment variable from the package.json, added plugins section in the app.config.json.tpl
* MNT-22687 - Created a new service to deal with the new functionality. Reverted the old approach.
* MNT-22687 - Reverted missing file
* MNT-22687 - Reverted missing file
* MNT-22687 - Removed variable replacement
* MNT-22687 - Included environment variables in the README.md file
2022-02-08 13:18:28 +00:00
Denys Vuika
047c4bcd72
Release 2.8.0 ( #2415 )
...
* release 2.8.0
* update changelog script
* update changelog
* use latest ADF release
2022-01-27 16:10:37 +00:00
Maurizio Vitale
056ff4b011
[AAE-6455] use tpl format instead of json and replace values ( #2374 )
...
* Use the tpl instead of json and replace values for build start and e2e
* Use different license file name to avoid conflicts
* use the travis value
* Use the general ng build and add doc
2021-12-07 15:38:01 +00:00
Maurizio Vitale
c78e338285
Rename the dist folder to content-ce and use env ( #2373 )
2021-12-07 10:11:56 +00:00
alandavis
45a3efef58
ACA-4526 avoid pushing a 'master' tag to dockerhub next time. [skip ci]
2021-11-17 10:40:56 +00:00