Alfresco Build User
833ca30440
Update branch for JS-API PR#3366 ( #6910 )
...
* [auto-commit] Update JS-API to 4.4.0-3366 for branch: update-js-api originated from JS-API PR: 3366
* [auto-commit] Update JS-API to 4.4.0-3368 for branch: update-js-api originated from JS-API PR: 3368
* [auto-commit] Update JS-API to 4.4.0-3369 for branch: update-js-api originated from JS-API PR: 3369
* [auto-commit] Update JS-API to 4.4.0-3371 for branch: update-js-api originated from JS-API PR: 3372
Co-authored-by: Travis CI User <travis@example.org>
2021-04-09 14:49:20 +01:00
Vito
f9a7836a5a
[ACA-4202] - forcing firefox to ignore cache when document version ha… ( #6807 )
...
* [ACA-4202] - forcing firefox to ignore cache when document version has changed
* fxed lint
2021-04-09 11:44:14 +01:00
Iulia Burcă
318ce0e346
[ACA-3188] Add methods for ADW+APS1 e2e ( #6816 )
...
* Add isRemoveFileOptionDisplayed method
* Add checkStartProcessFormIsDisplayed method
* delete unused class
* add setUserTaskName to e2e-displayValue-process
* delete unused class
* update isRemoveFileOptionDisplayed method
* Create separate PO for start-form component
* Export new PO
* tslint fix
* convert selectors to TestElement
* improve test-element isDisplayed method
* rename method
* Remove methods
2021-04-09 11:41:29 +01:00
arditdomi
e589071328
[AAE-4841] - Fix content node selector current selection is lost after uploading files ( #6862 )
...
* [AAE-4841] - Preserve current selection when preselecting the newly uploaded nodes
* add a method to handle unselection of a preselected row in document list and emit the change
* Fix-refactor unselection
* Fix document list reload
* Partial revert share datatable adapter
* try with overwriting datatable selection
* Sync datatable selection after every page load
* refactor selection/unselection in datatable by using a row id
* Fix/Add some unit tests
* Move preselection from adapter to doc list, fix single selection mode
* Add some unit tests
* Add document list unit tests
2021-04-08 14:55:06 +01:00
Alfresco Build User
b08e2731bf
[auto-commit] Update JS-API to 4.4.0-3364 for branch: update-js-api originated from JS-API PR: 3364 ( #6908 )
...
Co-authored-by: Travis CI User <travis@example.org>
2021-04-08 10:17:25 +01:00
Silviu Popa
c120526a29
[ACA-3619] - change assignment placeholder ( #6891 )
...
* [ACA-3619] - change assignment placeholder
* RP changs
Co-authored-by: Silviu Constantin Popa <silviucpopa@L3700101120.ness.com>
2021-04-07 13:11:20 +01:00
Sushmitha V
c60d456332
[AAE-4358][AAE-4359] [APA] Floating label added for the process and task filters ( #6872 )
2021-04-07 12:00:28 +01:00
Denys Vuika
a244200258
Name column fixes ( #6904 )
2021-04-07 12:00:05 +01:00
Sushmitha V
ec2436e73b
[ACA-3957] Added correct Icons and left nav, process config layout and consistency in ADW/APA ( #6879 )
2021-04-07 10:22:06 +01:00
Maurizio Vitale
262ba0f6be
Remove the pathProject as mandatory ( #6905 )
2021-04-07 10:18:03 +01:00
Alfresco Build User
f874a43c9c
Update branch for JS-API PR#3342 ( #6876 )
...
* [auto-commit] Update JS-API to 4.4.0-3342 for branch: update-js-api originated from JS-API PR: 3342
* [auto-commit] Update JS-API to 4.4.0-3345 for branch: update-js-api originated from JS-API PR: 3345
* [auto-commit] Update JS-API to 4.4.0-3346 for branch: update-js-api originated from JS-API PR: 3346
* [auto-commit] Update JS-API to 4.4.0-3350 for branch: update-js-api originated from JS-API PR: 3350
* [auto-commit] Update JS-API to 4.4.0-3353 for branch: update-js-api originated from JS-API PR: 3353
* [auto-commit] Update JS-API to 4.4.0-3357 for branch: update-js-api originated from JS-API PR: 3357
* [auto-commit] Update JS-API to 4.4.0-3359 for branch: update-js-api originated from JS-API PR: 3359
* [auto-commit] Update JS-API to 4.4.0-3362 for branch: update-js-api originated from JS-API PR: 3362
Co-authored-by: Travis CI User <travis@example.org>
2021-04-07 10:17:45 +01:00
Eugenio Romano
6eaf89afd0
fix button filter color in high contrast ( #6889 )
2021-04-06 15:05:35 +01:00
Cristina Jalba
cdaad8ebf1
[ADF-5374]Fix flaky filters tests ( #6894 )
...
* Check Travis
* Try with sleep
* Add more sleep and logs
* no message
* Fix
* no message
* no message
* Remove sleep
2021-04-06 14:36:31 +01:00
Denys Vuika
145c05321d
improved language picker ( #6890 )
...
* improved language picker
* fix import path
* update tests
2021-04-06 10:35:41 +01:00
Roxana Diacenco
cf7ffba81a
[ACA-3652] Add Assignment custom filter in task filter cloud component page ( #6887 )
...
* [ACA-3652] Add Assignment custom filter in task filter cloud component page
* Fix linting error
* Remove unused element locator
2021-04-06 09:40:44 +01:00
Cristina Jalba
39255ab02f
[AAE-4924]Add method for createProcess with variables ( #6897 )
...
* Add methos for createProcess with variables
* Exclude test due to bug
2021-04-06 09:25:31 +01:00
Iulia Burcă
ed6cc26930
Update wrong methods ( #6882 )
...
* Update wrong methods
* tslint fix
* change back to StringUtil
2021-03-31 11:08:59 +03:00
Cristina Jalba
e0efec5d85
[ACA-4324]MovAdd details about tasks in resource files
...
* MovAdd details about tasks in resource files
* Add correlationkey
2021-03-30 16:01:13 +03:00
Silviu Popa
4df448567b
[ACA-4220] - preselect initator values by username ( #6860 )
...
* [ACA-4220] - preselect initator values by username
* add unit test
* fix demoshell process filters
* revert app.config
* fix build
Co-authored-by: Silviu Constantin Popa <silviucpopa@L3700101120.ness.com>
2021-03-30 12:59:54 +03:00
Denys Vuika
452fc3c278
remove fdescribe
2021-03-30 10:21:08 +01:00
Denys Vuika
ff8e40d425
support replacing values on merge ( #6875 )
2021-03-30 10:15:32 +01:00
Iulia Burcă
ab4ab2fbbe
[AAE-4824] Add more widgets to resources and cloud related methods ( #6865 )
...
* Add more widgets to resources
* move methods for random process & task name to ADF
* Add some task related methods
* Add checkTaskListAndContentAreLoaded method
2021-03-30 09:31:59 +03:00
davidcanonieto
afb58470f5
[ACA-4370] Refresh filter counter on filter click ( #6873 )
2021-03-29 15:31:39 +01:00
Vito
b4fa19358c
[MNT-22298] - Added check for ACS version ( #6845 )
...
* [MNT-22298] - Added check for ACS version
* [MNT-22298] - fixed lint problem
2021-03-26 18:58:01 +00:00
siva kumar
6c295b9f1c
[AAE-4817] Add reusble method in ProcessListCloudComponent page object ( #6863 )
2021-03-26 14:10:37 +00:00
Eugenio Romano
0e673a9d92
update js-api ( #6847 )
...
* update js-api
* previous version
* previous js-api
* older
* [auto-commit] Update JS-API to 4.4.0-3332 for branch: update-js-api originated from JS-API PR: 3332
* trace
* older
* [auto-commit] Update JS-API to 4.4.0-3286 for branch: update-js-api originated from JS-API PR: 3286
* [auto-commit] Update JS-API to 4.4.0-3284 for branch: update-js-api originated from JS-API PR: 3284
* [auto-commit] Update JS-API to 4.4.0-3335 for branch: update-js-api originated from JS-API PR: 3335
* [create docker image]
* polyfill
Co-authored-by: Travis CI User <travis@example.org>
2021-03-26 14:10:12 +00:00
Denys Vuika
23264b0068
migrate library directives from ACA ( #6861 )
2021-03-26 08:03:30 +00:00
siva kumar
7219ff38ac
[AAE-4817] Testing - Add process/form ids in the CANDIDATEBASEAPP resources file ( #6853 )
2021-03-25 15:32:49 +00:00
Rubén Barroso
b12c37ee9c
[AAE-4017] Change label: attach file retrieve metadata ( #6850 )
...
* [AAE-4017] Change label attach file retrieve metadata
* [AAE-4017] Replace "autocomplete" for "autofill" in retrieve metadata label
* [AAE-4017] Capitalise label
2021-03-25 15:26:08 +00:00
Gloria Camino
9301947c63
[MNT-22236] UI strings fully updated in 16 languages ( #6856 )
...
* [ACA-4053] Changed the APP_VERSION value
* FIX for MNT-22236 - All updated UI files in 16 languages as per Sushmitha and Denys requests
Co-authored-by: Sushmitha100796 <sushmitha.v@muraai.com>
2021-03-25 15:15:36 +00:00
Thomas Hunter
61e14beba8
[AAE-4823] Add resources used in e2e tests in ADW
2021-03-25 11:22:15 +02:00
Cristina Jalba
09834a1a70
[ACA-4337]Move APW tests: claim/release standalone task, json widget
...
* Move APW tests: claim/release standalone task, json widget
* Modify the form id
* Fix lint
* Fix lint
* Change test rail id
* no message
2021-03-25 10:27:19 +02:00
siva kumar
cd0587dcfd
[AAE-4697] Restrict content node selector breadcrumb when destination folder path is wrong ( #6738 )
...
* [AAE-4697] Restrict content node selector breadcrumb when destination folder path is wrong
* * Added unit tests
* * Used try/catch block
* * Moved if logic from try black to a method
2021-03-24 11:49:35 +00:00
Denys Vuika
b97aa7dfee
[MNT-22236] Permission i18n support ( #6843 )
...
* localized role pipe
* update tests
* additional tests
* update module
* fix package lock
* update module settings
* try update code
* update import
* test fixes
2021-03-23 16:22:32 +00:00
swethamani
c0a3f9d99d
Modify Delete method ( #6840 )
2021-03-23 12:15:06 +01:00
arditdomi
2d257ea092
[ACA-4306] Testing - Add form widget ids in the SIMPLEAPP resources file ( #6806 )
...
* [ACA-4306] Testing - Add form widget ids in the SIMPLEAPP resources file
* downgrade nrwl workspace version
* Use the PR branch name and terminate
* Handle the error
* Revert downgrade nrwl workspace
* Remove the useless check on rebase and raise the exit 1
* Remove the script
* Use the HEAD and create a new variable for commit sha
Co-authored-by: Maurizio Vitale <maurizio.vitale@alfresco.com>
2021-03-22 17:44:55 +00:00
Petruta Bogdana Patrichi
4e94176536
Add widgets to inputform for SIMPLE_APP ( #6838 )
2021-03-22 15:38:43 +00:00
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