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

Allow arbitrary configuration options to be overridden via the CLI #9599

Merged
merged 61 commits into from
Feb 9, 2024

Commits on Jan 21, 2024

  1. WIP

    AlexWaygood committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    d73a453 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    159fada View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7cd900c View commit details
    Browse the repository at this point in the history
  4. i can spell

    AlexWaygood committed Jan 21, 2024
    Configuration menu
    Copy the full SHA
    3cdbec7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0f2cc2c View commit details
    Browse the repository at this point in the history

Commits on Jan 22, 2024

  1. Configuration menu
    Copy the full SHA
    18daf07 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    721653d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7bb72f5 View commit details
    Browse the repository at this point in the history

Commits on Jan 23, 2024

  1. Misc review comments

    AlexWaygood committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    e7a1d89 View commit details
    Browse the repository at this point in the history
  2. More docs cleanup

    AlexWaygood committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    7c05cd5 View commit details
    Browse the repository at this point in the history
  3. use an Arc

    AlexWaygood committed Jan 23, 2024
    Configuration menu
    Copy the full SHA
    26b7dc8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    59e6e0a View commit details
    Browse the repository at this point in the history

Commits on Jan 24, 2024

  1. Configuration menu
    Copy the full SHA
    f33e91e View commit details
    Browse the repository at this point in the history
  2. regen docs

    AlexWaygood committed Jan 24, 2024
    Configuration menu
    Copy the full SHA
    cd6b4ce View commit details
    Browse the repository at this point in the history

Commits on Jan 25, 2024

  1. Improve error messages

    AlexWaygood committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3fb5d21 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2568265 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d6a18fe View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    8379890 View commit details
    Browse the repository at this point in the history
  5. Also test the formatter

    AlexWaygood committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    366cd1b View commit details
    Browse the repository at this point in the history
  6. Many more tests

    AlexWaygood committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    2583136 View commit details
    Browse the repository at this point in the history
  7. spelling

    AlexWaygood committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    981210c View commit details
    Browse the repository at this point in the history
  8. Simplify some code

    AlexWaygood committed Jan 25, 2024
    Configuration menu
    Copy the full SHA
    3bfcae2 View commit details
    Browse the repository at this point in the history

Commits on Jan 26, 2024

  1. Configuration menu
    Copy the full SHA
    e32dd0a View commit details
    Browse the repository at this point in the history
  2. cargo fmt

    AlexWaygood committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    aca4af5 View commit details
    Browse the repository at this point in the history
  3. couple more tests

    AlexWaygood committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    446517b View commit details
    Browse the repository at this point in the history
  4. Docs

    AlexWaygood committed Jan 26, 2024
    Configuration menu
    Copy the full SHA
    c39fbd6 View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2024

  1. Apply suggestions from code review

    Co-authored-by: Micha Reiser <micha@reiser.io>
    AlexWaygood and MichaReiser authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    ebd7286 View commit details
    Browse the repository at this point in the history
  2. add a newline

    Co-authored-by: Micha Reiser <micha@reiser.io>
    AlexWaygood and MichaReiser authored Jan 29, 2024
    Configuration menu
    Copy the full SHA
    d771243 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    be48c4f View commit details
    Browse the repository at this point in the history
  4. Couple more comments

    AlexWaygood committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    8f79c65 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1cc613c View commit details
    Browse the repository at this point in the history
  6. Improve docs for --config

    AlexWaygood committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    c12bb11 View commit details
    Browse the repository at this point in the history
  7. regen docs

    AlexWaygood committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    a880691 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    59e07c3 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    7ec9e8a View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    de846ba View commit details
    Browse the repository at this point in the history
  11. Configuration menu
    Copy the full SHA
    893f214 View commit details
    Browse the repository at this point in the history
  12. Rework docs; improve test

    AlexWaygood committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    0ccc608 View commit details
    Browse the repository at this point in the history
  13. cargo fmt

    AlexWaygood committed Jan 29, 2024
    Configuration menu
    Copy the full SHA
    b12a9c7 View commit details
    Browse the repository at this point in the history
  14. Configuration menu
    Copy the full SHA
    1501eeb View commit details
    Browse the repository at this point in the history

Commits on Feb 1, 2024

  1. Various cleanups

    AlexWaygood committed Feb 1, 2024
    Configuration menu
    Copy the full SHA
    e46c06a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e39aa39 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e1a3328 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    d83cfa5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    138c6c3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    e500b39 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2024

  1. Configuration menu
    Copy the full SHA
    acca909 View commit details
    Browse the repository at this point in the history
  2. Fixup after merge

    AlexWaygood committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    5e83ef8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    18da11b View commit details
    Browse the repository at this point in the history
  4. ``

    Co-authored-by: Zanie Blue <contact@zanie.dev>
    AlexWaygood and zanieb authored Feb 6, 2024
    Configuration menu
    Copy the full SHA
    0b0917b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5074bff View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    c6019f7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    7d6f9dd View commit details
    Browse the repository at this point in the history
  8. regen docs

    AlexWaygood committed Feb 6, 2024
    Configuration menu
    Copy the full SHA
    bb2e6ee View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. Configuration menu
    Copy the full SHA
    7739440 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    88e7273 View commit details
    Browse the repository at this point in the history
  3. Make more concise

    AlexWaygood committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bccab4e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6eea797 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Configuration menu
    Copy the full SHA
    983e5aa View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    789d1d0 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0f8a583 View commit details
    Browse the repository at this point in the history