-
Notifications
You must be signed in to change notification settings - Fork 1
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
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
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
- 17 commits
- 20 files changed
- 6 contributors
Commits on Jun 6, 2023
-
Configuration menu - View commit details
-
Copy full SHA for d922400 - Browse repository at this point
Copy the full SHA d922400View commit details
Commits on Jun 12, 2023
-
[sc-205159] Update README with current number of flags served (#12)
Story details: https://app.shortcut.com/launchdarkly/story/205159
Configuration menu - View commit details
-
Copy full SHA for 80ccb46 - Browse repository at this point
Copy the full SHA 80ccb46View commit details
Commits on Jun 26, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 1f1007c - Browse repository at this point
Copy the full SHA 1f1007cView commit details -
This pull request was auto generated by the Launchdarkly Github Standards automation platform. * Add default SECURITY.md file
Configuration menu - View commit details
-
Copy full SHA for ab9f683 - Browse repository at this point
Copy the full SHA ab9f683View commit details -
Configuration menu - View commit details
-
Copy full SHA for e559196 - Browse repository at this point
Copy the full SHA e559196View commit details -
This pull request was auto generated by the Launchdarkly Github Standards automation platform. * Add default CODEOWNERS file
Configuration menu - View commit details
-
Copy full SHA for 223eefc - Browse repository at this point
Copy the full SHA 223eefcView commit details
Commits on Jul 7, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 83d9956 - Browse repository at this point
Copy the full SHA 83d9956View commit details -
This pull request was auto generated by the Launchdarkly Github Standards automation platform. * Add default SECURITY.md file
Configuration menu - View commit details
-
Copy full SHA for 08eccc8 - Browse repository at this point
Copy the full SHA 08eccc8View commit details
Commits on Oct 5, 2023
-
Configuration menu - View commit details
-
Copy full SHA for 53488b2 - Browse repository at this point
Copy the full SHA 53488b2View commit details
Commits on Aug 28, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for e9b4873 - Browse repository at this point
Copy the full SHA e9b4873View commit details
Commits on Aug 30, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 3b56bd9 - Browse repository at this point
Copy the full SHA 3b56bd9View commit details
Commits on Sep 5, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 92fec55 - Browse repository at this point
Copy the full SHA 92fec55View commit details
Commits on Sep 6, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 07bde92 - Browse repository at this point
Copy the full SHA 07bde92View commit details -
Configuration menu - View commit details
-
Copy full SHA for fc72569 - Browse repository at this point
Copy the full SHA fc72569View commit details
Commits on Sep 11, 2024
-
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.
Configuration menu - View commit details
-
Copy full SHA for 527d19f - Browse repository at this point
Copy the full SHA 527d19fView commit details
Commits on Sep 12, 2024
-
Configuration menu - View commit details
-
Copy full SHA for 2897feb - Browse repository at this point
Copy the full SHA 2897febView commit details -
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>
Configuration menu - View commit details
-
Copy full SHA for a7a5c1a - Browse repository at this point
Copy the full SHA a7a5c1aView commit details
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v1.0.0-beta.1...v1.0.0