642 Commits

Author SHA1 Message Date
Eugenio Romano
c84bb250fb
Fix build scripts (#5461)
* improve check env script

* fix update script children
2020-02-10 00:33:14 +00:00
Eugenio Romano
c663514538 fix propagate script 2020-02-07 17:15:08 +00:00
Eugenio Romano
1275fa6606
Update update-project.sh 2020-02-06 16:43:30 +00:00
Adina Parpalita
7d04297e6e
[ADF-5073] Sorted column header is incorrectly read by a screen reader (#5449)
* translate column title

* remove forgotten empty lines

* enable screenshots for investigating weirdly failing tests

* reenable the stages
2020-02-06 13:54:58 +00:00
Eugenio Romano
9f113ecd15
Update update-children.sh 2020-02-05 15:08:57 +00:00
Eugenio Romano
a183ed8884
trigger child build after merge like JS-API (#5427) 2020-01-30 11:58:23 +00:00
Eugenio Romano
abd3b0f1fe
change user for cloud test (#5422) 2020-01-29 15:40:54 +00:00
Eugenio Romano
5e284d487c
make the pipeline great again (#5400) 2020-01-24 21:48:12 +01:00
Eugenio Romano
fd53531be7
unify rancher update strategy (#5367)
* unify rancher update strategy

* fix script

* fix script
2020-01-13 16:06:59 +01:00
Maurizio Vitale
26677c6789
adf-cli command init-aae use the user based on the role (#5364)
* Reuse the common deployment and modeling api

* Add files to testing

* Pass parameters

* Travis initaae with correct parameters

* Travis initaae with correct parameters

* Add cli to the smart build
2020-01-10 17:02:16 +00:00
Eugenio Romano
5c7cd57368 fix tag script 2019-12-17 09:26:11 +00:00
Eugenio Romano
703b96c9b0
[AAE-1152] Add People and Group component in the AAE Forms (#5314)
* firt version groupo component widget

* fix group

* fix compilation issue

* fix compilation issue

* fix compilation issue

* fix compilation issue

* fix problem update script

* multiple browser ps cloud

* add field assignment

* add field in form model

* no need subobject we need an issue to refactor the field model

* no need subobject we need an issue to refactor the field model

* fix unit test

* remove title modify

* revert

* fix lint

* exclude AAE-1179

* exclude tooltip e2e
2019-12-10 11:24:24 +00:00
Eugenio Romano
cf83630573
[ADF-5033] Improve publish script (#5297)
* check if npm package is already present before to publish

* fix lint and remove duplicate password

* fix script
2019-11-29 14:51:46 +00:00
Eugenio Romano
f95989809d
Improve scripts after release (#5288)
* update scripts problems

* improve script

* fix alignment
2019-11-26 19:37:58 +00:00
Eugenio Romano
0fb954dd11 gix tag script 2019-11-25 13:11:23 +00:00
Eugenio Romano
27934b847f improve tag script 2019-11-25 12:29:51 +00:00
Eugenio Romano
a1a9f33dae improve tag script 2019-11-25 12:24:33 +00:00
Eugenio Romano
238f6e7ce9 improve tag script 2019-11-25 12:05:43 +00:00
Eugenio Romano
c61de922af Fix ps e2e (#5262)
* fix ps e2e

* fix upload unit report

* fix cspell

* Update cspell.json

* fix e2e

* remove extra space

* fix e2e increase resolution

* try add a sleep before to cehck sorted in order to give datable time to refresh

* log order

* fix log

* change async ins ort

* remove sort testcase
2019-11-21 10:12:52 +00:00
Eugenio Romano
4f0cebe98b
refactor cli and add new s3 (#5211) 2019-11-11 15:48:55 +01:00
Eugenio Romano
2138ce600e
Refactor e2e PS-CLOUD (#5224)
* refactor cloud test

* fix lint

* fix ecm test

* Update login-sso.page.ts

* fix redirect
2019-11-08 15:57:19 +02:00
Eugenio Romano
27fa7a4725 [ADF-4957] Use Replace JS instead of sed to run e2e (#5160)
* use replace js

* Update app-config-replace.js

* update replace

* update replace

* fix folder
2019-10-28 16:51:36 +00:00
Maurizio Vitale
6331979baa [ADF-4857] Be able to run ng build content-service (#5183)
* Be able to build conten with ng build content-service

* fix tslint

* The translate module is necessary

* Rollback the build commands

* Rollback

* Remove wrong imports

* Trigger the build
2019-10-24 19:23:30 +01:00
maurizio vitale
76df885932 Fix adf-cli 2019-10-18 12:55:19 +01:00
Maurizio Vitale
941df740d5 [ADF-4948] Move the resources config in the process cloud lib - Part 2 (#5143)
* Move the resources in the cloud lib

* Use adf cli

* Add missing process definitions

* Add debug points

* Print new class

* Use the resources under the adf-testing

* Use the resources from testing package

* Fix adf-testing bugs

* remove empty row

* Remove the npm install

* Remove log stuff

* Remove the console log

* Fix typo on process def names
Improve the debug e2e command

* Fix lowercase name

* Check the process cloud env and content env

* Add the new process definitions

* Add missing process definitions

* Use the latest simpleapp

* Rollback the bigFile

* Use relative link

* Trasnpile the adf-testing before using it
2019-10-17 14:31:58 +01:00
Maurizio Vitale
6860ab73ab [ADF-4859] Make sure the ng build insight works (#5141)
* Make sure the ng build insight works

* Fix styles
2019-10-10 09:57:20 +01:00
Eugenio Romano
05ce529704
[AAE-550] Fix PS cloud test (#5139)
* fix PS cloud test

* fix spell

* separate e2e ps form ps-cloud
2019-10-09 13:57:03 +01:00
Eugenio Romano
f45f6d0563 fix update children project 2019-09-30 21:41:40 +01:00
davidcanonieto
aabfe19c51 [ADF-4922] Fix update project script for Generator and Modeler (#5103) 2019-09-26 13:36:57 +01:00
davidcanonieto
e610ae9766 [ADF-4914] Fix update versions script on Generator and AMA (#5098) 2019-09-24 21:18:59 +01:00
Maurizio Vitale
cd7e21a23d [ADF-4858] Make sure process-services works with ng commands (#5067)
* Process-services:
Making sure you can run
ng build process-services
ng test process-services

* Fix the path of the styles

* move the file in the right place
2019-09-20 09:47:17 +01:00
Geeta Mandakini Ayyalasomayajula
c15807a013 added superadminuser as aps_admin user when deploying the apps (#5087) 2019-09-19 15:15:29 +01:00
Geeta Mandakini Ayyalasomayajula
4606b45d58 Updated the simpleapp and added superadminuser when deploying the apps (#5075)
* updated the simpleapp with the process-variables required and added superadminuser when deploying the apps.

* simpleapp updated with more process variables
2019-09-19 10:49:56 +01:00
cristinaj
7d0d45cb59 [ADF-3724]Create tests for visibility conditions on tabs on APS1 (#5065)
* Create tests for visibility conditions on tabs on APS1

* Fix comments

* Fix linting

* Remove the final /
2019-09-18 17:25:24 +01:00
Maurizio Vitale
b2966bc6f5 Add as group suffix the travis build number (#5072) 2019-09-17 12:41:35 +01:00
Eugenio Romano
c860923691 Use npx instead of absolute adf-cli path (#5053)
(reverted from commit 140f60b8dc966297e3c690e7edebc9aaac8e2b3c)
2019-09-10 16:07:52 +01:00
Eugenio Romano
327bc56c02
Log class in e2e plus check PS cloud CS works before run test (#5057)
* check cs work on ps cloud add log class

* fix env config
2019-09-09 17:25:10 +01:00
Maurizio Vitale
140f60b8dc Use npx instead of absolute adf-cli path (#5053) 2019-09-09 15:00:04 +01:00
maurizio vitale
8d095974a4 Fix the adf-cli with version option 2019-09-03 15:15:54 +01:00
maurizio vitale
406b9cd92a Use the correct adf-cli 2019-09-03 11:16:52 +01:00
maurizio vitale
c142371222 Use enterprise token and npx to avoid install 2019-09-03 10:33:41 +01:00
maurizio vitale
9cea94a853 Move the tag on the release sh 2019-09-02 14:50:52 +01:00
maurizio vitale
dcd86ff3b3 Trigger alpha 2019-09-02 14:21:24 +01:00
maurizio vitale
27c36ad4a2 Create TAG_NPM based on the branch 2019-09-02 12:41:15 +01:00
Maurizio Vitale
a2fedee05f
[ADF-4860] Travis add tag beta on cron job (#5042)
* add the name and email values and push with the token

* add the name and email values and push with the token
2019-09-02 11:26:55 +01:00
maurizio vitale
505e8204e2 Try to create tag with token 2019-08-30 12:16:01 +01:00
Eugenio Romano
52af042450 move install in travis and out from lint.sh 2019-08-30 10:44:21 +01:00
Eugenio Romano
6c81cbc832 lint missin install 2019-08-30 10:28:40 +01:00
maurizio vitale
9f7f6c0427 Use the git token 2019-08-30 10:21:50 +01:00
Eugenio Romano
ee71866702 fix cli command use 2019-08-30 10:02:20 +01:00