1. 17 Jun, 2021 2 commits
  2. 16 Jun, 2021 6 commits
  3. 01 Jun, 2021 1 commit
  4. 27 May, 2021 1 commit
  5. 20 May, 2021 1 commit
  6. 18 May, 2021 1 commit
  7. 17 May, 2021 2 commits
  8. 14 May, 2021 2 commits
  9. 13 May, 2021 1 commit
    • Bryn Ryans's avatar
      feat: upgrade react-markdown (#681) · 952ed305
      Bryn Ryans authored
      * feat: upgrade react-markdown
      
      upgrade required for the following reasons
      1. dependabot reported a security issue with a package (trim) the older version of react-markdown was using. Note that the trim packages is still referenced by eslint tooling. This will be dealt with in a separate PR.
      2. dependency on path-browserify and process-browser can be removed.
      
      The replacement was not straight forward as the mechanism for providing alternative rendering of components significantly changed. The Markdown component was refactored into its own component as react-markdown was being used in two places. It turns out that this was not necessary as the 2nd usage needs to use the raw react-markdown component at least for. The refactor was kept as it is possible the markdown component may be useful elsewhere. The original implementation had a dependency on specKey which has now been removed.
      
      In addition the following changes have been done:
      1. Links to looker documentation in an extension now supported.
      2. List components render correctly.
      3. Links that have markup from search now work.
      952ed305
  10. 12 May, 2021 5 commits
    • Joel Dodge's avatar
      ci: centralize noop checks (#680) · e1ad4301
      Joel Dodge authored
      The benefit of having them duplicated in each workflow
      file was the ability to delay their execution with the
      `needs: [publish-test-results]` syntax. However, there
      was buggy behavior where the python-ci workflow would
      get attributed the actual jobs from the tssdk-ci workflow
      and its own noop jobs would somehow fail with the
      opaque `No such file or directory` error
      
      The downside of centralizing them is losing the ability to
      specify that `needs` syntax. I believe that means they
      will "pass" immediately and there will be a window of
      several minutes until the "real" jobs report where the PR
      will satisfy all the required checks and could be
      mergeable. If that is the case, I may consider hacking it
      to do `sleep 300 && exit 0` which would introduce an
      artifical delay that may or may not help avoid the issue
      e1ad4301
    • Joel Dodge's avatar
      docs: Typescript and Python README updates for GA (#674) · c0c7ce72
      Joel Dodge authored
      removes "beta" language
      c0c7ce72
    • John Kaster's avatar
      ci: created API Explorer workflow (#677) · 69e16d1d
      John Kaster authored
      
      * ci: created API Explorer workflow
      
      Co-authored-by: default avatarJoel Dodge <joeldodge@google.com>
      69e16d1d
    • Joel Dodge's avatar
      chore: release-please config fix (#679) · 5fe136a1
      Joel Dodge authored
      the `minor-pre-major` flags should be top level defaults
      code-editor was missing them causing incorrect version
      bumping for that package
      5fe136a1
    • Bryn Ryans's avatar
      fix: font download on route change (#678) · ae62914f
      Bryn Ryans authored
      For both standalone and extensions. Favicon is still downloaded on route change for standalone.
      ae62914f
  11. 11 May, 2021 1 commit
  12. 06 May, 2021 3 commits
  13. 05 May, 2021 6 commits
  14. 04 May, 2021 5 commits
  15. 03 May, 2021 2 commits
  16. 01 May, 2021 1 commit