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

gix corpus MVP #897

Merged
merged 18 commits into from
Jun 16, 2023
Merged

gix corpus MVP #897

merged 18 commits into from
Jun 16, 2023

Commits on Jun 14, 2023

  1. Configuration menu
    Copy the full SHA
    d9e74ff View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    83f6466 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fcbda1d View commit details
    Browse the repository at this point in the history
  4. obtain a repository-list with classifiers

    If the obtained list is empty, we update against that empty list which
    fills the repositories tables for the first time.
    
    Additionally we provide a new sub-command to refresh the list (additions only).
    Byron committed Jun 14, 2023
    Configuration menu
    Copy the full SHA
    a4300c8 View commit details
    Browse the repository at this point in the history

Commits on Jun 15, 2023

  1. Configuration menu
    Copy the full SHA
    a0b4385 View commit details
    Browse the repository at this point in the history
  2. refactor

    Byron committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    daf41bf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    36a3229 View commit details
    Browse the repository at this point in the history
  4. run tasks in parallel

    Byron committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    cfd8e88 View commit details
    Browse the repository at this point in the history
  5. fix!: new_thread_state() functions are now FnOnce across the board.

    This properly communicates that they will only be called once per thread,
    while providing more options to the implementor.
    Byron committed Jun 15, 2023
    Configuration menu
    Copy the full SHA
    bc69804 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    5c18293 View commit details
    Browse the repository at this point in the history

Commits on Jun 16, 2023

  1. feat: add tracing feature toggle to provide minimal tracing API

    This API is based on `tracing-core`, not on tracing, and provides a limited
    API that is always available, while being a no-op if `tracing` isn't enabled.
    
    That way, plumbing crates can add instrumentation at will.
    Byron committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    093efaf View commit details
    Browse the repository at this point in the history
  2. feat: provide basic tracing spans for common operations.

    This is just the beginning and more crates will integrate with it over time.
    Byron committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    3cffa26 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c494cfd View commit details
    Browse the repository at this point in the history
  4. thanks clippy

    Byron committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    361cf96 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    cd280c9 View commit details
    Browse the repository at this point in the history
  6. change MSRV to 1.65

    Otherwise `time-core` doesn't build anymore
    And we don't make it a breaking change as this is what the community
    seems to settle with.
    Byron committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    4f635fc View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e1305c3 View commit details
    Browse the repository at this point in the history
  8. Release gix-trace v0.1.0

    Byron committed Jun 16, 2023
    Configuration menu
    Copy the full SHA
    2ab69c6 View commit details
    Browse the repository at this point in the history