- 21 Sep, 2022 1 commit
-
-
John Kaster authored
* feat: generate SDKs for Looker 22.14 * applied CalVer for 22.14
-
- 20 Sep, 2022 1 commit
-
-
John Kaster authored
* feat: generate SDKs for Looker 22.12 * - added more robust sdk testing after generation - address kotlin deprecation warning for `toUppercase()` * applied CalVer for 22.12
-
- 14 Jul, 2022 1 commit
-
-
John Kaster authored
* feat: generate SDKs for Looker 22.10 * update release please config to 22.10
-
- 13 Jul, 2022 1 commit
-
-
John Kaster authored
-
- 30 Jun, 2022 1 commit
-
-
John Kaster authored
* create sdk_gen script For streamlining the generation of a specific SDK version * expanding the script * - don't pull ci if the correct version is active - generate all SDKs - smoke test typescript - ran `bin/gensdk 22.6` * skipping a serialization test hoping to unblock CI * remove Python 3.6 support
-
- 22 Mar, 2022 1 commit
-
-
Dr. Strangelove authored
* fix: 22_4 API * fix: Additional fixes in unit tests for Hackathon * fix: python integration tests for string id types * fix: attempt to fix integration test for typescript * fix TS SDK tests for new string IDs * update python config notes, reformat python SDK files * format python/looker_sdk/sdk/api{31,40}/methods.py Co-authored-by:
John Kaster <kaster@google.com> Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
- 18 Feb, 2022 1 commit
-
-
Dr. Strangelove authored
-
- 03 Feb, 2022 1 commit
-
-
Dr. Strangelove authored
* docs: fixed table that wasn't generated properly * feature: SDK generated for Looker 22.0 * chore: update CI for Looker 22.0 * fix: update package.json to allow sdk 22.0 * chore: forgot yarn.lock * chore: fix versions * chore: release 1.22.0 Release-As: 1.22.0 * chore: make sure failure is reported when *.xml artifacts are not generated * chore: add debug for the triggering event on required-checks-hack-ci.yml * chore: fix bad error handling flow in python-ci.yml * chore: fix messages in reports from Required Checks Hack * fix: added handling for object in query string * chore: built api 22.0
-
- 10 Nov, 2021 1 commit
-
-
Dr. Strangelove authored
* Updated packages for Looker 21.20 * fix: codgegen for python had a parameter called 'models' but also a variable called 'models'. The names interfered. Aliased the models namespace to mdls in methods.py. * docs: added note about linting to README * fix: alias models namespace to mdls so no conflict with parameter models * fix: look.id is now a string but tests were checking for integer * fix: fixed minor changes to specs * fix: add sdk-codegen/src tests into the mix
-
- 20 Oct, 2021 1 commit
-
-
Dr. Strangelove authored
* updates for release 21.18 * fixed linting in typescript * revert changes to .release-please-manifest.json
-
- 18 Oct, 2021 1 commit
-
-
Dr. Strangelove authored
* ci: 21.16 image * feat: Looker 21.16 release * resubmit after all tests passing * Remove 21_10 from tested versions * fix lint issues
-
- 31 Aug, 2021 1 commit
-
-
Joel Dodge authored
-
- 04 Aug, 2021 1 commit
-
-
Joel Dodge authored
-
- 07 Jul, 2021 1 commit
-
-
Joel Dodge authored
-
- 17 Jun, 2021 1 commit
-
-
Joel Dodge authored
-
- 05 May, 2021 1 commit
-
-
John Kaster authored
Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
- 24 Mar, 2021 1 commit
-
-
Joel Dodge authored
-
- 25 Feb, 2021 1 commit
-
-
John Kaster authored
- Fetch and compile API specifications to ApiModels immediately on load - The extension version of API Explorer now calls `versions` retrieve specs, and calls `api_spec` to load and compile them - The standalone version still bundles the specs, but the loader now compiles them to ApiModels and clears the bundled spec content to reduce the memory footprint - This will only work in Looker 21.3 and above (after the Looker PR introducing `api_spec` is merged) so the Extension now requires Looker 21.3 or above - Omit legacy and deprecated specifications (API 3.0 for example) - Updated readme for extension manifest - TODO implement fetching and compiling specs on demand when selected via the UI
-
- 05 Feb, 2021 1 commit
-
-
Bryn Ryans authored
* Typescript lint fixes Copyright headers. Note year now consistently 2021. Includes change to the typescript generator to use the appropriate comment prefix. Also added a test for change.
-
- 29 Jan, 2021 1 commit
-
-
John Kaster authored
* Looker 21.0 refresh - removed `yarn sdk` in favor of `yarn gen` - updated spec files - regenerated all SDKs * fix(codegen-python): fix DelimSequence references in methods (#450) The makeTheCall work broke how a DelimSequence is referenced in methods.py Fixed and added a test (we really need codecov) fixed but not tested: if we ever reference an enum as a methods argument it will also be namespaced appropriately with the models. package prefix * feat(python): Looker 7.20 bindings (#451) Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
- 20 Nov, 2020 1 commit
-
-
John Kaster authored
Moved `sdkVersion` and `environmentPrefix` constants to `packages/sdk` - Many low-level changes to several packages - All sdk package tests are passing - All downstream packages are building, with most tests passing - TS-SDK functionality is a good commit milestone - Also fixed a Kotlin model generator formatting bug - Updated documentation and regenerated TS sdk for Looker 7.20 to verify constants refactor - also fix `yarn register` for new `NodeSettingsIniFile` method signature Co-authored-by:
Joel Dodge <joeldodge@google.com> Co-authored-by:
Joseph Axisa <jax@looker.com>
-
- 08 May, 2020 1 commit
-
-
John Kaster authored
-