Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: generate SDKs for Looker 24.16 #1499

Merged
merged 1 commit into from
Sep 11, 2024

feat: generate SDKs for Looker 24.16

6f07bb6
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

feat: generate SDKs for Looker 24.16 #1499

feat: generate SDKs for Looker 24.16
6f07bb6
Select commit
Loading
Failed to load commit list.
GitHub Actions / Go Tests succeeded Sep 11, 2024 in 0s

All 50 tests pass in 1m 57s

  5 files    5 suites   1m 57s ⏱️
 50 tests  50 ✅ 0 💤 0 ❌
110 runs  110 ✅ 0 💤 0 ❌

Results for commit 6f07bb6.

Annotations

Check notice on line 0 in .github

See this annotation in the file changed.

@github-actions github-actions / Go Tests

50 tests found

There are 50 tests, see "Raw output" for the full list of tests.
Raw output
integration ‑ TestIntegrationGoSDK
integration ‑ TestIntegrationGoSDK/CRUD_Dashboard,_Filter,_Element
integration ‑ TestIntegrationGoSDK/CRUD_Look
integration ‑ TestIntegrationGoSDK/CRUD_User
integration ‑ TestIntegrationGoSDK/CRUD_User_Attribute_Group_Value
integration ‑ TestIntegrationGoSDK/Create_and_Run_Inline_Query
integration ‑ TestIntegrationGoSDK/Create_and_Run_Query
integration ‑ TestIntegrationGoSDK/Download_PNG_and_SVG
integration ‑ TestIntegrationGoSDK/Get_and_Update_Session
integration ‑ TestIntegrationGoSDK/Me()
rtl ‑ TestAuthSession_Do_Authorization
rtl ‑ TestAuthSession_Do_Authorization/Do()_sets_Authorization_header_with_access_token_fetched_from_/login
rtl ‑ TestAuthSession_Do_Authorization/Do()_sets_Authorization_header_with_new_access_token_fetched_from_/login_if_previous_access_token_expired
rtl ‑ TestAuthSession_Do_Headers
rtl ‑ TestAuthSession_Do_Headers/Do()'s_options.Headers_will_overwrite_the_Headers_in_the_AuthSession's_api_settings
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_Content-Type_header_to_'application/json'_if_body_is_json
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_Content-Type_header_to_'text/plain'_if_body_is_a_string
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_User-Agent_header_with_AuthSession_config's_AgentTag
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_User-Agent_header_with_Do's_option's_AgentTag,_which_will_overwrite__AuthSession_config
rtl ‑ TestAuthSession_Do_Headers/Do()_sets_custom_headers_if_Headers_is_set_in_the_AuthSession's_api_settings
rtl ‑ TestAuthSession_Do_Parse
rtl ‑ TestAuthSession_Do_Parse/Do()_json_decodes_response_as_map[string]interface{}_type_if_result_is_interface{}_type
rtl ‑ TestAuthSession_Do_Parse/Do()_json_decodes_response_as_struct_type_if_result_is_struct_type
rtl ‑ TestAuthSession_Do_Parse/Do()_parses_response_as_string_type_if_result_is_string_type
rtl ‑ TestAuthSession_Do_Parse/Do()_unmarshals_num_type_field_to_string_type_field
rtl ‑ TestAuthSession_Do_Parse/Do()_unmarshals_string_type_field_to_num_type_field
rtl ‑ TestAuthSession_Do_Parse/Do{}_unmarshals_struct_with_mixed_string_and_num_types_correctly
rtl ‑ TestAuthSession_Do_Timeout
rtl ‑ TestAuthSession_Do_Timeout/Do()_follows_Timeout_set_in_AuthSession_config
rtl ‑ TestAuthSession_Do_Timeout/Do()_follows_Timeout_set_in_Do()'s_options
rtl ‑ TestDelimInt64_MarshalJSON
rtl ‑ TestDelimInt64_MarshalJSON/basic
rtl ‑ TestDelimInt64_MarshalJSON/nil
rtl ‑ TestDelimInt64_MarshalJSON/one_element
rtl ‑ TestDelimInt64_MarshalJSON/two_elements
rtl ‑ TestDelimInt64_UnmarshalJSON
rtl ‑ TestDelimInt64_UnmarshalJSON/basic
rtl ‑ TestDelimInt64_UnmarshalJSON/null
rtl ‑ TestDelimString_MarshalJSON
rtl ‑ TestDelimString_MarshalJSON/basic
rtl ‑ TestDelimString_MarshalJSON/nil
rtl ‑ TestDelimString_UnmarshalJSON
rtl ‑ TestDelimString_UnmarshalJSON/basic
rtl ‑ TestDelimString_UnmarshalJSON/null
rtl ‑ TestNewSettingsFromEnv
rtl ‑ TestNewSettingsFromEnv/NewSettingsFromEnv()_returns_settings_when_all_environment_variables_set
rtl ‑ TestNewSettingsFromEnv/NewSettingsFromEnv()_sets_defaults_correctly_if_env_vars_not_set_for_them
rtl ‑ TestNewSettingsFromFile
rtl ‑ TestNewSettingsFromFile/basic
rtl ‑ TestSetQuery