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

Extend repitition test to span across two files #349

Merged
merged 13 commits into from
Oct 7, 2021
Merged

Extend repitition test to span across two files #349

merged 13 commits into from
Oct 7, 2021

Commits on Oct 5, 2021

  1. Extend repitition test to span across two files

    Signed-off-by: MichaIng <micha@dietpi.com>
    MichaIng committed Oct 5, 2021
    Configuration menu
    Copy the full SHA
    69de82f View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2021

  1. Remove cache from collector

    mre committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1ec9c59 View commit details
    Browse the repository at this point in the history
  2. Remove client pool

    Reqwest comes with its own request pool, so there's no need in adding
    another layer of indirection. This also gets rid of a lot of allocs.
    mre committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    f0b2417 View commit details
    Browse the repository at this point in the history
  3. Extend repitition test to span across two files

    Signed-off-by: MichaIng <micha@dietpi.com>
    MichaIng committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    d92a263 View commit details
    Browse the repository at this point in the history
  4. Remove cache from collector

    mre authored and MichaIng committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1813a48 View commit details
    Browse the repository at this point in the history
  5. Remove client pool

    Reqwest comes with its own request pool, so there's no need in adding
    another layer of indirection. This also gets rid of a lot of allocs.
    mre authored and MichaIng committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    e067505 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    456fd3f View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7519a9c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9d920d1 View commit details
    Browse the repository at this point in the history
  9. Satisfy Rust fmt lint

    Signed-off-by: MichaIng <micha@dietpi.com>
    MichaIng committed Oct 7, 2021
    Configuration menu
    Copy the full SHA
    1bc7db3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    9ee30cc View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    e6e0969 View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    00a0558 View commit details
    Browse the repository at this point in the history