Denys Vuika
bed9e4b1f8
[MNT-24098] fixes for pdf with HTTP ( #9155 )
...
* fixes for pdf with https
* [ci:force] cleanup code
* [ci:force] add missing types
* reduce duplicated code
2023-12-12 15:45:46 +00:00
Tomasz Gnyp
468c32691d
[AAE-17666] Remove date cell e2es covered by unit tests ( #9153 )
2023-12-12 14:41:51 +01:00
dependabot[bot]
f5282834bc
build(deps): bump Alfresco/alfresco-build-tools ( #9151 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 5.4.0 to 5.6.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](042fc28b3e...b88340ccab
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
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>
2023-12-11 12:28:14 +00:00
dependabot[bot]
660837f443
build(deps): bump zgosalvez/github-actions-ensure-sha-pinned-actions ( #9147 )
...
Bumps [zgosalvez/github-actions-ensure-sha-pinned-actions](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions ) from 3.0.1 to 3.0.2.
- [Release notes](https://github.com/zgosalvez/github-actions-ensure-sha-pinned-actions/releases )
- [Commits](b35f285b9b...b1b635d242
)
---
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>
2023-12-11 10:56:29 +01:00
dependabot[bot]
09cf71bc0b
build(deps): bump Alfresco/alfresco-build-tools from 5.4.0 to 5.6.0 ( #9148 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 5.4.0 to 5.6.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](042fc28b3e...b88340ccab
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
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>
2023-12-11 10:56:13 +01:00
dependabot[bot]
232a09dfd5
build(deps): bump github/codeql-action from 2.22.8 to 2.22.9 ( #9150 )
...
Bumps [github/codeql-action](https://github.com/github/codeql-action ) from 2.22.8 to 2.22.9.
- [Release notes](https://github.com/github/codeql-action/releases )
- [Changelog](https://github.com/github/codeql-action/blob/main/CHANGELOG.md )
- [Commits](407ffafae6...c0d1daa7f7
)
---
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>
2023-12-11 10:55:59 +01:00
dependabot[bot]
167a5be810
build(deps): bump actions/setup-node from 3.8.2 to 4.0.0 ( #9149 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.8.2 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](1a4442cacd...8f152de45c
)
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
2023-12-11 10:55:44 +01:00
AleksanderSklorz
cd33bb6c92
[ACS-6323] dynamic content list changing columns order with drag drop ( #9146 )
...
* ACS-6323 Added draggable field to DocumentListPresetRef
* ACS-6323 Allow to dragging column over columns in index range
* ACS-6323 Allow to dragging column over only enabled columns
* ACS-6323 Fixed styles for drag and drop icon for first column
* ACS-6323 Unit tests and function renaming
* ACS-6323 Corrected unit test
2023-12-08 22:54:25 +01:00
MichalKinas
064c1fd216
[MNT-23166] Make tasks and processes lists resizeable ( #9145 )
2023-12-08 08:47:51 +01:00
swapnil-verma-gl
f47fb2a7e9
[ACS-6107] Replaced SearchDateRange component with SearchDateRangeAdvanced Component ( #9023 )
...
* [ACS-6107] Removed date range component from ADF content-services
* [ACS-6107] Removed references of date range component in code
* [ACS-6107] Updated documentation to replace occurrences of date range component with date-range-advanced-tabbed component
* [ACS-6107] Renamed DateRangeAdvanced to DateRange. Renamed DateRangeAdvancedTabbed to DateRangeTabbed
* [ACS-6107] Fixed missing export of SearchDateRangeTabbedComponent
* [ACS-6107] Replaced occurrences of date-range-advanced with date-range in HTML and Unit Tests automation ids
* [ACS-6107] Documentation corrections
* [ACS-6107] Reverted unneeded documentation formatting
* [ACS-6107] Reverted unneeded documentation formatting
* [ACS-6107] Reverted unneeded documentation formatting
* [ACS-6107] Migrated unneeded E2E test case to unit test
* [ACS-6107] Removed search-date-range E2E
* [ACS-6107] Resolved PR comments. Removed date-range-filter.page.ts. Removed unused translation keys. Updated documentation to refer proper comment name
* [ACS-6107] Updated documentation for SearchDateRange component to mention the change from original configuration to the newer configuration
* [ACS-6107] Corrected wrong version in documentation
* [ci:force]
* [ACS-6107] Removed unneeded file
* [ACS-6107] Updated unit tests and mock data after rebase
* [ci:force]
* [ACS-6107] Revert unneeded change. Remove unneeded file
* [ci:force]
* [ACS-6107] Updated E2E search config
* [ci:force]
* [ACS-6107] Updated E2E expects after component changes
* [ci:force]
2023-12-06 17:03:43 +05:30
Wojciech Duda
88ab336d05
[AAE-18450] fixed form value not updating instantly on radio change ( #9141 )
...
* [AAE-18450] fixed form value not updating instantly on radio change
* [AAE-18450] added tests, removed material references
* [AAE-18450] test enhancements
* [AAE-18450] added label to filter
2023-12-05 18:20:26 +01:00
pkunduGL
8fa37a54a7
[ACS-6031] Minimum width and tooltip added for column header ( #9093 )
...
* Minimum width and tooltip added for column header
* updated min width
* Reverted the changes as per review comments
2023-12-05 12:25:44 +05:30
Yasa-Nataliya
a3fa0f316b
[ADF-5570][ADF-5571]Removed important property from 'toolbar.component.scss' and 'pagination.component.scss' in ADF ( #9134 )
...
* [ADF-5570][ADF-5571]Removed the important
* [ci:force]
2023-12-05 09:25:43 +05:30
dependabot[bot]
185ae4e6ba
build(deps): bump kamatama41/get-pr-number-action from 0.7.0 to 0.9.1 ( #9126 )
...
Bumps [kamatama41/get-pr-number-action](https://github.com/kamatama41/get-pr-number-action ) from 0.7.0 to 0.9.1.
- [Release notes](https://github.com/kamatama41/get-pr-number-action/releases )
- [Commits](5c77b38a1b...0bcaab5752
)
---
updated-dependencies:
- dependency-name: kamatama41/get-pr-number-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>
2023-12-04 20:24:32 +01:00
dependabot[bot]
4e4aa8f2d4
build(deps): bump actions/checkout ( #9122 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](f43a0e5ff2...b4ffde65f4
)
---
updated-dependencies:
- dependency-name: actions/checkout
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>
2023-12-04 20:24:16 +01:00
dependabot[bot]
3837d19b58
build(deps): bump actions/checkout in /.github/actions/artifact-extract ( #9131 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](f43a0e5ff2...b4ffde65f4
)
---
updated-dependencies:
- dependency-name: actions/checkout
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>
2023-12-04 20:24:01 +01:00
dependabot[bot]
e47b1100d1
build(deps): bump actions/github-script from 6.4.1 to 7.0.1 ( #9127 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6.4.1 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](d7906e4ad0...60a0d83039
)
---
updated-dependencies:
- dependency-name: actions/github-script
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>
2023-12-04 20:23:45 +01:00
dependabot[bot]
a87290e11a
build(deps): bump actions/setup-node in /.github/actions/setup ( #9125 )
...
Bumps [actions/setup-node](https://github.com/actions/setup-node ) from 3.8.2 to 4.0.0.
- [Release notes](https://github.com/actions/setup-node/releases )
- [Commits](1a4442cacd...8f152de45c
)
---
updated-dependencies:
- dependency-name: actions/setup-node
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>
2023-12-04 20:23:30 +01:00
dependabot[bot]
53ba5d6d04
build(deps): bump actions/github-script ( #9121 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6.4.1 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](d7906e4ad0...60a0d83039
)
---
updated-dependencies:
- dependency-name: actions/github-script
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>
2023-12-04 20:07:11 +01:00
dependabot[bot]
91289520de
build(deps): bump actions/github-script ( #9123 )
...
Bumps [actions/github-script](https://github.com/actions/github-script ) from 6.4.1 to 7.0.1.
- [Release notes](https://github.com/actions/github-script/releases )
- [Commits](d7906e4ad0...60a0d83039
)
---
updated-dependencies:
- dependency-name: actions/github-script
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>
2023-12-04 20:06:48 +01:00
dependabot[bot]
7ff8156015
build(deps): bump slackapi/slack-github-action from 1.23.0 to 1.24.0 ( #9129 )
...
Bumps [slackapi/slack-github-action](https://github.com/slackapi/slack-github-action ) from 1.23.0 to 1.24.0.
- [Release notes](https://github.com/slackapi/slack-github-action/releases )
- [Commits](007b2c3c75...e28cf165c9
)
---
updated-dependencies:
- dependency-name: slackapi/slack-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>
2023-12-04 20:06:35 +01:00
dependabot[bot]
76eca49985
build(deps): bump Alfresco/alfresco-build-tools from 1.36.0 to 5.4.0 ( #9138 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 1.36.0 to 5.4.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](7b0536b4e4...042fc28b3e
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
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>
2023-12-04 20:06:20 +01:00
dependabot[bot]
da018aadb9
build(deps): bump actions/checkout from 3.6.0 to 4.1.1 ( #9128 )
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 3.6.0 to 4.1.1.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](https://github.com/actions/checkout/compare/v3.6.0...b4ffde65f46336ab88eb53be808477a3936bae11 )
---
updated-dependencies:
- dependency-name: actions/checkout
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>
2023-12-04 20:04:59 +01:00
dependabot[bot]
f2764d0638
build(deps): bump Alfresco/alfresco-build-tools ( #9139 )
...
Bumps [Alfresco/alfresco-build-tools](https://github.com/alfresco/alfresco-build-tools ) from 1.29.0 to 5.4.0.
- [Release notes](https://github.com/alfresco/alfresco-build-tools/releases )
- [Commits](d3b4d2e2e0...042fc28b3e
)
---
updated-dependencies:
- dependency-name: Alfresco/alfresco-build-tools
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>
2023-12-04 20:04:41 +01:00
Michał Fidor
e78bc460de
[AAE-17481] Fix mapping for process leave-request ( #9140 )
2023-12-04 11:22:25 +01:00
Michał Fidor
db9c3d4cb4
[AAE-17481] Fix processes for the new tests ( #9137 )
2023-12-01 16:35:03 +01:00
Michał Fidor
e0260d821f
[AAE-17475] Fix processes for Call Activities tests ( #9136 )
2023-12-01 07:44:44 +01:00
DominikIwanek
c1ad165ef9
[AAE-18541] - OAuth - redirect does not work ( #9135 )
2023-11-30 12:20:16 +01:00
Yasa-Nataliya
065829ef01
[ACS-5600] AlfrescoViewerComponent shows the original mimetype ( #9095 )
...
* [ACS-5600]Changes for bug
* [ACS-5600]Changes for bug fixes
* [5600]fixed the space
* [ACS-5600] modified the variable name
* [ACS-5600]Implemented the review comments
* [ACS-5600]modified the test cases
* [ACS-5600] modified the test cases
* [ACS-5600]modified the changes
* [ci:force]
2023-11-30 14:36:34 +05:30
Wiktor Danielewski
8a184efc6c
[AAE-8556] Convert attach file manual test case to unit test ( #9108 )
...
* [AAE-8556] Update attach file dialog service
* [AAE-8556] Update attach file dialog
* [AAE-8556] Align with remarks
* [AAE-8556] Switch to https
2023-11-29 17:40:50 +01:00
DominikIwanek
500c5581f6
[AAE-18541] - OAuth - redirect does not work ( #9133 )
2023-11-28 17:19:30 +01:00
AleksanderSklorz
7793aba89e
[ACS-6252] support disabling the tags and categories feature in the applications ( #9106 )
...
* ACS-6252 Added rules field to SearchCategory interface
* ACS-6252 Hide aspects related with tags and categories if tags and categories features are disabled
* ACS-6252 Return from services information if tags and categories are disabled
* ACS-6252 Unit tests for changes in AspectListDialogComponent
* ACS-6252 Unit tests for changes for AspectListComponent
* ACS-6252 Unit tests for DialogAspectListService
* ACS-6252 Unit tests for changes for TagService and CategoryService
* ACS-6252 Updated documentation for changes
* ACS-6252 Fixed imports formatting
* ACS-6252 Fix after rebasing
* ACS-6252 Addressed PR comments
* ACS-6252 Excluded e2es
2023-11-28 11:41:32 +01:00
Denys Vuika
979bf3ac59
[ACS-6396] cleanup unused CLI code ( #9132 )
...
* cleanup unused CLI code
* [ci:force] update CLI readme
2023-11-28 05:20:17 -05:00
Giovanni Fertuso
7300f74add
Fix dependabot.yml ( #9120 )
...
* Fix Dependabot groups
2023-11-27 15:54:12 +00:00
Maurizio Vitale
38a7dc6cb7
ADF release - Notify correct channel ( #9116 )
...
* Notify correct channel
* Use pinned
2023-11-27 12:48:22 +01:00
Denys Vuika
4313869127
[ACS-6370] fix js-api version bump ( #9119 )
2023-11-27 11:04:38 +00:00
Giovanni Fertuso
3daecb1b1c
[AAE-18117] Use SHA for GitHub actions ( #9113 )
...
* AAE-18117 - Add pre-checks job
* AAE-18117 - Use pinned SHA
* AAE-18117 - Update dependabot.yml
2023-11-27 10:58:24 +00:00
Denys Vuika
3cf2ffa7bd
[AAE-18464] fix bundle check for js-api ( #9117 )
2023-11-27 10:47:12 +00:00
Denys Vuika
2824b7be50
bump js-api version to 7.4.0 ( #9115 )
2023-11-27 10:33:48 +00:00
Denys Vuika
3677bfb78e
[ACS-6370] switch js-api builds to original node.js ( #9114 )
...
* switch js-api builds to original node.js
* [ci:force] cleanup ts configs
* [ci:force] remove temp hotfix for js-api
* remove dead code
2023-11-27 04:54:24 -05:00
Denys Vuika
dbe3a7c7db
[ACS-6370] temporary pin ADF cli to js-api 7.2.0 ( #9112 )
2023-11-23 13:29:28 +00:00
Maurizio Vitale
869f0296d0
Trigger a new release ( #9111 )
2023-11-23 12:05:52 +00:00
Denys Vuika
2a7fd89af0
[PRODENG-211] fix js-api version bump ( #9110 )
2023-11-23 10:39:34 +00:00
Michał Fidor
6759e2e9bb
[AAE-16041] Removing unneeded tests ( #9109 )
2023-11-23 10:07:03 +01:00
Denys Vuika
3309ea63f6
[PRODENG-211] improved ADF CLI compilation ( #9105 )
...
* reduce npm log noise to errors
* remove unused ts config
* improve CLI build config
* use monorepo libs when building CLI
* [ci:force] minor polishing
2023-11-22 13:51:20 +00:00
Denys Vuika
e97333aabd
[PRODENG-211] reworked version updating ( #9104 )
...
* update js-api package metadata
* cleanup
* improve script loop
* cleanup dead code
* Revert "cleanup dead code"
This reverts commit f0de08acf89cfe1dfd568b77438eff60e48ec486.
* cleanup dead code
* cleanup
* cleanup dead code
* reduce scripts
* cleanup script
* better naming
* cleanup
* minor fixes
* code improvements and fixes
* minor improvements
* fix js-api upgrades
* reusable version generator
* fix variable overwrite
* reduce code duplication
* fix version generation for build number
* cleanup
2023-11-22 11:33:05 +00:00
Bartosz Sekula
aa05fc28b5
[AAE-18175] Unable to Import Descriptor in HXP Environment ( #9097 )
2023-11-22 10:22:23 +01:00
Denys Vuika
4b3e101586
[PRODENG-211] update npm bundle check ( #9103 )
...
* update js-api bundle check
* rework bundle checks
2023-11-21 13:56:00 +00:00
Denys Vuika
8687e86cf6
[PRODENG-211] update js-api deps ( #9102 )
...
* update js-api deps
* switch cli to prev version for now
* update lock file for cli
2023-11-21 06:47:43 -05:00
Denys Vuika
8839c9563a
bump local js-api to 7.3.0
2023-11-21 10:39:10 +00:00