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

Fix/master/modules 3980 #683

Closed
wants to merge 3 commits into from

Commits on Oct 17, 2016

  1. (MODULES-3980) Fix ipv4 regex validator

    The current pattern for stdlib::compat::ipv4 is incorrect, and
    will return true for any four numbers separated with periods.
    This commit improves the regex to validate that the IP octets
    are between 1 and 255.
    Nate Potter committed Oct 17, 2016
    Configuration menu
    Copy the full SHA
    9bab173 View commit details
    Browse the repository at this point in the history

Commits on Oct 18, 2016

  1. Use parallel_tests 2.9.0 for ruby < 2.0.0

    Parallel_tests 2.10.0 requires ruby >= 2.0.0, so for jobs with
    ruby < 2.0.0 parallel_tests 2.9.0 should be used.
    Nate Potter committed Oct 18, 2016
    Configuration menu
    Copy the full SHA
    8ef45bf View commit details
    Browse the repository at this point in the history

Commits on Oct 21, 2016

  1. Add specs

    hunner committed Oct 21, 2016
    Configuration menu
    Copy the full SHA
    2b5d922 View commit details
    Browse the repository at this point in the history