Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: coder/coder-logstream-kube
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.0.13
Choose a base ref
...
head repository: coder/coder-logstream-kube
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 3 commits
  • 8 files changed
  • 3 contributors

Commits on Aug 28, 2025

  1. chore(deps): bump actions/checkout from 4 to 5 (#120)

    Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
    dependabot[bot] authored Aug 28, 2025
    Configuration menu
    Copy the full SHA
    13d885f View commit details
    Browse the repository at this point in the history

Commits on Sep 30, 2025

  1. feat: implement retry mechanism for log processing (#136)

    * feat: implement retry mechanism for log processing
    
    * add tests for retry mechanism and logCache functionality
    
    * simplify retry state initialization in logQueuer
    
    * implement maxRetries for log processing
    
    * Apply review suggestions and fix maxRetries
    
    * Remove maxRetries configuration from CLI and Helm values, setting a default of 15 retries for log send failures.
    kacpersaw authored Sep 30, 2025
    Configuration menu
    Copy the full SHA
    a5bd376 View commit details
    Browse the repository at this point in the history

Commits on Oct 3, 2025

  1. run image as non-root user & add securitycontext values (#138)

    * run image as non-root user & add securitycontext values
    
    * rm redundant comments
    ericpaulsen authored Oct 3, 2025
    Configuration menu
    Copy the full SHA
    736495d View commit details
    Browse the repository at this point in the history
Loading