Denys Vuika
bca5a783ab
fix eslint warnigs for core project ( #7506 )
2022-02-17 14:35:33 +00:00
Denys Vuika
5b7f255eec
[AAE-7244] fix process services cloud eslint warnings ( #7503 )
...
* fix process services cloud eslint warnings
* fix export of private consts
* improve constant export
* fix unit tests
2022-02-17 14:08:41 +00:00
Denys Vuika
e017423c8c
[AAE-7243] fix process services eslint warnings ( #7498 )
...
* fix process services eslint warnings
* fix constants
* revert type changes
2022-02-17 13:07:13 +00:00
Denys Vuika
1a6746ff3c
[MNT-22649] Support for concurrent uploads and configurable thread count ( #7496 )
...
* eslint fixes
* try remove upload restrictions
* disable unit test
* support threading count for upload
* update docs
* remove comment
* fix unit test
* remove fdescribe
* make 1 thread by default
* exclude e2e
2022-02-14 09:38:24 +00:00
rafalszmit
5ee4482c60
[AAE-5840] adding selected file counter locator ( #7495 )
...
* [AAE-5840] selected file counter locator
* trigger travis
2022-02-10 17:32:19 +01:00
Denys Vuika
765badc721
[AAE-7246] fix eslint warnings for Testing project ( #7490 )
...
* fix eslint warnings for Testing project
* fix lint issue
2022-02-08 13:34:56 +00:00
Bartosz Sekuła
670d2befdc
[AAE-6823] Customize font ( #7493 )
...
* [AAE-6823] Customize font
* [AAE-6823] Update css variables names
* [AAE-6823] Cleaning
* [AAE-6823] Update css variables names
* [AAE-6823] Fix lint error
2022-02-08 14:15:57 +01:00
rafalszmit
5b4d49bc0e
[AAE-5840] Adding dropdown method needed for e2e test ( #7494 )
...
* [AAE-5840] Automate manual test
* trigger travis
2022-02-08 12:41:46 +00:00
Denys Vuika
8048cbeb21
[AAE-7241] fix eslint warnings for Extensions project ( #7491 )
...
* fix eslint warnings for Extensions project
* fix production mode compilation
2022-02-08 12:05:33 +00:00
Denys Vuika
8a03e7a2e7
[AAE-7245] fix Insights eslint warnings ( #7489 )
2022-02-08 11:19:52 +00:00
Denys Vuika
f9be037c4f
fix eslint issues in CLI project ( #7492 )
2022-02-08 10:28:55 +00:00
Tomasz Gnyp
3205a3da7c
[AAE-5869] Added missing methods for e2e's ( #7480 )
...
* [AAE-5869] added missing methods for e2e's
* [AAE-5869] use TestElement
* [AAE-5869] added method to display no content container
* [AAE-5869] added method to wait for file properties table
* trigger travis
* [AAE-5869] upgrade simpleapp id of new widget
* trigger travis
* [AAE-5869] upgrade simpleapp
* trigger travis
* [AAE-5869] removed check for table display for file not attached method
* [AAE-5869] fixed string lint
* [AAE-5869] fixed lint error
2022-02-03 16:34:49 +01:00
Denys Vuika
8dc736e8f0
[AAE-7100] migrate ADF projects to eslint ( #7483 )
...
* migrate content services to eslint
* migrate insights to eslint
* migrate extensions to eslint
* migrate testing lib to eslint
* migrate CLI to eslint
* migrate process-services to eslint
* migrate process-services-cloud to eslint
* remove cli analytics [ci:force]
2022-02-03 11:01:54 +00:00
Denys Vuika
b8bb234410
[AAE-7100] ESLint support for ADF Core and DemoShell projects ( #7481 )
...
* remove tsconfig.base as per eslint schematics
* add schematics
* upgrade demoshell to eslint
* fix eslint issues for demoshell
* integrate eslint for ADF core and fix some issues
* turn into warn
* fix code
* workaround for Chrome clipboard issue
* exclude e2e tests
* exclude e2e
2022-02-02 18:01:47 +00:00
siva kumar
6ef4838688
[AAE-5835] Add unit test to check is selected Process/Task filter highlighting ( #7474 )
...
* [AAE-5835] Automate the manual test: Process default filters
* My empty commit to start travis job
2022-02-02 16:02:50 +05:30
Denys Vuika
3aa629d4be
[AAE-7119] Fix circular dependencies ( #7472 )
...
* fix language item dependency
* fix public-api export
* dependency fixes
* fix circular deps
* fix circular deps
* fix circular deps
* fix circular deps
* fix circular dependency
* workaround for circular deps
* fix lint
2022-01-28 14:14:42 +00:00
Eugenio Romano
ab188e9611
Bump 4.8.0 ( #7471 )
...
* bump and doc
2022-01-27 14:17:08 +01:00
Vito
8a9a9a6fdc
[AAE-7072] - added utc time for date time widget to avoid changing ti… ( #7469 )
...
* [AAE-7072] - added utc time for date time widget to avoid changing time on different timezones
* [AAE-7072] - fixed parsing when override is not added
2022-01-26 15:24:53 +00:00
arditdomi
3d544beff3
Improve a datatable e2e method ( #7470 )
2022-01-26 14:06:23 +01:00
arditdomi
e98fd2db0c
[AAE-7010] - Fix nested linked dropdowns are not reset ( #7463 )
...
* [AAE-7010] - Fix nested linked dropdowns are not reset
* Rebase
* Reset rest in case value is not part of the options
* Update failing unit test due to form field changes
2022-01-24 14:57:22 +01:00
Bartosz Sekuła
bf77663d6a
[AAE-6310] Fix for attaching files ( #7457 )
...
* [AAE-6310] Fix for attaching files
* [AAE-6310] Update
* [AAE-6310] Revert indentions changes
* [AAE-6310] Fix tests
2022-01-24 12:36:35 +01:00
Gloria Camino
4de725e559
LOC-350 - fix All UI files localized in 16 languages for ADF 4.8 release ( #7459 )
2022-01-24 10:56:24 +00:00
siva kumar
4ffa338585
[AAE-6660] FE - [ADF] Linked dropdown still contains old options when the rest api does not return results ( #7454 )
...
* [AAE-6660] FE - [ADF] Linked dropdown still contains old options when the rest api does not return results
* * Added unit tests to the recent changes done on dropdown.
* * Improved error message
* My empty commit to kick start travis
* * Fixed lint errors
* * Fixed css lint error
* * Fixed failing unit test
2022-01-24 14:47:44 +05:30
Denys Vuika
a2bef19e24
drag and drop fixes and unit tests ( #7458 )
2022-01-21 13:51:33 +00:00
Maurizio Vitale
0a18ec61a9
Being able to load a dynamic file location ( #7456 )
2022-01-19 13:07:27 +01:00
Denys Vuika
4058a71e3f
correct copy icon for share dialog ( #7446 )
2022-01-14 12:53:24 +00:00
Denys Vuika
9b9fc31cb8
Revert "correct copy icon for share dialog"
...
This reverts commit 0ddfb1ca15488ff3b70b1ea6bdf7747d1ba7ec68.
2022-01-13 14:19:06 +00:00
Denys Vuika
0ddfb1ca15
correct copy icon for share dialog
2022-01-13 14:18:40 +00:00
Maurizio Vitale
910a7cb877
AAE-6809 Expose property for custom dockerfile name ( #7445 )
2022-01-13 12:37:50 +01:00
Andrea Ligios
214cb321e9
AAE-6861 - Add runtimeBundleVersion property to the Model ( #7443 )
...
* AAE-6861 - Add runtimeBundleVersion property to the Model
* AAE-6861 - Excluded test C260385 due to regression bug ADF-5467
2022-01-13 11:48:26 +01:00
Alfresco Build
c206bc22cd
Update branch for JS-API PR#4064 ( #7438 )
...
* [ci:force][auto-commit] Update JS-API to 4.8.0-4062 for branch: update-js-api originated from JS-API PR: 4064
* [ci:force][auto-commit] Update JS-API to 4.8.0-4074 for branch: update-js-api originated from JS-API PR: 4075
* [ci:force][auto-commit] Update JS-API to 4.8.0-4074 for branch: update-js-api originated from JS-API PR: 4076
Co-authored-by: Travis CI User <travis@example.org>
2022-01-12 16:19:18 +00:00
Denys Vuika
0bf6eae731
[AAE-5715] support hint labels for search input ( #7444 )
2022-01-12 15:09:55 +00:00
Eugenio Romano
7c7b1eadf3
remove depend on from the general render ( #7442 )
2022-01-10 13:58:10 +01:00
Ketevani Kvirikashvili
131963f4ab
[AAE-6310] Add a category in process definition model ( #7439 )
2022-01-07 17:18:41 +01:00
dependabot[bot]
28bdab1146
Bump stylelint from 13.13.1 to 14.2.0 ( #7431 )
...
* Bump stylelint from 13.13.1 to 14.2.0
Bumps [stylelint](https://github.com/stylelint/stylelint ) from 13.13.1 to 14.2.0.
- [Release notes](https://github.com/stylelint/stylelint/releases )
- [Changelog](https://github.com/stylelint/stylelint/blob/main/CHANGELOG.md )
- [Commits](https://github.com/stylelint/stylelint/compare/13.13.1...14.2.0 )
---
updated-dependencies:
- dependency-name: stylelint
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com>
* upgrade to newest stylelint
* fix style issues
* fix color function rules to match old Angular
* rollback modern color func
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
Co-authored-by: Denys Vuika <denys.vuika@gmail.com>
2022-01-05 09:21:09 +00:00
Alfresco Build
accd7774b2
[ci:force][auto-commit] Update JS-API to 4.8.0-4045 for branch: update-js-api originated from JS-API PR: 4054 ( #7433 )
...
Co-authored-by: Travis CI User <travis@example.org>
2022-01-04 09:55:47 +01:00
MichalFidor
65a5535308
AAE-6757 Improving e2e tests relating to modeling-ee. Part one - improve flaky tests, ProcessModelerComponent ( #7412 )
...
* AAE-6757 Improving e2e tests relating to modeling-ee. Part one - improve locators and most flaky tests
* Add custom delay for input text
* trigger travis
2021-12-21 10:44:10 +01:00
Denys Vuika
65a9d2bbfa
[AAE-5343] add update person api ( #7426 )
...
* add update person api
* fix e2e tests
2021-12-16 11:08:09 +00:00
MichalFidor
75adf217d1
[AAE-6742] Create E2Es for dropdown search capability ( #7425 )
...
* AAE-6742 Create E2Es for dropdown search capability
* Change protractor elementFinder to TestElement class in dropdown-widget.page.ts
2021-12-15 08:43:39 +01:00
Alfresco Build
f35465e404
[ci:force][auto-commit] Update JS-API to 4.8.0-4045 for branch: update-js-api originated from JS-API PR: 4046 ( #7423 )
...
Co-authored-by: Travis CI User <travis@example.org>
2021-12-14 14:05:55 +01:00
Eugenio Romano
1cbee53cdb
Retrieve jwt user info from id token ( #7424 )
...
Co-authored-by: Nelson Silva <nsilva@nuxeo.com>
2021-12-14 10:44:19 +01:00
Alfresco Build
e16e1c9764
Update branch for JS-API PR#4024 ( #7402 )
...
* [ci:force][auto-commit] Update JS-API to 4.8.0-4021 for branch: update-js-api originated from JS-API PR: 4024
* [ci:force][auto-commit] Update JS-API to 4.8.0-4030 for branch: update-js-api originated from JS-API PR: 4031
Co-authored-by: Travis CI User <travis@example.org>
2021-12-07 12:27:54 +01:00
Tomasz Gnyp
ccf16afc76
[AAE-5964] added primary story with mocks ( #7401 )
2021-12-07 12:00:03 +01:00
Alfresco Build
577be72c6e
Update branch for JS-API PR#4011 ( #7383 )
...
* [ci:force][auto-commit] Update JS-API to 4.8.0-4010 for branch: update-js-api originated from JS-API PR: 4011
* [ci:force][auto-commit] Update JS-API to 4.8.0-4010 for branch: update-js-api originated from JS-API PR: 4017
* [ci:force][auto-commit] Update JS-API to 4.8.0-4021 for branch: update-js-api originated from JS-API PR: 4022
Co-authored-by: Travis CI User <travis@example.org>
2021-12-01 08:42:48 +00:00
Dharan
2b25b50720
[ADF-4915][Form] FormField: When required is set to true, asterisk apppears in placeholder text ( #7399 )
...
* [ADF-4915][Form] FormField: When required is set to true, asterix appears in placeholder text
* [ADF-4915][Form] FormField: When required is set to true, asterix appears in placeholder text
2021-11-30 16:35:49 +00:00
Tomasz Gnyp
ee4efeb290
[AAE-5965] added primary story ( #7400 )
2021-11-30 16:35:23 +00:00
Eugenio Romano
ce43d0a766
Clean style creations ADF ( #7385 )
2021-11-29 16:14:26 +00:00
Ketevani Kvirikashvili
dbb7aeff8e
[AAE-6307] Setting a default process name ( #7389 )
...
* [AAE-6307] Setting a process name on init if process definition name is present
* delete space and adding semicolon
* fixed lint
2021-11-29 10:26:09 +00:00
Tomasz Gnyp
9f31fb8dfa
[AAE 5966] Storybook stories for AppListCloud component ( #7390 )
...
* [AAE-5966] added sprimary story
* [AAE-5966] improved syntax
* [AAE-5966] fixed module import
2021-11-29 09:41:19 +00:00
Dharan
24308a6b2a
[AAE-6623] Search and select multiple dropdown options ( #7391 )
...
* [AAE-6623] Search and select multiple dropdown options
* [ci:force] fix comment
2021-11-29 09:40:59 +00:00