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

Konfigkoll #44

Merged
merged 46 commits into from
Jul 25, 2024
Merged

Konfigkoll #44

merged 46 commits into from
Jul 25, 2024

Commits on Jul 22, 2024

  1. perf: Use smallvec for temporary allocation in MTreeLine

    This avoids a lot of very short lived heap allocations.
    VorpalBlade committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    a93dcbf View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    25f0ee1 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0d73fc2 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    eae63f3 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3319e5c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    1335142 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8832099 View commit details
    Browse the repository at this point in the history
  8. feat: Create konfigkoll

    VorpalBlade committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5791d7b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2490428 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    bd5200e View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    8e8495a View commit details
    Browse the repository at this point in the history
  12. feat: Rework, only single files backend allowed

    Multiple file backends create conflicting and weird semantics.
    Multiple package backends are still allowed.
    VorpalBlade committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    5e3e136 View commit details
    Browse the repository at this point in the history
  13. feat: User & group API

    VorpalBlade committed Jul 22, 2024
    Configuration menu
    Copy the full SHA
    47dd22e View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    5dd9d2a View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    03c24f2 View commit details
    Browse the repository at this point in the history

Commits on Jul 23, 2024

  1. Configuration menu
    Copy the full SHA
    35769c3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cf0acab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d3c58fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    3800943 View commit details
    Browse the repository at this point in the history

Commits on Jul 24, 2024

  1. Configuration menu
    Copy the full SHA
    0697f84 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    241dda0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2088ca8 View commit details
    Browse the repository at this point in the history
  4. churn: Clippy fixes

    VorpalBlade committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    744a723 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5a8ccb6 View commit details
    Browse the repository at this point in the history
  6. feat: Backend support for marking as dep/man install and asking to un…

    …install unused packages
    VorpalBlade committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    44b499a View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    e560653 View commit details
    Browse the repository at this point in the history
  8. feat: Improve logging

    VorpalBlade committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    10d6959 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    db1f1cf View commit details
    Browse the repository at this point in the history
  10. chore: Fix build warnings

    VorpalBlade committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    7bef7e9 View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    ba275ce View commit details
    Browse the repository at this point in the history
  12. Configuration menu
    Copy the full SHA
    b399173 View commit details
    Browse the repository at this point in the history
  13. Configuration menu
    Copy the full SHA
    c7321a8 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    c929fee View commit details
    Browse the repository at this point in the history
  15. Configuration menu
    Copy the full SHA
    d6b4a70 View commit details
    Browse the repository at this point in the history
  16. feat: Improve defaults

    VorpalBlade committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    8b69d28 View commit details
    Browse the repository at this point in the history
  17. docs: Add cargo-about

    VorpalBlade committed Jul 24, 2024
    Configuration menu
    Copy the full SHA
    29a7cb7 View commit details
    Browse the repository at this point in the history

Commits on Jul 25, 2024

  1. Configuration menu
    Copy the full SHA
    b274853 View commit details
    Browse the repository at this point in the history
  2. docs: Konfigkoll README

    VorpalBlade committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    070c1ad View commit details
    Browse the repository at this point in the history
  3. docs: Setup site

    VorpalBlade committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    a7eb059 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    104075f View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c2f7582 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    fde0804 View commit details
    Browse the repository at this point in the history
  7. fix: When removing we need to start at the innermost path instead of …

    …the outermost one
    
    The easiest way to ensure this is to sort removals in the reverse order (unlike everything else).
    VorpalBlade committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    78dbe12 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    c15096e View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    c60fe11 View commit details
    Browse the repository at this point in the history
  10. chore: Makefile tweaks

    VorpalBlade committed Jul 25, 2024
    Configuration menu
    Copy the full SHA
    7aecfb4 View commit details
    Browse the repository at this point in the history