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

feat: supports reading config values from CLI #605

Merged
merged 20 commits into from
Oct 11, 2024

Commits on Sep 25, 2024

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

Commits on Sep 26, 2024

  1. chore: adds config lib to cargo.toml, uses server default config valu…

    …es instead, removes validations in settings.rs
    anthonykimani committed Sep 26, 2024
    Configuration menu
    Copy the full SHA
    9d0ac1f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ea7c31b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f2bf609 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    ec9ede0 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    15c5bd6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9d04e31 View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. feat: uses serde-aux to deserialize env vars port and tls-enabled fro…

    …m string and restores &cli_fields.config_file path and debug log
    anthonykimani committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    4f962ae View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a78a417 View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

  1. fix: parses int and bool using try-parsing instead of serde-aux and r…

    …emoves unnecessary whitespaces
    anthonykimani committed Oct 4, 2024
    Configuration menu
    Copy the full SHA
    ac1a24a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    04c7976 View commit details
    Browse the repository at this point in the history

Commits on Oct 8, 2024

  1. Configuration menu
    Copy the full SHA
    224257b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a75e60f View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9fc3f32 View commit details
    Browse the repository at this point in the history

Commits on Oct 9, 2024

  1. Configuration menu
    Copy the full SHA
    7855a46 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9c68a0c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    1f23f0c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0c3a02f View commit details
    Browse the repository at this point in the history

Commits on Oct 10, 2024

  1. Configuration menu
    Copy the full SHA
    44cd324 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    20f33c4 View commit details
    Browse the repository at this point in the history