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

chore: Update from _rust/main template #167

Merged
merged 45 commits into from Apr 26, 2024
Merged

Commits on Jan 1, 2024

  1. Configuration menu
    Copy the full SHA
    69fa026 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    82c9aa7 View commit details
    Browse the repository at this point in the history

Commits on Jan 2, 2024

  1. Merge pull request assert-rs#12 from epage/renovate/actions-setup-pyt…

    …hon-5.x
    
    chore(deps): update actions/setup-python action to v5
    epage committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    c7805bc View commit details
    Browse the repository at this point in the history
  2. Merge pull request assert-rs#13 from epage/renovate/github-codeql-act…

    …ion-3.x
    
    chore(deps): update github/codeql-action action to v3
    epage committed Jan 2, 2024
    Configuration menu
    Copy the full SHA
    739d2cf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    a4c0626 View commit details
    Browse the repository at this point in the history

Commits on Jan 3, 2024

  1. chore(ci): Optimize CI runs

    epage committed Jan 3, 2024
    Configuration menu
    Copy the full SHA
    61250a3 View commit details
    Browse the repository at this point in the history

Commits on Jan 18, 2024

  1. chore(ci): Cancel prior CI runs

    epage committed Jan 18, 2024
    Configuration menu
    Copy the full SHA
    e819db4 View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    0b02906 View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2024

  1. Configuration menu
    Copy the full SHA
    131de55 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2024

  1. Configuration menu
    Copy the full SHA
    9a5af5c View commit details
    Browse the repository at this point in the history
  2. chore(ci): Gather coverage

    epage committed Feb 8, 2024
    Configuration menu
    Copy the full SHA
    da56001 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1313256 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

  1. Configuration menu
    Copy the full SHA
    51a98a2 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    4db293d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    779496b View commit details
    Browse the repository at this point in the history

Commits on Feb 21, 2024

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

Commits on Mar 1, 2024

  1. Configuration menu
    Copy the full SHA
    7846c51 View commit details
    Browse the repository at this point in the history
  2. Merge pull request assert-rs#16 from epage/renovate/pre-commit-action…

    …-3.x
    
    chore(deps): Update pre-commit/action action to v3.0.1
    epage committed Mar 1, 2024
    Configuration menu
    Copy the full SHA
    2d5ff55 View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2024

  1. Configuration menu
    Copy the full SHA
    3d5ead8 View commit details
    Browse the repository at this point in the history
  2. chore(ci): Don't update stable and MSRV together

    We might want to hold one or the other back
    epage committed Mar 21, 2024
    Configuration menu
    Copy the full SHA
    ace6e07 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2024

  1. Configuration menu
    Copy the full SHA
    8ec86ab View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2024

  1. Configuration menu
    Copy the full SHA
    8e647d9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    126eb3d View commit details
    Browse the repository at this point in the history
  3. chore(ci): Use latest SARIF

    Now that we run clippy on stable, we can do this
    epage committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    c8b190b View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9b1b566 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    92d486c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9258d9a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    2714cca View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    314eef7 View commit details
    Browse the repository at this point in the history
  9. chore: Don't warn on unsafe

    This works well when a package is a safe abstraction but to universally
    apply in a template to all members of a workspace doesn't make sense.
    epage committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    6a9d2bf View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    8d4b1b6 View commit details
    Browse the repository at this point in the history
  11. chore: Move print lints to lib.rs

    While there is a config for ignoring these in tests, it doesn't help
    with examples.
    epage committed Mar 28, 2024
    Configuration menu
    Copy the full SHA
    99e034b View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2024

  1. chore: Drop workspace.dependencies

    Without automated checks, this will make it harder to track breaking
    changes.
    epage committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    a516bda View commit details
    Browse the repository at this point in the history
  2. chore: Only check missing_docs in lib

    This also fires in examples and other places.
    
    While docs in examples would be nice,
    it isn't universally applicable and `allow`s would undermine the
    examples.
    epage committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    ebc70d0 View commit details
    Browse the repository at this point in the history
  3. chore: Allow print in tests

    epage committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    3278d49 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d634de6 View commit details
    Browse the repository at this point in the history
  5. Merge pull request assert-rs#19 from epage/t

    chore(ci): Ensure CI job always runs
    epage committed Apr 1, 2024
    Configuration menu
    Copy the full SHA
    dc3e937 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    2570b58 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    afd2755 View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2024

  1. Configuration menu
    Copy the full SHA
    14225df View commit details
    Browse the repository at this point in the history

Commits on Apr 26, 2024

  1. chore(ci): Try again with not auto-updating MSRV

    The overhead for MSRV bumping is a lot lower and its annoying merging
    all of the PRs (and I don't want these auto-merged)
    epage committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    be30b1b View commit details
    Browse the repository at this point in the history
  2. chore(ci): Reduce noisy lints

    Want to add this back in later but this is slowing down migration of my
    repos.
    epage committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    a01f25d View commit details
    Browse the repository at this point in the history
  3. chore(ci): Reduce noisy lints

    epage committed Apr 26, 2024
    Configuration menu
    Copy the full SHA
    82cf9a6 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    181a2cf View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    f9786f8 View commit details
    Browse the repository at this point in the history