1. 07 Apr, 2022 1 commit
  2. 25 Mar, 2022 1 commit
  3. 24 Mar, 2022 2 commits
  4. 23 Mar, 2022 5 commits
    • jeremytchang's avatar
      18fa41b0
    • jeremytchang's avatar
      be98e2f0
    • jeremytchang's avatar
      feat: Update release-please version, add r-p config for Go, add Go publish CI (#1030) · e597978f
      jeremytchang authored
      - Updated release-please to latest v3 from v2 that contains the needed functionality for releasing Go SDK. The breaking changes should not affect us: https://github.com/google-github-actions/release-please-action/releases/tag/v3.0.0
      - Setup release-please config to release Go SDK at v0 only.-- To release Go SDK at v1 and above requires automated editing of  the module name in go.mod during SDK generation or when release-please creates a release PR. Release-please gi
      thub issue: https://github.com/googleapis/release-please/issues/1344
      -- The repo tag must be in the exact format of "go/vX.X.X". So package-name and tag-separator in release-please-config.json are set accordingly
      - Setup release-please-manifest to point go sdk to 0.0.1. 0.0.0 is automatically bumped to 1.0.0 ignoring the "pre-major" release-please configs.
      - Setup a go publish github action that publishes go module to go proxy based off the new tag
      - Updated go.mod and go.sum with go mod tidy which cleans up
      dependencies
      e597978f
    • jeremytchang's avatar
      fix: Make Go SDK parse response by result type (#1021) · c1675abb
      jeremytchang authored
      * fix: Go SDK parses response by result type
      
      Currently go sdk model generation doesn't support union type for responses like
      RunQuery. So we cannot parse according to Content Type Header. For now, parse
      based off model type.
      
      We need to update sdk model generation to use interface{}
      for union types, and then use Content Type Header to parse response accordingly.
      This will break downstream dependencies.
      
      - Added additional integration tests around queries looks and
        dashboards.
      - Parse response based of type defined in go sdk models, the result type
      - Added unit tests
      - Return error body in addition to error status code.
      
      * Added git issue in comment
      
      * Added png/svg integration tests and updated integration tests to passing with new 22.4
      c1675abb
    • John Kaster's avatar
      chore: update APIX tests for API 4 GA specs (#1031) · 19b4602b
      John Kaster authored
      Changes:
      - An id type was being used in a test for int64. All ids are now strings so a different Int64 spec property is used now
      - Refreshed the spec shadow copy in APIX. Perhaps we can remove this now?
      - Changed looker doc redirect link pattern to reflect the removal of redirects from `looker.com/docs/r` to the new `docs.looker.com/r`pattern
      19b4602b
  5. 22 Mar, 2022 1 commit
  6. 17 Mar, 2022 2 commits
  7. 15 Mar, 2022 1 commit
  8. 14 Mar, 2022 1 commit
    • Dr. Strangelove's avatar
      ci: change workflows to use reusable action for looker versions (#1018) · a9f62bba
      Dr. Strangelove authored
      * ci: change workflows to use reusable action for looker versions
      
      * fix: change supported-versions@v0.0.1 to @main
      
        Using a particular version here is a mistake since
        this would need to change for every new looker release.
        Instead use @main so that the supported-versions
        action will always use the latest version.
      a9f62bba
  9. 07 Mar, 2022 2 commits
  10. 04 Mar, 2022 4 commits
  11. 02 Mar, 2022 1 commit
  12. 01 Mar, 2022 2 commits
  13. 25 Feb, 2022 1 commit
  14. 23 Feb, 2022 4 commits
  15. 22 Feb, 2022 1 commit
    • Dr. Strangelove's avatar
      chore(deps): Integrate dependabot suggested changes. (#991) · 3de9fe18
      Dr. Strangelove authored
      
      * chore(deps-dev): Bump node-fetch from 2.6.5 to 2.6.7 in /examples/access-token-server
      
      * chore(deps-dev): Bump node-fetch from 2.6.1 to 2.6.7
      
      * chore(deps): Bump follow-redirects from 1.14.7 to 1.14.8
      
      * fix(deps): Upgrade Axios to 0.21.2 based on dependabot alert
      
      * fix(deps): Upgrade node-forge to 1.0.0 based on dependabot alert
      
      * fix(deps): Upgrade postcss to 8.2.13 based on dependabot alert
      
      * fix(deps): Upgrade json-schema to 0.4.0 based on dependabot alert
      
      * chore(deps): Updated dependencies using "resolutions" section in package.json
      
      Co-authored-by: default avatarJoel Dodge <joeldodge@google.com>
      3de9fe18
  16. 18 Feb, 2022 2 commits
  17. 15 Feb, 2022 7 commits
  18. 14 Feb, 2022 2 commits