Skip to content

Commit 408722c

Browse files
authored
Merge branch 'main' into tjbanghart/fat-jar
2 parents 931278d + 5407e63 commit 408722c

File tree

164 files changed

+10948
-2458
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

164 files changed

+10948
-2458
lines changed

.eslintignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
packages/extension-tile-playground/src/components/LiquidFillGaugeViz/liquid_fill_gauge.js

.node-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
12.13.0
1+
14.21.3

.release-please-manifest.json

Lines changed: 19 additions & 19 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
".": "23.12.0",
3-
"packages/api-explorer": "0.9.50",
4-
"packages/code-editor": "0.1.29",
5-
"packages/extension-api-explorer": "22.21.7",
6-
"packages/extension-sdk": "23.12.0",
7-
"packages/extension-sdk-react": "23.12.0",
8-
"packages/extension-utils": "0.1.27",
9-
"packages/hackathon": "22.21.9",
10-
"packages/run-it": "0.9.50",
11-
"packages/sdk": "23.12.0",
12-
"packages/sdk-codegen": "21.8.1",
13-
"packages/sdk-codegen-scripts": "21.5.7",
2+
".": "23.16.0",
3+
"packages/api-explorer": "0.9.52",
4+
"packages/code-editor": "0.1.30",
5+
"packages/extension-api-explorer": "22.21.9",
6+
"packages/extension-sdk": "23.16.0",
7+
"packages/extension-sdk-react": "23.16.0",
8+
"packages/extension-utils": "0.1.29",
9+
"packages/hackathon": "22.21.11",
10+
"packages/run-it": "0.9.52",
11+
"packages/sdk": "23.16.0",
12+
"packages/sdk-codegen": "21.8.2",
13+
"packages/sdk-codegen-scripts": "21.5.9",
1414
"packages/sdk-codegen-utils": "21.0.11",
15-
"packages/sdk-node": "23.12.0",
15+
"packages/sdk-node": "23.16.0",
1616
"packages/sdk-rtl": "21.6.1",
17-
"packages/wholly-artifact": "0.1.8",
18-
"packages/wholly-sheet": "0.5.46",
19-
"python": "23.12.0",
20-
"packages/extension-playground": "1.0.7",
21-
"packages/embed-services": "23.12.0",
22-
"packages/embed-components": "23.12.0"
17+
"packages/wholly-artifact": "0.1.10",
18+
"packages/wholly-sheet": "0.5.48",
19+
"python": "23.16.0",
20+
"packages/extension-playground": "1.0.9",
21+
"packages/embed-services": "23.16.0",
22+
"packages/embed-components": "23.16.0"
2323
}

CHANGELOG.md

Lines changed: 31 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,36 @@
11
# Changelog
22

3+
## [23.16.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v23.14.1...sdk-codegen-all-v23.16.0) (2023-09-21)
4+
5+
6+
### Features
7+
8+
* generate SDKs for Looker 23.16 ([#1365](https://github.com/looker-open-source/sdk-codegen/issues/1365)) ([9d6937a](https://github.com/looker-open-source/sdk-codegen/commit/9d6937a042d1649b41bc1851d579b5aa5360ad44))
9+
10+
11+
### Bug Fixes
12+
13+
* add mdls import to makeTheCall when mdls is used ([#1355](https://github.com/looker-open-source/sdk-codegen/issues/1355)) ([4f5ed2b](https://github.com/looker-open-source/sdk-codegen/commit/4f5ed2be97cc1462b980c20c2e9140cee087865f))
14+
* sync up package versions ([#1356](https://github.com/looker-open-source/sdk-codegen/issues/1356)) ([351a15d](https://github.com/looker-open-source/sdk-codegen/commit/351a15d71dd6b87124a0275a9b2d126f4e5c3ed1))
15+
16+
## [23.14.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v23.12.0...sdk-codegen-all-v23.14.1) (2023-08-15)
17+
18+
19+
### Features
20+
21+
* generate SDKs for Looker 23.14 ([#1347](https://github.com/looker-open-source/sdk-codegen/issues/1347)) ([90f3f5f](https://github.com/looker-open-source/sdk-codegen/commit/90f3f5f3104c1a76cd1cce10e06e0b995e53c40f))
22+
* Send message on visConfig extension update ([#1348](https://github.com/looker-open-source/sdk-codegen/issues/1348)) ([20295d3](https://github.com/looker-open-source/sdk-codegen/commit/20295d318aa7aa59083342038f0c5168959ef3fd))
23+
24+
25+
### Bug Fixes
26+
27+
* change visconfig types to reflect new getter ([#1350](https://github.com/looker-open-source/sdk-codegen/issues/1350)) ([c7648d9](https://github.com/looker-open-source/sdk-codegen/commit/c7648d9792bf976e2ea0ab0e94dfa0d45de83e66))
28+
29+
30+
### Miscellaneous Chores
31+
32+
* Update Typescript SDK README.md ([#1353](https://github.com/looker-open-source/sdk-codegen/issues/1353)) ([b528e38](https://github.com/looker-open-source/sdk-codegen/commit/b528e3895fc4b5c7b864627fcfb9d421233f12a1))
33+
334
## [23.12.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v23.10.0...sdk-codegen-all-v23.12.0) (2023-07-17)
435

536

Pipfile

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -7,6 +7,7 @@ verify_ssl = true
77

88
[packages]
99
black = "*"
10+
tox = "*"
1011

1112
[requires]
1213
python_version = "3.8"

Pipfile.lock

Lines changed: 111 additions & 47 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

apix-files/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
{
2-
"name": "@looker/apix-files",
2+
"name": "@internal/apix-files",
33
"version": "21.0.11",
44
"description": "Looker File Server for API Explorer",
55
"main": "lib/index.js",

bin/looker-resources-index/package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
{
2-
"name": "looker-resources-index",
2+
"name": "@internal/looker-resources-index",
3+
"version": "0.0.0",
34
"description": "A listing of Looker-related resources, and some automation for publishing the listing in consumable formats",
45
"main": "src/resource-data/resources.ts",
56
"private": true,

bin/sdk_gen

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ async function sleep(ms) {
2323

2424
/** wait for the Looker CI image to be responsive */
2525
const waitForLooker = async () => {
26-
const max_tries = 30
26+
const max_tries = 90
2727
const delay = 5
2828
let alive = false
2929
let tries = 1

csharp/rtl/Constants.cs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ public struct Constants
6161

6262
public const string DefaultApiVersion = "4.0";
6363
public const string AgentPrefix = "CS-SDK";
64-
public const string LookerVersion = "23.12";
64+
public const string LookerVersion = "23.18";
6565

6666
public const string Bearer = "Bearer";
6767
public const string LookerAppiId = "x-looker-appid";

0 commit comments

Comments
 (0)