-
-
Notifications
You must be signed in to change notification settings - Fork 9.6k
[Validator] Add CidrValidator to allow validation of CIDR notations #43593
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
[Validator] Add CidrValidator to allow validation of CIDR notations #43593
Conversation
Hey! I see that this is your first PR. That is great! Welcome! Symfony has a contribution guide which I suggest you to read. In short:
Review the GitHub status checks of your pull request and try to solve the reported issues. If some tests are failing, try to see if they are failing because of this change. When two Symfony core team members approve this change, it will be merged and you will become an official Symfony contributor! I am going to sit back now and wait for the reviews. Cheers! Carsonbot |
dd88623
to
cd820ec
Compare
src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf
Outdated
Show resolved
Hide resolved
src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf
Show resolved
Hide resolved
src/Symfony/Component/Validator/Resources/translations/validators.en.xlf
Show resolved
Hide resolved
cd820ec
to
58ccbae
Compare
d1ec95b
to
6b20977
Compare
027a59d
to
87339a4
Compare
Co-authored-by: Calin Bolea <calin.bolea@gmail.com>
87339a4
to
488ff61
Compare
Hey, @stof could you please take a look at the changes requested by your code review ? Thanks! |
Thank you @popsorin. |
Thank you @popsorin, looking forward to trying this out later. :) |
This PR was merged into the 4.4 branch. Discussion ---------- [Validator] Add translations for CIDR constraint | Q | A | ------------- | --- | Branch? | 4.4 | Bug fix? | no | New feature? | no | Deprecations? | no | Tickets | N/A | License | MIT | Doc PR | N/A This PR backports the translations added in #43593. Additionally, I have added a German translation. Commits ------- 8903f8f [Validator] Add translations for CIDR constraint
…psorin) This PR was merged into the 5.4 branch. Discussion ---------- [Validator] Add documentation for the Cidr Validator Hello everyone! This is the documentation for the Cidr validator and constraint.PR: symfony/symfony#43593 Please take a look and let me know if I need to change anything! Commits ------- 16de4a9 [Validator] Add documentation for the CidrValidator
This PR will add a CIDR Constraint Validator that will check if a string is a valid CIDR notation.