4005 Commits

Author SHA1 Message Date
davidcanonieto
0bdf726121
[ADF-5341] Add Apollo direct dependencies (#6697) 2021-02-18 14:08:10 +00:00
siva kumar
c9a4ab4570
[AAE-4452] FE - [ADF] Fetch destination folder path from mapped variables (#6665)
* [AAE-4452] FE - [ADF] Fetch destination folder path from variables

* * Added unit test on the attach-file-cloud widget
* Created a mock object.
* Created destination and path type model objects

* * Moved destination path logic from form-field-model to upload-cloud widget component

* * Added unit test to the recent changes
* Improved unit tests

* * FIxed comments

* Added one more unit test
2021-02-18 10:53:13 +00:00
Vito
59a991dc66
Aspect List - added spinner and refresh (#6693)
* Adding spinner for loading aspects

* Added metadata update and test
2021-02-18 09:37:15 +00:00
Vito
e62c752f1f
[ADF-5305] - Added aspect list component (#6549)
* [ADF-5305] - Creation of aspect list and aspect list dialog components

* [ADF-5305] - unit test for aspect list

* [ADF-5305] - added filtering for aspects

* [ADF-5305] - enabling tests

* [ADF-5305] - added filtering and unit test

* [ADF-5305] - added context action to demo shell

* [ADF-5305] - added button on metadata card for opening aspects

* [ADF-5305] - fixed unit test for filtering aspects

* [ADF-5305] - added documentation

* [ADF-5305] - fixed lint

* [ADF-5305] - Updated the js-api calls

* [ADF-5305] - Removed circle dependency

* [ADF-5305] - Simplified code

* [ADF-5305] - revert changes on package.json

* [ADF-5305] - removed extra cspell word

* [ADF-5305] - added filtering on aspect list service

* [ADF-5305] - fix unit test for aspect service

* [ADF-5305] - reverted changes to package-loc

* [ADF-5305] - removed unused changes

* [ADF-5305] - attempt to fix PR #§

* [ADF-5305] - attempt to fix PR #2

* [ADF-5305] - attempt to fix PR #3

* [ADF-5305] - attempt to fix PR #4

* [ADF-5305] - attempt to fix PR #5

Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
2021-02-17 11:13:35 +00:00
Alfresco Build User
f7f80bc013
[auto-commit] Update JS-API to 4.3.0-3224 for branch: update-js-api originated from JS-API PR: 3224 (#6689)
Co-authored-by: Travis CI User <travis@example.org>
2021-02-17 09:22:02 +00:00
Maurizio Vitale
66f4dbd5a5
Avoid to recall the method if no change detect is affected (#6688) 2021-02-16 17:29:15 +00:00
arditdomi
76ac996c48
[AAE-3326] Content node selector - sort files by createdAt desc by de… (#6674)
* [AAE-3326] Content node selector - sort files by createdAt desc by default

* Fix process custom filter cloud e2e
2021-02-16 15:16:06 +00:00
davidcanonieto
cf0c95b3d1
[ACA-4259] Task filter counter notifications (#6607)
* [ACA-4259] Task Filter Counter Notifications

* Improve Apollo connection for multiple apps

* Improve Notification Cloud Service

* Rebase branch

* Rebase branch

* Add peer dependencies

* Rebase

* Remove apollo-angular-link-http

* Fix linting

* Rebase branch

* Fix package lock

* Push package lock
2021-02-16 14:27:38 +00:00
Maurizio Vitale
3c5d5dc02d
[ADF-5332] Login basic auth - Ability to override the successRoute from app.config.json (#6651)
* ability to override successRoute from app.config

* Add basic doc

* Reset the appconfig

* Rebase and handle login errors

* Remove the  default route /

* remove space
2021-02-12 16:03:10 +00:00
Alfresco Build User
dc0dc5ef01
[auto-commit] Update JS-API to 4.3.0-3207 for branch: update-js-api originated from JS-API PR: 3207 (#6670)
Co-authored-by: Travis CI User <travis@example.org>
2021-02-12 12:42:23 +00:00
Eugenio Romano
c00682213b
Update auth-guard-base.ts (#6671) 2021-02-12 12:41:24 +00:00
Thomas Hunter
43ed8d7924
[AAE-4429] Add readOnly breadcrumb to upload from device tab (#6664)
* [AAE-4429] Add readOnly breadcrumb to upload from device tab

* [AAE-4429] Added unit tests

* [AAE-4429] Moved unit tests

* [AAE-4429] Removed breadcrumb title
2021-02-12 11:20:06 +00:00
Vito
eb9e555ba9
[ADF-5316] - Content Type (#6602)
* [ADF-5316] - added content type editing for nodes

* [ADF-5316] - added content type editing for nodes

* [ADF-5316] - fix unit test #1

* [ADF-5316] - fix unit test #2

* [ADF-5316] - fix unit test - final

* Removed failing lint word

* [ADF-5316] - added alfresco api real calls

* Build fixed

* [ADF-5316] - fixed second loop trigger on model

* [ADF-5316] - fixed unit tests

* [ADF-5316] - removed unused stream

* [ADF-5316] - fixed package.json

* [ADF-5316] - added missing unit tests

* [ADF-5316] - fixed wrong import

Co-authored-by: Vito Albano <vitoalbano@vitoalbano-mbp-0120.local>
2021-02-12 09:33:01 +00:00
Alexandra Abrudan
0b66ee8171
updated simpleapp with outcome visibility (#6663) 2021-02-11 11:46:48 +00:00
Eugenio Romano
205c324f4e
[MNT-21636] Refactor redirect URL (#6658)
* refactor redirect URL

* fix unit test
2021-02-10 23:36:22 +00:00
Iulia Burcă
ad70837b3d
[ADF-5313] Merge both form-fields POs in one because are identical (#6543)
* Merge form-fields similar classes

* change methods where getWidget is used

* revert changes from checkWidgetIsHidden method

* Remove wrong async
2021-02-10 16:47:54 +00:00
siva kumar
5148094ec3
[ACA-4266] Improve governance plugin check logs (#6656) 2021-02-10 11:02:57 +00:00
Thomas Hunter
0ba2c7dc45
[AAE-4569] Added readOnly property to breadcrumb components (#6636)
* [AAE-4569] Added readOnly property to breadcrumb components

* [AAE-4569] Add method for testing if an anchor element should be used

* [AAE-4569] Add missing return type

* [AAE-4569] Add unit test
2021-02-09 11:57:42 +00:00
Eugenio Romano
2071596fe6
[ADF-5331] - Alpha ADF/JS-API update has been successfully created. (#6639)
* remove unused script
refactor the alpha build to use the JS-API in the branch all the time

* use alpha build number

* rewire maxretry

* Delete check-js-api-version.js
2021-02-08 16:00:44 +00:00
davidcanonieto
94ec7d06a7
[AAE-4529] Refactor Notification History Component (#6620)
* [AAE-4529] Refactor Notification History Component

* Improve code

* Add maxNotifications

* More changes

* Add documentation

* Rebase branch

* Fix build

* Update notification-history.component.md

* Fix e2e tests

Co-authored-by: Eugenio Romano <eromano@users.noreply.github.com>
2021-02-08 15:12:53 +00:00
Alfresco Build User
b8b9c56969
Update branch for JS-API PR#3205 (#6638)
* [auto-commit] Update JS-API to 4.3.0-3205 for branch: update-js-api originated from JS-API PR: 3205

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

Co-authored-by: Travis CI User <travis@example.org>
2021-02-08 11:10:07 +00:00
Pablo Martinez Garcia
5d8d5f56f3
[ATS-854] Add media tracks to player from webvtt rendition (#6626)
* ATS-854 Add media tracks to player from webvtt rendition

* ATS-854 Fix condition

* ATS-854 Fix lint

* ATS-854 Move logic to media player

* ATS-854 Fix angular.json

* ATS-854 Fix error
2021-02-08 09:49:09 +00:00
Cristina Jalba
60c1ea9fe6
[ACA-4265]Refactor attachFileFromLocal method
* Refactor attachFileFromLocal method
2021-02-07 11:18:10 +02:00
Eugenio Romano
f4976a1949
[ADF-4329][ASD-5330] plus Improve e2e (#6580)
Improve e2e
Fix SSO user avatar 
Fix Priority for APS1
2021-02-05 15:18:30 +00:00
Petruta Bogdana Patrichi
e4990f4b0c
[AAE-4547] Add new process definition to simpleapp (#6627) 2021-02-05 10:54:42 +00:00
Cristina Jalba
104d0a20c2
Update simpleapp and candidatebaseapp: destinationFolderPath and add attach file widgets (#6629)
* Update simpleapp -> destinationFolderPath and add attach file widgets

* Update candidatebaseapp
2021-02-05 10:01:01 +00:00
siva kumar
301df3dcb8
[AAE-4504] FE - [ADF] Fetch destination Folder Path from a static path (#6557)
* [AAE4504] FE - [ADF] Fetch destination Folder Path from a static path

* * Added condition to check destination folder path

* * Added typescript way to check

* Fix attach file from local e2e

* * Added unit tests to the recent changes

* * Fixed comments

Co-authored-by: Cristina Jalba <cristina.jalba@ness.com>
2021-02-05 09:45:04 +00:00
Silviu Popa
3946fc7464
[ADF-5328] - fix error on replacing priority values (#6630) 2021-02-04 17:26:12 +00:00
arditdomi
37a3f25123
[AAE-4430] Upload from local tab visibility with info icon error message (#6592)
* [AAE-4430] Upload from local tab visibility with info icon error message

* Fix restore deleted site e2e
2021-02-04 17:44:33 +01:00
arditdomi
d362153e37
[AAE-4427] Embed upload progress dialog inside the upload from your d… (#6575)
* [AAE-4427] Embed upload progress dialog inside the upload from your device tab in attach file widget

* Fix failing unit tesT

* Add unit tests

* Removed not needed condition

* Make upload from your device tab same size as Repository tab

* Revert renaming causing breaking change

* simplify if conditions

* Update js-api version

* Use typescript ?. operator

* Add unit test for non existing datatable entries
2021-02-04 08:39:54 +00:00
Thomas Hunter
a13367876b
[AAE-4553] Improve error logs in scan-env (#6608) 2021-02-03 10:15:27 +00:00
Petruta Bogdana Patrichi
a73aac7f6c
[AAE-4547] Add ne process and form to simpleapp (#6616)
* Add formWithSingleInput form and outputVariablesMappin process to resources.ts
2021-02-03 10:11:33 +00:00
Maurizio Vitale
0804ff1539
Check if the order matters (#6593) 2021-01-28 17:11:23 +00:00
Maurizio Vitale
cfe1eabc2d
improve the init by failing in case the app are not running (#6591) 2021-01-28 13:59:39 +00:00
Maurizio Vitale
a5e41e8492
handle the logout route based on app config (#6587) 2021-01-28 13:09:37 +00:00
Denys Vuika
3010cfb310
"Empty content" centering fixes (#6586)
* fix empty-content vertical centering

* fix empty-content vertical centering
2021-01-28 13:08:54 +00:00
davidcanonieto
22da6c2c57
[ACA-4258] Add Task Filter Counters (#6556)
* [ACA-4258] Add Task Filter Counters

* Fix unit test
2021-01-26 18:15:30 +00:00
Eugenio Romano
5258a34a5d
fix viewer page loading method (#6577) 2021-01-26 17:58:54 +00:00
arditdomi
099bec6f1d
[ACA-4262] Content node selector - show 2 tabs only in cloud attach file widget (#6578) 2021-01-26 15:57:17 +00:00
Thomas Hunter
06b041fbf5
[AAE-4384] Add blank page component (#6567) 2021-01-26 15:29:26 +00:00
Maurizio Vitale
419fc166c4
Do redirect before implicit button (#6574)
* Do redirect before implicit

* Add unit to implicit and silent

* Keep the value as it was before
2021-01-25 17:06:35 +00:00
Iulia Burcă
27f549d0ff
[ACA-3455] [ACA-4250] Create methods needed for candidate tasks (#6544)
* Add task-actions util class

* Add methods for candidate task

* Move methods from form-fields.page to form-fields.ts

* Create task-form PO

* Improve selector

* export new PO

* update selectors and e2e App

* Add negative methods

- this will speed up the running time of the test
2021-01-25 15:38:29 +02:00
Eugenio Romano
8f0633b133
[MNT-21636] Fix redirect URL for viewer (#6564)
* fix redirect URL for viewer

* fix unit
fix login SSO show when user is logged in

* update js-api

* remove protractor change
2021-01-22 17:17:14 +00:00
Silviu Popa
b126c14a07
[MNT-22063] - fix form cloud layout (#6529) 2021-01-22 16:59:39 +00:00
Maurizio Vitale
b3e88356d3
Revert "[AAE-4384] Add blank page component (#6559)" (#6566)
This reverts commit b11ef04e735c55688d52ac12abf117af064de8f9.
2021-01-22 15:23:56 +00:00
Thomas Hunter
b11ef04e73
[AAE-4384] Add blank page component (#6559) 2021-01-22 11:57:35 +00:00
siva kumar
cf1bb700ae
[ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI (#6523)
* [ACA-4229] [ADW-AGS] Move Governance plugin check script to ADF CLI

* * Added description
2021-01-22 09:28:18 +00:00
Maurizio Vitale
5712b50d62
[ADF-5324] - Expose a new adf-cli command to initialise acs-env (#6551)
* Expose a new adf-cli command to initialize acs-env

* Use latest js api

* consume the latest js-api

* Use the previous commander version
2021-01-21 14:22:24 +00:00
Thomas Hunter
169b4c248a
[ACA-4252] Update authentication to SSO (#6546)
* [ACA-4252] Update authentication to SSO

* Empty commit to retrigger push
2021-01-19 16:58:45 +00:00
arditdomi
58f78bca52
[AAE-4426] Add upload from local tab in attach file widget (#6540)
* [AAE-4426] Add upload from local tab in attach file widget

* Align e2e with the new behaviour when uploading a file
2021-01-19 14:08:51 +00:00