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: Raccoon CLI #92

Merged
merged 44 commits into from
Aug 27, 2024
Merged

Feat: Raccoon CLI #92

merged 44 commits into from
Aug 27, 2024

Commits on Aug 1, 2024

  1. cmd: add basic CLI harness

    turtleDev committed Aug 1, 2024
    Configuration menu
    Copy the full SHA
    0680791 View commit details
    Browse the repository at this point in the history

Commits on Aug 5, 2024

  1. cmd: wip on server flags

    turtleDev committed Aug 5, 2024
    Configuration menu
    Copy the full SHA
    dcf9d90 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    17cfb24 View commit details
    Browse the repository at this point in the history

Commits on Aug 6, 2024

  1. Configuration menu
    Copy the full SHA
    a80e037 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c393338 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c3a481e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1d9eea7 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    36fa95b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    3c19fe0 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    a123ad6 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    ceda933 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    98bed57 View commit details
    Browse the repository at this point in the history
  10. chore: update config tests

    turtleDev committed Aug 6, 2024
    Configuration menu
    Copy the full SHA
    d8d5029 View commit details
    Browse the repository at this point in the history

Commits on Aug 14, 2024

  1. Configuration menu
    Copy the full SHA
    a8625be View commit details
    Browse the repository at this point in the history
  2. config: replace use of time.Duration values with ints

    This makes it easier to parse data from config files and cli flags
    turtleDev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    9be8641 View commit details
    Browse the repository at this point in the history
  3. config: WIP validation

    turtleDev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6839586 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    c7a392c View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4138a3f View commit details
    Browse the repository at this point in the history
  6. config: purge utils

    turtleDev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    bc7de1f View commit details
    Browse the repository at this point in the history
  7. chore: tidy deps

    turtleDev committed Aug 14, 2024
    Configuration menu
    Copy the full SHA
    6e5b674 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    5f925d6 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    f42f4bc View commit details
    Browse the repository at this point in the history

Commits on Aug 15, 2024

  1. Configuration menu
    Copy the full SHA
    c47efbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    9527560 View commit details
    Browse the repository at this point in the history
  3. config: fix defaults

    turtleDev committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    aaaf3bf View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7442e94 View commit details
    Browse the repository at this point in the history
  5. config: purge tests

    turtleDev committed Aug 15, 2024
    Configuration menu
    Copy the full SHA
    42d9fe3 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    881d56a View commit details
    Browse the repository at this point in the history

Commits on Aug 16, 2024

  1. docs: fix ping/pong and write timeout defaults

    The docs incorrectly specified their values in seconds, when in
    reality raccoon expects them to be milliseconds
    turtleDev committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    2c58e3e View commit details
    Browse the repository at this point in the history
  2. config: move WORKER_KAFKA_DELIVERY_CHANNEL_SIZE to kafka publisher

    It's now called PUBLISHER_KAFKA_DELIVERY_CHANNEL_SIZE
    turtleDev committed Aug 16, 2024
    Configuration menu
    Copy the full SHA
    bdd7eff View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    da3e91d View commit details
    Browse the repository at this point in the history

Commits on Aug 17, 2024

  1. Configuration menu
    Copy the full SHA
    93e95ba View commit details
    Browse the repository at this point in the history
  2. ci: add testing yaml config

    turtleDev committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    04a4d02 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8d39df8 View commit details
    Browse the repository at this point in the history
  4. cli: integrate salt/cmdx

    turtleDev committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    1c128d8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d55de64 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    9f70396 View commit details
    Browse the repository at this point in the history
  7. ci: update test environment

    turtleDev committed Aug 17, 2024
    Configuration menu
    Copy the full SHA
    5c8f661 View commit details
    Browse the repository at this point in the history

Commits on Aug 18, 2024

  1. Configuration menu
    Copy the full SHA
    5e43b94 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a44ba4c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d828316 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    db00cf5 View commit details
    Browse the repository at this point in the history
  5. cmd: remove duration flag parser

    raccoon now uses integer values to represent most duration
    parameters.
    turtleDev committed Aug 18, 2024
    Configuration menu
    Copy the full SHA
    7f14b58 View commit details
    Browse the repository at this point in the history

Commits on Aug 19, 2024

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