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

Use jsonschema only as a dev-dependency #750

Merged
merged 8 commits into from
Aug 6, 2024

Commits on Jul 17, 2024

  1. Make SpecVersion enum exhaustive

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    d41b8c8 View commit details
    Browse the repository at this point in the history
  2. Drop obsolete comments

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    607a43f View commit details
    Browse the repository at this point in the history
  3. Move test-only schema stuff to a separate crate, which is only includ…

    …ed as a dev-dependency
    
    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    46cdbb1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1e66664 View commit details
    Browse the repository at this point in the history
  5. Convert integration tests to using the test crate

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    6d2b9f4 View commit details
    Browse the repository at this point in the history
  6. Do not publish all our test data to crates.io. It is useless when cyc…

    …lonedx-bom is fetched as a dependency. Brings down the tarball size from 3MB to somethig sane.
    
    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    4e4a8fd View commit details
    Browse the repository at this point in the history
  7. cargo fmt

    Signed-off-by: Sergey "Shnatsel" Davidoff <shnatsel@gmail.com>
    Shnatsel committed Jul 17, 2024
    Configuration menu
    Copy the full SHA
    edee7b6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    1a9b29b View commit details
    Browse the repository at this point in the history