Skip to content

Commits

Commits on Jan 6, 2022

  1. Bump the version of the ATM query pack to 0.0.2

    Henry Mercer committed Jan 6, 2022
    Copy the full SHA
    efded22 View commit details
  2. Test loading of ML-powered queries

    Henry Mercer committed Jan 6, 2022
    Copy the full SHA
    5602bd5 View commit details
  3. Copy the full SHA
    2f4be8e View commit details

Commits on Jan 4, 2022

  1. Always upload DB when in debug mode

    Edoardo Pirovano committed Jan 4, 2022

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    00d4d60 View commit details

Commits on Dec 29, 2021

  1. Copy the full SHA
    3e59dee View commit details

Commits on Dec 16, 2021

  1. Stub feature flag API endpoint in tests

    Henry Mercer committed Dec 16, 2021
    Copy the full SHA
    254816c View commit details
  2. Represent feature flags using an enum

    Replaces the previous string literal type
    Henry Mercer committed Dec 16, 2021
    Copy the full SHA
    6d62c24 View commit details

Commits on Dec 15, 2021

  1. Explicitly pass repository to feature flags constructor

    As suggested in review: The `GITHUB_REPOSITORY` environment variable is
    only available on Actions. Passing it in explicitly avoids potentially
    crashing if this code is called from the runner.
    Henry Mercer committed Dec 15, 2021
    Copy the full SHA
    5e87034 View commit details
  2. Throw an error if the feature flag API request errors

    Henry Mercer committed Dec 15, 2021
    Copy the full SHA
    621e079 View commit details
  3. Copy the full SHA
    d6499fa View commit details
  4. Add support for feature flagging via the GitHub API

    Henry Mercer committed Dec 15, 2021
    Copy the full SHA
    04671ef View commit details

Commits on Dec 13, 2021

  1. Merge branch 'main' into duplicated-output

    Chris Gavin authored and GitHub committed Dec 13, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    1d83f2a View commit details

Commits on Dec 9, 2021

  1. Refuse to use broken versions in the toolcache

    Edoardo Pirovano committed Dec 9, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    705f634 View commit details
  2. Stop printing all output twice.

    Chris Gavin committed Dec 9, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b7b7607 View commit details
  3. Prepare for the CodeQL 2.7.3 release

    Andrew Eisenberg committed Dec 9, 2021
    Copy the full SHA
    fccdee0 View commit details

Commits on Dec 8, 2021

  1. Always use force: true for del

    Andrew Eisenberg committed Dec 8, 2021
    Copy the full SHA
    67d11b5 View commit details
  2. Remove rmDir references

    `rmDir` is not available on the node version used by the actions runner.
    
    Instead, use the `del` package. It is safe, well-tested, and
    cross-platform.
    Andrew Eisenberg committed Dec 8, 2021
    Copy the full SHA
    45dc27d View commit details
  3. Revert "Bump default CodeQL version to 2.7.3"

    Andrew Eisenberg authored and GitHub committed Dec 8, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a8cf6f4 View commit details
  4. Autobuild: Prefix invocations with CODEQL_RUNNER

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    Andrew Eisenberg and Aditya Sharad committed Dec 8, 2021
    Copy the full SHA
    fac22de View commit details

Commits on Dec 7, 2021

  1. Bump default CodeQL version to 2.7.3

    Andrew Eisenberg committed Dec 7, 2021
    Copy the full SHA
    043e3de View commit details

Commits on Dec 1, 2021

  1. Delete bundled db before recreating

    Robert committed Dec 1, 2021
    Copy the full SHA
    c82e09a View commit details
  2. Copy the full SHA
    460d053 View commit details

Commits on Nov 22, 2021

  1. Bump default CodeQL version to 2.7.2

    Edoardo Pirovano committed Nov 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8b902e1 View commit details

Commits on Nov 17, 2021

  1. Add a clarifying comment to a break.

    Chris Gavin committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    b9bd459 View commit details
  2. Move the delay to the end of the loop.

    Chris Gavin committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    215c4f5 View commit details
  3. Split out waiting for processing.

    Chris Gavin committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    4eef7ef View commit details
  4. Check for errors in the analysis status response.

    Chris Gavin committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    e0b9b9a View commit details
  5. Add a default value for wait-for-processing.

    Chris Gavin committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    823bb21 View commit details
  6. Reduce log message level.

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Chris Gavin and Andrew Eisenberg committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    49fc4c9 View commit details
  7. Improve a log message.

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    Chris Gavin and Andrew Eisenberg committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    21a786f View commit details
  8. Add an option to allow waiting until an analysis has been processed b…

    …efore finishing the Action.
    Chris Gavin committed Nov 17, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    316ad9d View commit details

Commits on Nov 15, 2021

  1. Respect value of LD_PRELOAD given by the CLI

    Edoardo Pirovano committed Nov 15, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9b506fe View commit details
  2. Copy the full SHA
    720bf9d View commit details
  3. Update bundle to version 2.7.1

    Henning Makholm committed Nov 15, 2021
    Copy the full SHA
    37a4db9 View commit details
  4. Allow multiple uploads in a single job

    They must all have a unique category. The category will be
    converted into an environment variable.
    Andrew Eisenberg committed Nov 15, 2021
    Copy the full SHA
    6a98a4b View commit details
Older