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] Create v2 directory for querysvc package #6450

Merged
merged 1 commit into from
Dec 31, 2024

Conversation

mahadzaryab1
Copy link
Collaborator

Which problem is this PR solving?

Description of the changes

  • Created a v2 directory under querysvc and moved the new adjusters into that package. This will also allow us to make a separate package for the v2 query service under this new directory.

How was this change tested?

  • CI

Checklist

@mahadzaryab1 mahadzaryab1 added the changelog:skip Trivial change that does not require an entry in CHANGELOG label Dec 31, 2024
@mahadzaryab1 mahadzaryab1 requested a review from a team as a code owner December 31, 2024 16:13
@dosubot dosubot bot added the v2 label Dec 31, 2024
Copy link

codecov bot commented Dec 31, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 96.25%. Comparing base (cd9b8d5) to head (5f672a2).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #6450   +/-   ##
=======================================
  Coverage   96.25%   96.25%           
=======================================
  Files         369      369           
  Lines       21051    21051           
=======================================
  Hits        20262    20262           
  Misses        604      604           
  Partials      185      185           
Flag Coverage Δ
badger_v1 10.53% <ø> (ø)
badger_v2 2.59% <ø> (ø)
cassandra-4.x-v1-manual 16.41% <ø> (ø)
cassandra-4.x-v2-auto 2.55% <ø> (+0.02%) ⬆️
cassandra-4.x-v2-manual 2.52% <ø> (ø)
cassandra-5.x-v1-manual 16.41% <ø> (ø)
cassandra-5.x-v2-auto 2.52% <ø> (ø)
cassandra-5.x-v2-manual 2.52% <ø> (ø)
elasticsearch-6.x-v1 20.14% <ø> (+<0.01%) ⬆️
elasticsearch-7.x-v1 20.22% <ø> (+<0.01%) ⬆️
elasticsearch-8.x-v1 20.38% <ø> (+<0.01%) ⬆️
elasticsearch-8.x-v2 2.58% <ø> (?)
grpc_v1 12.19% <ø> (ø)
grpc_v2 8.97% <ø> (+<0.01%) ⬆️
kafka-3.x-v1 10.37% <ø> (ø)
kafka-3.x-v2 2.59% <ø> (ø)
memory_v2 2.58% <ø> (-0.01%) ⬇️
opensearch-1.x-v1 20.25% <ø> (ø)
opensearch-2.x-v1 20.26% <ø> (ø)
opensearch-2.x-v2 2.59% <ø> (ø)
tailsampling-processor 0.39% <ø> (ø)
unittests 95.11% <ø> (ø)

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@yurishkuro yurishkuro enabled auto-merge (squash) December 31, 2024 16:49
@yurishkuro yurishkuro merged commit c474466 into jaegertracing:main Dec 31, 2024
56 checks passed
Manik2708 pushed a commit to Manik2708/jaeger that referenced this pull request Jan 5, 2025
## Which problem is this PR solving?
- Towards jaegertracing#6337 

## Description of the changes
- Created a `v2` directory under querysvc and moved the new adjusters
into that package. This will also allow us to make a separate package
for the v2 query service under this new directory.

## How was this change tested?
- CI

## Checklist
- [x] I have read
https://github.com/jaegertracing/jaeger/blob/master/CONTRIBUTING_GUIDELINES.md
- [x] I have signed all commits
- [x] I have added unit tests for the new functionality
- [x] I have run lint and test steps successfully
  - for `jaeger`: `make lint test`
  - for `jaeger-ui`: `npm run lint` and `npm run test`

Signed-off-by: Mahad Zaryab <[email protected]>
@mahadzaryab1 mahadzaryab1 deleted the v2-package branch January 6, 2025 00:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
changelog:skip Trivial change that does not require an entry in CHANGELOG v2
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants