Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/master' into release-to-master
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions committed Apr 12, 2024
2 parents ddbbf89 + cad7a66 commit 8a12b19
Show file tree
Hide file tree
Showing 62 changed files with 12,184 additions and 7,602 deletions.
2 changes: 1 addition & 1 deletion NOTICE
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ The following 3rd-party software packages may be used by or distributed with goo

Date generated: 2024-4-9

Revision ID: b19a10bff755a8cd8312a158f3e7678cf89b384e
Revision ID: 77c6338613626834e81c5b0e2577450ce9fabf1c

================================================================================
================================================================================
Expand Down
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"
}
1 change: 1 addition & 0 deletions docs/config/_default/config.toml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ url = "https://community.gooddata.com/"
weight = 3
[[menu.main]]
name = "Documentation"
url = "https://gooddata.com/docs/gooddata-ui"
weight = 4
[menu.main.params]
isHome = true
Expand Down
11 changes: 1 addition & 10 deletions docs/config/_default/params.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,15 +7,6 @@
# - "latestTag" - docker image tag for the latest patch version. Must be changed
# on every patch release of respective branch
[[versions]]
version = "9.0"
version = "local"
dirpath = "latest"
url = "/latest/"
[[versions]]
version = "8.12"
url = "https://sdk.gooddata.com/gooddata-ui/"
[[versions]]
version = "8.11"
url = "https://sdk.gooddata.com/gooddata-ui/docs/8.11.0/about_gooddataui.html"
[[versions]]
version = "Older"
url = "https://sdk.gooddata.com/gooddata-ui/versions.html"
45 changes: 24 additions & 21 deletions docs/package.json
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"
}
}
3 changes: 1 addition & 2 deletions examples/playground/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ backends except the `public` one require authentication.

Start the selected backend via `npm run play <backend-id>` where `<backend-id>` is key of backend definition from [webpack.config.js](webpack.config.js).

In order to get the login screen out of the way, the playground requires that you specify username and password for Bear or API token for Tiger in
the `.env` file. Set the `TIGER_API_TOKEN` variables in the `.env` file. The playground will pick them
Set the `TIGER_API_TOKEN` variables in the `.env` file. The playground will pick them
up and will use these automatically when it needs to authenticate the session.

NOTE: the `.env` file is already ignored and will not land in commit.
Expand Down
1,051 changes: 686 additions & 365 deletions libs/api-client-tiger/api/api-client-tiger.api.md

Large diffs are not rendered by default.

Loading

0 comments on commit 8a12b19

Please sign in to comment.