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

Start doing Behavior Test Driven Design for Version 2 #46

Open
wants to merge 18 commits into
base: use-cases-docs
Choose a base branch
from

Commits on Jun 20, 2019

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

Commits on Jun 21, 2019

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

Commits on Jul 5, 2019

  1. Configuration menu
    Copy the full SHA
    423a4bf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8759d58 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    83a38e6 View commit details
    Browse the repository at this point in the history

Commits on Jul 16, 2019

  1. Fix issue where occurrences of elements in XML weren't being validated (

    ShopRunner#50)
    
    The last occurrance was the only one returned to the validator
    kdallmeyer-sr authored Jul 16, 2019
    Configuration menu
    Copy the full SHA
    8be43e5 View commit details
    Browse the repository at this point in the history
  2. Version 1.10.3

    Michael R. Maletich committed Jul 16, 2019
    Configuration menu
    Copy the full SHA
    03a371f View commit details
    Browse the repository at this point in the history

Commits on Jul 17, 2019

  1. Configuration menu
    Copy the full SHA
    4d96a4d View commit details
    Browse the repository at this point in the history
  2. Version 1.10.4

    Michael R. Maletich committed Jul 17, 2019
    Configuration menu
    Copy the full SHA
    50b5c04 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2019

  1. Upgrade to Kotlinter 2.1

    This has a fix for the version of kotlinter 2.0 which dependabot has a pull request today.
    Michael R. Maletich authored and HawaiianSpork committed Jul 23, 2019
    Configuration menu
    Copy the full SHA
    1763447 View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2019

  1. Create USE-CASES.md

    What use cases does Baleen solve? What use cases are _not_ the right fit?
    kdallmeyer-sr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    4e241ac View commit details
    Browse the repository at this point in the history
  2. Moved to a potentially more permantent location.

    Michael R. Maletich authored and kdallmeyer-sr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    8d83b46 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f99eec1 View commit details
    Browse the repository at this point in the history
  4. Add test for Use case 1

    "Given we have the data, we define the Baleen schema manually and validate the data"
    kdallmeyer-sr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    fedd37d View commit details
    Browse the repository at this point in the history
  5. Add tests for Use case 2

    "Given we have the data, we learn the Baleen schema and validate the data"
    kdallmeyer-sr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    f256e98 View commit details
    Browse the repository at this point in the history
  6. Add tests for Use case 3

    "Given a external schema (Avro, XSD, Json-Schema, Kotlin data class), build Baleen schema and validate the data"
    kdallmeyer-sr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    913a79c View commit details
    Browse the repository at this point in the history
  7. Add tests for Use case 4

    "Given a Baleen schema, create external schema (Avro, XSD, Json-Schema, Kotlin data class) and validate the data with the external schema"
    kdallmeyer-sr committed Jul 29, 2019
    Configuration menu
    Copy the full SHA
    7c92888 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ce10b1a View commit details
    Browse the repository at this point in the history