Skip to content

Commits

Commits on Jun 28, 2021

  1. Address PR comment.

    Edoardo Pirovano committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a7dac5c View commit details
  2. Allow local instead of downloaded CodeQL

    Edoardo Pirovano committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    8f4c2c7 View commit details
  3. Run tests against nightly CLI bundles

    Edoardo Pirovano committed Jun 28, 2021
    Copy the full SHA
    9547001 View commit details
  4. Allow to be run on workflow_dispatch

    Andrew Eisenberg committed Jun 28, 2021
    Copy the full SHA
    a689115 View commit details

Commits on Jun 25, 2021

  1. Add extra integration test for packaging

    Also, update the options and inputs documentation.
    Andrew Eisenberg committed Jun 25, 2021
    Copy the full SHA
    4087f37 View commit details

Commits on Jun 23, 2021

  1. Add new packs input to init action

    This input allows users to specify which packs to run. It works in
    unison with the packs block of the config file and it is similar to
    how `queries` works. They both use `+` in the same way.
    
    Note that the `#TODO` in the pr check is still around, but the CLI
    is available. I will remove the TODO in the next commit.
    Andrew Eisenberg committed Jun 23, 2021
    Copy the full SHA
    6e577cf View commit details

Commits on Jun 22, 2021

  1. Update changelog template

    The changelog for an empty version will now be:
    
    ```
    No user facing changes.
    ```
    
    And this will appear in the final changelog when there is an actual release.
    The benefits are that users will see regular release cycles and know
    how old versions are even if there's no changes for a particular version
    
    If we find that we are going months without any user facing changes, but
    we have non-visible changes, then we can rethink this strategy.
    But I think this is nicer than having empty sections for a version.
    Andrew Eisenberg committed Jun 22, 2021
    Copy the full SHA
    629f582 View commit details

Commits on Jun 16, 2021

  1. Fix custom version of CLI to use for package testing

    This can be removed when 2.5.6 is released.
    Andrew Eisenberg committed Jun 16, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    efea923 View commit details
  2. Fix update-release-branch-fix.py

    This change ensures that the the script can handle
    commits with no committer in them. This will happen
    for some commits that are auto-generated during
    PRs.
    Andrew Eisenberg committed Jun 16, 2021
    Copy the full SHA
    d16268b View commit details

Commits on Jun 9, 2021

  1. Avoid running mergeback workflow on PR

    This was causing the workflow to run and create tags after merging
    main into a branch.
    Andrew Eisenberg committed Jun 9, 2021
    Copy the full SHA
    6a1c070 View commit details
  2. Add pack download to its own log group

    Also, make the baseline count message less awkward sounding.
    Andrew Eisenberg committed Jun 9, 2021
    Copy the full SHA
    a2e96a4 View commit details
  3. Remove unneeded action input in PR check

    Andrew Eisenberg committed Jun 9, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    db01c78 View commit details
  4. Unverified

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

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

    Unverified

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

Commits on Jun 7, 2021

  1. Remove quotes around $DRAFT argument

    gh will complain if there is an empty `""`, which is the case if
    `$DRAFT` is unset.
    Andrew Eisenberg committed Jun 7, 2021

    Unverified

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

Commits on Jun 4, 2021

  1. Cleanup CodeQL DBs and output their location for later steps

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 4, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ddb83a4 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

    Unverified

    No user is associated with the committer email.
    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
    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
    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
    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
    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
    Copy the full SHA
    e305db8 View commit details

Commits on Apr 22, 2021

  1. Remove spurious blank line.

    Chris Gavin committed Apr 22, 2021
    Copy the full SHA
    643bc6e View commit details
  2. Restrict Actions token permissions in CodeQL workflow.

    Chris Gavin committed Apr 22, 2021
    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
    Copy the full SHA
    64b50fa View commit details
Older