Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: fastify/workflows
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.0
Choose a base ref
...
head repository: fastify/workflows
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Choose a head ref
  • 5 commits
  • 9 files changed
  • 6 contributors

Commits on Nov 2, 2023

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

Commits on Jan 25, 2024

  1. build(deps): bump actions/dependency-review-action from 3 to 4 (#115)

    Bumps [actions/dependency-review-action](https://github.com/actions/dependency-review-action) from 3 to 4.
    - [Release notes](https://github.com/actions/dependency-review-action/releases)
    - [Commits](actions/dependency-review-action@v3...v4)
    
    ---
    updated-dependencies:
    - dependency-name: actions/dependency-review-action
      dependency-type: direct:production
      update-type: version-update:semver-major
    ...
    
    Signed-off-by: dependabot[bot] <support@github.com>
    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Jan 25, 2024
    Configuration menu
    Copy the full SHA
    5d894cf View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Configuration menu
    Copy the full SHA
    3354881 View commit details
    Browse the repository at this point in the history
  2. Release v3.9.2 (#117)

    Co-authored-by: Fdawgs <actions@users.noreply.github.com>
    optic-release-automation[bot] and Fdawgs authored Feb 1, 2024
    Configuration menu
    Copy the full SHA
    448d859 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2024

  1. fix(plugins-benchmark-pr): run comparison benchmark against target (#120

    )
    
    * fix(plugins-benchmark-pr): ensure comparison benchmarks run against PR base
    
    Closes #93
    
    Previously, the second benchmark ran against the default branch of the (potentially forked) repo, which might not be in sync with the PR target repo.
    
    * feature(plugins-benchmark-pr): factor up repos and refs and include in output
    
    * refactor(plugins-benchmark-pr): inputs to dash case
    
    For consistency
    
    * refactor(plugins-benchmark-pr): consistency input and output naming, refs in step names
    
    * refactor(plugins-benchmark-pr): consistency in step id
    
    * docs(plugins-benchmark-pr): label should be removed from base
    
    In my fork, the benchmark label was not removed with a 403 after the benchmark run, because it was trying to remove the label from PR in fastify repo — not the PR in forked repo.
    mweberxyz authored Feb 25, 2024
    Configuration menu
    Copy the full SHA
    9cb42e3 View commit details
    Browse the repository at this point in the history
Loading