MichalKinas
ce5cdb40a8
[ACS-9015] Add more specific selector ( #10478 )
...
* [ACS-9015] Add missing styles
* [ACS-9015] Fix stylelint
2024-12-09 13:40:34 +01:00
MichalKinas
334f388fcc
Truncate pipe export fix ( #10477 )
2024-12-09 10:33:44 +01:00
Ehsan Rezaei
44321b01c5
AAE-20808 using new GraphQL library ( #10454 )
...
* AAE-20808 using new GraphQL library
* AAE-20808 Code refactoring
* AAE-20808 Improving unit tests
* AAE-20808 unit test improvement
* AAE-20808 Fixed process services storybook build
2024-12-06 15:03:13 +01:00
Alfresco Build
06f16996a4
New Crowdin translations by GitHub Action ( #10456 )
...
Co-authored-by: Crowdin Bot <support+bot@crowdin.com >
2024-12-06 14:00:43 +00:00
dependabot[bot]
9b850d945d
build(deps-dev): bump jsdom from 24.1.3 to 25.0.1 ( #10450 )
...
Bumps [jsdom](https://github.com/jsdom/jsdom ) from 24.1.3 to 25.0.1.
- [Release notes](https://github.com/jsdom/jsdom/releases )
- [Changelog](https://github.com/jsdom/jsdom/blob/main/Changelog.md )
- [Commits](https://github.com/jsdom/jsdom/compare/24.1.3...25.0.1 )
---
updated-dependencies:
- dependency-name: jsdom
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 13:31:41 +00:00
dependabot[bot]
a6d6e0f924
build(deps): bump @cspell/eslint-plugin from 8.16.0 to 8.16.1 ( #10449 )
...
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin ) from 8.16.0 to 8.16.1.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.16.1/packages/cspell-eslint-plugin )
---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 13:31:11 +00:00
dependabot[bot]
ea17e4c1e6
build(deps-dev): bump @storybook/angular from 8.3.0 to 8.4.6 ( #10448 )
...
Bumps [@storybook/angular](https://github.com/storybookjs/storybook/tree/HEAD/code/frameworks/angular ) from 8.3.0 to 8.4.6.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Changelog](https://github.com/storybookjs/storybook/blob/next/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.6/code/frameworks/angular )
---
updated-dependencies:
- dependency-name: "@storybook/angular"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-06 13:29:37 +00:00
Robert Duda
bdba328dbc
Add processInstanceId and parentId to new API request body ( #10465 )
...
* Add process instance id to new API request body
* add parentId
2024-12-06 11:55:59 +01:00
Diogo Bastos
52e045800e
AAE-28454 Add column merge to admin tasklist component ( #10464 )
2024-12-06 10:36:46 +00:00
swapnil-verma-gl
9faea5c1e7
[ACA-4556] Copy/Move button is now disabled on the My Libraries Page in Copy/Move dialog ( #10402 )
...
* [ACA-4556] Copy/Move button is now disabled on the My Libraries Page in Copy/Move dialog
* [ACA-4556] Fix linting issue
* [ACA-4556] Added unit test
* [AC-4556] Addressed code review findings
2024-12-06 14:15:03 +05:30
Michaela Kröber
e6c2152add
AAE-28806 Consume-dynamic-Drop-Down-Radio-Button-form-variables ( #10442 )
...
* [AAE-28806] Enable form variables in REST for RadioButton
* [AAE-28806] Enable form variables in REST for Dropdown widget
* [AAE-28806] removed debugging information
* [AAE-28806] Removed code repitition
* [AAE-28806] Made fields readonly
* [AAE-28806] fixed pipeline
---------
Co-authored-by: Andreas Philippi <90837097+andrphilippi@users.noreply.github.com >
2024-12-05 16:10:55 +01:00
MichalKinas
bace3b9dcc
[ACS-9012] Add missing null check for truncate pipe ( #10461 )
2024-12-05 14:02:27 +01:00
Mykyta Maliarchuk
2b0100466a
[MNT-24657] Add multiple selection support for people widget ( #10458 )
...
* [MNT-24657] Add multiple selection support for people widget [ci:force]
* [MNT-24657] cr fixes
2024-12-05 14:01:16 +01:00
MichalKinas
60a9565c71
[ACS-9012] Add the option to truncate display value in text column ( #10440 )
...
* [ACS-9012] Add the option to truncate disaplay value in text column
* [ACS-9012] Use slice as substr is deprecated
* [ACS-9012] Remove redundant param
2024-12-05 09:55:24 +01:00
AleksanderSklorz
88eb654c30
[ACS-8918] search date filter changing between created and modified tabs slides the text inside the tabs too ( #10455 )
...
* [ACS-8918] Fix sliding text after changing tabs
* [ACS-8918] Unit tests
* [ACS-8918] Retrigger jobs
* [ACS-8918] Retrigger jobs
* [ACS-8918] Fixed failed job, fixed sonar, addressing PR comments
2024-12-05 08:26:35 +01:00
Rafal Szmit
d86d77ad2a
AAE-25604 Simpleapp udpate for C315305 ( #10459 )
2024-12-04 12:57:04 +00:00
Diogo Bastos
70a38aecda
AAE-28454 Improve datatable actions display ( #10445 )
...
* AAE-28454 Improve datatable actions display
* AAE-28454 Improve datatable style
2024-12-04 11:43:44 +00:00
Amedeo Lepore
c92d34f2f8
AAE-29002 Allow to filter processes by parentId ( #10453 )
...
* AAE-29002 Allow to filter processes by parentId
* AAE-29002 Move payload tests under describe Payload
* AAE-29002 Set parentId as optional
2024-12-03 16:48:46 +01:00
Robert Duda
b3cef95199
Add process name to new API request body ( #10452 )
2024-12-03 09:08:56 +01:00
dependabot[bot]
89429cbd53
build(deps): bump crowdin/github-action from 2.3.0 to 2.4.0 ( #10451 )
...
Bumps [crowdin/github-action](https://github.com/crowdin/github-action ) from 2.3.0 to 2.4.0.
- [Release notes](https://github.com/crowdin/github-action/releases )
- [Commits](2d540f18b0...a9ffb7d5ac
)
---
updated-dependencies:
- dependency-name: crowdin/github-action
dependency-type: direct:production
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-12-02 11:44:55 +00:00
Tomasz Gnyp
23fe4d4486
AAE-27343 Listen to form rules changes from reactive widgets ( #10392 )
...
* AAE-27343 Listen to form rules changes from reactive widgets
* remove leftover
* apply interface for reactive widgets and unit test
* update readonly control status
* [ci:force][link-adf:fix/AAE-27343-listen-to-form-rules-changes-in-reactive-widgets]
2024-11-29 10:27:24 +01:00
Bartosz Sekula
7eb51ef58f
AAE-28801 Make "FormRulesManager.onDestroy$" available for derived classes ( #10441 )
2024-11-28 17:06:43 +01:00
AleksanderSklorz
bf58a190cf
[ACS-8999] rename confirmation button label for closing conversation dialog ( #10431 )
...
* [ACS-8999] Correct styles for buttons in unsaved changes dialog for different size of buttons, allowed to set maxWidth of unsaved changes dialog
* [ACS-8999] Unit tests
2024-11-28 10:44:29 +01:00
MichalKinas
de391a2a22
[ACS-9015] Context menu cell is not accessible via keyboard when it's displayed on hover ( #10438 )
2024-11-28 10:38:08 +01:00
Matthias Holzer
35543a634a
AAE-25664 Remove adf-testing lib ( #10389 )
...
* Remove adf-testing lib
* remove adf-testing references
* remove testing:bundle from CI workflows
2024-11-28 09:21:44 +01:00
Vito Albano
b09f4cacf9
Revert AAE-20794 - new websocket refactoring ( #10436 )
...
* Checking different way to build url
* Checking different way to build url
* Maybe
* Maybe
* Revert "AAE-20808 Fixed websocket protocol (#10433 )"
This reverts commit 48e9d56453
.
* Revert "AAE-20808 Adding support for ws protocol in websocket service (#10432 )"
This reverts commit 6723cd1802
.
* Revert websocket
2024-11-27 18:06:08 +00:00
dominikiwanekhyland
5461bedb3e
[ACS-9010] Loading spinner is not shown on search results page when filtering for files or folders ( #10434 )
2024-11-27 18:41:49 +01:00
Ehsan Rezaei
48e9d56453
AAE-20808 Fixed websocket protocol ( #10433 )
...
* AAE-20808 Fixed websocket protocol
* AAE-20808 Removed comments
2024-11-26 20:47:17 +00:00
dependabot[bot]
2d3c6841f0
build(deps): bump @cspell/eslint-plugin from 7.3.9 to 8.16.0 ( #10427 )
...
Bumps [@cspell/eslint-plugin](https://github.com/streetsidesoftware/cspell/tree/HEAD/packages/cspell-eslint-plugin ) from 7.3.9 to 8.16.0.
- [Release notes](https://github.com/streetsidesoftware/cspell/releases )
- [Changelog](https://github.com/streetsidesoftware/cspell/blob/main/packages/cspell-eslint-plugin/CHANGELOG.md )
- [Commits](https://github.com/streetsidesoftware/cspell/commits/v8.16.0/packages/cspell-eslint-plugin )
---
updated-dependencies:
- dependency-name: "@cspell/eslint-plugin"
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 14:51:20 +00:00
dependabot[bot]
134097fd2c
build(deps-dev): bump jasmine-core from 4.6.0 to 5.4.0 ( #10428 )
...
Bumps [jasmine-core](https://github.com/jasmine/jasmine ) from 4.6.0 to 5.4.0.
- [Release notes](https://github.com/jasmine/jasmine/releases )
- [Changelog](https://github.com/jasmine/jasmine/blob/main/RELEASE.md )
- [Commits](https://github.com/jasmine/jasmine/compare/v4.6.0...v5.4.0 )
---
updated-dependencies:
- dependency-name: jasmine-core
dependency-type: direct:development
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 14:50:49 +00:00
Ehsan Rezaei
6723cd1802
AAE-20808 Adding support for ws protocol in websocket service ( #10432 )
...
* AAE-20808 Adding support for ws protocol in websocket service
* AAE-20808 Fixed import
2024-11-26 14:20:33 +00:00
dependabot[bot]
b63a68dd37
build(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions ( #10429 )
...
Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions ) from 3.0.16 to 3.0.17.
- [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases )
- [Commits](38608ef4fb...5d6ac37a4c
)
---
updated-dependencies:
- dependency-name: zgosalvez/github-actions-ensure-sha-pinned-actions
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 14:09:21 +00:00
dependabot[bot]
f942e5456c
build(deps-dev): bump @storybook/manager-api from 8.3.0 to 8.4.5 ( #10426 )
...
Bumps [@storybook/manager-api](https://github.com/storybookjs/storybook/tree/HEAD/code/lib/manager-api ) from 8.3.0 to 8.4.5.
- [Release notes](https://github.com/storybookjs/storybook/releases )
- [Commits](https://github.com/storybookjs/storybook/commits/v8.4.5/code/lib/manager-api )
---
updated-dependencies:
- dependency-name: "@storybook/manager-api"
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 14:08:37 +00:00
dependabot[bot]
697f7d2267
build(deps): bump github/codeql-action from 3.27.4 to 3.27.5 ( #10430 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 3.27.4 to 3.27.5.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](ea9e4e3799...f09c1c0a94
)
---
updated-dependencies:
- dependency-name: github/codeql-action
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-26 14:08:07 +00:00
Jonas Wollweber
60da8634f2
AAE-20506 Rich Text Editor Visual Improvements ( #10385 )
...
* [AAE-20506] replace icon with material design icon
* [AAE-20506] fix size and position of 'change color' plugin's icon
* [AAE-20506] make sure material design's container does not define text color
2024-11-25 09:51:24 +01:00
Michaela Kröber
afc5830c31
AAE-10239 showRowContextMenu-datatable-action-called-multiple-times ( #10386 )
...
* [AAE-10239] use an action when the datatable component is loaded
* [AAE-10239] add test for disabled context menu
* [AAE-10239] fixed context menu for tree component
* [AAE-10239] added new test for disabled context menu
* [AAE-10239] fixed context menu for recent changes for tree component
* [AAE-10239] backward compatible approach
* [AAE-10239] no need to format the file
* [AAE-10239] reverted rename of method
* [AAE-10239] renamed file so you can find it better
2024-11-21 15:32:25 +01:00
Fabian Kindgen
7f41675d1c
AAE-10529 Find a better way to fix clipped icons ( #10366 )
...
* AAE-10529 Removed unused styling
* AAE-10529 Apply styling fixes related to ACA
2024-11-21 14:06:54 +01:00
Fabian Kindgen
7f07024fe3
[AAE-27113] Align edit assignee button correctly in process admin user task property editor ( #10371 )
...
* [AAE-27113] Align edit assignee button correctly in process admin user task property editor
* [AAE-27113] Adjusted text-overflow behavior to avoid overlap
2024-11-21 14:06:10 +01:00
Bartosz Sekula
5327181055
AAE-27328 Add process variables to the search for searching Tasks ( #10414 )
...
* AAE-27328 Add process variables to the search for searching Tasks
* fix after rebase
2024-11-21 13:20:16 +01:00
Bartosz Sekula
06ca9bf1da
AAE-25144 Process variables filters ( #10405 )
...
* AAE-25144 Implements process variables filters
* update
* fix lint
2024-11-21 12:55:22 +01:00
dependabot[bot]
c8b81d455f
build(deps): bump angular-oauth2-oidc from 15.0.1 to 17.0.2 ( #10219 )
...
Bumps [angular-oauth2-oidc](https://github.com/manfredsteyer/angular-oauth2-oidc ) from 15.0.1 to 17.0.2.
- [Release notes](https://github.com/manfredsteyer/angular-oauth2-oidc/releases )
- [Changelog](https://github.com/manfredsteyer/angular-oauth2-oidc/blob/master/docs/changelog.html )
- [Commits](https://github.com/manfredsteyer/angular-oauth2-oidc/commits/17.0.2 )
---
updated-dependencies:
- dependency-name: angular-oauth2-oidc
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 11:46:59 +00:00
dependabot[bot]
86b892c472
build(deps-dev): bump eslint-plugin-storybook from 0.8.0 to 0.11.1 ( #10421 )
...
Bumps [eslint-plugin-storybook](https://github.com/storybookjs/eslint-plugin-storybook ) from 0.8.0 to 0.11.1.
- [Release notes](https://github.com/storybookjs/eslint-plugin-storybook/releases )
- [Changelog](https://github.com/storybookjs/eslint-plugin-storybook/blob/main/CHANGELOG.md )
- [Commits](https://github.com/storybookjs/eslint-plugin-storybook/compare/v0.8.0...v0.11.1 )
---
updated-dependencies:
- dependency-name: eslint-plugin-storybook
dependency-type: direct:development
update-type: version-update:semver-minor
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2024-11-21 11:45:56 +00:00
Robert Duda
fc9c82733c
AAE-25145 Sort process and task lists by process variables ( #10412 )
2024-11-21 12:24:33 +01:00
swapnil-verma-gl
356260b5d1
Post release version bump ( #10417 )
...
* Post release version bump
* Post release version bump
* Release notes and docs cleanup for v7.0.0-alpha.6
* Fixed js-api version in cli package.json
2024-11-21 16:30:58 +05:30
Ehsan Rezaei
38ccfa1377
AAE-20808 Switch to new graphql library ( #10390 )
...
* AAE-20808 Switch to new graphql library
* AAE-20808 Code refactoring
* AAE-20808 Fixed storybook build
2024-11-21 10:37:05 +00:00
swapnil-verma-gl
ac07a827fd
Release 7.0.0-alpha.6 ( #10415 )
...
* Release 7.0.0-alpha.6
* Revert package.json for adf-cli
7.0.0-alpha.6
2024-11-20 21:58:53 +05:30
Wiktor Danielewski
beaf86d987
AAE-28106 Make the header ( label + style ) optional with a checkbox [Preview/Runtime display] ( #10408 )
...
* AAE-28106 Update ContainerModel
* AAE-28106 Update HeaderWidgetComponent
* AAE-28106 Reorganize span element
* AAE-28106 Update tests
2024-11-20 16:50:52 +01:00
swapnil-verma-gl
b4516bc998
Release 7.0.0-alpha.5 package-lock.json ( #10413 )
...
* Release 7.0.0-alpha.5 package-lock.json
* Revert package-lock.json for adf-cli
* Revert common package-lock.json
* Fix @alfresco/js-api version in adf-cli
2024-11-20 19:22:37 +05:30
swapnil-verma-gl
056950ce6a
Release 7.0.0-alpha.5 ( #10411 )
2024-11-20 16:58:57 +05:30
Robert Duda
ab1b54531c
AAE-28584 Fix process tasks not showing after clicking in the list ( #10410 )
2024-11-20 11:26:15 +01:00