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

Gh-2478: JobTracker tracks all operations, not just jobs #3347

Merged
merged 7 commits into from
Jan 9, 2025

Conversation

cn337131
Copy link
Member

@cn337131 cn337131 commented Jan 6, 2025

Removes the job tracker from the main execute and any returned headers.

Related issue

@cn337131 cn337131 added the tech-debt Relates to Technical Debt label Jan 6, 2025
@cn337131 cn337131 added this to the 2.4.0 milestone Jan 6, 2025
Copy link

codecov bot commented Jan 7, 2025

Codecov Report

Attention: Patch coverage is 87.50000% with 1 line in your changes missing coverage. Please review.

Project coverage is 68.04%. Comparing base (a900916) to head (9533133).
Report is 1 commits behind head on develop.

Files with missing lines Patch % Lines
...ffer/rest/service/v2/AbstractOperationService.java 0.00% 1 Missing ⚠️
Additional details and impacted files
@@              Coverage Diff              @@
##             develop    #3347      +/-   ##
=============================================
- Coverage      68.07%   68.04%   -0.03%     
  Complexity      2596     2596              
=============================================
  Files            957      957              
  Lines          30671    30662       -9     
  Branches        3398     3398              
=============================================
- Hits           20878    20865      -13     
- Misses          8310     8312       +2     
- Partials        1483     1485       +2     

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

@cn337131 cn337131 marked this pull request as ready for review January 7, 2025 12:26
Co-authored-by: tb06904 <[email protected]>
Copy link

sonarqubecloud bot commented Jan 8, 2025

@tb06904 tb06904 added the enhancement Improvement to existing functionality/feature label Jan 8, 2025
@wb36499 wb36499 merged commit d41a74b into develop Jan 9, 2025
27 of 29 checks passed
@wb36499 wb36499 deleted the gh-2478-remove-job-tracker-from-execute branch January 9, 2025 15:10
@tb06904 tb06904 modified the milestones: 2.4.0, 2.3.2 Jan 21, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement Improvement to existing functionality/feature tech-debt Relates to Technical Debt
Projects
None yet
Development

Successfully merging this pull request may close these issues.

JobTracker tracks all operations, not just jobs
4 participants