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

[#73] Adds build.rs to generate a default config template with tool version #78

Merged
merged 27 commits into from
Sep 15, 2022

Commits on Sep 10, 2022

  1. Configuration menu
    Copy the full SHA
    e4a281f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    56910b3 View commit details
    Browse the repository at this point in the history
  3. fixed formatting

    MitchellBerend committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    460d021 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3e5d4f7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f7f5c57 View commit details
    Browse the repository at this point in the history
  6. fixed variable name

    MitchellBerend committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    243eb56 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    551706b View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d5196ac View commit details
    Browse the repository at this point in the history
  9. fixed unwrapping issue

    MitchellBerend committed Sep 10, 2022
    Configuration menu
    Copy the full SHA
    ea0bd50 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    4c11c31 View commit details
    Browse the repository at this point in the history

Commits on Sep 11, 2022

  1. Configuration menu
    Copy the full SHA
    3881ae7 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4ffaae6 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6e31ff8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4b2320e View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    10a5b70 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    62fef0e View commit details
    Browse the repository at this point in the history

Commits on Sep 13, 2022

  1. Configuration menu
    Copy the full SHA
    ae60e3b View commit details
    Browse the repository at this point in the history
  2. added a generated tools block so the default config that is generated…

    … always includes all tools defined in src/sync/db.rs
    MitchellBerend committed Sep 13, 2022
    Configuration menu
    Copy the full SHA
    8b12850 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    093e667 View commit details
    Browse the repository at this point in the history

Commits on Sep 14, 2022

  1. Configuration menu
    Copy the full SHA
    eaf6924 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2870cb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c418edc View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0d7e91a View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    03cd372 View commit details
    Browse the repository at this point in the history
  6. wrapped parse_file in a catch unwind so the test actually checks if t…

    …he parsing fails before it asserts
    MitchellBerend committed Sep 14, 2022
    Configuration menu
    Copy the full SHA
    6e1d5ed View commit details
    Browse the repository at this point in the history
  7. Fixed typo

    Co-authored-by: Dmitrii Kovanikov <[email protected]>
    MitchellBerend and chshersh authored Sep 14, 2022
    Configuration menu
    Copy the full SHA
    07c9d0e View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9056e81 View commit details
    Browse the repository at this point in the history