Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merge releases/v2 into releases/v1 #1248

Merged
merged 64 commits into from Sep 16, 2022
Merged

Commits on Aug 30, 2022

  1. Update changelog

    aeisenberg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    c7bb894 View commit details
    Browse the repository at this point in the history
  2. Add support for downloading packs from GHES

    This change adds:
    
    - new `registries` block allowed in code scanning config file
    - new `registries-auth-tokens` input in init action
    - Change the downloadPacks function so that it accepts new parameters:
        - registries block
        - api auth
    - Generate a qlconfig.yml file with the registries block if one is
      supplied. Use this file when downloading packs.
    - temporarily set the `GITHUB_TOKEN` and `CODEQL_REGISTRIES_AUTH` based
      on api auth
    
    TODO:
    
    1. integration test
    2. handle pack downloads when the config is generated by the CLI
    aeisenberg committed Aug 30, 2022
    Configuration menu
    Copy the full SHA
    0e98efa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1d92118 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2022

  1. Autobuild Go in analyze step

    angelapwen authored and henrymercer committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    215c3cb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8dc4685 View commit details
    Browse the repository at this point in the history
  3. Add environment variable for enabling Go extraction reconcilation

    This will enable us to test this behavior in PR checks.
    Also simplify and add some more detailed documentation.
    henrymercer committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    fff56ee View commit details
    Browse the repository at this point in the history
  4. Simplify doesGoExtractionOutputExist implementation

    Co-authored-by: Andrew Eisenberg <aeisenberg@github.com>
    henrymercer and aeisenberg committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    e466e75 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b4b44c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    b42a495 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    14d7039 View commit details
    Browse the repository at this point in the history
  8. Fix language inclusion test

    `in` checks the indices of an array, not the values.
    henrymercer committed Aug 31, 2022
    Configuration menu
    Copy the full SHA
    9552903 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    8e0846c View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2022

  1. Update changelog and version after v2.1.22

    github-actions[bot] committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    a3607ca View commit details
    Browse the repository at this point in the history
  2. Update checked-in dependencies

    github-actions[bot] committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    62fab91 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fe1bd9a View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1227 from github/mergeback/v2.1.22-to-main-b398f525

    Mergeback v2.1.22 refs/heads/releases/v2 into main
    edoardopirovano committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    d05538f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cf5d465 View commit details
    Browse the repository at this point in the history
  6. Make createdDBForScannedLanguages test robust to new async calls

    Previously the test depended on `createdDBForScannedLanguages` making no
    async calls prior to `codeql resolve extractor`.
    henrymercer committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    6d34731 View commit details
    Browse the repository at this point in the history
  7. Tidy up createdDBForScannedLanguages

    Now the test is fixed, we can simplify by introducing an async call.
    henrymercer committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e460fa2 View commit details
    Browse the repository at this point in the history
  8. Update legacy workflow PR check

    We now trace in init when using reconciled tracing, so we no longer need
    to set the `CODEQL_EXTRACTOR_GO_BUILD_TRACING` environment variable.
    henrymercer committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    e303e2c View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    1d311fe View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    6699d47 View commit details
    Browse the repository at this point in the history
  11. Run Lua tracing for Go on Windows in CLI 2.10.4+

    A bug preventing us from using Lua tracing for Go on Windows is fixed
    in CLI 2.10.4+, so we
    can now resume using Lua tracing for Go on Windows when using these
    CLI versions.
    henrymercer committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    ab396da View commit details
    Browse the repository at this point in the history
  12. Merge pull request #1229 from github/henrymercer/reenable-lua-tracing…

    …-go-windows
    
    Run Lua tracing for Go on Windows in CLI 2.10.4+
    henrymercer committed Sep 1, 2022
    Configuration menu
    Copy the full SHA
    70426bb View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    e9b47b1 View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2022

  1. Merge pull request #1219 from github/angelapwen/autobuild-in-analyze

    Autobuild Go in `analyze` if not already built
    henrymercer committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    21530f5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    62b4f23 View commit details
    Browse the repository at this point in the history
  3. Address review comments

    henrymercer committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    4b5dea8 View commit details
    Browse the repository at this point in the history
  4. Update ava to 4.3.3

    The [release notes](https://github.com/avajs/ava/releases/tag/v4.3.3)
    mention compatibility with Node 18.8.
    henrymercer committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    bea5e4b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b044362 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1231 from github/henrymercer/fix-running-tests-on…

    …-node18.8
    
    Fix running tests on Node 18.8
    henrymercer committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    85ba42a View commit details
    Browse the repository at this point in the history
  7. Reuse getApiDetails code

    henrymercer committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    fc2f344 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ab4197c View commit details
    Browse the repository at this point in the history
  9. Merge pull request #1228 from github/henrymercer/start-go-tracing-in-…

    …init
    
    Make Go a traced language when Go extraction reconciliation is enabled
    henrymercer committed Sep 2, 2022
    Configuration menu
    Copy the full SHA
    03e3453 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    abdf26c View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2022

  1. Configuration menu
    Copy the full SHA
    299b774 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1234 from github/edoardo/more-tolerant

    TRAP Caching: Be tolerant to not finding the extractor
    edoardopirovano committed Sep 5, 2022
    Configuration menu
    Copy the full SHA
    8cdb7d8 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2022

  1. Configuration menu
    Copy the full SHA
    7e086b2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf97a6d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    376fea6 View commit details
    Browse the repository at this point in the history
  4. Add workflowEventName

    Daverlo committed Sep 6, 2022
    Configuration menu
    Copy the full SHA
    add1437 View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2022

  1. Configuration menu
    Copy the full SHA
    335aa5e View commit details
    Browse the repository at this point in the history
  2. Build js

    Daverlo committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    a03f3bd View commit details
    Browse the repository at this point in the history
  3. Fix linting

    Daverlo committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    063e083 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4fa3e8b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5dcb9de View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aa434aa View commit details
    Browse the repository at this point in the history
  7. Fix unit tests

    aeisenberg committed Sep 7, 2022
    Configuration menu
    Copy the full SHA
    5974446 View commit details
    Browse the repository at this point in the history

Commits on Sep 8, 2022

  1. Merge pull request #1238 from github/daverlo/workflow-event-name

    Add workflowEventName util function
    Daverlo committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    21ae865 View commit details
    Browse the repository at this point in the history
  2. Append / to end of registries url

    Avoids a bug in 2.10.4. Also, add some better handling for invalid
    registries blocks.
    aeisenberg committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    6085805 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1221 from github/aeisenberg/ghes-pack-download

    Add support for downloading packs from GHES
    aeisenberg committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    9ba4d50 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4a8d26e View commit details
    Browse the repository at this point in the history
  5. Add changelog note

    henrymercer committed Sep 8, 2022
    Configuration menu
    Copy the full SHA
    ff575f2 View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Remove the lua tracer feature flag check from the codeql-action.

    Always defer to the CLI on the Lua tracer state from now on.
    criemen committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    3038e97 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1240 from github/henrymercer/2.10.5-bump

    Bump CodeQL version to 2.10.5
    henrymercer committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    0a38743 View commit details
    Browse the repository at this point in the history
  3. Fix runner integration test.

    This test is broken, as it first sets environment variables, and then
    immediately unsets it again.
    This only worked by chance with the legacy tracer, and breaks the Lua
    tracer.
    criemen committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    c256033 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1244 from github/criemen/remove-lua-tracer-ff

    Remove the lua tracer feature flag check from the codeql-action.
    criemen committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    fd4dc5b View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Update changelog for v2.1.23

    github-actions[bot] committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    99d0a6b View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2022

  1. Merge pull request #1246 from github/update-v2.1.23-fd4dc5bf

    Merge main into releases/v2
    henrymercer committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6a38b7d View commit details
    Browse the repository at this point in the history
  2. Revert "Update version and changelog for v1.1.22"

    This reverts commit b6c8b30.
    github-actions[bot] committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    a07f043 View commit details
    Browse the repository at this point in the history
  3. Revert "Update checked-in dependencies"

    This reverts commit 4c7650d.
    github-actions[bot] committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    6044413 View commit details
    Browse the repository at this point in the history
  4. Merge remote-tracking branch 'origin/releases/v2' into update-v1.1.23…

    …-6a38b7d4
    github-actions[bot] committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    58a8005 View commit details
    Browse the repository at this point in the history
  5. Update version and changelog for v1.1.23

    github-actions[bot] committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    3acd1b8 View commit details
    Browse the repository at this point in the history
  6. Update checked-in dependencies

    github-actions[bot] committed Sep 15, 2022
    Configuration menu
    Copy the full SHA
    302c380 View commit details
    Browse the repository at this point in the history