Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
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: launchdarkly/go-server-sdk-redis-go-redis
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v1.0.0-beta.1
Choose a base ref
Loading
...
head repository: launchdarkly/go-server-sdk-redis-go-redis
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v1.0.0
Choose a head ref
Loading
  • 17 commits
  • 20 files changed
  • 6 contributors

Commits on Jun 6, 2023

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

Commits on Jun 12, 2023

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

Commits on Jun 26, 2023

  1. Configuration menu
    Copy the full SHA
    1f1007c View commit details
    Browse the repository at this point in the history
  2. Add file SECURITY.md (#13)

    This pull request was auto generated by the Launchdarkly Github
    Standards automation platform.
    
    * Add default SECURITY.md file
    kparkinson-ld authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    ab9f683 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e559196 View commit details
    Browse the repository at this point in the history
  4. Add file CODEOWNERS (#14)

    This pull request was auto generated by the Launchdarkly Github
    Standards automation platform.
    
    * Add default CODEOWNERS file
    kparkinson-ld authored Jun 26, 2023
    Configuration menu
    Copy the full SHA
    223eefc View commit details
    Browse the repository at this point in the history

Commits on Jul 7, 2023

  1. Configuration menu
    Copy the full SHA
    83d9956 View commit details
    Browse the repository at this point in the history
  2. Add file SECURITY.md (#15)

    This pull request was auto generated by the Launchdarkly Github
    Standards automation platform.
    
    * Add default SECURITY.md file
    kparkinson-ld authored Jul 7, 2023
    Configuration menu
    Copy the full SHA
    08eccc8 View commit details
    Browse the repository at this point in the history

Commits on Oct 5, 2023

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

Commits on Aug 28, 2024

  1. ci: switch to Github Actions (#18)

    This converts the repo to Github Actions for CI.
    
    Of note, the Github windows runner does not support containers, so it's
    using a Chocolatey package for Redis.
    
    Additionally, to get the redis cluster networking to work properly when
    using the `services` config, I had to run the CI job in a container
    rather than on the `ubuntu-latest` runner itself. So, it's running in
    `ubuntu:22.04` with essential packages installed.
    cwaldren-ld authored Aug 28, 2024
    Configuration menu
    Copy the full SHA
    e9b4873 View commit details
    Browse the repository at this point in the history

Commits on Aug 30, 2024

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

Commits on Sep 5, 2024

  1. ci: fix windows tests (#20)

    In my original PR that introduced Github Actions, the tests on windows
    were not actually succeeding. This issue was masked by `go test` caching
    previous (successful) results.
    
    This PR fixes the tests by running `redis-server` in the background, and
    additionally adds a `count=1` argument to `go tests` to ensure this type
    of issue does not happen again.
    cwaldren-ld authored Sep 5, 2024
    Configuration menu
    Copy the full SHA
    92fec55 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

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

Commits on Sep 11, 2024

  1. refactor: use errors.Is when checking Redis client errors (#23)

    When using `==`, this comparison will fail if the error is wrapped (for
    example, to add some common prefix string to the error message.)
    
    The solution is to use `errors.Is`, which will check down the chain.
    cwaldren-ld authored Sep 11, 2024
    Configuration menu
    Copy the full SHA
    527d19f View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. chore: release 1.0.0 (#24)

    Release-As: 1.0.0
    cwaldren-ld authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    2897feb View commit details
    Browse the repository at this point in the history
  2. chore(main): release 1.0.0 (#25)

    🤖 I have created a release *beep* *boop*
    ---
    
    
    ##
    [1.0.0](v1.0.0-beta.1...v1.0.0)
    (2024-09-12)
    
    
    ### Miscellaneous Chores
    
    * release 1.0.0
    ([#24](#24))
    ([2897feb](2897feb))
    
    ---
    This PR was generated with [Release
    Please](https://github.com/googleapis/release-please). See
    [documentation](https://github.com/googleapis/release-please#release-please).
    
    Co-authored-by: github-actions[bot] <41898282+github-actions[bot]@users.noreply.github.com>
    github-actions[bot] authored Sep 12, 2024
    Configuration menu
    Copy the full SHA
    a7a5c1a View commit details
    Browse the repository at this point in the history
Loading
Morty Proxy This is a proxified and sanitized view of the page, visit original site.