Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork9.7k
[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 ourterms of service andprivacy statement. We’ll occasionally send you account related emails.
Already on GitHub?Sign in to your account
Uh oh!
There was an error while loading.Please reload this page.
Conversation
carsonbot commentedOct 19, 2021
Hey! I see that this is your first PR. That is great! Welcome! Symfony has acontribution 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 tocd820ecCompareUh oh!
There was an error while loading.Please reload this page.
src/Symfony/Component/Validator/Resources/translations/validators.ro.xlf OutdatedShow resolvedHide resolved
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
cd820ec to58ccbaeCompareUh oh!
There was an error while loading.Please reload this page.
Uh oh!
There was an error while loading.Please reload this page.
d1ec95b to6b20977Compare027a59d to87339a4CompareCo-authored-by: Calin Bolea <calin.bolea@gmail.com>
87339a4 to488ff61Comparepopsorin commentedOct 22, 2021 • edited
Loading Uh oh!
There was an error while loading.Please reload this page.
edited
Uh oh!
There was an error while loading.Please reload this page.
Hey,@stof could you please take a look at the changes requested by your code review ? Thanks! |
derrabus commentedOct 25, 2021
Thank you@popsorin. |
Adambean commentedOct 25, 2021
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/AThis 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 ValidatorHello everyone!This is the documentation for the Cidr validator and constraint.PR:symfony/symfony#43593Please take a look and let me know if I need to change anything!Commits-------16de4a9 [Validator] Add documentation for the CidrValidator
Uh oh!
There was an error while loading.Please reload this page.
This PR will add a CIDR Constraint Validator that will check if a string is a valid CIDR notation.