Skip to content

Commits

Permalink
20aafcd90c
Switch branches/tags

Name already in use

A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?

Commits on Jun 10, 2021

  1. Remove unnecessary type assertions

    Andrew Eisenberg committed Jun 10, 2021
    Copy the full SHA
    20aafcd 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. Remove two log entries

    Cleans up the output logs even more. These entries don't add any more
    information since everything is grouped now.
    Andrew Eisenberg committed Jun 9, 2021
    Copy the full SHA
    23cdd6b View commit details
  3. 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
  4. Use nullish conversion for packs

    Slightly simplifies the `parsePacks` function.
    Andrew Eisenberg committed Jun 9, 2021
    Copy the full SHA
    96e7de3 View commit details
  5. Refactor codeql.ts

    Extract a `runTool` function that captures the stdout and returns it.
    A small refactoring that reduces copied code.
    Andrew Eisenberg committed Jun 9, 2021
    Copy the full SHA
    49b2220 View commit details
  6. Remove unneeded action input in PR check

    Andrew Eisenberg committed Jun 9, 2021
    Copy the full SHA
    db01c78 View commit details
  7. Copy the full SHA
    82388fd View commit details
  8. Add --finalize-dataset to database finalize call

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 9, 2021
    Copy the full SHA
    babcc1b View commit details
  9. Add new log grouping for DB cleanup

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 9, 2021
    Copy the full SHA
    06df98a View commit details
  10. Add intepret-results timings to status reports

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 9, 2021
    Copy the full SHA
    0ea20c5 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
  2. Packaging: Address review comments

    1. Better malformed data guard for PackDownloadOutput
    2. Fix Packs type
    3. Remove TODO in init-action
    Andrew Eisenberg committed Jun 8, 2021
    Copy the full SHA
    1cc5f1d View commit details
  3. Replace analyze with run-queries and interpret-results

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

Commits on Jun 7, 2021

  1. Some refactoring in fingerprint computation

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 7, 2021
    Copy the full SHA
    c095005 View commit details
  2. Merge pull request #554 from github/mergeback/v1.0.1-to-main-ece2addc

    Mergeback v1.0.1 refs/heads/v1 into main
    Andrew Eisenberg authored and GitHub committed Jun 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    9c13fef View commit details
  3. Merge branch 'main' into mergeback/v1.0.1-to-main-ece2addc

    Andrew Eisenberg authored and GitHub committed Jun 7, 2021

    Unverified

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

    github-actions[bot] committed Jun 7, 2021
    Copy the full SHA
    fbb9046 View commit details
  5. Update changelog and version after v1.0.1

    github-actions[bot] committed Jun 7, 2021
    Copy the full SHA
    9e6b46a View commit details
  6. Merge pull request #553 from github/aeisenberg/no-quotes

    Remove quotes around `$DRAFT` argument
    Andrew Eisenberg authored and GitHub committed Jun 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    ece2add View commit details
  7. 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
  8. Merge pull request #549 from github/update-v1.0.1-242fd828

    Merge main into v1
    Chris Gavin authored and GitHub committed Jun 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    675843d View commit details
  9. Empty commit to trigger CI.

    Chris Gavin committed Jun 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    511fe43 View commit details
  10. Fix out of memory in hash computation

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 7, 2021
    Copy the full SHA
    02e8dcf View commit details
  11. 1.0.1

    github-actions[bot] committed Jun 7, 2021
    Copy the full SHA
    68d7c5f View commit details
  12. Merge pull request #547 from github/retrying-fix

    Add back retrying.
    Chris Gavin authored and GitHub committed Jun 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    242fd82 View commit details
  13. Merge branch 'main' into retrying-fix

    Chris Gavin authored and GitHub committed Jun 7, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    48efe6e View commit details
  14. Fix stub in tests.

    Chris Gavin committed Jun 7, 2021

    Unverified

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

Commits on Jun 6, 2021

  1. Run the pack download command

    Andrew Eisenberg committed Jun 6, 2021
    Copy the full SHA
    d87945e View commit details
  2. Add --sarif-group-rules-by-pack flag

    Edoardo Pirovano authored and Edoardo Pirovano committed Jun 6, 2021
    Copy the full SHA
    1644ade View commit details

Commits on Jun 4, 2021

  1. Avoid using SemVer instances

    Use strings instead. They are easier to serialize and deserialize.
    Andrew Eisenberg committed Jun 4, 2021
    Copy the full SHA
    06687e9 View commit details
  2. Fix logic for calculating if there are queries to run

    During the analyze phase.
    Andrew Eisenberg committed Jun 4, 2021
    Copy the full SHA
    9b5753a View commit details
  3. 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
  4. Copy the full SHA
    6cee818 View commit details
  5. Add back retrying.

    Chris Gavin committed Jun 4, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    41dff7f View commit details
Older