anitab-org / vms

THIS PROJECT IS ARCHIVED. Volunteer Management System.
GNU General Public License v2.0
1 stars 4 forks source link

allowed special characters in address field #1113

Closed vaibhavarora102 closed 3 years ago

vaibhavarora102 commented 3 years ago

Description

allowed the special characters in the address field, using RegexValidator

Fixes #1037

Type of Change:

Code/Quality Assurance Only

How Has This Been Tested?

I had tested on local setup and it works fine

Checklist:

Delete irrelevant options.

Code/Quality Assurance Only

keshakaneria commented 3 years ago

You might have removed the end new line in the file because of which this build is failing. Try adding a new at the end of file and push the commit again @vaibhavarora102

vaibhavarora102 commented 3 years ago

I did not understand can you @keshakaneria please explain a bit as i think i had not removed anything

keshakaneria commented 3 years ago

I did not understand can you @keshakaneria please explain a bit as i think i had not removed anything

Just once in your editor if there is any newline at the end of this file. If No, then add a new blank line at the end of the file in which you have made changes.

vaibhavarora102 commented 3 years ago

no, I checked there is an extra line at the end

keshakaneria commented 3 years ago

@Kajol-Kumari Can you let us know why this build is still failed?

Kajol-Kumari commented 3 years ago

Hey @keshakaneria @vaibhavarora102 The build is failing due to this test. You can get to know more about the error from here to here . As you have modified the address validation regex so you need to modify this test accordingly.

keshakaneria commented 3 years ago

Hey @keshakaneria @vaibhavarora102 The build is failing due to this test. You can get to know more about the error from here to here . As you have modified the address validation regex so you need to modify this test accordingly.

Thanks for this :) @vaibhavarora102 You can have a look here for solving this problem

vaibhavarora102 commented 3 years ago

I think they are saying to correct the test and I guess this could be done by you Correct me if I am wrong

keshakaneria commented 3 years ago

I think they are saying to correct the test and I guess this could be done by you Correct me if I am wrong

The changes should be tested by you before pushing. Thus, when you will try to test the changes, this error will show up. Let me know if this error shows up in your local system.

vaibhavarora102 commented 3 years ago

on local host it is working good kindly tell what next to do

vaibhavarora102 commented 3 years ago

Hi any updates?

keshakaneria commented 3 years ago

Hi any updates?

Ahh... I'm sorry, I just skipped this issue to review. Can you send the the screenshot which shows that all the tests are passed when you try to run the tests locally?

codecov[bot] commented 3 years ago

Codecov Report

:exclamation: No coverage uploaded for pull request base (develop@6fc528d). Click here to learn what that means. The diff coverage is n/a.

Impacted file tree graph

@@            Coverage Diff             @@
##             develop    #1113   +/-   ##
==========================================
  Coverage           ?   87.18%           
==========================================
  Files              ?       85           
  Lines              ?     4057           
  Branches           ?      237           
==========================================
  Hits               ?     3537           
  Misses             ?      449           
  Partials           ?       71           

Continue to review full report at Codecov.

Legend - Click here to learn more Δ = absolute <relative> (impact), ø = not affected, ? = missing data Powered by Codecov. Last update 6fc528d...b07c275. Read the comment docs.

keshakaneria commented 3 years ago

Include these suggested changes @vaibhavarora102

vaibhavarora102 commented 3 years ago

I missed that comment Thanks for reminding I will surely do it by today

vaibhavarora102 commented 3 years ago

kindly check @keshakaneria

vaibhavarora102 commented 3 years ago

Hi @keshakaneria when will my pr got merged as I need to fill OSH form

keshakaneria commented 3 years ago

Hi @keshakaneria when will my pr got merged as I need to fill OSH form

Yes @vaibhavarora102. The number of PR opened which gets finally merged before or after evaluation will be counted. Since, this PR has ready-to-merge tag, it will be merged soon by maintainers. You can proceed to fill the form.

vaibhavarora102 commented 3 years ago

Thanks

vaibhavarora102 commented 3 years ago

Hi, @keshakaneria while squashing i am facing some problem can i create another pr and close this one in respect to this

keshakaneria commented 3 years ago

Hi, @keshakaneria while squashing i am facing some problem can i create another pr and close this one in respect to this

This is even failing the test jobDetails and EventDetails