Skip to content
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

chore(valkey): replace valkey/__init__.py with valkey.py #12249

Merged
merged 4 commits into from
Feb 11, 2025

Conversation

mabdinur
Copy link
Contributor

@mabdinur mabdinur commented Feb 6, 2025

  • Align the structure of the valkey integration with the rest of our integrations
  • Regression test: Updates test_public_modules_in_ddtrace_contrib to capture __init__.py modules

Checklist

  • PR author has checked that all the criteria below are met
  • The PR description includes an overview of the change
  • The PR description articulates the motivation for the change
  • The change includes tests OR the PR description describes a testing strategy
  • The PR description notes risks associated with the change, if any
  • Newly-added code is easy to change
  • The change follows the library release note guidelines
  • The change includes or references documentation updates if necessary
  • Backport labels are set (if applicable)

Reviewer Checklist

  • Reviewer has checked that all the criteria below are met
  • Title is accurate
  • All changes are related to the pull request's stated goal
  • Avoids breaking API changes
  • Testing strategy adequately addresses listed risks
  • Newly-added code is easy to change
  • Release note makes sense to a user of the library
  • If necessary, author has acknowledged and discussed the performance implications of this PR as reported in the benchmarks PR comment
  • Backport labels are set in a manner that is consistent with the release branch maintenance policy

Copy link
Contributor

github-actions bot commented Feb 6, 2025

CODEOWNERS have been resolved as:

tests/internal/test_module.py                                           @DataDog/debugger-python @DataDog/apm-core-python
ddtrace/contrib/valkey.py                                               @DataDog/apm-core-python @DataDog/apm-idm-python

@mabdinur mabdinur changed the title chore(valkey): make valkey contrib package internal chore(valkey): make valkey contrib package an internal module Feb 6, 2025
@mabdinur mabdinur requested a review from ZStriker19 February 6, 2025 21:31
@mabdinur mabdinur changed the title chore(valkey): make valkey contrib package an internal module chore(valkey): replace ddtrace/contrib/valkey/__init__.py with ddtrace/contrib/valkey.py Feb 6, 2025
@mabdinur mabdinur changed the title chore(valkey): replace ddtrace/contrib/valkey/__init__.py with ddtrace/contrib/valkey.py chore(valkey): replace valkey/__init__.py with valkey.py Feb 6, 2025
@mabdinur mabdinur force-pushed the munir/valkey-make-internal branch from 411cbba to 7754fea Compare February 6, 2025 21:38
@mabdinur mabdinur force-pushed the munir/valkey-make-internal branch from 7754fea to d2b1478 Compare February 6, 2025 21:39
@mabdinur mabdinur marked this pull request as ready for review February 6, 2025 21:39
@mabdinur mabdinur requested review from a team as code owners February 6, 2025 21:39
@mabdinur mabdinur added the changelog/no-changelog A changelog entry is not required for this PR. label Feb 6, 2025
@mabdinur mabdinur enabled auto-merge (squash) February 6, 2025 21:53
@pr-commenter
Copy link

pr-commenter bot commented Feb 6, 2025

Benchmarks

Benchmark execution time: 2025-02-10 18:51:55

Comparing candidate commit 3588bc1 in PR branch munir/valkey-make-internal with baseline commit 1247ac2 in branch main.

Found 0 performance improvements and 0 performance regressions! Performance is the same for 394 metrics, 2 unstable metrics.

@mabdinur mabdinur merged commit c67cd40 into main Feb 11, 2025
209 of 210 checks passed
@mabdinur mabdinur deleted the munir/valkey-make-internal branch February 11, 2025 22:02
gnufede pushed a commit that referenced this pull request Feb 19, 2025
- Align the structure of the valkey integration with the rest of our
integrations
- Regression test: Updates `test_public_modules_in_ddtrace_contrib` to
capture `__init__.py` modules

## Checklist
- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
RamyElkest pushed a commit that referenced this pull request Feb 20, 2025
- Align the structure of the valkey integration with the rest of our
integrations
- Regression test: Updates `test_public_modules_in_ddtrace_contrib` to
capture `__init__.py` modules

## Checklist
- [x] PR author has checked that all the criteria below are met
- The PR description includes an overview of the change
- The PR description articulates the motivation for the change
- The change includes tests OR the PR description describes a testing
strategy
- The PR description notes risks associated with the change, if any
- Newly-added code is easy to change
- The change follows the [library release note
guidelines](https://ddtrace.readthedocs.io/en/stable/releasenotes.html)
- The change includes or references documentation updates if necessary
- Backport labels are set (if
[applicable](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting))

## Reviewer Checklist
- [ ] Reviewer has checked that all the criteria below are met 
- Title is accurate
- All changes are related to the pull request's stated goal
- Avoids breaking
[API](https://ddtrace.readthedocs.io/en/stable/versioning.html#interfaces)
changes
- Testing strategy adequately addresses listed risks
- Newly-added code is easy to change
- Release note makes sense to a user of the library
- If necessary, author has acknowledged and discussed the performance
implications of this PR as reported in the benchmarks PR comment
- Backport labels are set in a manner that is consistent with the
[release branch maintenance
policy](https://ddtrace.readthedocs.io/en/latest/contributing.html#backporting)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog/no-changelog A changelog entry is not required for this PR.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants