Marouan Bentaleb
446efe4297
[ADF-4514] Move widgets pages to Testing package ( #4703 )
2019-05-22 18:32:46 +01:00
Silviu Popa
7a3b3583f8
[ADF-4530] StartProcessCloud - fix show process definition dropdown ( #4723 )
...
* [ADF-4530] - reset filtered process when value it's empty or invalid
* [ADF-4530] - lint
* [ADF-4530] - fix unit test
* [ADF-4530] - PR changes
* [ADF-4530] - PR changes
2019-05-22 15:57:39 +01:00
Marouan Bentaleb
5e7aabfaea
[ADF-4547] Fixing flaky tests in Content Services and Core ( #4743 )
2019-05-22 14:57:20 +01:00
Cilibiu Bogdan
58cf10be5f
[ADF-4582] User preference - set layout orientation based on locale ( #4744 )
...
* set textOrientation based on locale
* remove manually setting textOrientation
* tests
* revert to getBrowserCultureLang
* match languages keys
* update tests
* fix types
2019-05-22 14:02:51 +01:00
Silviu Popa
26a495c95d
[ADF-4588] Datatable - fix copy content tooltip for ellipsis cell ( #4751 )
...
* [ADF-4588] - remove overflow from ellipsis class
* [ADF-4588] - fix css
2019-05-22 10:34:39 +01:00
Marouan Bentaleb
22dc800e13
Making C260107 more stable ( #4754 )
2019-05-22 10:15:34 +01:00
cristinaj
339a6e7a18
[ADF-4587] Fix e2e tests ( #4757 )
...
* Fix user_info test
* Removing duplication and hardcoded protocol
* Fix linting and update script
* Removing hardcoded protocol
* Add protocol to scripts
* Fix C260117
* Enable screenshots for cloud tests
* Update process-services-cloud-e2e.sh
2019-05-22 10:15:12 +01:00
Denys Vuika
57a162fcf0
typed interface for test configuration ( #4758 )
2019-05-22 10:13:57 +01:00
Marouan Bentaleb
0bba08539e
Adding debug option to test script ( #4753 )
2019-05-21 11:50:51 +01:00
Maurizio Vitale
1141511a07
Remove the dependency with TestConfig ( #4752 )
...
* Remove the dependency with TestConfig
* Change protocol to https
* Trigger the cloud change
* Trigger the cloud change
2019-05-20 18:11:01 +01:00
Cilibiu Bogdan
cff9bf0930
[ADF-4584] Header RTL styling ( #4746 )
2019-05-20 16:33:47 +01:00
Cilibiu Bogdan
bb0bdbfc1d
[ADF-4583] Upload dialog - RTL support ( #4745 )
...
* overwrite mat-drawer-content position
* set attributes based on direction and position
* add direction support
* update tests
* update doc
* fix direction description
* use native direction attribute
* bind to dir input
* update docs
* remove direction attribute
* listen to user preference textOrientation changes
* update tests
* remove unused import
2019-05-20 15:45:10 +01:00
davidcanonieto
2f44c45903
Fix concurrently command use ( #4748 )
...
* Fix concurrently command use
* Command missing parameter
* Remove parallel linting
* fix script
* Fix build
* Run lint concurrently
2019-05-20 12:25:42 +01:00
Marouan Bentaleb
0af9e45cff
[ADF-4535] Fix people-group-cloud-component.e2e.ts ( #4725 )
2019-05-20 10:58:15 +01:00
davidcanonieto
514b31d975
Improve Rebase branch script ( #4742 )
...
* Improve Rebase branch script
* Improve Rebase branch script
* add comment
2019-05-17 16:46:29 +01:00
davidcanonieto
80da3e9932
[ADF-4569] Fix affected-libs.sh script ( #4734 )
...
* [ADF-4569] Fix affected-libs.sh script
* [ADF-4569] Create new script to check if branch is updated
2019-05-17 15:03:22 +01:00
Cilibiu Bogdan
52c5ec03bc
[ADF-4578] remove duplicate language entry ( #4739 )
2019-05-17 10:56:37 +01:00
Denys Vuika
6cdae78cf2
extension loader accepts dynamic configurations
3.3.0-beta2
2019-05-16 12:43:22 +01:00
Marouan Bentaleb
39fe06ea1a
[ADF-4541] Fix task-form-cloud-component.e2e.ts ( #4731 )
2019-05-16 11:49:45 +01:00
Denys Vuika
3aca244059
extensions: add missing service export
2019-05-16 10:46:11 +01:00
Marouan Bentaleb
d8caf3b98c
[ADF-4540] Fix task-list-properties.e2e.ts ( #4730 )
2019-05-16 10:27:37 +01:00
Silviu Popa
cf68f656cf
[NO_ISSUE] - fix unit test on process-services ( #4732 )
...
* [NO_ISSUE] - fix unit test on process-services
* [NO_ISSUE] - lint
* remove unused code
2019-05-16 10:09:26 +01:00
Marouan Bentaleb
c9bc63bc3c
[ADF-4538] Fix start-task-custom-app-cloud.e2e.ts ( #4729 )
2019-05-16 09:40:45 +01:00
Silviu Popa
55f920fbb4
[ADF-4521] Form - Multilingual support ( #4715 )
...
Maurizio says : YES
2019-05-15 15:59:50 +01:00
Silviu Popa
b4e3a71bef
[ADF-4269] ProcessCloud - fix start task with invalid Asignee or Candidat… ( #4727 )
...
* [ADF-4269] - prevent starting a task with invalid Asignee or CandidateUser
* [ADF-4269] - refractor people/group cloud
* [ADF-4269] - change docs
2019-05-15 15:49:46 +01:00
Silviu Popa
4a363c731b
[ADF-4471] TaskCloud - disable editable fields when the task is unclaimed ( #4680 )
...
* [ADF-4471] TaskCloud - task header disabled when the task is unclaimed
* [ADF-4471] - fix unit test
* [ADF-4471] - pr changes
* [ADF-4471] - add return type
2019-05-14 15:30:35 +01:00
Silviu Popa
d1bc5a608a
[ADF-4389] StartProcessCloud - add validation for processName ( #4707 )
...
* [ADF-4389] StartProcessCloud - add validation for processName
* [ADF-4389] - change function definition name
* [ADF-4389] - add return type
2019-05-14 15:19:43 +01:00
Cilibiu Bogdan
164d398abc
[ADF-4227] Material Dialog - change direction option based on textOrientation ( #4716 )
...
* change matDialog direction based on textOrientation
* move dialog providers to material.module
* extend initial options
* move UserPreferencesService from factory
* update module
* update test
* material dialog correct reference
* extend default global options
* tests
2019-05-14 12:52:03 +01:00
Cilibiu Bogdan
de0f906163
[ADF-4543] Language Menu - set layout orientation ( #4719 )
...
* language entry interface
* pass language object
* set textOrientation
* tests
* update doc
* add rtl language
2019-05-14 12:45:05 +01:00
Cilibiu Bogdan
4f13dcc3e2
[ADF-4545] Context Menu - RTL support ( #4722 )
...
* set overlay direction
* test
2019-05-14 12:43:52 +01:00
Denys Vuika
1e4d024c08
Update site-permissions.e2e.ts
2019-05-14 12:26:56 +01:00
Denys Vuika
ac224a0b82
[ADF-4489] metadata errors demoshell ( #4720 )
...
* raise errors in demo shell for metadata
* remove commented out code
2019-05-14 11:45:07 +01:00
Denys Vuika
60a122f844
disable flaky test
2019-05-14 11:02:09 +01:00
Denys Vuika
238a317f89
disable flaky test
2019-05-14 09:38:19 +01:00
Silviu Popa
96111f588a
[ADF-4488] Form - Add dropdown-cloud widget ( #4695 )
...
* [ADF-4488] Form - Add dropdown cloud widget
* [ADF-4488] - add form style
* [ADF-4488] - revert formFieldOption change
* [ADF-4488] - PR changes
* [ADF-4488] - move dropdown widget into cloud module
* [ADF-4488] - PR changes and remove unused unit test
* [ADF-4488] - PR changes
* [ADF-4488] - PR changes
* [ADF-4488] - add multilingual support
* [ADF-4488] - PR changes
2019-05-14 09:15:15 +01:00
Denys Vuika
8985319f15
disable flaky e2e test
2019-05-13 15:43:08 +01:00
Denys Vuika
cecc13093d
disable flaky tests
2019-05-13 13:48:34 +01:00
Eugenio Romano
4d0b646717
Update protractor.conf.js
2019-05-13 08:06:22 +01:00
Eugenio Romano
00aac824c3
Update protractor.conf.js
2019-05-13 08:00:55 +01:00
Denys Vuika
bbea17fe37
[ADF-4268] Info drawer fixes ( #4709 )
...
* show error popups
* proper error handling
* update tests
* update code as per review
* remove old implementation
* remove old code
2019-05-13 07:24:49 +01:00
davidcanonieto
fc9f04c6c6
[ADF-4498] Disable Sticky header on Datatable if header is not visible ( #4701 )
...
* [ADF-4498] Disable Sticky header on Datatable if header is not visible
* [ADF-4498] Improve flag check
2019-05-13 07:02:36 +01:00
Eugenio Romano
898e3b5a80
[no-issue] Parallel run e2e and e2e common action refactoring ( #4702 )
2019-05-13 04:44:35 +02:00
Francesco Corti
a48bfc3714
ADF 3.2.1 minor changes to documentation. ( #4717 )
2019-05-10 12:17:15 +01:00
Francesco Corti
9ebebbb860
Better descriptions into the release notes ( #4718 )
...
Better descriptions into the release notes about languages availability
2019-05-10 12:16:38 +01:00
Silviu Popa
ead22d9e3c
[ADF-4473] TaskCloud - add priority numeric validation ( #4684 )
...
* [ADF-4473] TaskCloud - add priority numeric validation
* [ADF-4473] - change validation conditiion
* [ADF-4473] - add return type
* [ADF-4473] - fix unit test
3.3.0-beta1
2019-05-09 17:48:23 +01:00
Eugenio Romano
028e2eb981
release note 3.2.1
2019-05-09 15:05:08 +01:00
Eugenio Romano
56982a02b8
Release 3.2.1
2019-05-09 14:34:00 +01:00
davidcanonieto
77109ae59a
[ADF-4476] Unify layout for start process/task components ( #4699 )
2019-05-08 23:07:08 +01:00
Maurizio Vitale
32135e3cbc
Fix the context name ( #4710 )
2019-05-08 19:57:20 +01:00
Maurizio Vitale
c0e2429de3
Cloud script - Add users to the deploy phase ( #4704 )
...
* Add user and admin to the deploy phase
* Add user and admin to the deploy phase
E
2019-05-07 19:11:38 +01:00