95 Commits

Author SHA1 Message Date
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
Maurizio Vitale
b1b468b947 Fix typo PASSWORD 2021-11-16 13:05:06 +00:00
Maurizio Vitale
fb599f33f1 Fix typo PASSWORD 2021-11-16 13:05:06 +00:00
Alan Davis
95273260c2 ACA-4526 Alfresco Content Application Docker Images are not available in Docker Hub from 2.3.0 (#2346)
* Publish images to dockerhub when pushing to master in addition to the tag
* Change Travis stage name to reflect both tasks 
* Split Travis stage into two jobs
2021-11-16 13:05:06 +00:00
Denys Vuika
bb5dda1a88 add changelog report generation (#2342) 2021-11-16 13:05:06 +00:00
Maurizio Vitale
adb369c82d Use new quay credentials 2021-11-16 13:05:05 +00:00
Maurizio Vitale
7cd333f22b Add the npm ci 2021-06-28 11:39:35 +01:00
Maurizio Vitale
92d447ec58
Fix @alfresco (#2202) 2021-06-28 12:03:48 +02:00
Thomas Hunter
26afe58d2a
[ACS-1524] Remove environment scan (#2096)
* [ACS-1524] Only run scan environment on cron

* Temporary add branch to test cron

* Remove temporary branch from .travis.yml

* [ACS-1524] Remove environment scan
2021-04-30 11:58:38 +01:00
Maurizio Vitale
4ebc7447f9
Refactor env variables (#2094)
* Rename the env to sync with BE/Docker

* Refactor envs

* Use the env.yml strategy
2021-04-28 16:14:20 +02:00
Maurizio Vitale
774044c266
Run the unit/build/e2e/docker based on the agreed doc (#2093) 2021-04-26 18:38:56 +01:00
Popovics András
2859b16356
[AAE-4628] Release without the About and Settings modules, but have them baked into the app otherwise (#2022) 2021-02-25 21:52:14 +00:00
Popovics András
287b88e525
Remove temporarily added npm ci, since Travis has been fixed (#2011) 2021-02-24 17:31:41 +00:00
Eugenio Romano
6f8d906b96
remove obscure ADF JS-API Update (#1985) 2021-02-10 09:54:29 +00:00
Maurizio Vitale
e98df9a974
Use the adf-logout latest version (#1953)
* Use the adf-logout

* Use latest adf and js api

* Add npm ci to be removed once the travis cache works

* Fix deps
2021-02-01 15:01:20 +00:00
Thomas Hunter
e14557ce43
[ACA-4232] Call the scan-env adf-cli command before and after each E2E job (#1911)
* [ACA-4232] Call the scan-env adf-cli command before and after each E2E job

* [ACA-4232] Updated host environment variable
2021-01-14 09:06:43 +00:00
Adina Parpalita
13fa065654
exclude one test and do some fixes (#1869)
* exclude one test and do some fixes

* try to get more logs

* some more fixes

* try to workaround the slow update of toggle menus

* more logging

* no message

* trigger another run

* Update delete-undo-delete.test.ts

* no message

* rename methods

* no message

* no message

* no message

* no message

* no message

* no message

* update travis.yml

* run travis on branch

* trigger travis

* cleanup

* no message
2020-12-15 10:10:01 +00:00
Denys Vuika
7a5350a06d
reduce duplication and code improvements (#1707)
* reduce code duplication

* reduce duplication, fix license headers

* simplify code

* typings fixes

* update tests

* minor fixes

* markdown fixes

* revert changes
2020-12-11 15:47:17 +00:00
Denys Vuika
6049711a5c
Release 2.2.0 (#1870)
* update package versions script

* update package versions script

* generate reports script

* bump versions to 2.2.0

* audits

* upgrade to final ADF

* update docs

* update app config
2020-12-09 16:55:39 +00:00
arditdomi
2491e9c421
Fix typo for replacing identity host (#1828) 2020-11-27 11:00:20 +00:00
MaurizioVitale
00ed65e1c0 fix the command with adf-cli 2020-11-27 10:34:51 +00:00
Maurizio Vitale
e88141ccdf
Fix the build path for docker (#1825)
Co-authored-by: MaurizioVitale <mauriziovitale@XXXX-MBP-1818.local>
2020-11-26 17:32:50 +00:00
Eugenio Romano
8308573f3c
Unexclude due the timeout (#1805)
* change base method to wait

* fix import

* reduce log

* fix

* data placeholder

* fix

* fix

* fix

* fix style

* change visibility with common method

* fix

* use common get value method

* remove unused import

* fix a few incorrect api calls

* - use separate variables

* correctly wait for items after they have been created

* use browseraction click

* Exclude failing tests

* increase timeout and some fix

* check env before execute test

* simplify conf

* exclude

* rerun

* logs

* refactor pagination tests to use only 51 items
take out pagination tests into a separate stage

* fix check

* remove hardcoded total items. other shared files might already exist

Co-authored-by: Adina Parpalita <Adina.Parpalita@ness.com>
Co-authored-by: iuliaib <iulia.burca@ness.com>
2020-11-19 16:07:57 +00:00