Skip to content

Commits

Commits on Dec 14, 2021

  1. Merge branch 'main' into aeisenberg/remove-scheduled

    Andrew Eisenberg authored and GitHub committed Dec 14, 2021

    Unverified

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

Commits on Dec 13, 2021

  1. Remove dotnet restore calls from CI checks

    Edoardo Pirovano committed Dec 13, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    265a7db View commit details
  2. Remove scheduled releases

    The action will be released roughly every two weeks along
    with the CodeQL CLI release process.
    Andrew Eisenberg committed Dec 13, 2021
    Copy the full SHA
    f623d4c View commit details

Commits on Dec 8, 2021

  1. 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
  2. Add a workflow step to do dotnet restore

    Edoardo Pirovano committed Dec 8, 2021

    Unverified

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

Commits on Dec 6, 2021

  1. Add call to dotnet restore

    Robert committed Dec 6, 2021
    Copy the full SHA
    f721f01 View commit details

Commits on Nov 19, 2021

  1. Remove persist-credentials: false from workflow

    Edoardo Pirovano committed Nov 19, 2021

    Unverified

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

Commits on Nov 4, 2021

  1. Include matrix information in debug artifact name

    Edoardo Pirovano committed Nov 4, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    375c147 View commit details
  2. Re-enable new style of tracing

    Edoardo Pirovano committed Nov 4, 2021

    Unverified

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

Commits on Nov 2, 2021

  1. Merge branch 'main' into aeisenberg/dependabot

    Andrew Eisenberg authored and GitHub committed Nov 2, 2021

    Unverified

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

Commits on Nov 1, 2021

  1. Add an option to upload some debugging artifacts

    Edoardo Pirovano committed Nov 1, 2021

    Unverified

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

Commits on Oct 28, 2021

  1. Add RAM and threads options to init action

    Chuan-kai Lin committed Oct 28, 2021
    Copy the full SHA
    70b730e View commit details

Commits on Oct 25, 2021

  1. Further fix to update dependencies workflow

    Edoardo Pirovano committed Oct 25, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    d3f5d48 View commit details
  2. Fix dependabot issues

    Andrew Eisenberg committed Oct 25, 2021
    Copy the full SHA
    531c6ba View commit details

Commits on Oct 22, 2021

  1. Fix syntax in a workflow

    Edoardo Pirovano committed Oct 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    63fd41b View commit details
  2. Merge pull request #784 from github/aeisenberg/workflow-fix

    Fix failing workflow on main
    Edoardo Pirovano authored and GitHub committed Oct 22, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    a35be9c View commit details
  3. Improve workflow to update dependencies

    Edoardo Pirovano committed Oct 22, 2021

    Unverified

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

Commits on Oct 21, 2021

  1. Fix failing workflow on main

    We do not want this database uploaded for remote queries.
    Andrew Eisenberg committed Oct 21, 2021
    Copy the full SHA
    1beeda3 View commit details

Commits on Oct 14, 2021

  1. Remove explicit 2.26.0 version in python tests

    Also, rename test scripts to indicate the version they are using.
    Andrew Eisenberg committed Oct 14, 2021
    Copy the full SHA
    43ea2ce View commit details
  2. Fix failing python tests

    The requests module 1.2.3 is no longer compatible with python >=3.10.0.
    So, instead use 2.26.0, the most recent version that is compatible with
    our supported python versions at the time of this commit.
    Andrew Eisenberg committed Oct 14, 2021
    Copy the full SHA
    3df2172 View commit details

Commits on Sep 29, 2021

  1. Use CLI's own baseline LOC counting

    Edoardo Pirovano committed Sep 29, 2021

    Unverified

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

Commits on Sep 22, 2021

  1. Make use of multi-language and indirect tracing

    Edoardo Pirovano committed Sep 22, 2021

    Unverified

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

Commits on Sep 21, 2021

  1. Don't use shared compilation

    Edoardo Pirovano committed Sep 21, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    014d3ea View commit details
  2. Upload tracer logs

    Edoardo Pirovano committed Sep 21, 2021

    Unverified

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

Commits on Sep 14, 2021

  1. Fix dependabot ignore syntax

    This commit addresses the error:
    
    The property '#/updates/0/ignore' of type object did not match the following type: array
    The property '#/updates/1/ignore' of type object did not match the following type: array
    Chuan-kai Lin authored and GitHub committed Sep 14, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    58056a4 View commit details
  2. Dependabot: Ignore minor and patch versions

    Edoardo Pirovano committed Sep 14, 2021

    Unverified

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

Commits on Sep 8, 2021

  1. Refactor PR checks

    Edoardo Pirovano committed Sep 8, 2021

    Unverified

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

Commits on Sep 1, 2021

  1. Merge branch 'main' into aeisenberg/pr-check-names

    Andrew Eisenberg committed Sep 1, 2021
    Copy the full SHA
    e22a6cd View commit details
  2. Merge branch 'main' into aeisenberg/pr-check-names

    Andrew Eisenberg authored and GitHub committed Sep 1, 2021

    Unverified

    No user is associated with the committer email.
    Copy the full SHA
    2ba7208 View commit details
  3. Try the nightly build for packaging integration tests

    Andrew Eisenberg committed Sep 1, 2021
    Copy the full SHA
    d1ff4d6 View commit details

Commits on Aug 26, 2021

  1. Update integration test pack versions

    Andrew Eisenberg committed Aug 26, 2021
    Copy the full SHA
    e833d6e View commit details

Commits on Aug 25, 2021

  1. Add names to all pr-checks

    Andrew Eisenberg committed Aug 25, 2021
    Copy the full SHA
    1785bbb View commit details
  2. Merge branch 'main' into cli-version

    Henry Mercer authored and GitHub committed Aug 25, 2021

    Unverified

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

Commits on Aug 24, 2021

  1. Bump version of testing pack

    Edoardo Pirovano committed Aug 24, 2021

    Unverified

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

Commits on Aug 18, 2021

  1. Test against oldest supported version

    Edoardo Pirovano committed Aug 18, 2021

    Unverified

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