- 17 Jun, 2021 2 commits
-
-
Joel Dodge authored
-
Joel Dodge authored
-
- 16 Jun, 2021 6 commits
-
-
looker-open-source-automation-bot authored
-
John Kaster authored
Change improves import pattern
-
Joel Dodge authored
-
Joel Dodge authored
-
Joel Dodge authored
- alphabetize for easier comparison with .release-please-manifest.json - inline package definitions for easer GitHub PR diff viewing - hardcode some versions for next release
-
Lan authored
* new examples (python) Hi team, I am submitting two new examples using Python, as part of the "reduce contact rate" effort. I'd appreciate your comment and review so I can improve on my future code snippets. Thank you * Add in the readme file * Update README.md * Update README.md * Update transfer_all_schedules.py take out PII email addresses * Update transfer_all_schedules.py
-
- 01 Jun, 2021 1 commit
-
-
dependabot[bot] authored
Bumps [dns-packet](https://github.com/mafintosh/dns-packet) from 1.3.1 to 1.3.4. <details> <summary>Commits</summary> <ul> <li><a href="https://github.com/mafintosh/dns-packet/commit/ebdf849da5dc0d96836e87628349776c623c5be7"><code>ebdf849</code></a> 1.3.4</li> <li><a href="https://github.com/mafintosh/dns-packet/commit/ac578722f2707310b841b65aae61d6332f8882a1"><code>ac57872</code></a> move all allocUnsafes to allocs for easier maintenance</li> <li><a href="https://github.com/mafintosh/dns-packet/commit/c64c9507e51532c9e9a3cbefa146a134ecc025fd"><code>c64c950</code></a> 1.3.3</li> <li><a href="https://github.com/mafintosh/dns-packet/commit/0598ba19d18da4568b32415e60a9629061b3c45c"><code>0598ba1</code></a> fix .. in encodingLength</li> <li><a href="https://github.com/mafintosh/dns-packet/commit/010aedb33c1ee8c3f558db5249c1d46e2bd7a101"><code>010aedb</code></a> 1.3.2</li> <li><a href="https://github.com/mafintosh/dns-packet/commit/0d0d593f8df4e2712c43957a6c62e95047f12b2d"><code>0d0d593</code></a> backport encodingLength fix to v1</li> <li>See full diff in <a href="https://github.com/mafintosh/dns-packet/compare/v1.3.1...v1.3.4">compare view</a></li> </ul> </details> <br /> [](https://docs.github.com/en/github/managing-security-vulnerabilities/about-dependabot-security-updates#about-compatibility-scores) Dependabot will resolve any conflicts with this PR as long as you don't alter it yourself. You can also trigger a rebase manually by commenting `@dependabot rebase`. [//]: # (dependabot-automerge-start) [//]: # (dependabot-automerge-end) --- <details> <summary>Dependabot commands and options</summary> <br /> You can trigger Dependabot actions by commenting on this PR: - `@dependabot rebase` will rebase this PR - `@dependabot recreate` will recreate this PR, overwriting any edits that have been made to it - `@dependabot merge` will merge this PR after your CI passes on it - `@dependabot squash and merge` will squash and merge this PR after your CI passes on it - `@dependabot cancel merge` will cancel a previously requested merge and block automerging - `@dependabot reopen` will reopen this PR if it is closed - `@dependabot close` will close this PR and stop Dependabot recreating it. You can achieve the same result by closing it manually - `@dependabot ignore this major version` will close this PR and stop Dependabot creating any more for this major version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this minor version` will close this PR and stop Dependabot creating any more for this minor version (unless you reopen the PR or upgrade to it yourself) - `@dependabot ignore this dependency` will close this PR and stop Dependabot creating any more for this dependency (unless you reopen the PR or upgrade to it yourself) - `@dependabot use these labels` will set the current labels as the default for future PRs for this repo and language - `@dependabot use these reviewers` will set the current reviewers as the default for future PRs for this repo and language - `@dependabot use these assignees` will set the current assignees as the default for future PRs for this repo and language - `@dependabot use this milestone` will set the current milestone as the default for future PRs for this repo and language You can disable automated security fix PRs for this repo from the [Security Alerts page](https://github.com/looker-open-source/sdk-codegen/network/alerts ). </details> Co-authored-by:
dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
-
- 27 May, 2021 1 commit
-
-
John Kaster authored
Also updated related packages
-
- 20 May, 2021 1 commit
-
-
Bryn Ryans authored
-
- 18 May, 2021 1 commit
-
-
Joel Dodge authored
also document "test report check on wrong workflow" bug.
-
- 17 May, 2021 2 commits
-
-
John Kaster authored
- tightened up collapsed section whitespace - standardized spacing in CollapserCard.tsx
-
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
-
- 14 May, 2021 2 commits
-
-
Joseph Axisa authored
add two-way type references in sdk-codegen and display them in api-explorer
-
Bryn Ryans authored
Knock on effects: 1. eslint needed to be upgraded 2. prettier needed to be upgraded 3. new rules required quite a lot of code changes :( In addition removed prettier and eslint configs from access-token-server package.json as not needed there.
-
- 13 May, 2021 1 commit
-
-
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.
-
- 12 May, 2021 5 commits
-
-
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
-
Joel Dodge authored
removes "beta" language
-
John Kaster authored
* ci: created API Explorer workflow Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
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
-
Bryn Ryans authored
For both standalone and extensions. Favicon is still downloaded on route change for standalone.
-
- 11 May, 2021 1 commit
-
-
Bryn Ryans authored
1. all package builds now generate es modules. 2. functions from lodash now imported in the format `import pick from 'lodash/pick'`
-
- 06 May, 2021 3 commits
-
-
Bryn Ryans authored
fix: sync design-tokens/icons dependency constraint Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
Joel Dodge authored
-
noahamac authored
-
- 05 May, 2021 6 commits
-
-
Joel Dodge authored
so we get npm version 6 cli to avoid the error TS2742: The inferred type of error
-
looker-open-source-automation-bot authored
* chore: release main * chore: manually set some skipped versions Co-authored-by:
Joel Dodge <joeldodge@google.com>
-
John Kaster authored
-
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>
-
Joel Dodge authored
-
- 04 May, 2021 5 commits
-
-
Joel Dodge authored
-
Joel Dodge authored
-
Joseph Axisa authored
-
Joel Dodge authored
-
Joel Dodge authored
-
- 03 May, 2021 2 commits
-
-
John Kaster authored
-
Bryn Ryans authored
-
- 01 May, 2021 1 commit
-
-
Joel Dodge authored
-