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.1.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.2.0
Choose a head ref
  • 4 commits
  • 10 files changed
  • 3 contributors

Commits on Mar 1, 2024

  1. build(deps): bump pnpm/action-setup from 2 to 3 (#122)

    Bumps [pnpm/action-setup](https://github.com/pnpm/action-setup) from 2 to 3.
    - [Release notes](https://github.com/pnpm/action-setup/releases)
    - [Commits](pnpm/action-setup@v2...v3)
    
    ---
    updated-dependencies:
    - dependency-name: pnpm/action-setup
      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 Mar 1, 2024
    Configuration menu
    Copy the full SHA
    39d0984 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2024

  1. add elasticsearch ci (#114)

    * add elasticsearch ci
    
    * add blueoak
    
    ---------
    
    Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
    Uzlopak and gurgunday authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    1fd2356 View commit details
    Browse the repository at this point in the history
  2. add kafka workflow (#113)

    * add kafka workflow
    
    * add blueoak
    
    ---------
    
    Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
    Uzlopak and gurgunday authored Apr 22, 2024
    Configuration menu
    Copy the full SHA
    821ceac View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2024

  1. Make node versions dynamic (#124)

    * use default node versions
    
    * add to other workflows
    
    * spacing
    
    * remove os matrix when it's not used
    
    * spacing
    
    * only test package managers on ubuntu, as is the case with fastify/fastify
    
    * update readme
    
    * update desc
    
    * remove stringified
    
    * don't add matrix is to benchmark
    gurgunday authored Apr 23, 2024
    Configuration menu
    Copy the full SHA
    05d3c0b View commit details
    Browse the repository at this point in the history
Loading