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

Add PhoneNumberMatcher #180

Open
wants to merge 32 commits into
base: main
Choose a base branch
from

Commits on Mar 23, 2021

  1. Added first version of phone matcher port

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    e9503e5 View commit details
    Browse the repository at this point in the history
  2. Added first version of phone matcher port

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b286ba7 View commit details
    Browse the repository at this point in the history
  3. Fix module name

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    7a5e4a4 View commit details
    Browse the repository at this point in the history
  4. Update go version

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    50bf9c3 View commit details
    Browse the repository at this point in the history
  5. Escape parentheses

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    314f08e View commit details
    Browse the repository at this point in the history
  6. Escape parentheses

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    c9c99eb View commit details
    Browse the repository at this point in the history
  7. Fix endless loop

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3bebb51 View commit details
    Browse the repository at this point in the history
  8. Fix wrong regex

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    f6fd65d View commit details
    Browse the repository at this point in the history
  9. Fix new endless loop

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b6a7ec4 View commit details
    Browse the repository at this point in the history
  10. Export Number

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    44ad373 View commit details
    Browse the repository at this point in the history
  11. Remove rune conversion

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    b8e3569 View commit details
    Browse the repository at this point in the history
  12. Fix nil value check

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    67b632f View commit details
    Browse the repository at this point in the history
  13. Fix conditional logic

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    877d5d5 View commit details
    Browse the repository at this point in the history
  14. Fix infinite loop

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    8516f17 View commit details
    Browse the repository at this point in the history
  15. Ignore invalid utf-8 chars

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    53888a6 View commit details
    Browse the repository at this point in the history
  16. Fix unintended infinite loop at extractInnerMatch

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3a248d7 View commit details
    Browse the repository at this point in the history
  17. Fix unintended infinite loop at extractInnerMatch

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    213aaba View commit details
    Browse the repository at this point in the history
  18. Escape plus sign

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    6c13f2b View commit details
    Browse the repository at this point in the history
  19. Get last char, instead of next char after candidate

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    9e8f8e2 View commit details
    Browse the repository at this point in the history
  20. Catch + before numbers

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    2a3bf65 View commit details
    Browse the repository at this point in the history
  21. Typo

    mauritsderuiter committed Mar 23, 2021
    Configuration menu
    Copy the full SHA
    3989f2d View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2021

  1. Fixed logic error

    mauritsderuiter committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    0a638d7 View commit details
    Browse the repository at this point in the history
  2. Fix wrong offset

    mauritsderuiter committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    89d8133 View commit details
    Browse the repository at this point in the history
  3. Remove valid rune checking

    mauritsderuiter committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a8bd4e6 View commit details
    Browse the repository at this point in the history
  4. Added comments

    mauritsderuiter committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    c11d83c View commit details
    Browse the repository at this point in the history
  5. Reset unused files

    mauritsderuiter committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    a46b374 View commit details
    Browse the repository at this point in the history
  6. Set mod to nyaruka

    mauritsderuiter committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    1832dc6 View commit details
    Browse the repository at this point in the history
  7. Set go version to 1.13

    mauritsderuiter committed Mar 25, 2021
    Configuration menu
    Copy the full SHA
    30bc715 View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2021

  1. Ran go mod tidy, reset cmd/phonnumbers/go.mod

    mauritsderuiter committed Mar 26, 2021
    Configuration menu
    Copy the full SHA
    7592927 View commit details
    Browse the repository at this point in the history

Commits on Jul 12, 2021

  1. Configuration menu
    Copy the full SHA
    116bfc6 View commit details
    Browse the repository at this point in the history

Commits on Nov 23, 2021

  1. Configuration menu
    Copy the full SHA
    1266270 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2024

  1. Configuration menu
    Copy the full SHA
    0e92087 View commit details
    Browse the repository at this point in the history