Commits
Commits on Feb 7, 2022
-
Nit: Simplify code with optional chaining
Henry Mercer committedFeb 7, 2022 Unverified
No user is associated with the committer email.Copy the full SHA f888be7View commit details
Commits on Feb 4, 2022
-
Update
getMlPoweredJsQueriesStatus
docHenry Mercer committedFeb 4, 2022 Copy the full SHA 501fe7fView commit details -
Merge branch 'main' into henrymercer/report-ml-powered-query-enablement
Henry Mercer authored and GitHub committedFeb 4, 2022 Unverified
No user is associated with the committer email.Copy the full SHA ad40e4aView commit details -
Add "multiple" report for ML-powered JS query enablement
When multiple ML-powered JS packs are in scope (an unsupported scenario), the status report is "multiple".
Henry Mercer committedFeb 4, 2022 Copy the full SHA 537b2f8View commit details -
Only add ML-powered queries pack if the user didn't manually request it
Henry Mercer committedFeb 4, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 9f32fc9View commit details -
Merge branch 'main' into use-better-base-sha
Thomas Horstmeyer committedFeb 4, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 9b14aa7View commit details
Commits on Feb 3, 2022
-
Add ML-powered queries enablement to
init
status reportWe report this information in the `init` status report rather than the `analyze` status report so we can gather data about timeouts.
Henry Mercer committedFeb 3, 2022 Copy the full SHA 1cddec9View commit details -
Convert status report comments to documentation
Henry Mercer committedFeb 3, 2022 Unverified
No user is associated with the committer email.Copy the full SHA a005206View commit details
Commits on Feb 2, 2022
-
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-3.0.1
Henry Mercer authored and GitHub committedFeb 2, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 6a6a320View commit details -
Merge branch 'main' into use-better-base-sha
Thomas Horstmeyer committedFeb 2, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 3469c69View commit details -
Arthur Baars committed
Feb 2, 2022 Unverified
No user is associated with the committer email.Copy the full SHA d57c276View commit details
Commits on Feb 1, 2022
-
Merge branch 'main' into dependabot/npm_and_yarn/ava/typescript-3.0.1
Henry Mercer authored and GitHub committedFeb 1, 2022 Unverified
No user is associated with the committer email.Copy the full SHA e9aa623View commit details -
Henry Mercer committed
Feb 1, 2022 Copy the full SHA ce89f1bView commit details -
Merge branch 'aeisenberg/permissions' into add-ref-input
Andrew Eisenberg committedFeb 1, 2022 Copy the full SHA 13f97c8View commit details -
Avoid sending status reports in test mode
Andrew Eisenberg committedFeb 1, 2022 Copy the full SHA 36419a7View commit details -
Thomas Horstmeyer committed
Feb 1, 2022 Unverified
No user is associated with the committer email.Copy the full SHA ec0b3aeView commit details -
Detect merge base as base_sha for upload
Thomas Horstmeyer committedFeb 1, 2022 Unverified
No user is associated with the committer email.Copy the full SHA e836f97View commit details -
Alex Croteau committed
Feb 1, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 3cc8799View commit details -
Adds check on inputs and compiled files
Alex Croteau committedFeb 1, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 1eaaf07View commit details
Commits on Jan 25, 2022
-
Merge branch 'rneatherway/content-type' of github.com:github/codeql-a…
…ction into rneatherway/content-type
Robin Neatherway committedJan 25, 2022 Copy the full SHA 5f30e24View commit details -
Robin Neatherway committed
Jan 25, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 486633dView commit details -
Merge branch 'main' into rneatherway/content-type
Robin Neatherway authored and GitHub committedJan 25, 2022 Unverified
No user is associated with the committer email.Copy the full SHA d6360c9View commit details -
Merge branch 'main' into rneatherway/remove-old-upload-path
Robin Neatherway committedJan 25, 2022 Unverified
No user is associated with the committer email.Copy the full SHA e13c8bbView commit details
Commits on Jan 24, 2022
-
Merge branch 'main' into aeisenberg/remove-experiemental-message
Andrew Eisenberg authored and GitHub committedJan 24, 2022 Copy the full SHA 1f7dab4View commit details -
Andrew Eisenberg committed
Jan 24, 2022 Unverified
No user is associated with the committer email.Copy the full SHA f8c38c1View commit details -
Update tests to remove feature flag
Robin Neatherway committedJan 24, 2022 Copy the full SHA 10249d1View commit details -
Remove
experimental
warning message for custom packsAndrew Eisenberg committedJan 24, 2022 Copy the full SHA e6bcd71View commit details -
Reword changelog entry and add back test
Andrew Eisenberg committedJan 24, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 806fc12View commit details -
Merge branch 'main' into aeisenberg/better-error
Andrew Eisenberg authored and GitHub committedJan 24, 2022 Copy the full SHA ba352d3View commit details -
Set contentType for database uploads
Robin Neatherway committedJan 24, 2022 Unverified
No user is associated with the committer email.Copy the full SHA 751af2aView commit details -
The `useUploadDomain` approach is now fully enabled
Robin Neatherway committedJan 24, 2022 Copy the full SHA 1a686e7View commit details -
Update default CodeQL version to 2.7.6
Edoardo Pirovano committedJan 24, 2022 Copy the full SHA 3b4e4d4View commit details
Commits on Jan 21, 2022
-
Update error message and remove feature flag preloading
Discussion here https://github.com/github/codeql-action/pull/882#discussion_r789924177 shows that properly handling preloading feature flag errors is complex and the benefit we get from it does not offset the complexity.
Andrew Eisenberg committedJan 21, 2022 Copy the full SHA f18151cView commit details -
And add a better error message. By using `void` instead of `await`, any error thrown is not caught by surrounding try-catch blocks. I could continue to use `void` and explicitly handle any thrown errors by using `.catch`, but most likely the time savings is minimal and this makes the code more complex.
Andrew Eisenberg committedJan 21, 2022 Copy the full SHA 752ae57View commit details -
Merge branch 'main' into aeisenberg/multi-init
Andrew Eisenberg authored and GitHub committedJan 21, 2022 Copy the full SHA 5e69ce8View commit details