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 first steps of Validation implementation #10

Draft
wants to merge 6 commits into
base: main
Choose a base branch
from
Draft

Commits on Jun 1, 2021

  1. Add first steps of Validation implementation

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    bc777c9 View commit details
    Browse the repository at this point in the history
  2. Add filter function to Validation type

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    9e3ea74 View commit details
    Browse the repository at this point in the history
  3. Add MapValidation to Validation type

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Jun 1, 2021
    Configuration menu
    Copy the full SHA
    6cdec08 View commit details
    Browse the repository at this point in the history

Commits on Jun 2, 2021

  1. Add MapErrorValidation to Validation type

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ec1755c View commit details
    Browse the repository at this point in the history
  2. Add FlatMapValidation to Validation type

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    ac68691 View commit details
    Browse the repository at this point in the history
  3. Add FoldValidation to Validation type

    Signed-off-by: Guillaume Lours <guillaume.lours@docker.com>
    glours committed Jun 2, 2021
    Configuration menu
    Copy the full SHA
    6957f87 View commit details
    Browse the repository at this point in the history