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

Merged
merged 6 commits into from
Apr 26, 2023
Merged

Merge main into releases/v2 #1659

merged 6 commits into from
Apr 26, 2023

Commits on Apr 21, 2023

  1. Update changelog and version after v2.3.0

    github-actions[bot] committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    0f085f9 View commit details
    Browse the repository at this point in the history
  2. Update checked-in dependencies

    github-actions[bot] committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    90f0532 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #1656 from github/mergeback/v2.3.0-to-main-b2c19fb9

    Mergeback v2.3.0 refs/heads/releases/v2 into main
    cklin committed Apr 21, 2023
    Configuration menu
    Copy the full SHA
    c5f3f01 View commit details
    Browse the repository at this point in the history

Commits on Apr 24, 2023

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

Commits on Apr 26, 2023

  1. Add workload_run_attempt to analysis upload (#1658)

    * Refactor status report upload logic
    
    Previously we had duplicated the logic to check `GITHUB_RUN_ID`. We now call the `getWorkflowRunID()` method for the status report upload method, and move the logic for the run attempt to `getWorkflowRunAttempt()`
    
    * Add `workflow_run_attempt` to analysis payload
    
    * Stop allowing `undefined` run IDs and attempts
    
    Because we already throw an error if the ID or attempt aren't numbers, we don't have to allow `undefined` values into the payload.
    angelapwen committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    da583b0 View commit details
    Browse the repository at this point in the history
  2. Update changelog for v2.3.1

    github-actions[bot] committed Apr 26, 2023
    Configuration menu
    Copy the full SHA
    1f2f707 View commit details
    Browse the repository at this point in the history