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

Commits on Apr 27, 2024

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

Commits on Apr 29, 2024

  1. chore: exclude Node 14 and 16 on macos (#127)

    * chore: exclude Node 14 and 16 on macos
    
    Related to fastify/.github#37.
    
    This is just a proposal, probably not comprehensive of all the places where a similar change may have to occur, simply to capture that this is possible (and I didn't know until now) to exclude combinations, as documented in https://docs.github.com/en/actions/using-jobs/using-a-matrix-for-your-jobs#excluding-matrix-configurations
    
    Signed-off-by: Simone Busoli <simone.busoli@gmail.com>
    
    * remove os matrix from package
    
    ---------
    
    Signed-off-by: Simone Busoli <simone.busoli@gmail.com>
    Co-authored-by: Gürgün Dayıoğlu <hey@gurgun.day>
    simoneb and gurgunday authored Apr 29, 2024
    Configuration menu
    Copy the full SHA
    04a2d6a View commit details
    Browse the repository at this point in the history
Loading