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

Golang library for validating package against specs #5

Closed
wants to merge 70 commits into from
Closed

Golang library for validating package against specs #5

wants to merge 70 commits into from

Commits on Jul 28, 2020

  1. Adding initial spec files

    ycombinator committed Jul 28, 2020
    Configuration menu
    Copy the full SHA
    394b1cb View commit details
    Browse the repository at this point in the history

Commits on Jul 29, 2020

  1. Configuration menu
    Copy the full SHA
    2967350 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bdffdfa View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    5558e48 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    2419161 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    eb9a53e View commit details
    Browse the repository at this point in the history
  6. Updating README

    ycombinator committed Jul 29, 2020
    Configuration menu
    Copy the full SHA
    904bc9b View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d0d5255 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c2a1e1a View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    5c81724 View commit details
    Browse the repository at this point in the history

Commits on Jul 30, 2020

  1. Configuration menu
    Copy the full SHA
    7eff101 View commit details
    Browse the repository at this point in the history
  2. Updating README

    ycombinator committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    10449e0 View commit details
    Browse the repository at this point in the history
  3. Resolving some TODOs

    ycombinator committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    fe691af View commit details
    Browse the repository at this point in the history
  4. Fleshing out fields spec

    ycombinator committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    73b7e4d View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    367be0d View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e3cc793 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    18863b1 View commit details
    Browse the repository at this point in the history
  8. Document show_user

    ycombinator committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    f0ab0e9 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    08e40c7 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    b0c05d6 View commit details
    Browse the repository at this point in the history
  11. Updating README

    ycombinator committed Jul 30, 2020
    Configuration menu
    Copy the full SHA
    431d3c7 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    5f4f5c1 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    fd5303c View commit details
    Browse the repository at this point in the history

Commits on Aug 1, 2020

  1. Configuration menu
    Copy the full SHA
    07bbedd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    41bb01c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e6e5b3f View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e9a6dbd View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f15458 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    da00c28 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    dd76b6d View commit details
    Browse the repository at this point in the history
  8. Removing removable field

    ycombinator committed Aug 1, 2020
    Configuration menu
    Copy the full SHA
    0141965 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    6c38cc1 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    e585265 View commit details
    Browse the repository at this point in the history

Commits on Aug 3, 2020

  1. Fixing typos

    Co-authored-by: Massimiliano Pippi <[email protected]>
    ycombinator and masci committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    930d297 View commit details
    Browse the repository at this point in the history
  2. Adding WARNING to README

    ycombinator committed Aug 3, 2020
    Configuration menu
    Copy the full SHA
    e4b6e97 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d475a6d View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6024684 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    e315c0d View commit details
    Browse the repository at this point in the history

Commits on Aug 4, 2020

  1. Configuration menu
    Copy the full SHA
    396721e View commit details
    Browse the repository at this point in the history
  2. Change EPM to EPR

    kaiyan-sheng authored and ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    dfe0307 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    dca31ba View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    bc76b33 View commit details
    Browse the repository at this point in the history
  5. Ignoring .idea folder

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c919768 View commit details
    Browse the repository at this point in the history
  6. Adding Makefile

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e77d909 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    b52d031 View commit details
    Browse the repository at this point in the history
  8. Adding check target

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    40d12aa View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    a8a4888 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    547f544 View commit details
    Browse the repository at this point in the history
  11. Fleshing out

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    f9b4ad4 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    e3ad022 View commit details
    Browse the repository at this point in the history
  13. Running go mod tidy

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c76171c View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    cd537d2 View commit details
    Browse the repository at this point in the history
  15. Updating API

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    85c768c View commit details
    Browse the repository at this point in the history
  16. Updating README

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    fd94d95 View commit details
    Browse the repository at this point in the history
  17. Minor linting

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c4de4ac View commit details
    Browse the repository at this point in the history
  18. Add recipe

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    8420edf View commit details
    Browse the repository at this point in the history
  19. Configuration menu
    Copy the full SHA
    fe319fb View commit details
    Browse the repository at this point in the history
  20. Adding package tests

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    cc55129 View commit details
    Browse the repository at this point in the history
  21. Consolidating tests

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e3392b3 View commit details
    Browse the repository at this point in the history
  22. Adding spec tests

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    d80f3bf View commit details
    Browse the repository at this point in the history
  23. Configuration menu
    Copy the full SHA
    abc494a View commit details
    Browse the repository at this point in the history
  24. Running go mod tidy

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    8717a43 View commit details
    Browse the repository at this point in the history
  25. Adding TODOs

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    e5137f4 View commit details
    Browse the repository at this point in the history
  26. Configuration menu
    Copy the full SHA
    61fdfd5 View commit details
    Browse the repository at this point in the history
  27. Updating README

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    c2c5662 View commit details
    Browse the repository at this point in the history
  28. Configuration menu
    Copy the full SHA
    0997180 View commit details
    Browse the repository at this point in the history
  29. Updating bundled specs

    ycombinator committed Aug 4, 2020
    Configuration menu
    Copy the full SHA
    588f2d2 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2020

  1. Configuration menu
    Copy the full SHA
    ff566fa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    47568cf View commit details
    Browse the repository at this point in the history
  3. Fleshing out TODO

    ycombinator committed Aug 5, 2020
    Configuration menu
    Copy the full SHA
    78ad715 View commit details
    Browse the repository at this point in the history