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

[Validator] Feature #36362 add Isin validator constraint #36368

Closed
wants to merge 5 commits into from
Closed

[Validator] Feature #36362 add Isin validator constraint #36368

wants to merge 5 commits into from

Conversation

lmasforne
Copy link
Contributor

@lmasforne lmasforne commented Apr 6, 2020

Q A
Branch? master
Bug fix? no
New feature? yes
Deprecations? no
Tickets Fix #36362
License MIT
Doc PR no

Add ISIN validator constraint
see here for more details https://en.wikipedia.org/wiki/International_Securities_Identification_Number

@lmasforne lmasforne changed the title Feature #36362 add Isin validator constraint [Validator] Feature #36362 add Isin validator constraint Apr 7, 2020
@xabbuh xabbuh added this to the next milestone Apr 9, 2020
Copy link
Contributor

@YaFou YaFou left a comment

Choose a reason for hiding this comment

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

Interesting pull request! Just a few minor requests otherwise for me, this pull request is ready to be merged 🚀

CHANGELOG-5.0.md Outdated Show resolved Hide resolved
Feature #36362 typo

Fix PR feedbacks

Fix coding standard

ticket 36362 fix PR feedbacks

Update src/Symfony/Component/Validator/Constraints/IsinValidator.php

Co-Authored-By: Yannis Foucher <33806646+YaFou@users.noreply.github.com>
@VincentLanglet
Copy link
Contributor

Hi @lmasforne
Thanks for this PR ! Do you have some time to finish it ? :)

@lmasforne
Copy link
Contributor Author

@VincentLanglet seems to be ok ;) ; hope this PR will be merged soon

@VincentLanglet
Copy link
Contributor

@lmasforne Your PR have some CI-failures

You need to fix https://fabbot.io/report/symfony/symfony/36368/46116925704192e42fd76f0f86fad8b60e028f65

Do you need help ?

fabpot added a commit that referenced this pull request Aug 2, 2020
This PR was merged into the 5.2-dev branch.

Discussion
----------

[Validator] Add Isin validator constraint

Co-Authored-By: Yannis Foucher <33806646+YaFou@users.noreply.github.com>

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Fix #36362
| License       | MIT
| Doc PR        | symfony/symfony-docs#13960

Rebase of #36368

I asked him by mail and he didn't have time to finish the PR and allowed me to do it.

Commits
-------

8e1ffc8 Feature #36362 add Isin validator constraint
symfony-splitter pushed a commit to symfony/validator that referenced this pull request Aug 2, 2020
This PR was merged into the 5.2-dev branch.

Discussion
----------

[Validator] Add Isin validator constraint

Co-Authored-By: Yannis Foucher <33806646+YaFou@users.noreply.github.com>

| Q             | A
| ------------- | ---
| Branch?       | master
| Bug fix?      | no
| New feature?  | yes
| Deprecations? | no
| Tickets       | Fix #36362
| License       | MIT
| Doc PR        | symfony/symfony-docs#13960

Rebase of symfony/symfony#36368

I asked him by mail and he didn't have time to finish the PR and allowed me to do it.

Commits
-------

8e1ffc8b99 Feature #36362 add Isin validator constraint
@fabpot
Copy link
Member

fabpot commented Aug 12, 2020

merged as #37565

@fabpot fabpot closed this Aug 12, 2020
@nicolas-grekas nicolas-grekas modified the milestones: next, 5.2 Oct 5, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

ISIN code validator
9 participants