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

Improve CSV Import Error Message #1343

Merged
merged 3 commits into from Feb 27, 2024

Conversation

nspadaccino
Copy link
Member

Fixes #1341

CSV batch change import error message has been improved, there is now an error for the file type and and error for the header being incorrect.
The scala ImportError variable has been removed since it wasn't being used anywhere.

@nspadaccino nspadaccino added kind/enhancement A modification or enhancement to existing functionality area/portal Items relating to the Portal labels Feb 12, 2024
@nspadaccino nspadaccino self-assigned this Feb 12, 2024
Copy link

codecov bot commented Feb 12, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 92.04%. Comparing base (3819c1e) to head (80d6a8c).

Additional details and impacted files
@@            Coverage Diff             @@
##           master    #1343      +/-   ##
==========================================
- Coverage   92.07%   92.04%   -0.03%     
==========================================
  Files         177      177              
  Lines        7920     7919       -1     
  Branches      248      242       -6     
==========================================
- Hits         7292     7289       -3     
- Misses        628      630       +2     

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

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!

@arpit4ever arpit4ever added this to the v0.20.0 milestone Feb 13, 2024
Copy link
Member

@Jay07GIT Jay07GIT left a comment

Choose a reason for hiding this comment

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

Looks Perfect to me.

Copy link
Contributor

@arpit4ever arpit4ever 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 46a02a6 into vinyldns:master Feb 27, 2024
4 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area/portal Items relating to the Portal kind/enhancement A modification or enhancement to existing functionality
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Enhace CSV Import error messages
4 participants