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

fix: switch to bufio.Reader for KubeTask output parsing #2641

Merged
merged 13 commits into from
Feb 15, 2024

Commits on Jan 31, 2024

  1. fix: switch to bufio.Reader for KubeTask output parsing

    bufio.Scanner has buffer limit and can fail the function if output is too big
    fixes #2612
    hairyhum committed Jan 31, 2024
    Configuration menu
    Copy the full SHA
    2ddb227 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

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

Commits on Feb 10, 2024

  1. Configuration menu
    Copy the full SHA
    dde88dd View commit details
    Browse the repository at this point in the history
  2. Add unit tests draft

    e-sumin committed Feb 10, 2024
    Configuration menu
    Copy the full SHA
    8c15e43 View commit details
    Browse the repository at this point in the history

Commits on Feb 12, 2024

  1. fix: set read buffer size to 64kb to keep existing behaviour with sho…

    …rter lines
    
    Fix some out of bounds errors
    Don't run the tests twice
    hairyhum committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    dbdb985 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    76c51eb View commit details
    Browse the repository at this point in the history
  3. test: test and lint issues

    hairyhum committed Feb 12, 2024
    Configuration menu
    Copy the full SHA
    e24c134 View commit details
    Browse the repository at this point in the history

Commits on Feb 13, 2024

  1. Couple additional tests

    e-sumin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    961bc55 View commit details
    Browse the repository at this point in the history
  2. Remove commented code

    e-sumin committed Feb 13, 2024
    Configuration menu
    Copy the full SHA
    33cb342 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2024

  1. code style fixes

    hairyhum committed Feb 14, 2024
    Configuration menu
    Copy the full SHA
    8a8aa99 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dccefaa View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2024

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