Skip to content
Merged
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/node/set-up-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
# restore s3 cache for node installation
- name: Restore Node.js from cache
if: ${{ steps.check-node.outputs.node-installed == 'false' }}
uses: runs-on/cache/restore@v5.0.5
uses: runs-on/cache/restore@v5.0.7
id: node-cache
env:
RUNS_ON_S3_BUCKET_CACHE: gdc-github-cache
Expand Down
2 changes: 1 addition & 1 deletion .github/actions/node/warm-up-node/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ runs:
# create s3 cache for node installation
- name: Cache Node.js
if: ${{ steps.check-node.outputs.node-installed == 'false' }}
uses: runs-on/cache@v5.0.5
uses: runs-on/cache@v5.0.7
id: node-cache
env:
RUNS_ON_S3_BUCKET_CACHE: gdc-github-cache
Expand Down
4 changes: 2 additions & 2 deletions .github/actions/rush/set-up-rush/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ runs:
# Restore cache for global rush installation
# We need defined unified home folder for rush on runners and different docker images
- name: Cache Rush
uses: runs-on/cache/restore@v5.0.5
uses: runs-on/cache/restore@v5.0.7
env:
RUNS_ON_S3_BUCKET_CACHE: gdc-github-cache
with:
Expand All @@ -76,7 +76,7 @@ runs:
- name: Cache pnpm
if: ${{ inputs.install-dependencies == 'true' }}
id: cache-pnpm
uses: runs-on/cache/restore@v5.0.5
uses: runs-on/cache/restore@v5.0.7
env:
RUNS_ON_S3_BUCKET_CACHE: gdc-github-cache
with:
Expand Down
6 changes: 3 additions & 3 deletions .github/actions/rush/warm-up-rush/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ runs:
# path common/.rush is set via RUSH_GLOBAL_FOLDER
# We need defined unified home folder for rush on runners and different docker images
- name: Cache Rush
uses: runs-on/cache@v5.0.5
uses: runs-on/cache@v5.0.7
env:
RUNS_ON_S3_BUCKET_CACHE: gdc-github-cache
with:
Expand All @@ -33,7 +33,7 @@ runs:
# Perform a lookup to check if the cache for pnpm exists
- name: Cache pnpm lookup
id: cache-pnpm-lookup
uses: runs-on/cache/restore@v5.0.5
uses: runs-on/cache/restore@v5.0.7
env:
RUNS_ON_S3_BUCKET_CACHE: gdc-github-cache
with:
Expand All @@ -47,7 +47,7 @@ runs:
# we skip cache fetch if we are warming up the cache and cache hit
if: ${{ steps.cache-pnpm-lookup.outputs.cache-hit != 'true' }}
id: cache-pnpm
uses: runs-on/cache@v5.0.5
uses: runs-on/cache@v5.0.7
env:
RUNS_ON_S3_BUCKET_CACHE: gdc-github-cache
with:
Expand Down
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"changes": [
{
"packageName": "@gooddata/sdk-ui-all",
"comment": "sdk-ui-all: Add support of measure value filter in scheduling.",
"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-dashboard: Propagate measure value filter to KDA.",
"type": "none"
}
],
"packageName": "@gooddata/sdk-ui-all"
}
4 changes: 2 additions & 2 deletions common/config/rush/version-policies.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,14 +12,14 @@
{
"definitionName": "lockStepVersion",
"policyName": "sdk",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"nextBump": "prerelease",
"mainProject": "@gooddata/sdk-ui-all"
},
{
"definitionName": "lockStepVersion",
"policyName": "sdk-examples",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"nextBump": "prerelease",
"mainProject": "@gooddata/sdk-ui-all"
}
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-examples-template",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "GoodData interactive example template",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-attributefilter",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example demonstrates how to use the AttributeFilter component to filter data in a visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-chartconfig",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This interactive example demonstrates how to manipulate the chart config.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-columnchart",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example demonstrates the usage of the ColumnChart component with the viewBy and stackBy properties.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-combochart",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "Example demonstrates ComboChart secondaryMeasures definition. ",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-dashboard",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example shows how to use the Dashboard component.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-datefilter",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "Example demonstrates usage of Date Filter component.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-dependentfilters",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example demonstrates how to use multiple attribute filters linked together to filter data in a visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-execute",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example demonstrates using Execute component and build custom visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-granularity",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example exmplains DateFilter granularity ",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-headline",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example shows how to use the Headline component.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-pivottable",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "Basic PivotTable manipulation.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-relativedatefilter",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "Example demonstrates how to set relative DateFilter for visualization.",
"license": "LicenseRef-LICENSE",
Expand Down
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-example-repeater",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "This example demonstrates how to use Repeater component.",
"license": "LicenseRef-LICENSE",
Expand Down
2 changes: 1 addition & 1 deletion examples/sdk-interactive-examples/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@gooddata/sdk-interactive-examples",
"version": "11.35.0-alpha.6",
"version": "11.35.0-alpha.7",
"private": false,
"description": "GoodData React interactive examples",
"license": "LicenseRef-LICENSE",
Expand Down
Loading