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 main into v1 #870

Merged
merged 46 commits into from
Jan 11, 2022
Merged

Merge main into v1 #870

merged 46 commits into from
Jan 11, 2022

Commits on Dec 9, 2021

  1. Configuration menu
    Copy the full SHA
    b661ef1 View commit details
    Browse the repository at this point in the history
  2. Add more context to a change note.

    Co-authored-by: Thomas Horstmeyer <73262256+cannist@users.noreply.github.com>
    chrisgavin and cannist committed Dec 9, 2021
    Configuration menu
    Copy the full SHA
    7bcc656 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b7b7607 View commit details
    Browse the repository at this point in the history

Commits on Dec 10, 2021

  1. Update changelog and version after v1.0.26

    github-actions[bot] committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    eeb215b View commit details
    Browse the repository at this point in the history
  2. 1.0.27

    github-actions[bot] committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    88fbabe View commit details
    Browse the repository at this point in the history
  3. Update checked-in dependencies

    github-actions[bot] committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    a777b51 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #849 from github/mergeback/v1.0.26-to-main-5f532563

    Mergeback v1.0.26 refs/heads/v1 into main
    aeisenberg committed Dec 10, 2021
    Configuration menu
    Copy the full SHA
    ce77f88 View commit details
    Browse the repository at this point in the history

Commits on Dec 13, 2021

  1. Configuration menu
    Copy the full SHA
    1d83f2a View commit details
    Browse the repository at this point in the history
  2. Merge pull request #844 from github/duplicated-output

    Stop printing all output twice.
    chrisgavin committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    716b598 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e0e2abc View commit details
    Browse the repository at this point in the history
  4. Merge pull request #843 from github/wait-for-processing-by-default

    Start waiting for processing by default.
    chrisgavin committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    eacec36 View commit details
    Browse the repository at this point in the history
  5. Remove scheduled releases

    The action will be released roughly every two weeks along
    with the CodeQL CLI release process.
    aeisenberg committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    f623d4c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    265a7db View commit details
    Browse the repository at this point in the history
  7. Merge pull request #854 from edoardopirovano/remove-dotnet-restore

    Remove `dotnet restore` calls from CI checks
    edoardopirovano committed Dec 13, 2021
    Configuration menu
    Copy the full SHA
    39216d1 View commit details
    Browse the repository at this point in the history

Commits on Dec 14, 2021

  1. Configuration menu
    Copy the full SHA
    d3eb497 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #853 from github/aeisenberg/remove-scheduled

    Remove scheduled releases
    aeisenberg committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    14a5537 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f9e96fa View commit details
    Browse the repository at this point in the history
  4. Merge pull request #855 from github/correct-changelog

    Move changelog entry into correct place
    aeisenberg committed Dec 14, 2021
    Configuration menu
    Copy the full SHA
    e1f0590 View commit details
    Browse the repository at this point in the history

Commits on Dec 15, 2021

  1. Configuration menu
    Copy the full SHA
    04671ef View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d6499fa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    621e079 View commit details
    Browse the repository at this point in the history
  4. Explicitly pass repository to feature flags constructor

    As suggested in review: The `GITHUB_REPOSITORY` environment variable is
    only available on Actions. Passing it in explicitly avoids potentially
    crashing if this code is called from the runner.
    henrymercer committed Dec 15, 2021
    Configuration menu
    Copy the full SHA
    5e87034 View commit details
    Browse the repository at this point in the history

Commits on Dec 16, 2021

  1. Represent feature flags using an enum

    Replaces the previous string literal type
    henrymercer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    6d62c24 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    254816c View commit details
    Browse the repository at this point in the history
  3. Merge pull request #856 from github/henrymercer/feature-flagging

    Feature flagging via the GitHub API
    henrymercer committed Dec 16, 2021
    Configuration menu
    Copy the full SHA
    249c7ff View commit details
    Browse the repository at this point in the history

Commits on Dec 29, 2021

  1. Configuration menu
    Copy the full SHA
    3e59dee View commit details
    Browse the repository at this point in the history
  2. Merge pull request #859 from github/update-supported-enterprise-serve…

    …r-versions
    
    Update supported GitHub Enterprise Server versions.
    edoardopirovano committed Dec 29, 2021
    Configuration menu
    Copy the full SHA
    cdea582 View commit details
    Browse the repository at this point in the history

Commits on Dec 31, 2021

  1. Configuration menu
    Copy the full SHA
    cca1cfd View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2022

  1. Force virtualenv version

    Force the virtualenv version to be 20.11 or less.
    The 20.12 version is failing for python 2 right now.
    aeisenberg committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    3e50d09 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #862 from github/aeisenberg/fix-python-tests

    Force virtualenv version
    edoardopirovano committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    79ea6d6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ea1acc5 View commit details
    Browse the repository at this point in the history
  4. Merge pull request #861 from github/remove-debug-output

    Remove debugging output
    edoardopirovano committed Jan 2, 2022
    Configuration menu
    Copy the full SHA
    e5d84de View commit details
    Browse the repository at this point in the history

Commits on Jan 4, 2022

  1. Configuration menu
    Copy the full SHA
    00d4d60 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #860 from edoardopirovano/always-upload-db

    Always upload DB when in debug mode
    edoardopirovano committed Jan 4, 2022
    Configuration menu
    Copy the full SHA
    9763bdd View commit details
    Browse the repository at this point in the history

Commits on Jan 6, 2022

  1. Configuration menu
    Copy the full SHA
    2f4be8e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5602bd5 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    efded22 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9de1702 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2159631 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e7fe6da View commit details
    Browse the repository at this point in the history
  7. Merge pull request #857 from github/henrymercer/ml-powered-queries

    Add support for running ML-powered queries for JS `security-extended` behind `ml_powered_queries` feature flag
    henrymercer committed Jan 6, 2022
    Configuration menu
    Copy the full SHA
    848e514 View commit details
    Browse the repository at this point in the history

Commits on Jan 7, 2022

  1. Configuration menu
    Copy the full SHA
    e677af3 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #868 from edoardopirovano/debug-artifact-name

    Make name of debugging artifact and DB within it configurable
    edoardopirovano committed Jan 7, 2022
    Configuration menu
    Copy the full SHA
    71112ab View commit details
    Browse the repository at this point in the history

Commits on Jan 11, 2022

  1. Configuration menu
    Copy the full SHA
    d2a0fc8 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #869 from github/edoardo/windows-11-error

    Refuse to run on Windows 11
    edoardopirovano committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    faa9ba7 View commit details
    Browse the repository at this point in the history
  3. 1.0.27

    github-actions[bot] committed Jan 11, 2022
    Configuration menu
    Copy the full SHA
    300c8b6 View commit details
    Browse the repository at this point in the history