1. 21 Sep, 2022 1 commit
  2. 20 Sep, 2022 1 commit
  3. 14 Jul, 2022 1 commit
  4. 13 Jul, 2022 1 commit
  5. 30 Jun, 2022 1 commit
    • John Kaster's avatar
      feat: generate SDK 22.6 (#1102) · 2162860f
      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
      2162860f
  6. 22 Mar, 2022 1 commit
  7. 18 Feb, 2022 1 commit
  8. 03 Feb, 2022 1 commit
    • Dr. Strangelove's avatar
      feat: SDK build for 22.0. (#959) · de651b37
      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
      de651b37
  9. 10 Nov, 2021 1 commit
    • Dr. Strangelove's avatar
      feat: Looker 21.20 bindings (#899) · 304d0d06
      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
      304d0d06
  10. 20 Oct, 2021 1 commit
  11. 18 Oct, 2021 1 commit
    • Dr. Strangelove's avatar
      feat: 21.16 release (#859) · 0b4385c8
      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
      0b4385c8
  12. 31 Aug, 2021 1 commit
  13. 04 Aug, 2021 1 commit
  14. 07 Jul, 2021 1 commit
  15. 17 Jun, 2021 1 commit
  16. 05 May, 2021 1 commit
  17. 24 Mar, 2021 1 commit
  18. 25 Feb, 2021 1 commit
    • John Kaster's avatar
      Fetch Looker API specifications on demand for the API Explorer extension (#482) · e86bbed5
      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
      e86bbed5
  19. 05 Feb, 2021 1 commit
    • Bryn Ryans's avatar
      Brynryans/lint fix copyright headers (#462) · 79f959f3
      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.
      79f959f3
  20. 29 Jan, 2021 1 commit
    • John Kaster's avatar
      Looker 21.0 refresh (#449) · 20ca1915
      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: default avatarJoel Dodge <joeldodge@google.com>
      20ca1915
  21. 20 Nov, 2020 1 commit
  22. 08 May, 2020 1 commit