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 #1062

Merged
merged 31 commits into from May 10, 2022
Merged

Merge main into releases/v2 #1062

merged 31 commits into from May 10, 2022

Commits on Apr 27, 2022

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

    github-actions[bot] committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    016ec75 View commit details
    Browse the repository at this point in the history
  3. Update checked-in dependencies

    github-actions[bot] committed Apr 27, 2022
    Configuration menu
    Copy the full SHA
    04f504c View commit details
    Browse the repository at this point in the history

Commits on Apr 28, 2022

  1. Merge pull request #1047 from github/mergeback/v2.1.9-to-main-7502d6e9

    Mergeback v2.1.9 refs/heads/releases/v2 into main
    edoardopirovano committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    6ed7f70 View commit details
    Browse the repository at this point in the history
  2. Tweak wording of message

    henrymercer committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    5227afa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    35ef6a2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    02083c3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2bf00f7 View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1045 from github/henrymercer/prompt-v1-to-v2-upgr…

    …ades
    
    Prompt customers to upgrade from v1 to v2
    henrymercer committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    0c3c093 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7c2be06 View commit details
    Browse the repository at this point in the history
  8. Don't wait for processing in test mode

    In test mode, we don't upload results, so there's no point waiting for
    processing.
    henrymercer committed Apr 28, 2022
    Configuration menu
    Copy the full SHA
    ea676e3 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2022

  1. Allow pack specifiers to include paths

    Also, this cleans up our pack-related integration tests.
    We are now testing with the most recent CLIs.
    aeisenberg committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    06b15c2 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1050 from github/henrymercer/dont-wait-for-proces…

    …sing-in-test-mode
    
    Don't wait for processing in test mode
    henrymercer committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    ceeddf2 View commit details
    Browse the repository at this point in the history
  3. Use the --resolve-query-specs parameter of pack download

    This will allow the command to resolve packs with paths.
    
    Also, use a more concise version of `tr`.
    aeisenberg committed Apr 29, 2022
    Configuration menu
    Copy the full SHA
    922dc2b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b11fe85 View commit details
    Browse the repository at this point in the history

Commits on Apr 30, 2022

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

Commits on May 2, 2022

  1. Merge pull request #1049 from github/aeisenberg/packs-with-paths

    Allow running packs with paths
    aeisenberg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0235de0 View commit details
    Browse the repository at this point in the history
  2. Update CONTRIBUTING.md

    Clarify instructions for updating required checks
    aeisenberg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    9a6bf18 View commit details
    Browse the repository at this point in the history
  3. Update CONTRIBUTING.md

    aeisenberg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    c9882be View commit details
    Browse the repository at this point in the history
  4. Merge pull request #1052 from github/aeisenberg/required-checks

    Update CONTRIBUTING.md
    aeisenberg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    8f84542 View commit details
    Browse the repository at this point in the history
  5. Add workflow to regenerate required checks

    Update contributing guide.
    Ensure this workflow runs once a week.
    aeisenberg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    b71f20d View commit details
    Browse the repository at this point in the history
  6. Merge pull request #1053 from github/aeisenberg/update-checks

    Add workflow to regenerate required checks
    aeisenberg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    0fb7838 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    06d4e82 View commit details
    Browse the repository at this point in the history
  8. Merge pull request #1054 from github/aeisenberg/update-checks

    Add permissions to workflow
    aeisenberg committed May 2, 2022
    Configuration menu
    Copy the full SHA
    7b66e72 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2022

  1. Fix processing errors being caught and logged as a warning rather tha…

    …n failing the workflow run.
    chrisgavin committed May 3, 2022
    Configuration menu
    Copy the full SHA
    366e88c View commit details
    Browse the repository at this point in the history
  2. Merge pull request #1055 from github/fix-status-error-being-caught

    Fix processing errors being caught and logged as a warning rather than failing the workflow run.
    chrisgavin committed May 3, 2022
    Configuration menu
    Copy the full SHA
    96bc9c3 View commit details
    Browse the repository at this point in the history
  3. Update codeql to 2.9.1

    alexet committed May 3, 2022
    Configuration menu
    Copy the full SHA
    3c6dd30 View commit details
    Browse the repository at this point in the history

Commits on May 5, 2022

  1. Merge pull request #1056 from github/alexet/update-2.9.1

    Update codeql to 2.9.1
    alexet committed May 5, 2022
    Configuration menu
    Copy the full SHA
    dd56e95 View commit details
    Browse the repository at this point in the history

Commits on May 9, 2022

  1. Create update-required-checks script

    This also removes the .github/workflows/update-required-checks.yml
    workflow. This script needs to be run locally by someone who has
    admin privileges on the repo.
    aeisenberg committed May 9, 2022
    Configuration menu
    Copy the full SHA
    827fd55 View commit details
    Browse the repository at this point in the history

Commits on May 10, 2022

  1. Merge pull request #1060 from github/aeisenberg/required-checks-script

    Create update-required-checks script
    aeisenberg committed May 10, 2022
    Configuration menu
    Copy the full SHA
    7cf0ed5 View commit details
    Browse the repository at this point in the history
  2. Update changelog for v2.1.10

    github-actions[bot] committed May 10, 2022
    Configuration menu
    Copy the full SHA
    f8eea91 View commit details
    Browse the repository at this point in the history