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: swift-server/RediStack
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: 1.6.2
Choose a base ref
...
head repository: swift-server/RediStack
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: 1.6.3
Choose a head ref
  • 8 commits
  • 102 files changed
  • 6 contributors

Commits on Feb 7, 2024

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

Commits on Nov 8, 2024

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

Commits on Nov 22, 2024

  1. Follow-up cleanup of GitHub Actions migration (#116)

    * Motivation:
    
    Make use of more common GitHub Actions migration workflows and repository style changes.
    
    Modifications:
    
    * Unit tests workflows run redis in a separate services container to speed up unit tests
    * Introduce `main.yml` which runs workflows on each commit to main and periodically to catch any regressions in merges or from upstream.
    * Remove the docker files which are no longer used and contained outdated pipelines.
    * Add Cxx interoperability checks
    
    Result:
    
    More in common with other GitHub Actions adoptions.
    
    * disable strict concurrency
    rnro authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    e7e1061 View commit details
    Browse the repository at this point in the history
  2. add .editorconfig file (#115)

    rnro authored Nov 22, 2024
    Configuration menu
    Copy the full SHA
    9f188cb View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

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

Commits on Dec 18, 2024

  1. Update release.yml (#118)

    Update the release.yml file with the latest label changes
    FranzBusch authored Dec 18, 2024
    Configuration menu
    Copy the full SHA
    53fc857 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2025

  1. Enable release mode builds (#130)

    ### Motivation:
    
    Some errors do not show up in debug builds. Enabling release mode builds
    improves the CI coverage.
    
    ### Modifications:
    
    Enable release mode builds for pull requests and scheduled builds on
    main.
    
    ### Result:
    
    Improved CI coverage.
    josephnoir authored Jul 30, 2025
    Configuration menu
    Copy the full SHA
    a05d4bc View commit details
    Browse the repository at this point in the history

Commits on Feb 16, 2026

  1. [CI] Update package for Swift 6.0+ (#137)

    ### Motivation:
    
    Right now, the nightly CI is failing due to the package relying on old
    decommissioned Swift toolchains (dev toolchains for 6.0).
    
    ### Modifications:
    
    Updated the CI setup to be Swift 6.0+, bumped the tools version, but
    kept the language mode to 5 for now.
    
    Bumping of language mode from 5 to 6 can be done in a separate PR, this
    PR is mainly to unblock nightly CI.
    
    ### Result:
    
    Fixes nightly CI.
    czechboy0 authored Feb 16, 2026
    Configuration menu
    Copy the full SHA
    8c4ce10 View commit details
    Browse the repository at this point in the history
Loading