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

MultiNode Integration: TOML Configurations #844

Merged
merged 49 commits into from
Oct 4, 2024
Merged

Commits on Aug 20, 2024

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

Commits on Aug 27, 2024

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

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    e6683e6 View commit details
    Browse the repository at this point in the history
  2. Update MultiNode files

    DylanTinianov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    1c68485 View commit details
    Browse the repository at this point in the history
  3. Add MultiNode flag

    DylanTinianov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    c44a6ce View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    64db86a View commit details
    Browse the repository at this point in the history
  5. Fix build

    DylanTinianov committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    f7c1bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2024

  1. Fix import cycle

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    9e91b47 View commit details
    Browse the repository at this point in the history
  2. tidy

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    354dc50 View commit details
    Browse the repository at this point in the history
  3. Update client_test.go

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    60c3352 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    dcec343 View commit details
    Browse the repository at this point in the history
  5. lint

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    8e2306b View commit details
    Browse the repository at this point in the history
  6. Fix duplicate metrics

    DylanTinianov committed Sep 4, 2024
    Configuration menu
    Copy the full SHA
    b8d6755 View commit details
    Browse the repository at this point in the history

Commits on Sep 5, 2024

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

Commits on Sep 6, 2024

  1. Extend client

    DylanTinianov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    0b33b1f View commit details
    Browse the repository at this point in the history
  2. Add defaults

    DylanTinianov committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    95e1c9a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6641bc9 View commit details
    Browse the repository at this point in the history

Commits on Sep 10, 2024

  1. Address comments

    DylanTinianov committed Sep 10, 2024
    Configuration menu
    Copy the full SHA
    d8d312c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    aa3c068 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

  1. lint

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    3c3756e View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7c8b55d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    2521670 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    5b5cfd6 View commit details
    Browse the repository at this point in the history
  5. Fix lint

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    690f812 View commit details
    Browse the repository at this point in the history
  6. Validate node config

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    fd3823b View commit details
    Browse the repository at this point in the history
  7. Update toml.go

    DylanTinianov committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    4bf96b7 View commit details
    Browse the repository at this point in the history

Commits on Sep 18, 2024

  1. Add SendOnly nodes

    DylanTinianov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    c1b83a5 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    c58dbc8 View commit details
    Browse the repository at this point in the history
  3. Use pointers on config

    DylanTinianov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    e0231b0 View commit details
    Browse the repository at this point in the history
  4. Fix conflicts

    DylanTinianov committed Sep 18, 2024
    Configuration menu
    Copy the full SHA
    0122a5f View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Use test context

    DylanTinianov committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    8aa39f6 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    0e5a35e View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b5ff16d View commit details
    Browse the repository at this point in the history

Commits on Sep 24, 2024

  1. Set defaults

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    1b3a101 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    b7cc350 View commit details
    Browse the repository at this point in the history
  3. lint

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    0afd8da View commit details
    Browse the repository at this point in the history
  4. Add nil check

    DylanTinianov committed Sep 24, 2024
    Configuration menu
    Copy the full SHA
    b99b90c View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    d7203f8 View commit details
    Browse the repository at this point in the history
  2. Update multinode.go

    DylanTinianov committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    98b0e9d View commit details
    Browse the repository at this point in the history

Commits on Oct 1, 2024

  1. Configuration menu
    Copy the full SHA
    0621cf4 View commit details
    Browse the repository at this point in the history
  2. Add comments

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    fd0cc16 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    75b8f02 View commit details
    Browse the repository at this point in the history
  4. Update multinode.go

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    456be6c View commit details
    Browse the repository at this point in the history
  5. Wrap multinode config

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    ad70b8a View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    99149a4 View commit details
    Browse the repository at this point in the history
  7. Fix imports

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    e628945 View commit details
    Browse the repository at this point in the history
  8. Update .golangci.yml

    DylanTinianov committed Oct 1, 2024
    Configuration menu
    Copy the full SHA
    3b497ef View commit details
    Browse the repository at this point in the history

Commits on Oct 2, 2024

  1. Use MultiNode config

    DylanTinianov committed Oct 2, 2024
    Configuration menu
    Copy the full SHA
    fd157da View commit details
    Browse the repository at this point in the history

Commits on Oct 4, 2024

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