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

Timeout Flag #627

Merged
merged 7 commits into from
Dec 15, 2023
Merged

Timeout Flag #627

merged 7 commits into from
Dec 15, 2023

Commits on Oct 30, 2023

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

Commits on Dec 15, 2023

  1. commit

    mfridman committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    c291c06 View commit details
    Browse the repository at this point in the history
  2. update tests

    mfridman committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    303331c View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    363e629 View commit details
    Browse the repository at this point in the history
  4. defer the cancel to avoid lint issues

    Note, this isn't really needed since the context outlives the main function. But go is being difficult despite adding nolint comment
    
    //nolint:govet  // The context outlives the main function
    mfridman committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    0851198 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    c090bd3 View commit details
    Browse the repository at this point in the history
  6. update changelog

    mfridman committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    b28a65d View commit details
    Browse the repository at this point in the history