Commit Graph
6651 Commits
Author SHA1 Message Date
Silviu Popa 61ee1f1d53 [ADF-4386] - fix style and remove value from tooltip (#4587) 2019-04-10 17:03:55 +01:00
Marouan Bentaleb 1eea972d6c [ADF-4373] Automation test for accurate error messages (#4581) 2019-04-10 16:50:46 +01:00
Eugenio Romano ed32cf421e fix next beta script 2019-04-10 16:41:29 +01:00
Cilibiu Bogdan 8975d4b6a6 [ADF-4371] Versioning - revert upload version on delete (#4572)
* revert upload version on delete

* methods return type
2019-04-10 16:30:50 +01:00
Denys Vuika 1f6e868464 [ADF-4384] improve recent files query (#4585)
* improve recent files query

* remove duplicate filter
2019-04-10 13:25:45 +01:00
Andy Stark 0d38321182 [ADF-4383] Updated filter props details in Edit proc cloud docs (#4586) 2019-04-10 12:20:14 +01:00
davidcanonieto 7a2c5762ff [ADF-4321] Add Task Id filter to task cloud filters (#4571) 2019-04-10 10:49:56 +01:00
Marouan Bentaleb fb9308ddbf [ADF-4367] Automation for process date format (#4580) 2019-04-10 10:48:42 +01:00
Silviu Popa 312d8432df [ADF-4357] TaskListCloud - change complete task condition (#4554)
* [ADF-4357] TaskListCloud - change complete task condition

* [ADF-4357] - PR changes

* [ADF-4357] - add unit test and change owner user

* [ADF-4357] - lint

* [ADF-4357] - change complete task condition
2019-04-10 01:30:57 +01:00
Silviu Popa 3df30f05f3 [ADF-3934] PeoplCloudComponent - add dynamic placeholder (#4548)
* [ADF-3934]  PeoplCloudComponent - add dynamic placeholder

* [ADF-3934] - fix tests

* [AF-3934] - PR changes

* [ADF-3934] - remove unnecesary test

* [ADF-3934] - lint
2019-04-10 01:21:12 +01:00
gmandakini 4bfae518fb [ADF-4216] Recently uploaded files are missing 'ago' in the Created column (#4578)
* replaced the assertion for 'ago' to 'ago | few'

* replaced the assertion for 'ago' to 'ago | few'
2019-04-10 01:11:35 +01:00
davidcanonieto 70cf1da78e [ADF-4368] Add JSON cell to datatable in Demo-Shell for testing purposes (#4579) 2019-04-09 16:53:47 +01:00
LucaBiondo 3a64f4aaab Fromo mySuccessMethod to myExecuteSubmitMethod (#4573)
In the tutorial, when working with events, it says that we want to show an allert when submitting the login form but in the code just below it binds the allert to the "success" event and not to the "executeSubmit" event. Also calls the method mySuccessMethod and not myExecuteSubmitMethod as it does at the very and of the Tutorial.

So i made the appropriate changes to adjust the code and the tutorial to show how to properly bind an allert to the "eventSubmit" event.

Regards
Luca Biondo
2019-04-09 16:50:21 +01:00
davidcanonieto 2753771d29 [ADF-4273] Remove description property from Process Instance Cloud Model (#4568)
* [ADF-4273] Remove description property from Process Instance Cloud Model

* [ADF-4273] Remove from e2e tests
2019-04-09 16:49:44 +01:00
Eugenio Romano ce0775c525 [ADF-4191] fix viewer test and move error and pagination page (#4569)
* split viewer test

* move pagination in testing share pkg
move error in testing share pkg

* fix import
2019-04-09 12:26:10 +01:00
Eugenio Romano 98f18abee0 [ADF-4365] Add start-process-cloud-component.page.ts page in @adf-testing (#4570)
* add start-process-cloud-component.page.ts page in @adf-testing

* remove invalid test
2019-04-09 12:22:58 +01:00
davidcanonieto 62c71dbec9 [ADF-4372] Fix json type Data Column styles (#4576) 2019-04-09 12:18:36 +01:00
davidcanonieto deff3965b0 [ADF-4361] Fix Tab navigation on Login page (#4574) 2019-04-09 12:17:51 +01:00
Roxana Gherghelas 1b774c4218 remove noprocessapp constant 2019-04-09 09:49:11 +03:00
Roxana Gherghelas d7de8d0065 remove invalid test 2019-04-09 09:49:10 +03:00
Roxana Gherghelas b538dbaa60 add start-process-cloud-component.page.ts page in @adf-testing 2019-04-09 09:49:10 +03:00
Silviu Popa a87d1ef002 [ADF-4272] TaskListCloud - improvements on CopyClipboardDirective (#4547)
* [ADF-4272] DocumentList -  add Copy content tooltip directive

* [ADF-4272] - fix build issue

* [ADF-4272] - change directive name and add requested changes

* [ADF-4272] - reset task-list-cloud html content

* [ADF-4272] - fix build

* [AFG-4272] - change name to CopyClipboard

* [ADF-4272] - PR changes

* [ADF-4272] - fix tests

* [ADF-4272[] - lint

* [ADF-4272] - merge clipboard directive with copy-content directive

* [ADF-4272] - PR changes

* [ADF-4272] - change docs
2019-04-08 16:37:37 +01:00
davidcanonieto dee63e3f3b [ADF-3887] Different local storages for different ADF apps (#4539)
* [ADF-3887] Different local storages for different ADF apps

* [ADF-3887] Add documentation

* [ADF-3887] Add unit tests and improve code

* [ADF-3887] Add unit tests

* [ADF-3887] Fix e2e tests

* fix test

* fix test

* Update storage.service.md
2019-04-08 15:23:46 +01:00
Denys Vuika f89bf507f5 [ADF-4193] search error notifications and empty results (#4567)
* search error notifications and empty results

* update docs
2019-04-08 14:25:47 +01:00
Silviu Popa 2c9fdf0d4d [ADF-4275] - Fix preselect user validation for User Id (#4474)
* [ADF-4274] - Fix preselect user validation for User Id

* [ADF-4275] - change search user response format

* [ADF-4275] - add unit test to search user by id on single mode

* [ADF-4275] - fix PeopleCloud unit tests and refractor validate User funcitonality

* [ADF-4275] - fix unit tests

* [ADF-4272] - reset spec file

* [ADF-4275] - rebase and fix unit tests

* Update people-cloud.component.ts
2019-04-08 14:25:16 +01:00
siva kumar 78daf68777 [ADF-4351] Change APS2 services url pattern form -service/ to /service/ (#4563)
* [ADF-4351] Change APS2 services url pattern form ` -service/` to  `/service/`

* Changed all query and runtimebundle app name convention.

* Use the correct name of the class

* Skip latest unit test that is failing

* Change the karma

* Fix failing unit test on editTaskCloud
2019-04-08 14:03:53 +01:00
davidcanonieto a42d58af49 [ADF-4250] Improve Error Content component (#4555)
* [ADF-4250] Improve Error Content component

* [ADF-4250] Fix unit test
2019-04-06 11:09:36 +01:00
Andy Stark 4339af9f42 [ADF-4285] Removed incorrect example from content metadata docs (#4564) 2019-04-05 17:24:06 +01:00
davidcanonieto d817f3aaa3 [ADF-4363] Fix sidenav layout (#4566) 2019-04-05 17:23:24 +01:00
Suzana Dirla e656cc6977 [ADF-4323] Add style fixes from ACA (#4546)
* [ADF-4323] add style fix for adf-search-sorting-picker

- moved from ACA

* [ADF-4323] use Flex Layout's media query mixin

* [ADF-4323] add style fix for adf-pagination

- moved from ACA

* [ADF-4323] add style fix for adf-version-manager

- which fixed issue [ACA-1750]

* [ADF-4323] remove not used property

* [ADF-4323] remove extra bottom-border

* [ADF-4323] upload-drag-area refactor to scss

* [ADF-4323] add style fix for adf file upload

- from ACA

* [ADF-4323] add style fix for adf-info-drawer

- from ACA

* [ADF-4323] add style fix for adf-toolbar

- from ACA

* [ADF-4323] add style fix for adf-sidenav-layout

- from ACA

* [ADF-4323] add style fix for adf-search-filter

- from ACA

* [ADF-4323] add style fix for adf-upload-drag-area

- from ACA

* [ADF-4323] add style fix for adf-info-drawer

- from ACA

* [ADF-4323] move style fix for adf-manage-versions from demo-shell

* [ADF-4323] use Flex Layout's media query mixin

* [ADF-4323] small fix to remove scrolling

* [ADF-4323] add adf-sidenav-layout host element class

* [ADF-4323] change 'inline' class name to 'adf-toolbar--inline'

- css lint was failing because of old naming

* [ADF-4323] set pagination empty state styling

* [ADF-4323] set pagination border to none
2019-04-05 14:05:21 +01:00
davidcanonieto ec9d2785fa [ADF-4360] No growing cells for Datatable compoennt (#4561) 2019-04-05 12:47:31 +01:00
Silviu Popa 506ca306da [ADF-4308] DatatableComponent - add Json cell type (#4518)
* [ADF-4308] DatatableComponent - add Json cell type

* [ADF-4308] - PR changes

* [ADF-4306] - remove unnecesary code and properties

* [ADF-4308] - PR changes
2019-04-05 12:46:15 +01:00
davidcanonieto 9217ebd999 [ADF-4360] Fix Ellipsis on Date Cell Template (#4556) 2019-04-05 10:44:34 +01:00
arditdomi 7bb3c00a75 [ADF-4270] Fix empty name cell in process header cloud (#4557) 2019-04-05 10:38:56 +01:00
Francesco Corti 58e0e44693 Update after some new tests. (#4559) 2019-04-05 08:18:50 +01:00
Eugenio Romano 37db604937 fix lint organizations (#4558) 2019-04-04 19:50:54 +01:00
Andy Stark 33c4460831 [ADF-4356] Added Activiti 7 tutorial after review (#4553) 2019-04-04 13:21:54 +01:00
Vito c5ac798c5b [ADF-4327] added templating for content dialog (#4549)
* [ADF-4327] added templating for content dialog

* [ADF-4327] added unit test and documentation
2019-04-04 12:44:47 +01:00
davidcanonieto 4ebc8e2527 [ADF-4142] Remove processDefinitionKey property from EditTaskCloud component docs (#4552) 2019-04-04 12:13:35 +01:00
Vito 0800c406cd [ADF-4328] added expandedSideNav as new user preference value (#4545)
* [ADF-4328] added expandedSideNav as new user preference value

* [ADF-4328] update demo shell with the new User preference value

* [ADF-4328] added documentation update
2019-04-03 17:56:37 +01:00
cristinaj f152a24dc2 [ADF-4350]Fix cloud tests (#4544)
* Fix version-permissions tests

* Fix the cloud tests

* Fix process-services tests
2019-04-03 11:47:05 +01:00
Eugenio Romano a37a44cb6f increase size bundle check testing pkg 2019-04-03 00:51:05 +01:00
Denys Vuika 12f098417c add protractor utils class (#4531) 2019-04-02 23:50:51 +01:00
Vito 3f2af4cc03 Exporting base login page (#4483)
* Exporting base login page for e2e tests

* fixed exporting and renamed pages as per standards

* Added base login page to testing package

* Fixed wrong import for the setting page

* Removed old pages and using the one in the adf-testing package

* fix after merge conflict

* fix base url param
2019-04-02 23:44:36 +01:00
Eugenio Romano 1b65555e18 fix identity service creation 2019-04-02 23:42:46 +01:00
cristinaj 83c1e8a657 [ADF-4344]Fix e2e cloud tests. (#4542)
* Fix e2e cloud tests.

* no message
2019-04-02 21:30:47 +01:00
cristinaj 38da39d8a5 Refactored document-list-actions tests. (#4538)
Added a new test for move file.
2019-04-02 19:06:43 +01:00
davidcanonieto a4fcedb44f [ADF-4343] Fix bug closing dialog on Host Settings Component (#4541)
* [ADF-4343] Fix bug closing dialog on Host Settings Component

* [ADF-4343] Improve code
2019-04-02 19:04:11 +01:00
davidcanonieto 6213839289 [ADF-4279] Demo-shell - Fix home component layout (#4543) 2019-04-02 19:03:10 +01:00
Eugenio Romano f46c848308 Move process cloud page int @alfresco/adf-testing (#4540)
Move datatable @alfresco/adf-testing
2019-04-02 15:36:58 +01:00