Skip to content
Open
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion .github/actions/branch-cutoff-action/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ runs:
using: 'composite'
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
token: ${{ inputs.token }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check-approve.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
- ready-to-merge-approved
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Notify sync PR check failure
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/check.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Inform to slack when workflows failed
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/checklist-integrated-staging.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ jobs:
allowed-skips: checklist-SDK, checklist-export, checklist-boiler-app
jobs: ${{ toJSON(needs) }}
- name: Checkout composite action
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
sparse-checkout: |
.github/actions/slack/send-notification
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/prerelease-beta-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
branch: ${{ steps.check-input-version-param.outputs.branch }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Check if branch for version exists
id: check-input-version-param
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-bump-master-to-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
needs: [prepare-versions-master]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Inform to slack
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/release-release-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
branch: ${{ steps.branch.outputs.branch }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: 'master'
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
Expand Down Expand Up @@ -153,7 +153,7 @@ jobs:
needs: [publish-netlify, update-apidocs-version, publish-release]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Notify to slack
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/release-release-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
branch: ${{ steps.check-input-version-param.outputs.branch }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Check branch for version exists
id: check-input-version-param
run: |
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-bump-version-major.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rw-bump-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
Expand All @@ -62,7 +62,7 @@ jobs:
version: ${{ steps.version.outputs.version }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-doc-netlify-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: master
- name: Hugo Build
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rw-doc-release-apidocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
env:
VERSION: ${{ inputs.version }}
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
Expand All @@ -62,7 +62,7 @@ jobs:

# checkout gooddata-ui-apidocs only after full root of the repo is built with rush, otherwise rush commands fail when something is present in a subdirectory
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
repository: 'gooddata/gooddata-ui-apidocs'
ref: 'master'
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-doc-update-hugo-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ jobs:
version: ${{inputs.version}}
- name: Checkout
if: steps.check-version.outputs.is_patch == 'false'
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-git-create-tag.yml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Create Release
id: create_release
uses: ncipollo/release-action@v1.21.0
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-git-push-rel-master-minor.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
labels: runners-small
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS_ADMIN }}
fetch-depth: 500
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-perform-release-patch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -60,7 +60,7 @@ jobs:
needs: [add-release-tag, prepare-variables]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Set up message
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rw-publish-prerelease.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ jobs:
labels: runners-small
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
- name: Setup node
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
needs: [bump-version, publish-prerelease,setup-params]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Notify to slack
Expand Down
6 changes: 3 additions & 3 deletions .github/workflows/rw-publish-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
version: ${{ steps.get-version.outputs.version }}
steps:
- name: Checkout code
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
- name: Setup node
Expand Down Expand Up @@ -77,7 +77,7 @@ jobs:
labels: runners-small
steps:
- name: Checkout
uses: actions/checkout@v6
uses: actions/checkout@v7
- name: Setup node
uses: ./.github/actions/node/set-up-node
id: node-init
Expand Down Expand Up @@ -134,7 +134,7 @@ jobs:
needs: [bump-version, check-npm-package]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Set up message
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rw-publish-version.yml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ jobs:
contents: read
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
ref: ${{inputs.source-branch}}
- name: Add repository to git safe directories to avoid dubious ownership issue
Expand Down Expand Up @@ -61,7 +61,7 @@ jobs:
runs-on: [ubuntu-latest]
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Inform to slack when publish workflows failed
Expand Down
8 changes: 4 additions & 4 deletions .github/workflows/rw-rush-build-basic-checks.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
group: infra1-runners-arc
labels: runners-cxa-xlarge
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
- name: Git config user
uses: snow-actions/git-config-user@v1.0.0
with:
Expand All @@ -37,7 +37,7 @@ jobs:
group: infra1-runners-arc
labels: runners-rxa-xlarge
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 2
- name: Git config user
Expand Down Expand Up @@ -66,7 +66,7 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
TARGET_BRANCH: ${{ inputs.target-branch }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 2
- name: Git config user
Expand Down Expand Up @@ -98,7 +98,7 @@ jobs:
NPM_AUTH_TOKEN: ${{ secrets.NPM_TOKEN }}
TARGET_BRANCH: ${{ inputs.target-branch }}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
fetch-depth: 2
- name: Git config user
Expand Down
4 changes: 2 additions & 2 deletions .github/workflows/rw-rush-build-e2e-tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
group: infra1-runners-arc
labels: runners-rxa-xlarge
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.source-ref }}
fetch-depth: 2
Expand Down Expand Up @@ -80,7 +80,7 @@ jobs:
matrix:
runner: ${{fromJson(needs.e2e-prepare-matrix.outputs.matrix)}}
steps:
- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.source-ref }}
fetch-depth: 2
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/rw-rush-detect-changes.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ jobs:
echo "target-branch: ${{ inputs.target-branch }}"
echo "package-name: ${{ inputs.package-name }}"

- uses: actions/checkout@v6
- uses: actions/checkout@v7
with:
ref: ${{ inputs.source-branch }}
fetch-depth: 100
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/slack-post-merge-notification.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ jobs:
labels: runners-small
steps:
- name: Checkout repository
uses: actions/checkout@v6
uses: actions/checkout@v7
with:
token: ${{ secrets.TOKEN_GITHUB_YENKINS}}
- name: Inform to slack when post-merge workflows failed
Expand Down
6 changes: 3 additions & 3 deletions NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -7,9 +7,9 @@

The following 3rd-party software packages may be used by or distributed with gooddata-ui-sdk. Any information relevant to third-party vendors listed below are collected using common, reasonable means.

Date generated: 2026-6-18
Date generated: 2026-6-19

Revision ID: 9a7112d1a258858d38a40b99546f85cdc462e845
Revision ID: 3fa6914b6550194ce069d8f1ab41a8a22d3bf58a

================================================================================
================================================================================
Expand Down Expand Up @@ -38519,4 +38519,4 @@ POSSIBILITY OF SUCH DAMAGE.
--------------------------------------------------------------------------------
--------------------------------------------------------------------------------

Report Generated by FOSSA on 2026-6-18
Report Generated by FOSSA on 2026-6-19
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-ui-theme-provider: Prevent the applied theme from being reset when hovering header items in the pluggable host (preloaded app bundles no longer override the theme's CSS variables).",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-ui-gen-ai: Key driver analysis can be triggered in ai for metrics with key driver analysis hidden",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-ui-charts: Show the Y axis title on line and combo charts when a single regular metric is rendered alongside control (threshold) metrics",
"type": "patch"
}
],
"packageName": "@gooddata/sdk-ui-all",
"email": "jakub.scavnicky@gooddata.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"comment": "sdk-ui-dashboard: Reload an insight widget when a parameter changes after it entered the \"No data\" empty state.",
"type": "none",
"packageName": "@gooddata/sdk-ui-all"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,11 @@
{
"changes": [
{
"comment": "Add object-level permissions share dialog to the analytics catalog detail page, gated by the enableColumnLevelPermissions feature flag",
"type": "none",
"packageName": "@gooddata/sdk-ui-all"
}
],
"packageName": "@gooddata/sdk-ui-all",
"email": "matyas.kandl@gooddata.com"
}
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"comment": "sdk-ui-gen-ai: Add a data-testid to the agent-switch divider (AgentChangeItem) to support a stable E2E locator.",
"type": "none",
"packageName": "@gooddata/sdk-ui-all"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
Loading