Skip to content

Commits

Commits on Jun 8, 2021

  1. Add an integration test for packaging

    Uses two pre-existing packages to run some simple queries on a javascript
    database.
    Andrew Eisenberg committed Jun 8, 2021
    Copy the full SHA
    d42f654 View commit details

Commits on Jun 2, 2021

  1. Add some dependencies for uploading artifacts

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 2, 2021
    Copy the full SHA
    0cbd4b5 View commit details

Commits on May 31, 2021

  1. 1.0.1

    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    f0e82b7 View commit details
  2. Copy the full SHA
    7d701d2 View commit details
  3. Fix the mergeback workflow

    We need to tag and mergeback if the tag does _not_ already exist.
    Andrew Eisenberg committed May 31, 2021
    Copy the full SHA
    981b5cb View commit details
  4. Remove leading newline

    Minor change.
    Andrew Eisenberg authored and GitHub committed May 31, 2021

    Unverified

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

Commits on May 27, 2021

  1. Merge branch 'main' into aeisenberg/update-changelog-on-release

    Andrew Eisenberg authored and GitHub committed May 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8b01108 View commit details
  2. Add bump runner version whenever action is versioned

    Ensures that the runner version is bumped along with the action version.
    Andrew Eisenberg committed May 27, 2021
    Copy the full SHA
    ea89b06 View commit details

Commits on May 26, 2021

  1. Actions: Run enterprise versions workflow only on the parent repo

    Don't run the cron workflow on forks, since they lack the necessary secrets.
    Aditya Sharad authored and GitHub committed May 26, 2021

    Unverified

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

Commits on May 21, 2021

  1. Add release and mergeback workflows

    This commit ensures that the changelog is updated before a release with
    the correct date and version.
    
    Also, after a release, a mergeback PR is created to ensure that the
    changelog update and version bump is available in main.
    Andrew Eisenberg committed May 21, 2021
    Copy the full SHA
    800a951 View commit details

Commits on May 19, 2021

  1. Add a changelog

    Adds an empty changelog file and a reminder to update it when opening
    pull requests.
    
    Also, adds a 1.0.0 version number in the package.json, which is what
    we _could_ use for version numbering.
    Andrew Eisenberg committed May 19, 2021
    Copy the full SHA
    8566f9b View commit details

Commits on May 17, 2021

  1. Add configuration option to set CodeQL DB location

    Edoardo Pirovano authored and Edoardo Pirovano committed May 17, 2021
    Copy the full SHA
    79c79f1 View commit details

Commits on May 10, 2021

  1. Output environment file for Windows

    Edoardo Pirovano committed May 10, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a5506d8 View commit details
  2. fix windows hopefully

    Robert committed May 10, 2021
    Copy the full SHA
    3c96019 View commit details
  3. Copy the full SHA
    f742f91 View commit details

Commits on May 7, 2021

  1. make matrix run all cases

    Robert committed May 7, 2021
    Copy the full SHA
    603c47c View commit details

Commits on Apr 30, 2021

  1. Fix the token permissions for private copies of the CodeQL Action, an…

    …d for runs that are not from pull requests.
    Chris Gavin committed Apr 30, 2021

    Unverified

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

Commits on Apr 22, 2021

  1. Remove spurious blank line.

    Chris Gavin committed Apr 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    643bc6e View commit details
  2. Restrict Actions token permissions in CodeQL workflow.

    Chris Gavin committed Apr 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    7e85b5d View commit details

Commits on Apr 9, 2021

  1. Code scanning: Compare the default and latest CodeQL tools bundles

    Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`.
    Use the outputs of these steps to compare the two CodeQL versions.
    Pass the list of distinct tool versions for the analysis job to matrix over.
    This lets us test the analysis against both versions, while avoiding duplication
    when they are actually the same version.
    Aditya Sharad committed Apr 9, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    64b50fa View commit details
  2. PR checks: Compare the default and latest CodeQL tools bundles

    Create a prerequisite job that runs the init step twice, with `tools: null` and `tools: latest`.
    Use the outputs of these steps to compare the two CodeQL versions.
    Pass the list of distinct tool versions for the integration tests to use in their matrix strategy.
    This avoids redundant test jobs when the default and latest bundles are actually the same version of CodeQL.
    
    `~` is accepted by JSON but not by the Actions context language, so we use `null` to indicate the default version.
    Aditya Sharad committed Apr 9, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    51b1d7d View commit details

Commits on Apr 8, 2021

  1. PR checks: Run integration tests against both tools: null and `tool…

    …s: latest`
    
    Always test against both the default and latest CodeQL bundle.
    
    This improves test coverage shortly after a CodeQL bundle release, where the latest bundle
    may not yet be built into the Actions VM image as the default bundle.
    
    It also saves a manual step during bundle release testing,
    since we no longer need to temporarily change the PR checks to `tools: latest`.
    
    There is some redundancy when the latest bundle is the same as the default bundle on the VM image,
    but this can be considered a test for the `tools: latest` configuration.
    Aditya Sharad committed Apr 8, 2021

    Unverified

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

Commits on Mar 1, 2021

  1. Check if this mitigates the go 1.16 issue

    Simon Engledew committed Mar 1, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    324d987 View commit details

Commits on Feb 23, 2021

  1. Don't run update release branch workflow on forks.

    Chris Gavin committed Feb 23, 2021

    Unverified

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

Commits on Feb 1, 2021

  1. Unverified

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

Commits on Jan 21, 2021

  1. move .github/workflows back where it was

    Robert committed Jan 21, 2021
    Copy the full SHA
    cfdf2ea View commit details

Commits on Jan 13, 2021

  1. Merge pr-check and integration-testing workflows

    These had some minor overlap checking that the JS is up to date and
    there isn't any benefit in having them separate as the jobs are run in
    parallel anyway.
    Robin Neatherway committed Jan 13, 2021
    Copy the full SHA
    9ace697 View commit details

Commits on Jan 12, 2021

  1. add call operator

    Robert committed Jan 12, 2021
    Copy the full SHA
    70733e4 View commit details
  2. Use CODEQL_RUNNER env var in integration tests

    Robert committed Jan 12, 2021
    Copy the full SHA
    a432f68 View commit details

Commits on Dec 8, 2020

  1. Gate execution of expensive tests on JS being up to date

    Robin Neatherway committed Dec 8, 2020
    Copy the full SHA
    3e176f8 View commit details

Commits on Dec 1, 2020

  1. Unverified

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

Commits on Nov 30, 2020

  1. Merge branch 'main' into robertbrignull/go_autobuild

    Robert authored and GitHub committed Nov 30, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    32878b7 View commit details
  2. Update .github/workflows/integration-testing.yml

    Co-authored-by: Chris Gavin <chris@chrisgavin.me>
    2 people authored and GitHub committed Nov 30, 2020

    Unverified

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

Commits on Nov 27, 2020

  1. Only analyze PRs against main and v1

    We can only analyze PRs against those branches we are analyzing on push.
    Robin Neatherway authored and GitHub committed Nov 27, 2020

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    38ed964 View commit details
  2. test Go autobuild

    Robert committed Nov 27, 2020
    Copy the full SHA
    7174a81 View commit details
Older