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

Acceptor improvements #219

Merged
merged 13 commits into from
Aug 14, 2023
Merged

Acceptor improvements #219

merged 13 commits into from
Aug 14, 2023

Commits on Aug 14, 2023

  1. Configuration menu
    Copy the full SHA
    5834dbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7dd9522 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dd8868 View commit details
    Browse the repository at this point in the history
  4. Lint against unreachable_pub

    djc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    ec3715d View commit details
    Browse the repository at this point in the history
  5. Warn against clippy::use_self

    djc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    26c7e08 View commit details
    Browse the repository at this point in the history
  6. Address clippy issues in tests

    djc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    304faeb View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    aee0c0c View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    d4e934d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9f1d992 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    da60499 View commit details
    Browse the repository at this point in the history
  11. Avoid deprecated rustls API

    djc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    67e558e View commit details
    Browse the repository at this point in the history
  12. Run CI on a weekly schedule

    Probably don't need daily runs given the amount of changes. Run on Friday
    mornings so we can catch clippy changes from Rust releases that happen
    on Thursday relatively soon after. Also include merge group support.
    djc committed Aug 14, 2023
    Configuration menu
    Copy the full SHA
    7617ff3 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    10f3069 View commit details
    Browse the repository at this point in the history