4018 Commits

Author SHA1 Message Date
Eugenio Romano
d35ba2eedb
Validate config improvements (#6837)
* validate config

* fix

* fix
2021-03-22 14:02:05 +00:00
Denys Vuika
5c55c7ed13
api docs for the TestElement (#6834) 2021-03-22 11:13:41 +00:00
arditdomi
2640134401
Add getProcessFilters method in testing - filters util (#6382) 2021-03-22 10:44:49 +00:00
siva kumar
3d46976f83
[ACA-4307] Move Process task JSON mapping e2e process and task names to ADF resource file (#6778)
* [ACA-4307] Move Process task JSON mapping e2e process and task names to ADF resource file

* * Moved display widget methods to ADF testing pack
2021-03-22 09:30:38 +00:00
davidcanonieto
a68c39a806
[ADF-5359] Improve response time for filter counters (#6800)
* [ADF-5359] Improve response time for filter counters

* Improve cache

* Update .travis.yml
2021-03-22 09:29:54 +00:00
Dharan
8f8819c395
[ADF-5318] E2E Content Change type (#6799)
* [ADF-5318] E2E Content Change type

* Update metadata-content-type.e2e.ts
2021-03-22 09:25:50 +00:00
Eugenio Romano
76de2c06f5
add some more info on the refresh token timeout (#6823) 2021-03-22 09:22:42 +00:00
Vito
b0005c216b
[ADF-5358] - fixed duplicated type on reopening viewer (#6815) 2021-03-18 09:28:59 +00:00
Eugenio Romano
cd915b307b
Remove demo shell test and make cloud a bit more stable (#6781)
* remove demo shell test and make cloud a bit more stable

* fix lint

* Update restore-content-directive.e2e.ts

* Update restore-content-directive.e2e.ts

* Update restore-content-directive.e2e.ts

* try fix attach

* Update .travis.yml

* sleep...

* remove about e2e demo shell....

* fix

* lint fix

* configure

* refactor buuild

* names and remove demo shell build from libs

* fix new build approach

* fix

* fix

* .

* uncomment

* .

* .

* fix

* fix

* .

* fix

* lock update

* fix demo shell errors

* use replay subject

* fix some console log error

* suffix problem

* split process e2e

* not need to check everywhere the pagination e2e

* split content

* fix

* fix

* fix

* fix

* reorg

# Conflicts:
#	.travis.yml
2021-03-17 15:17:46 +00:00
Cristina Jalba
90aabe3541
[ACA-4340]Add method for createProcessInstanceAndClaimFirstTask
* Add method for createProcessInstanceAndClaimFirstTask

* Instantiate in constructor

* Change data to be public

* Fix lint
2021-03-12 15:17:03 +02:00
arditdomi
2ed632f9fc
[ADF-5355] - Fix attach button visibility when using external source (#6784) 2021-03-12 09:03:42 +00:00
Silviu Popa
335aa4861e
[ACA-4344] - increase debounce time on process filters (#6805)
* [ACA-4344] - increase debounce time on process filters

* Put back S3 for smartrunner cache

* Remove useless npm caching

Co-authored-by: Silviu Constantin Popa <silviucpopa@L3700101120.ness.com>
Co-authored-by: Andras Popovics <popovics@ndras.hu>
2021-03-10 23:06:45 +01:00
Silviu Popa
1d847f5635
[ACA-4346] - fix appVersion process filter (#6802)
Co-authored-by: Silviu Constantin Popa <silviucpopa@L3700101120.ness.com>
2021-03-09 20:22:50 +00:00
Maurizio Vitale
6974873288
Revert "[ADF-5354] Content node selector is not working properly for read-only folders (#6777)" (#6801)
This reverts commit e21b777a3ca28f8a9f0ce9c4741bb5a97d6e5fe0.
2021-03-09 20:13:07 +01:00
Eugenio Romano
5919916380
4.3.0 (#6793)
* 4.3.0

* update md

* Fix typos

* Remove ADF testing package from core package.json

Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
Co-authored-by: Andras Popovics <popovics@ndras.hu>
2021-03-09 15:10:37 +01:00
Iulia Burcă
d0ca9e1a44
Update ADW+APS1 e2e-Application.zip (#6798) 2021-03-09 10:42:18 +02:00
arditdomi
1ca7ebfeb1
[ADF-5357] - Convert process name manual tests to unit tests (#6792)
* Convert process name manual tests to unit tests

* Add more checks for the name controller
2021-03-08 17:09:00 +00:00
Vito
d6def4491d
Revert "[MNT-22063] - fix form cloud layout (#6529)" (#6795)
This reverts commit b126c14a0703ffd63f72ac5a5f2a2cc5e950344b.
2021-03-08 16:47:02 +00:00
Eugenio Romano
06095744eb
Run only on production 2021-03-08 11:10:20 +00:00
Alfresco Build User
f58d8bf834
[auto-commit] Update JS-API to 4.3.0-3278 for branch: update-js-api originated from JS-API PR: 3278 (#6787)
Co-authored-by: Travis CI User <travis@example.org>
2021-03-07 08:23:18 +00:00
Denys Vuika
e7e8fe5cb0
[ACA-4198] fix appVersion init for multiple versions (#6785)
* fix appVersion init for multiple versions

* fix test
2021-03-06 14:42:41 +00:00
Cilibiu Bogdan
e21b777a3c
[ADF-5354] Content node selector is not working properly for read-only folders (#6777)
* disable button when no permission

* test

* breadcrumb fallback when selection is not valid

* test
2021-03-06 09:37:42 +00:00
davidcanonieto
994b4555af
[ADF-5353] WS Token refresh (#6774)
* [ADF-5353] WS Toke refresh

* Push UnauthorisedErrorHandler

* Remove Unauthorized error handler

* Remove app.config switch

* Fix unit test test

* Update app.module.ts

* Update task-filters-cloud.component.ts

* Excluded unstable flaky test under review

Co-authored-by: Vito Albano <vito.albano@alfresco.com>
2021-03-06 09:22:57 +00:00
Maurizio Vitale
c152df30ab
[ACA-4322] Logout - Avoid the redirect in case SSO auth (#6780)
* Avoid the redirect in case of sso

* Move the code into the if
2021-03-05 09:46:21 +00:00
Denys Vuika
a5eb5acf5d
[AAE-4749] process filter notification fixes (#6773)
* process filter notification fixes

* exclude flaky e2e
2021-03-05 07:44:23 +00:00
Alfresco Build User
df8a8fb61f
Update branch for JS-API PR#3264 (#6775)
* [auto-commit] Update JS-API to 4.3.0-3264 for branch: update-js-api originated from JS-API PR: 3264

* [auto-commit] Update JS-API to 4.3.0-3273 for branch: update-js-api originated from JS-API PR: 3273

* [auto-commit] Update JS-API to 4.3.0-3274 for branch: update-js-api originated from JS-API PR: 3274

* [auto-commit] Update JS-API to 4.3.0-3275 for branch: update-js-api originated from JS-API PR: 3275

Co-authored-by: Travis CI User <travis@example.org>
2021-03-05 06:54:00 +00:00
Eugenio Romano
c3452a4f62
Documentation build (#6762)
* move doc dependency in doctools

* add ignore link

* rebuild doc

* version index

* put it back some deps
2021-03-03 14:08:15 +00:00
Alfresco Build User
bf223b136a
[auto-commit] Update JS-API to 4.3.0-3262 for branch: update-js-api originated from JS-API PR: 3262 (#6766)
Co-authored-by: Travis CI User <travis@example.org>
2021-03-03 13:12:53 +00:00
swethamani
cb0e95420e
[AAE-4713] Improve Message Events method (#6739) 2021-03-03 12:02:56 +00:00
Pablo Martinez Garcia
e52124caa8
ATS-873 Fix css property (#6772) 2021-03-03 11:22:55 +00:00
Gloria Camino
099ba21cea
LOC-285 Localised UI for ADF 4.3 in 16 languages plus amends to typo and 2 string changes requested by @Denys Vuika (#6765) 2021-03-03 10:18:57 +00:00
Thomas Hunter
6fafb004d4
Revert "[AAE-4637] Fix varying height of dialog when clicking on the Upload from your device tab (#6690)" (#6764)
This reverts commit e96617a676f3c60c9d448a0b0d4d1f5eb3f213f3.
2021-03-03 10:00:33 +01:00
Vito
46edbafb25
[ACA-4202] - refreshing the preview when version has changed (#6763) 2021-03-02 17:21:45 +00:00
Alfresco Build User
5b75d84115
[auto-commit] Update JS-API to 4.3.0-3256 for branch: update-js-api originated from JS-API PR: 3256 (#6747)
Co-authored-by: Travis CI User <travis@example.org>
2021-03-02 12:33:01 +00:00
Petruta Bogdana Patrichi
cb90dc21a8
[AAE-4547] Add getInputValue() in TestElement class (#6753)
* Add getInputValue() in TestElement class

* Resolve code review comments
2021-03-02 12:32:16 +00:00
Silviu Popa
03af7e5ffd
[ADF-5348] - fix user info icons (#6744)
* [ADF-5342] - fix user info icons

* make user info unit tests trusty
2021-03-01 11:22:54 +00:00
davidcanonieto
97dc9b2840
[ADF-5349] WebSocket protocol based on BpmHost (#6745) 2021-03-01 09:14:28 +01:00
Thomas Hunter
a47045ab18
[AAE-3543] Attach button enabled only when all files uploaded (#6731)
* [AAE-3543] Attach button enabled only when all files uploaded

* [AAE-3543] Add unit tests

* [AAE-3543] Corrected name of unit test

* [AAE-3543] Merged isQueueFinishedUploading() with isUploading()

* [AAE-3543] Added spacing to unit tests
2021-02-26 19:10:11 +00:00
Pablo Martinez Garcia
e3029b12b7
[ATS-873] Fix Subtitles in audio files (#6742)
* ATS-873 Fix Subtitiles in audio files

* ATS-873 Fix unit tests
2021-02-26 17:58:44 +01:00
Vito
efdc63bffd
[ADF-5345] - fixed border for aspect dialog (#6746) 2021-02-26 16:26:34 +00:00
Cilibiu Bogdan
a72fe557b1
[ADF-5347] Viewer - Closing PDF before all pages are loaded causes errors (#6737)
* flatten promises

* Disable pre-fetching of PDF file data

* default options
2021-02-26 14:55:43 +00:00
davidcanonieto
717f928d1c
[ACA-4299] Fix C593066 e2e test - task counter (#6741) 2021-02-26 14:44:20 +00:00
arditdomi
3455b7e01c
[ACA-4304] - Remove userinfo name on small screens (only profile icon visible) (#6740) 2021-02-26 13:39:50 +00:00
davidcanonieto
e96491fe25
[ACA-4299] Add e2e tests for task counters and notifications (#6726)
* [ACA-4299] Add ete tests for task counters and notifications

* Fix unit test

* Fix update for indirect counter changes
2021-02-26 08:57:27 +01:00
Vito
f3c4680c2c
[ADF-5344] - fixed counter for custom aspects (#6727) 2021-02-25 21:50:31 +00:00
dhrn
c932cb0964
[REPO-5552] more filtering capabilities for aspect/type api (#6713)
* [REPO-5552] more filtering capabilities for aspect/type api

* * fix BC
2021-02-25 21:50:14 +00:00
arditdomi
42a5102e66
[ACA-4213] - Fix search datetime range in different timezones (#6732)
* Fix search datetime range in different timezones

* Add unit test checking the conversion from GMT to UTC
2021-02-25 15:41:05 +00:00
Cilibiu Bogdan
4653e10872
move scroll overflow to parent (#6730) 2021-02-25 13:05:42 +00:00
Maurizio Vitale
3fd2f22fed
Remove useless properties (#6462) 2021-02-24 13:38:58 +00:00
Thomas Hunter
e8173ebb34
[AAE-4710] Error-proof scan-env (#6724)
* [AAE-4710] Error-proof scan-env

* [AAE-4710] Use ts-lint disable
2021-02-24 10:01:53 +00:00