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

🚀 feat: implement logs streaming for pods #568

Merged
merged 34 commits into from
Sep 29, 2024

Commits on Aug 30, 2024

  1. sse endpoint impl

    petar-cvit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    b18f09c View commit details
    Browse the repository at this point in the history
  2. fetch sse endpoint impl

    petar-cvit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    735d65b View commit details
    Browse the repository at this point in the history
  3. fix failing build

    petar-cvit committed Aug 30, 2024
    Configuration menu
    Copy the full SHA
    40ca3b8 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    f5152f7 View commit details
    Browse the repository at this point in the history

Commits on Sep 1, 2024

  1. remove client tracking

    petar-cvit committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    ec3661c View commit details
    Browse the repository at this point in the history
  2. remove unused params

    petar-cvit committed Sep 1, 2024
    Configuration menu
    Copy the full SHA
    f5ec560 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8ecde2c View commit details
    Browse the repository at this point in the history

Commits on Sep 2, 2024

  1. destroy on proxy

    petar-cvit committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a4b8456 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1b85cee View commit details
    Browse the repository at this point in the history
  3. remove logging

    petar-cvit committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    57e14e4 View commit details
    Browse the repository at this point in the history
  4. Merge branch 'main' into stream-deployment-updates

    # Conflicts:
    #	cyclops-ui/src/components/k8s-resources/Deployment.tsx
    petar-cvit committed Sep 2, 2024
    Configuration menu
    Copy the full SHA
    a84e1f8 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0b24558 View commit details
    Browse the repository at this point in the history

Commits on Sep 3, 2024

  1. Configuration menu
    Copy the full SHA
    95807a6 View commit details
    Browse the repository at this point in the history
  2. streaming feature flag

    petar-cvit committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    274553c View commit details
    Browse the repository at this point in the history

Commits on Sep 7, 2024

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

Commits on Sep 8, 2024

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

Commits on Sep 11, 2024

  1. Configuration menu
    Copy the full SHA
    8401e11 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    64e9202 View commit details
    Browse the repository at this point in the history

Commits on Sep 12, 2024

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

Commits on Sep 13, 2024

  1. Configuration menu
    Copy the full SHA
    c5d0445 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3ca47dc View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    0053df9 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2024

  1. Configuration menu
    Copy the full SHA
    6074d12 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    8c26c21 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    44d1539 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    522d969 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    3239b87 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Configuration menu
    Copy the full SHA
    1491ba6 View commit details
    Browse the repository at this point in the history
  2. 🔀 fix: resolved the duplicated logs streamed error

    - set the flag `openWhenHidden` to true in `fetchEventSource`
    naineel1209 committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    5c018d5 View commit details
    Browse the repository at this point in the history

Commits on Sep 22, 2024

  1. Configuration menu
    Copy the full SHA
    2505341 View commit details
    Browse the repository at this point in the history
  2. fix: resolves duplicated logs error on reconnection

    - added `isReset` flag to reset the error modal and logs on every successful connection and future reconnections
    naineel1209 committed Sep 22, 2024
    Configuration menu
    Copy the full SHA
    a930622 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. fix: formatting

    naineel1209 committed Sep 27, 2024
    Configuration menu
    Copy the full SHA
    5ae134e View commit details
    Browse the repository at this point in the history

Commits on Sep 29, 2024

  1. remove unused state

    petar-cvit committed Sep 29, 2024
    Configuration menu
    Copy the full SHA
    9d47701 View commit details
    Browse the repository at this point in the history