forked from hypermodeinc/badger
-
Notifications
You must be signed in to change notification settings - Fork 0
Feature implementation from commits 4da8777..ff36268 #2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Open
yashuatla
wants to merge
15
commits into
feature-base-2
Choose a base branch
from
feature-head-2
base: feature-base-2
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This reverts commit 4485898.
**Description** Update docs link in error message **Checklist** - [X] Code compiles correctly and linting passes locally
Since Go 1.21 is no longer maintained, bump minimum Go version to 1.22
) **Description** Migrate from OpenCensus to OpenTelemetry, doing some adjustements where there is no 1:1 migration path: * `zpages` handler explicitly added to `http.DefaultServeMux`, as `zpages.Handle()` is not available anymore. * Annotations replaced by Attributes. I am also adjusting some uses of spans in compactions, so their annotations are not overwritten on every call to `runCompactDef` in cases where it is called multiple times. Not using latest version of OpenTelemetry because it requires Go 1.22, and badger still supports 1.21. Fix hypermodeinc#2155. **Checklist** - [x] Code compiles correctly and linting passes locally - [x] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to this PR - [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable - [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/hypermodeinc/docs) staged and linked here --------- Co-authored-by: Ryan Fox-Tyler <[email protected]>
…modeinc#2175) **Description** remove accidentally uploaded binary `badger-darwin-arm64` in hypermodeinc@3b44e4f **Checklist** - [x] Code compiles correctly and linting passes locally
…rmodeinc#2180) **Description** It's been a while now since we've been working on [FlowG](https://github.com/link-society/flowg), and it's thanks to this project, great work <3 It would be awesome to be listed in your README. Thank you. **Checklist** N/A
) **Description** We use Badger in a few of our projects. Adding them to the list of users. 😄 **Checklist** - [ ] Code compiles correctly and linting passes locally - [ ] For all _code_ changes, an entry added to the `CHANGELOG.md` file describing and linking to this PR - [ ] Tests added for new functionality, or regression tests for bug fixes added as applicable - [ ] For public APIs, new features, etc., PR on [docs repo](https://github.com/hypermodeinc/docs) staged and linked here Signed-off-by: Chris Gianelloni <[email protected]>
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
This PR contains changes from a range of commits from the original repository.
Commit Range:
4da8777..ff36268
Files Changed: 17 (7 programming files)
Programming Ratio: 41.2%
Commits included:
badger-darwin-arm64
(fix: remove accidentally uploaded binarybadger-darwin-arm64
hypermodeinc/badger#2175)... and 5 more commits