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 releases/v2 #1547

Merged
merged 22 commits into from Feb 24, 2023
Merged

Merge main into releases/v2 #1547

merged 22 commits into from Feb 24, 2023

Commits on Feb 10, 2023

  1. Configuration menu
    Copy the full SHA
    b011dbd View commit details
    Browse the repository at this point in the history
  2. Update changelog and version after v2.2.4

    github-actions[bot] committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    12d9a24 View commit details
    Browse the repository at this point in the history
  3. Update checked-in dependencies

    github-actions[bot] committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    68f4f0d View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1535 from github/mergeback/v2.2.4-to-main-17573ee1

    Mergeback v2.2.4 refs/heads/releases/v2 into main
    angelapwen committed Feb 10, 2023
    Configuration menu
    Copy the full SHA
    ba216f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    89c5165 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2023

  1. Merge pull request #1533 from cklin/trap-caching-feature-flag

    Remove TRAP caching feature flag
    cklin committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e187d07 View commit details
    Browse the repository at this point in the history
  2. Avoid unref-ing timer while awaiting status upload

    We had a problem where `waitForProcessing` was not completing before
    the node process ends. This is because using `unref` would allow the
    node process to end without having the `delay` function complete.
    aeisenberg committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    a2487fb View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a25536b View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1539 from github/aeisenberg/unref-delay

    Avoid unref-ing timer while awaiting status upload
    aeisenberg committed Feb 13, 2023
    Configuration menu
    Copy the full SHA
    e00cd12 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2023

  1. databaseRunQueries(): accept a list of flags

    This refactoring commit changes databaseRunQueries() to accept a list of
    flags instead of separate memory and threads flags.
    cklin committed Feb 14, 2023
    Configuration menu
    Copy the full SHA
    3095a09 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2023

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

Commits on Feb 17, 2023

  1. Configuration menu
    Copy the full SHA
    d87ad69 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41f1810 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1544 from github/aeisenberg/clean-cache

    Clean the npm cache before running install
    aeisenberg committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    f3bd25e View commit details
    Browse the repository at this point in the history
  4. Calculate customQueryIndices early

    This refactoring commit changes runQueries() to calculate the set of
    indices with non-empty custom queries early. Doing so allows us to check
    early on whether there are any custom queries to run.
    cklin committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    08d1f21 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0e4e857 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    d7d7567 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1540 from cklin/expect-discarded-cache

    Set --expect-discarded-cache option
    cklin committed Feb 17, 2023
    Configuration menu
    Copy the full SHA
    3dde1f3 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2023

  1. Fix bundle versions

    alexet committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    164027e View commit details
    Browse the repository at this point in the history
  2. Fix lib file

    alexet committed Feb 22, 2023
    Configuration menu
    Copy the full SHA
    5972e6d View commit details
    Browse the repository at this point in the history

Commits on Feb 23, 2023

  1. Merge pull request #1543 from github/alexet/update-2.12.3

    Update default CodeQL bundle version to 2.12.3
    alexet committed Feb 23, 2023
    Configuration menu
    Copy the full SHA
    237a258 View commit details
    Browse the repository at this point in the history

Commits on Feb 24, 2023

  1. Update changelog for v2.2.5

    github-actions[bot] committed Feb 24, 2023
    Configuration menu
    Copy the full SHA
    b742728 View commit details
    Browse the repository at this point in the history