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

Merged
merged 16 commits into from Aug 3, 2022
Merged

Merge main into releases/v2 #1165

merged 16 commits into from Aug 3, 2022

Commits on Jul 27, 2022

  1. CI: Add path filters to python-deps workflow

    No need to run this workflow on all PRs, only those that
    change the Python dependency installation mechanism.
    adityasharad committed Jul 27, 2022
    Copy the full SHA
    0d16d70 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    bf24993 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. Update changelog and version after v2.1.17

    github-actions[bot] committed Jul 28, 2022
    Copy the full SHA
    507d4b7 View commit details
    Browse the repository at this point in the history
  2. Update checked-in dependencies

    github-actions[bot] committed Jul 28, 2022
    Copy the full SHA
    351171d View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1154 from github/mergeback/v2.1.17-to-main-0c670bbf

    Mergeback v2.1.17 refs/heads/releases/v2 into main
    adityasharad committed Jul 28, 2022
    Copy the full SHA
    fbb0a4e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    573de8b View commit details
    Browse the repository at this point in the history
  5. Merge pull request #1152 from github/adityasharad/actions/python-deps…

    …-path-filters
    
    CI: Add path filters to python-deps workflow
    adityasharad committed Jul 28, 2022
    Copy the full SHA
    6c23d76 View commit details
    Browse the repository at this point in the history
  6. CI: Combine JS lint and JS check jobs

    Reduce the number of concurrent jobs.
    This will require a branch protection rule update,
    renaming `check-js` to Check JS` and removing `Lint`.
    adityasharad committed Jul 28, 2022
    Copy the full SHA
    992d011 View commit details
    Browse the repository at this point in the history
  7. Merge pull request #1157 from github/adityasharad/actions/combine-lin…

    …t-check-js
    
    CI: Combine JS lint and JS check jobs
    adityasharad committed Jul 28, 2022
    Copy the full SHA
    b100b75 View commit details
    Browse the repository at this point in the history
  8. CI: Move Runner checks into their own workflow

    Refactor the PR checks workflow into two workflows:
    PR checks and Runner checks.
    
    This does not change the actual check jobs that are run.
    It also does not change the expected check names
    (which rely only on the job name, not the workflow name).
    
    This makes it easier to inspect workflow run summaries in the UI
    and to separately retry subsets of failed jobs in case of flakiness.
    
    In future we will clean up the Runner checks,
    since this is a deprecated component.
    adityasharad committed Jul 28, 2022
    Copy the full SHA
    ceea668 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2022

  1. Merge pull request #1158 from github/adityasharad/actions/separate-ru…

    …nner-checks
    
    CI: Move Runner checks into their own workflow
    adityasharad committed Jul 29, 2022
    Copy the full SHA
    495c200 View commit details
    Browse the repository at this point in the history
  2. CI: Combine verify-pr-checks and check-for-conflicts jobs

    Reduce the number of concurrent jobs by 1.
    Run these checks in succession instead, as the
    `check-file-contents` job in the PR checks workflow.
    adityasharad committed Jul 29, 2022
    Copy the full SHA
    2f739fc View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1161 from github/adityasharad/actions/combined-ch…

    …eck-file-contents
    
    CI: Combine verify-pr-checks and check-for-conflicts jobs
    adityasharad committed Jul 29, 2022
    Copy the full SHA
    19d025e View commit details
    Browse the repository at this point in the history
  4. Copy the full SHA
    a5def17 View commit details
    Browse the repository at this point in the history

Commits on Aug 2, 2022

  1. Merge pull request #1156 from github/cklin/codeql-cli-2.10.2

    Update default CodeQL version to 2.10.2
    cklin committed Aug 2, 2022
    Copy the full SHA
    329cb8b View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2022

  1. Update changelog for v2.1.18

    github-actions[bot] committed Aug 3, 2022
    Copy the full SHA
    9dc4e8a View commit details
    Browse the repository at this point in the history