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: civitatis/kubernetes-event-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: master
Choose a base ref
...
head repository: tinybirdco/kubernetes-event-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: master
Choose a head ref
Checking mergeability… Don’t worry, you can still create the pull request.
  • 18 commits
  • 48 files changed
  • 2 contributors

Commits on Aug 6, 2025

  1. feat: Add basic authentication support to Loki sink

    Adds support for basic authentication to the Loki sink by introducing
    username and password fields to the LokiConfig struct and implementing
    the SetBasicAuth method in the HTTP request.
    
    Fixes #1
    Luis Rodríguez committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    c3a247a View commit details
    Browse the repository at this point in the history
  2. ci: Update GitHub workflow to build and push on PR merge

    - Add trigger for PR merge to master branch
    - Update Docker action versions
    - Add more comprehensive tag strategy
    Luis Rodríguez committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    b279b97 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #2 from tinybirdco/feature/loki-basic-auth

    Add basic authentication support to Loki sink
    luiseterc authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    dd862fb View commit details
    Browse the repository at this point in the history
  4. ci: Add workflow_dispatch trigger to Docker image workflow

    This allows manually triggering the workflow from the GitHub Actions UI
    Luis Rodríguez committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    df937af View commit details
    Browse the repository at this point in the history
  5. chore: Update all references from civitatis to tinybirdco

    - Updated module path in go.mod
    - Updated Dockerfile ENV PKG variable
    - Updated import paths in all Go files
    - Updated image references in README.md and deployment YAML
    Luis Rodríguez committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    c98c397 View commit details
    Browse the repository at this point in the history
  6. ci: Update GitHub Actions workflow with better checkout options and e…

    …xplicit PKG build arg
    Luis Rodríguez committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    4622cff View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    35975b4 View commit details
    Browse the repository at this point in the history
  8. feat: Add templated stream labels support for Loki sink

    - Add support for using Go templates in Loki stream labels
    - Only apply templating to values that use {{ ... }} syntax
    - Mix static and dynamic values in stream labels
    - Update documentation with examples and explanation
    Luis Rodríguez committed Aug 6, 2025
    Configuration menu
    Copy the full SHA
    d9825d7 View commit details
    Browse the repository at this point in the history
  9. Merge pull request #3 from tinybirdco/feature/loki-templated-labels

    Add templated stream labels support for Loki sink
    luiseterc authored Aug 6, 2025
    Configuration menu
    Copy the full SHA
    bd8f0c5 View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2025

  1. resmoio#6 Fix. Validate if object cache key exists

    Luis Rodríguez committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    e4aee2c View commit details
    Browse the repository at this point in the history
  2. Fix variable shadowing

    Luis Rodríguez committed Sep 15, 2025
    Configuration menu
    Copy the full SHA
    876ff05 View commit details
    Browse the repository at this point in the history
  3. Merge pull request resmoio#5 from tinybirdco/4-fix-validate-key

    Validate if object cache key exists
    luiseterc authored Sep 15, 2025
    Configuration menu
    Copy the full SHA
    c535be4 View commit details
    Browse the repository at this point in the history

Commits on Oct 14, 2025

  1. feat: Add buffered channel and made sendevent non-blocking

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    dfc8280 View commit details
    Browse the repository at this point in the history
  2. feat: sink panic and send timeout

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    491ed6d View commit details
    Browse the repository at this point in the history
  3. Merge pull request resmoio#7 from tinybirdco/buffered-channel

    Add buffered channel to handle event bursts without blocking
    luiseterc authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    55803cd View commit details
    Browse the repository at this point in the history
  4. Fix variable shadowing

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    c555536 View commit details
    Browse the repository at this point in the history
  5. Close panicking protection

    Luis Rodríguez committed Oct 14, 2025
    Configuration menu
    Copy the full SHA
    17c7ee1 View commit details
    Browse the repository at this point in the history
  6. Merge pull request resmoio#9 from tinybirdco/sink-panic

    feat: sink panic and send timeout
    luiseterc authored Oct 14, 2025
    Configuration menu
    Copy the full SHA
    7248b52 View commit details
    Browse the repository at this point in the history
Loading