- 21 Sep, 2022 1 commit
-
-
John Kaster authored
* feat: generate SDKs for Looker 22.14 * applied CalVer for 22.14
-
- 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
-
- 27 Jul, 2021 1 commit
-
-
John Kaster authored
- A warning in the description of the type was also added for types with no writeable properties that should have writeable properties - regenerated against Looker 21.10 Co-authored-by:
Joseph Axisa <jax@looker.com> Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
- 07 Jul, 2021 1 commit
-
-
Joel Dodge authored
-
- 17 Jun, 2021 1 commit
-
-
Joel Dodge authored
-
- 17 May, 2021 1 commit
-
-
John Kaster authored
* Added more TSDoc header tag support https://tsdoc.org/ e.g. `@remarks` and `@deprecated` * The fix to commentBlock stripping an intentional trailing blank line had a bit of a ripple effect * skip method header logic for noComment
-
- 05 May, 2021 2 commits
-
-
John Kaster authored
This is only a change to a code comment and does not modify the SDK behavior in any way
-
John Kaster authored
Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
- 24 Mar, 2021 1 commit
-
-
Joel Dodge authored
-
- 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>
-
- 09 Oct, 2020 1 commit
-
-
Joel Dodge authored
-
- 08 Oct, 2020 1 commit
-
-
Joel Dodge authored
-
- 27 Aug, 2020 1 commit
-
-
John Kaster authored
- published Typescript SDK
-
- 16 Jul, 2020 1 commit
-
-
John Kaster authored
- tags are listed alphabetically - methods are listed in natural order - fixed a c# reserved word in http calls also - Typescript, Kotlin have region folding in IntelliJ - C# has region folding in Rider - Swift has no region folding at all, contradicting documentation on `// MARK` - Black reformats `#region` and `#endregion` to `# region` and `# endregion` - IntelliJ doesn't detect either version of region folding documented for Python - Maybe only PyCharm supports it - Updated SDK code to Looker 7.12's spec Co-authored-by:
Joseph Axisa <jax@looker.com>
-
- 15 Jul, 2020 1 commit
-
-
John Kaster authored
* Added configuration file support to optionally override sdk file generation settings - see [packages/sdk-codegen-scripts/config](packages/sdk-codegen-scripts/config) for sample configuration files and documentation * Regenerate SDK files for latest Looker 7.10 spec
-
- 23 Jun, 2020 1 commit
-
-
John Kaster authored
Enums are now fully implemented for Typescript, Swift, Kotlin, and C# Python needs a little bit more for full implementation, which will be completed in #242 * Added enum generation for all languages * Enums are not overwritten and are automatically renamed if the values for the enum vary from another enum of the same name * Miscellaneous - replacing `x-looker-values` with `enum` in converted OA spec - putting license statement into generated files using the `LICENSE` file contents in the package folder - made `commentHeader` a little smarter
-
- 18 Jun, 2020 2 commits
-
-
John Kaster authored
-
John Kaster authored
- existing method tests are work - still need more method tests
-
- 17 Jun, 2020 2 commits
-
-
John Kaster authored
-
John Kaster authored
We have a working C# RTL, and a working C# code generator Next up: - testing SDK methods - testing SDK model initialization - testing DelimArray - code reformatter - resolving all the LookSharp!-specific TODO items
-