Skip to content

Commits

Commits on Aug 2, 2021

  1. Enable dependabot on runner

    Edoardo Pirovano committed Aug 2, 2021

    Unverified

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

Commits on Jul 27, 2021

  1. Fix typo in config file name

    Edoardo Pirovano committed Jul 27, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    69c3617 View commit details
  2. Update lockfile in mergeback

    Edoardo Pirovano committed Jul 27, 2021

    Unverified

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

Commits on Jul 26, 2021

  1. Address further PR comment

    Edoardo Pirovano committed Jul 26, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    554f1b3 View commit details
  2. Address PR comments from @robertbrignull

    Edoardo Pirovano authored and Edoardo Pirovano committed Jul 26, 2021
    Copy the full SHA
    934fb86 View commit details
  3. Enable dependabot automatic updates

    Edoardo Pirovano committed Jul 26, 2021

    Unverified

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

Commits on Jul 2, 2021

  1. Add analyze step to 'source-root' input test case

    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    2 people authored and GitHub committed Jul 2, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    06c6845 View commit details
  2. Test presence of database instead of results of analysis

    This is for PR #607, 'source-root' input test case.
    Mario Campos committed Jul 2, 2021
    Copy the full SHA
    b9217ca View commit details

Commits on Jul 1, 2021

  1. Remove build.sh step from 'source-root' test

    As this test is using only JS, it's not necessary to compile or analyze the other languages.
    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    2c0da4b View commit details
  2. Copy the full SHA
    12f1cff View commit details
  3. Merge branch 'source-root-input' of github.com:mario-campos/codeql-ac…

    …tion into source-root-input
    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    2ca807c View commit details
  4. Avoid moving repo files out of \$GITHUB_WORKSPACE in 'source-root' test

    Moving the files into ../action was causing the job to fail because it couldn't find the test directory anymore. According to @adityasharad, these 'mv's should
    not be necessary. Removing these means changing the path to the actions.
    
    I'm also removing the 'config-file' input to keep the test minimal. I think this will mean that CodeQL will use the default query suite, so I hope that this doesn't change the results.
    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    1c69fae View commit details
  5. Delete 'packaing' from source-root test job name

    The test is not related to packaging.
    
    Co-authored-by: Aditya Sharad <6874315+adityasharad@users.noreply.github.com>
    2 people authored and GitHub committed Jul 1, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    67d6f79 View commit details
  6. Use different config file for testing 'source-root' input

    This config file 'ought to have some queries good for testing!
    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    028f98f View commit details
  7. Add test case for 'source-root' input to 'init' Action

    Mario Campos committed Jul 1, 2021
    Copy the full SHA
    c78fb87 View commit details

Commits on Jun 30, 2021

  1. Remove a TODO and use defautl tools option

    Andrew Eisenberg committed Jun 30, 2021
    Copy the full SHA
    0792832 View commit details

Commits on Jun 28, 2021

  1. Merge branch 'main' into local-bundle

    Edoardo Pirovano authored and GitHub committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d9050f4 View commit details
  2. 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
  3. Merge branch 'main' into split-create-analysis

    Edoardo Pirovano authored and GitHub committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    93214ec View commit details
  4. 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
  5. Run tests against nightly CLI bundles

    Edoardo Pirovano committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9547001 View commit details
  6. Allow to be run on workflow_dispatch

    Andrew Eisenberg committed Jun 28, 2021
    Copy the full SHA
    a689115 View commit details
  7. Support splitting of DB creation and query execution

    Edoardo Pirovano committed Jun 28, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ef852c0 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
    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
    Copy the full SHA
    db01c78 View commit details
  4. 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
    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
    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
    Copy the full SHA
    ddb83a4 View commit details
Older