Skip to content

Commit fe116c5

Browse files
authored
Merge branch 'main' into tjbanghart/fat-jar
2 parents fafb533 + 6b1abb9 commit fe116c5

File tree

85 files changed

+3882
-788
lines changed

Some content is hidden

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

85 files changed

+3882
-788
lines changed

.github/workflows/release-please.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
release-please:
99
runs-on: ubuntu-latest
1010
steps:
11-
- uses: google-github-actions/release-please-action@v3
11+
- uses: google-github-actions/release-please-action@v3.7.8
1212
with:
1313
command: manifest
1414
monorepo-tags: true

.release-please-manifest.json

Lines changed: 20 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,23 +1,23 @@
11
{
2-
".": "23.8.1",
3-
"packages/api-explorer": "0.9.48",
4-
"packages/code-editor": "0.1.28",
5-
"packages/extension-api-explorer": "22.21.5",
6-
"packages/extension-sdk": "23.8.1",
7-
"packages/extension-sdk-react": "23.8.1",
8-
"packages/extension-utils": "0.1.25",
9-
"packages/hackathon": "22.21.7",
10-
"packages/run-it": "0.9.48",
11-
"packages/sdk": "23.8.1",
12-
"packages/sdk-codegen": "21.8.0",
13-
"packages/sdk-codegen-scripts": "21.5.5",
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",
1414
"packages/sdk-codegen-utils": "21.0.11",
15-
"packages/sdk-node": "23.8.1",
16-
"packages/sdk-rtl": "21.6.0",
17-
"packages/wholly-artifact": "0.1.6",
18-
"packages/wholly-sheet": "0.5.44",
19-
"python": "23.8.1",
20-
"packages/extension-playground": "1.0.5",
21-
"packages/embed-services": "23.8.1",
22-
"packages/embed-components": "23.8.1"
15+
"packages/sdk-node": "23.12.0",
16+
"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"
2323
}

CHANGELOG.md

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

3+
## [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)
4+
5+
6+
### Features
7+
8+
* Add sagas to OAuth Form ([#1330](https://github.com/looker-open-source/sdk-codegen/issues/1330)) ([3095a48](https://github.com/looker-open-source/sdk-codegen/commit/3095a488d578bf5496f6e1622271bc568a4512f9))
9+
* generate SDKs for Looker 23.12 ([#1335](https://github.com/looker-open-source/sdk-codegen/issues/1335)) ([fba4161](https://github.com/looker-open-source/sdk-codegen/commit/fba4161497fe4688508e2e3a7ba476fc2d4ea11d))
10+
11+
## [23.10.0](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v23.8.1...sdk-codegen-all-v23.10.0) (2023-06-15)
12+
13+
14+
### Features
15+
16+
* change "Cancel" to "Close" in QuickEmbed component ([#1317](https://github.com/looker-open-source/sdk-codegen/issues/1317)) ([6eedf6f](https://github.com/looker-open-source/sdk-codegen/commit/6eedf6ffaf0e3487152bc283d925c86058cd9f59))
17+
* generate SDKs for Looker 23.10 ([#1326](https://github.com/looker-open-source/sdk-codegen/issues/1326)) ([121b90e](https://github.com/looker-open-source/sdk-codegen/commit/121b90e9258a49de51e2332f6f2b639b96956c36))
18+
* minor tweaks to embed-components and embed-services ([#1315](https://github.com/looker-open-source/sdk-codegen/issues/1315)) ([f3c5fc4](https://github.com/looker-open-source/sdk-codegen/commit/f3c5fc44a6161c0aab519527a4feb68e1f826bce))
19+
20+
21+
### Bug Fixes
22+
23+
* use new CDN for errorcodes repository ([#1320](https://github.com/looker-open-source/sdk-codegen/issues/1320)) ([df40441](https://github.com/looker-open-source/sdk-codegen/commit/df40441cb1f187df5469f834486f8ff4de82c266))
24+
325
## [23.8.1](https://github.com/looker-open-source/sdk-codegen/compare/sdk-codegen-all-v23.8.0...sdk-codegen-all-v23.8.1) (2023-05-11)
426

527

README.md

Lines changed: 172 additions & 55 deletions
Large diffs are not rendered by default.

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.8";
64+
public const string LookerVersion = "23.12";
6565

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

csharp/sdk/3.1/methods.cs

Lines changed: 15 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,6 +171,9 @@ public async Task<SdkResponse<string, Exception>> logout(
171171
/// it to disk, do not pass it to a third party, and only pass it through a secure HTTPS
172172
/// encrypted transport.
173173
///
174+
///
175+
/// Calls to this endpoint require [Embedding](https://cloud.google.com/looker/docs/r/looker-core-feature-embed) to be enabled
176+
///
174177
/// POST /embed/sso_url -> EmbedUrlResponse
175178
///
176179
/// <returns><c>EmbedUrlResponse</c> Signed SSO URL (application/json)</returns>
@@ -2645,6 +2648,7 @@ public async Task<SdkResponse<MaterializePDT, Exception>> stop_pdt_build(
26452648
/// <param name="creator_id">Filter on folder created by a particular user.</param>
26462649
/// <param name="filter_or">Combine given search criteria in a boolean OR expression</param>
26472650
/// <param name="is_shared_root">Match is shared root</param>
2651+
/// <param name="is_users_root">Match is users root</param>
26482652
public async Task<SdkResponse<Folder[], Exception>> search_folders(
26492653
string? fields = null,
26502654
long? page = null,
@@ -2658,6 +2662,7 @@ public async Task<SdkResponse<Folder[], Exception>> search_folders(
26582662
string? creator_id = null,
26592663
bool? filter_or = null,
26602664
bool? is_shared_root = null,
2665+
bool? is_users_root = null,
26612666
ITransportSettings? options = null)
26622667
{
26632668
return await AuthRequest<Folder[], Exception>(HttpMethod.Get, "/folders/search", new Values {
@@ -2672,7 +2677,8 @@ public async Task<SdkResponse<Folder[], Exception>> search_folders(
26722677
{ "parent_id", parent_id },
26732678
{ "creator_id", creator_id },
26742679
{ "filter_or", filter_or },
2675-
{ "is_shared_root", is_shared_root }},null,options);
2680+
{ "is_shared_root", is_shared_root },
2681+
{ "is_users_root", is_users_root }},null,options);
26762682
}
26772683

26782684
/// ### Get information about the folder with a specific id.
@@ -5449,7 +5455,7 @@ public async Task<SdkResponse<SqlQuery, Exception>> create_sql_query(
54495455
/// </returns>
54505456
///
54515457
/// <param name="slug">slug of query</param>
5452-
/// <param name="result_format">Format of result, options are: ["inline_json", "json", "json_detail", "json_fe", "csv", "html", "md", "txt", "xlsx", "gsxml", "json_label"]</param>
5458+
/// <param name="result_format">Format of result, options are: ["inline_json", "json", "json_detail", "json_fe", "json_bi", "csv", "html", "md", "txt", "xlsx", "gsxml", "sql", "json_label"]</param>
54535459
/// <param name="download">Defaults to false. If set to true, the HTTP response will have content-disposition and other headers set to make the HTTP response behave as a downloadable attachment instead of as inline content.</param>
54545460
public async Task<SdkResponse<TSuccess, Exception>> run_sql_query<TSuccess>(
54555461
string slug,
@@ -6677,6 +6683,7 @@ public async Task<SdkResponse<ApiSession, Exception>> update_session(
66776683
/// <param name="creator_id">Filter on spaces created by a particular user.</param>
66786684
/// <param name="filter_or">Combine given search criteria in a boolean OR expression</param>
66796685
/// <param name="is_shared_root">Match is shared root</param>
6686+
/// <param name="is_users_root">Match is users root</param>
66806687
[Obsolete("Deprecated")]
66816688
public async Task<SdkResponse<Space[], Exception>> search_spaces(
66826689
string? fields = null,
@@ -6691,6 +6698,7 @@ public async Task<SdkResponse<Space[], Exception>> search_spaces(
66916698
string? creator_id = null,
66926699
bool? filter_or = null,
66936700
bool? is_shared_root = null,
6701+
bool? is_users_root = null,
66946702
ITransportSettings? options = null)
66956703
{
66966704
return await AuthRequest<Space[], Exception>(HttpMethod.Get, "/spaces/search", new Values {
@@ -6705,7 +6713,8 @@ public async Task<SdkResponse<Space[], Exception>> search_spaces(
67056713
{ "parent_id", parent_id },
67066714
{ "creator_id", creator_id },
67076715
{ "filter_or", filter_or },
6708-
{ "is_shared_root", is_shared_root }},null,options);
6716+
{ "is_shared_root", is_shared_root },
6717+
{ "is_users_root", is_users_root }},null,options);
67096718
}
67106719

67116720
/// ### Get information about the space with a specific id.
@@ -7891,7 +7900,7 @@ public async Task<SdkResponse<CredentialsApi3, Exception>> create_user_credentia
78917900

78927901
/// ### Embed login information for the specified user.
78937902
///
7894-
/// Calls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).
7903+
/// Calls to this endpoint require [Embedding](https://cloud.google.com/looker/docs/r/looker-core-feature-embed) to be enabled
78957904
///
78967905
/// GET /users/{user_id}/credentials_embed/{credentials_embed_id} -> CredentialsEmbed
78977906
///
@@ -7912,7 +7921,7 @@ public async Task<SdkResponse<CredentialsEmbed, Exception>> user_credentials_emb
79127921

79137922
/// ### Embed login information for the specified user.
79147923
///
7915-
/// Calls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).
7924+
/// Calls to this endpoint require [Embedding](https://cloud.google.com/looker/docs/r/looker-core-feature-embed) to be enabled
79167925
///
79177926
/// DELETE /users/{user_id}/credentials_embed/{credentials_embed_id} -> string
79187927
///
@@ -7930,7 +7939,7 @@ public async Task<SdkResponse<string, Exception>> delete_user_credentials_embed(
79307939

79317940
/// ### Embed login information for the specified user.
79327941
///
7933-
/// Calls to this endpoint may be denied by [Looker (Google Cloud core)](https://cloud.google.com/looker/docs/r/looker-core/overview).
7942+
/// Calls to this endpoint require [Embedding](https://cloud.google.com/looker/docs/r/looker-core-feature-embed) to be enabled
79347943
///
79357944
/// GET /users/{user_id}/credentials_embed -> CredentialsEmbed[]
79367945
///

csharp/sdk/3.1/models.cs

Lines changed: 46 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -499,7 +499,7 @@ public class CreateQueryTask : SdkModel
499499
public StringDictionary<bool>? can { get; set; } = null;
500500
/// <summary>Id of query to run</summary>
501501
public long query_id { get; set; }
502-
/// <summary>Desired async query result format. Valid values are: "inline_json", "json", "json_detail", "json_fe", "csv", "html", "md", "txt", "xlsx", "gsxml".</summary>
502+
/// <summary>Desired async query result format. Valid values are: "inline_json", "json", "json_detail", "json_fe", "json_bi", "csv", "html", "md", "txt", "xlsx", "gsxml", "sql".</summary>
503503
[JsonConverter(typeof(StringEnumConverter))]
504504
public ResultFormat result_format { get; set; }
505505
/// <summary>Source of query task</summary>
@@ -3421,7 +3421,7 @@ public class RepositoryCredential : SdkModel
34213421
public bool? is_configured { get; set; } = null;
34223422
}
34233423

3424-
/// Desired async query result format. Valid values are: "inline_json", "json", "json_detail", "json_fe", "csv", "html", "md", "txt", "xlsx", "gsxml". (Enum defined in CreateQueryTask)
3424+
/// Desired async query result format. Valid values are: "inline_json", "json", "json_detail", "json_fe", "json_bi", "csv", "html", "md", "txt", "xlsx", "gsxml", "sql". (Enum defined in CreateQueryTask)
34253425
public enum ResultFormat
34263426
{
34273427
[EnumMember(Value = "inline_json")]
@@ -3432,6 +3432,8 @@ public enum ResultFormat
34323432
json_detail,
34333433
[EnumMember(Value = "json_fe")]
34343434
json_fe,
3435+
[EnumMember(Value = "json_bi")]
3436+
json_bi,
34353437
[EnumMember(Value = "csv")]
34363438
csv,
34373439
[EnumMember(Value = "html")]
@@ -3443,7 +3445,9 @@ public enum ResultFormat
34433445
[EnumMember(Value = "xlsx")]
34443446
xlsx,
34453447
[EnumMember(Value = "gsxml")]
3446-
gsxml
3448+
gsxml,
3449+
[EnumMember(Value = "sql")]
3450+
sql
34473451
}
34483452

34493453
public class ResultMakerFilterables : SdkModel
@@ -4148,6 +4152,44 @@ public class ThemeSettings : SdkModel
41484152
public string? dashboard_title_font_size { get; set; } = null;
41494153
/// <summary>Default box shadow.</summary>
41504154
public string? box_shadow { get; set; } = null;
4155+
/// <summary>Dashboard page margin top.</summary>
4156+
public string? page_margin_top { get; set; } = null;
4157+
/// <summary>Dashboard page margin bottom.</summary>
4158+
public string? page_margin_bottom { get; set; } = null;
4159+
/// <summary>Dashboard page margin left and right.</summary>
4160+
public string? page_margin_sides { get; set; } = null;
4161+
/// <summary>Toggle to show the explore page header. Defaults to true.</summary>
4162+
public bool? show_explore_header { get; set; } = null;
4163+
/// <summary>Toggle to show the explore page title. Defaults to true.</summary>
4164+
public bool? show_explore_title { get; set; } = null;
4165+
/// <summary>Toggle to show the explore page last run. Defaults to true.</summary>
4166+
public bool? show_explore_last_run { get; set; } = null;
4167+
/// <summary>Toggle to show the explore page timezone. Defaults to true.</summary>
4168+
public bool? show_explore_timezone { get; set; } = null;
4169+
/// <summary>Toggle to show the explore page run button. Defaults to true.</summary>
4170+
public bool? show_explore_run_stop_button { get; set; } = null;
4171+
/// <summary>Toggle to show the explore page actions button. Defaults to true.</summary>
4172+
public bool? show_explore_actions_button { get; set; } = null;
4173+
/// <summary>Toggle to show the look page header. Defaults to true.</summary>
4174+
public bool? show_look_header { get; set; } = null;
4175+
/// <summary>Toggle to show the look page title. Defaults to true.</summary>
4176+
public bool? show_look_title { get; set; } = null;
4177+
/// <summary>Toggle to show the look page last run. Defaults to true.</summary>
4178+
public bool? show_look_last_run { get; set; } = null;
4179+
/// <summary>Toggle to show the look page timezone Defaults to true.</summary>
4180+
public bool? show_look_timezone { get; set; } = null;
4181+
/// <summary>Toggle to show the look page run button. Defaults to true.</summary>
4182+
public bool? show_look_run_stop_button { get; set; } = null;
4183+
/// <summary>Toggle to show the look page actions button. Defaults to true.</summary>
4184+
public bool? show_look_actions_button { get; set; } = null;
4185+
/// <summary>Font size for tiles.</summary>
4186+
public string? tile_title_font_size { get; set; } = null;
4187+
/// <summary>The vertical gap/gutter size between tiles.</summary>
4188+
public string? column_gap_size { get; set; } = null;
4189+
/// <summary>The horizontal gap/gutter size between tiles.</summary>
4190+
public string? row_gap_size { get; set; } = null;
4191+
/// <summary>The border radius for tiles.</summary>
4192+
public string? border_radius { get; set; } = null;
41514193
}
41524194

41534195
public class Timezone : SdkModel
@@ -4587,7 +4629,7 @@ public class WriteCreateQueryTask : SdkModel
45874629
{
45884630
/// <summary>Id of query to run</summary>
45894631
public long query_id { get; set; }
4590-
/// <summary>Desired async query result format. Valid values are: "inline_json", "json", "json_detail", "json_fe", "csv", "html", "md", "txt", "xlsx", "gsxml".</summary>
4632+
/// <summary>Desired async query result format. Valid values are: "inline_json", "json", "json_detail", "json_fe", "json_bi", "csv", "html", "md", "txt", "xlsx", "gsxml", "sql".</summary>
45914633
[JsonConverter(typeof(StringEnumConverter))]
45924634
public ResultFormat result_format { get; set; }
45934635
/// <summary>Source of query task</summary>

0 commit comments

Comments
 (0)