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

Catching all errors #14

Open
wants to merge 18 commits into
base: master
Choose a base branch
from
Open

Catching all errors #14

wants to merge 18 commits into from

Commits on Apr 25, 2015

  1. Add a BaseValidationError abstract class and move error-related stuff…

    … to a new errors module
    gsakkis committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    3ed3009 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3bf123c View commit details
    Browse the repository at this point in the history
  3. Introduce Validator.full_validate() for accumulating all validation e…

    …rrors instead of raising just the first one
    gsakkis committed Apr 25, 2015
    Configuration menu
    Copy the full SHA
    389bd92 View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2015

  1. Add MultipleValidationError.add_context() and merge BaseValidationErr…

    …or into ValidationError
    gsakkis committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    367392f View commit details
    Browse the repository at this point in the history
  2. Add convenient FullValidator base class for validators that need to r…

    …eport multiple errors
    gsakkis committed Apr 26, 2015
    Configuration menu
    Copy the full SHA
    946dff8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5828cb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7ed1221 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    7972893 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e979bcd View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    858b86b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    fffece6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7b7080c View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2015

  1. Configuration menu
    Copy the full SHA
    1be1ac2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3486e02 View commit details
    Browse the repository at this point in the history

Commits on May 3, 2015

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

Commits on May 31, 2015

  1. Boost test coverage to 100%

    gsakkis committed May 31, 2015
    Configuration menu
    Copy the full SHA
    3d9b990 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    f6ba5cd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ae44ee1 View commit details
    Browse the repository at this point in the history