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

PodLogsFollower #104

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Commits on Mar 25, 2022

  1. Vendoring in dependencies

    otaviof committed Mar 25, 2022
    Configuration menu
    Copy the full SHA
    020a90f View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2022

  1. E2E Documentation

    otaviof committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    3f6f647 View commit details
    Browse the repository at this point in the history
  2. Renaming Follower

    otaviof committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    537e493 View commit details
    Browse the repository at this point in the history
  3. PodLogsFollower and Params Refactoring

    - Refactoring the former `PodFollower` to become `PodLogsFollower`,
      focused on the pod lifecycle, also able to both stream live logs or
      read all logs from a existing pod
    - Refactoring `BuildRun` inspections into a single component
    - Introducing `FakeParams` to simplify unit-testing and refactoring
      `Params` to avoid cycle dependencies
    otaviof committed Mar 31, 2022
    Configuration menu
    Copy the full SHA
    53f0df2 View commit details
    Browse the repository at this point in the history