forked from gooddata/gooddata-ui-sdk
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/master' into release-to-master
- Loading branch information
Showing
62 changed files
with
12,184 additions
and
7,602 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 10 additions & 0 deletions
10
common/changes/@gooddata/sdk-ui-all/stl-270-export-definitions-service_2024-04-09-12-14.json
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,10 @@ | ||
{ | ||
"changes": [ | ||
{ | ||
"packageName": "@gooddata/sdk-ui-all", | ||
"comment": "Added a workspace service for working with export definitions metadata objects", | ||
"type": "none" | ||
} | ||
], | ||
"packageName": "@gooddata/sdk-ui-all" | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,23 +1,26 @@ | ||
{ | ||
"name": "gd-ui-docs", | ||
"version": "9.0.0", | ||
"description": "Documentation for GD.UI project", | ||
"dependencies": { | ||
"autoprefixer": "^10.2.4", | ||
"postcss": "^8.2.5", | ||
"postcss-cli": "^8.3.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/gooddata/gooddata-ui-sdk.git" | ||
}, | ||
"author": "Mara3l", | ||
"homepage": "https://www.gooddata.com/docs/gooddata-ui/", | ||
"devDependencies": { | ||
"hugo-extended": "^0.115.4" | ||
}, | ||
"scripts": { | ||
"build": "hugo", | ||
"start": "hugo server" | ||
} | ||
"name": "gd-ui-docs", | ||
"version": "9.0.0", | ||
"description": "Documentation for GD.UI project", | ||
"dependencies": { | ||
"autoprefixer": "^10.2.4", | ||
"postcss": "^8.2.5", | ||
"postcss-cli": "^8.3.1" | ||
}, | ||
"repository": { | ||
"type": "git", | ||
"url": "git+ssh://git@github.com/gooddata/gooddata-ui-sdk.git" | ||
}, | ||
"author": "Mara3l", | ||
"homepage": "https://www.gooddata.com/docs/gooddata-ui/", | ||
"devDependencies": { | ||
"hugo-extended": "^0.115.4" | ||
}, | ||
"scripts": { | ||
"build": "hugo", | ||
"start": "hugo server", | ||
"production": "../scripts/generate.sh upstream master && hugo server -e public", | ||
"test": "rm -rf public && ../scripts/generate.sh upstream master && hugo -e public --minify && ../scripts/htmltest.sh -c .htmltest.yml public", | ||
"test_local": "rm -rf public && hugo --minify && ../scripts/htmltest.sh -c .htmltest.yml public" | ||
} | ||
} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
1,051 changes: 686 additions & 365 deletions
1,051
libs/api-client-tiger/api/api-client-tiger.api.md
Large diffs are not rendered by default.
Oops, something went wrong.
Oops, something went wrong.