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

Cleanup panics in txthrottler, reorder for readability #12901

Merged
merged 8 commits into from
May 2, 2023

Commits on Apr 15, 2023

  1. Cleanup tx_throttler.go

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    756d966 View commit details
    Browse the repository at this point in the history
  2. Cleanup tx_throttler.go #2

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    b15da5b View commit details
    Browse the repository at this point in the history
  3. merge main

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    f14087e View commit details
    Browse the repository at this point in the history
  4. Fix throttlerFactoryFunc

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 15, 2023
    Configuration menu
    Copy the full SHA
    76c3e7f View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2023

  1. Undo if-cond consolidation

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 17, 2023
    Configuration menu
    Copy the full SHA
    8b06678 View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2023

  1. Undo struct shuffling

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    e8a3b6c View commit details
    Browse the repository at this point in the history
  2. prove that disabled config returns nil error

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    a6add6f View commit details
    Browse the repository at this point in the history
  3. Improve test

    Signed-off-by: Tim Vaillancourt <tim@timvaillancourt.com>
    timvaillancourt committed Apr 22, 2023
    Configuration menu
    Copy the full SHA
    b86f5f9 View commit details
    Browse the repository at this point in the history