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

draft: Json reporting #38

Merged
merged 12 commits into from
Jul 31, 2023
Merged

draft: Json reporting #38

merged 12 commits into from
Jul 31, 2023

Commits on Jul 25, 2023

  1. Add traits for generic diff types for reporting

    Christopher Regali committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    a8e7376 View commit details
    Browse the repository at this point in the history
  2. First rough draft of json reporting instead of html

    Christopher Regali committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f530270 View commit details
    Browse the repository at this point in the history
  3. Add documentation of newly exposed structs

    Christopher Regali committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    83c32c6 View commit details
    Browse the repository at this point in the history
  4. Fix unit-tests for new api

    Christopher Regali committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    d324407 View commit details
    Browse the repository at this point in the history
  5. Update README.md

    Update Cargo.toml
    Christopher Regali committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    f1e0644 View commit details
    Browse the repository at this point in the history
  6. Add nominal and actual file to difference data structure

    Christopher Regali committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    08ece33 View commit details
    Browse the repository at this point in the history
  7. Add some outline for HTML reports

    Christopher Regali committed Jul 25, 2023
    Configuration menu
    Copy the full SHA
    649e178 View commit details
    Browse the repository at this point in the history

Commits on Jul 27, 2023

  1. refactor html report creation

    Adinata Wijaya committed Jul 27, 2023
    Configuration menu
    Copy the full SHA
    989b7e7 View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2023

  1. refactor html report creation and fix test

    Adinata Wijaya committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    46cdfd7 View commit details
    Browse the repository at this point in the history
  2. fix template and test

    Adinata Wijaya committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    7a0c164 View commit details
    Browse the repository at this point in the history
  3. add error detail page

    Adinata Wijaya committed Jul 28, 2023
    Configuration menu
    Copy the full SHA
    ac8ddb1 View commit details
    Browse the repository at this point in the history

Commits on Jul 31, 2023

  1. add CSV preprocessing in report

    Adinata Wijaya committed Jul 31, 2023
    Configuration menu
    Copy the full SHA
    8ca7185 View commit details
    Browse the repository at this point in the history