Skip to content

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
wants to merge 15 commits into
base: feature-base-2
Choose a base branch
from

Conversation

yashuatla
Copy link
Owner

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:

mangalaman93 and others added 15 commits February 14, 2025 09:05
**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
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

7 participants