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

updated filter deleted zones using scala to sql query #1329

Merged
merged 8 commits into from Jan 17, 2024

Conversation

Jay07GIT
Copy link
Member

@Jay07GIT Jay07GIT commented Nov 20, 2023

Fixes #1330.

Changes in this pull request:

  • Updated the code from filter the deleted zones in scala to sql query using where conditions to ignore timeout issue.

@Jay07GIT Jay07GIT self-assigned this Nov 20, 2023
@Jay07GIT Jay07GIT added the area/db Items relating to data or the database label Nov 20, 2023
@Jay07GIT Jay07GIT added this to the v0.19.4 milestone Nov 20, 2023
Copy link
Member

@Aravindh-Raju Aravindh-Raju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Few changes. Looks good otherwise!

Copy link

codecov bot commented Nov 21, 2023

Codecov Report

Attention: 2 lines in your changes are missing coverage. Please review.

Comparison is base (8ec7525) 92.05% compared to head (4246932) 92.03%.

Files Patch % Lines
...s/mysql/repository/MySqlZoneChangeRepository.scala 90.00% 2 Missing ⚠️
Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1329      +/-   ##
==========================================
- Coverage   92.05%   92.03%   -0.02%     
==========================================
  Files         177      177              
  Lines        7904     7911       +7     
  Branches      231      241      +10     
==========================================
+ Hits         7276     7281       +5     
- Misses        628      630       +2     

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

@Jay07GIT Jay07GIT added the area/portal Items relating to the Portal label Dec 6, 2023
Copy link
Member

@Aravindh-Raju Aravindh-Raju left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Tested locally. LGTM!

Copy link
Member

@nspadaccino nspadaccino left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM

@nspadaccino nspadaccino merged commit 28f5773 into vinyldns:master Jan 17, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/db Items relating to data or the database area/portal Items relating to the Portal
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Facing timeout in zone page in 0.19.3 release
4 participants