415 Commits

Author SHA1 Message Date
Eugenio Romano
1c30eb2814
remove unused action in release (#8867) 2023-08-31 11:20:59 +02:00
Eugenio Romano
bb3000346f
release branch workflow (#8865) 2023-08-31 10:25:12 +02:00
eromano
a66b3d0846 Revert "add branch release"
This reverts commit 79df22043466132b2ff795e468fd26e05b6ffa62.
2023-08-28 15:08:00 +02:00
eromano
79df220434 add branch release 2023-08-28 15:06:45 +02:00
Eugenio Romano
729a65ca5c
Update codeql-analysis.yml (#8843)
Fix warning in codeql
2023-08-23 11:21:36 +02:00
Eugenio Romano
9bddd1a7c3
New grouping Depndabot (#8791) 2023-08-09 12:42:08 -04:00
Maurizio Cacace
8eb43b00ad
HXOR-167: send slack message in case of release failures (#8781)
* HXOR-167: send slack message in case of release failures

* remove username
2023-07-25 10:37:54 +02:00
Rafal Szmit
570b5d53c2
[AAE-15762] downgrade google chrome to 114 (#8770)
* downgrade google chrome to 114

* trigger ci

* apt allow downgrades
2023-07-20 13:09:47 +02:00
Maurizio Vitale
3b3fd5ab9a
run from Mon to Fri (#8729) 2023-07-03 11:40:51 +01:00
Maurizio Vitale
ecbf571451
Revert "test e2e (#8723)" (#8724)
This reverts commit ad8259ece71317d6ac57f29e59020bf6abb8374f.
2023-06-29 19:52:58 +01:00
Maurizio Vitale
ad8259ece7
test e2e (#8723) 2023-06-29 16:47:46 +01:00
Maurizio Vitale
0fa61a2893
[AAE-15499] QA Failure provide more context on slack notification (#8720)
* sharing data with files

* sharing data with files

* disable check

* add shell

* skip step

* skip step

* fix tab

* run e2e

* failing e2e

* failing e2e make fail

* failing e2e make fail

* use js action

* fix template

* test action

* fix

* fix test

* fix test

* use action

* use action fix

* use action fix

* use action fix

* use action fix

* use action fix

* use action fix

* use action fix

* use action fix

* Normal run

* verify slack groups

* verify slack groups

* verify slack groups

* verify slack groups

* refactor

* remove useless code

* remove useless code

* use space as separator

* use space as separator

* use ga channel

* append only for cron

* run e2e job only if affected

* simulate process

* fix logic

* fix logic

* fix output

* almost done
2023-06-29 16:27:10 +01:00
Maurizio Vitale
dabe4ca279
Revert "improve jobs deps (#8717)" (#8722)
This reverts commit 9f8d93ea04efce4d30dc7f7884d03aa653d33203.
2023-06-29 15:55:20 +01:00
Maurizio Vitale
23be41d676
revert use of action (#8718) 2023-06-28 16:09:24 +01:00
Maurizio Vitale
9f8d93ea04
improve jobs deps (#8717)
* improve jobs deps

* remove from old
2023-06-28 16:04:35 +01:00
Maurizio Vitale
567e264d93
simulating a change without code (#8715) 2023-06-28 14:47:36 +01:00
mauriziovitale
4c3b29d5b5 fix lib path 2023-06-28 14:43:24 +01:00
Maurizio Vitale
ee863391e1
[AAE-15422] Publish bundles only if libs are affected by merged code (#8694)
* Publish only if code is affected

* use ncc vercel

* ignore

* ignore

* ignore nodemodules

* remove test

* Update .gitignore only action dist
2023-06-28 14:34:32 +01:00
Tomasz Gnyp
43feb814fd
Fix ADF cronjob slackbot warning message (#8698) 2023-06-23 17:14:43 +02:00
MichalKinas
0fc904eee2
Use latest js-api in each lib package json (#8690)
* Use latest js-api in each lib package json

* Fix lib paths

* Sed save changes
2023-06-22 04:31:29 -04:00
Eugenio Romano
b987898ebe
possible different e2e-host (#8680)
* possible different e2e-host for ps-cloud
2023-06-20 09:34:40 +02:00
Denys Vuika
90aab8e5e8 fix typo in cron yml 2023-06-19 08:38:45 +01:00
Eugenio Romano
b84ea22622
add E2E_IDENTITY_HOST_APA env var (#8677) 2023-06-16 13:07:30 -04:00
MichalKinas
0a3cc5634e
Fix js-api version in adf-cli (#8665)
* Fix js-api version in adf-cli

* Add caret to js-api version

* CR fix
2023-06-14 06:31:41 -04:00
MichalKinas
ecf191f559
[ADF-5546] Fix cron-run input (#8646) 2023-06-12 10:01:08 -04:00
Eugenio Romano
4618901031
Update pull-request.yml (#8648) 2023-06-12 07:00:06 -04:00
Eugenio Romano
e176009be7
Update pull-request.yml (#8639) 2023-06-09 10:35:37 -04:00
MichalKinas
a612263762
[ADF-5546] Don't run forbidden labels job when cron runs e2es (#8632)
* [ADF-5546] Don't run forbidden labels job when cron runs e2es

* [ADF-5546] Correct wording

* [ADF-5546] Fix forbidden labels job condition
2023-06-07 15:45:13 +02:00
Eugenio Romano
826cdf52b9
add slack message on cron fail (#8633) 2023-06-07 15:31:39 +02:00
Eugenio Romano
7eebdb8b11
Update release.yml
increase release timeout
2023-06-06 21:16:15 +02:00
Ardit Domi
06de32ed03
Fix dry run flag (#8627) 2023-06-06 17:06:43 +01:00
AleksanderSklorz
86e9f3f22e
[ACS-5290] create eslint rule to ensure components use none value for encapsulation (#8585)
* ACS-5290 Create rule which prevent using different encapsulation in components than None

* ACS-5290 Added documentation

* ACS-5290 Updated scripts

* ACS-5290 Updated documentation

* ACS-5290 Added autofix

* ACS-5290 Formated code

* ACS-5290 Fixed lint - removed redundant comma

* ACS-5290 Renaming

* ACS-5290 Renaming
2023-06-02 08:04:50 +02:00
Eugenio Romano
959f20b3a5
fix tag work flow (#8618)
upgrade docker build to 18
2023-06-01 18:16:29 +02:00
Eugenio Romano
07e96965aa
Update git-tag.yml (#8615)
use Github bot token to add the tag
2023-06-01 16:49:57 +02:00
MichalKinas
d0b74cfbce
[ACS-5165] Remove old upstream workflow (#8559) 2023-05-15 23:07:39 +01:00
Denys Vuika
94c23171db
[ADF-5509] Migrate to Node 18 (#8531)
* generate lock file

* gha: use node 18

* upgrade lock file and remove old migrations cache

* use npx instead of sudo link for nx commands

* fix dependencies

* migrate commands to node 18

* fix dependencies

* try building storybook sequentially

* fix affected libs

* disable failing test
2023-05-04 22:51:19 +01:00
Dawid L Jablonski
4966bb2d42
[HXOR-200] Standardize dry run flags as dry-run-flag: ${{ inputs.dry-run-flag }} (#8506)
* First change

* new commit
2023-05-03 14:53:10 +02:00
Maurizio Vitale
17631d0b48
Stop PR in case of forbidden label (#8508)
* stop PR in case of forbidden label

* sync PR

* add tmp workflow

* add tmp workflow

* add tmp workflow

* checkout repo
2023-04-24 16:10:11 +01:00
maurizio-cacace
aa9edeff54
hotfix2 2023-04-19 18:28:50 +02:00
maurizio-cacace
1388c07680
hotfix 2023-04-19 18:16:19 +02:00
Maurizio Cacace
0dae4f47c6
AAE-13893 - add condition for master release (#8496)
* add condition for master release

* add condition for master release

* add condition for master release
2023-04-19 18:14:59 +02:00
Maurizio Vitale
0489992921
[AAE-13775] Upstream js - fix issue (#8484)
* fix issue

* fix issue

* put back \'

* fix reg for release

* add missing script

* remove logs
2023-04-17 16:22:41 +01:00
Maurizio Vitale
79a196a381
[AAE-13775] Upstream Js API (#8482)
* Be able to upstream on tag alpha|latest

* fix codeQL
2023-04-17 15:32:23 +01:00
Maurizio Vitale
9a32126764
Retry 3 times in case of failing (#8419) 2023-04-13 15:25:09 +01:00
Ardit Domi
9c33ed68aa
[AAE-13093] - Set node version of dockerfile to 16.20 (#8465) 2023-04-12 15:21:23 +01:00
Ardit Domi
662dfd9c3a
[AAE-13093] - Use node v16 for publish docker (#8464) 2023-04-12 08:24:27 -04:00
Ardit Domi
452c96f0eb
[AAE-13093] - Fix yml file indentation, use npm cache (#8463) 2023-04-12 07:34:21 -04:00
Ardit Domi
8c48927738
[AAE-13093] - Fix invalid node version workflow (#8462) 2023-04-12 07:23:57 -04:00
Ardit Domi
729ca7a61c
[AAE-13093] - Fix demoshell and storybook publishing not working (#8460) 2023-04-12 11:37:17 +01:00
Ardit Domi
5ddd039832
[AAE-13200] - Fix GH workflow e2e not affected when testing lib is modified (#8448)
* [AAE-13200] - Fix e2e not affected when testing lib is modified

* Fix workflow

* Fix workflow output vars
2023-04-06 13:43:04 +01:00