-
Notifications
You must be signed in to change notification settings - Fork 1
Comparing changes
Open a pull request
base repository: civitatis/kubernetes-event-exporter
base: master
head repository: tinybirdco/kubernetes-event-exporter
compare: master
- 18 commits
- 48 files changed
- 2 contributors
Commits on Aug 6, 2025
-
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 committedAug 6, 2025 Configuration menu - View commit details
-
Copy full SHA for c3a247a - Browse repository at this point
Copy the full SHA c3a247aView commit details -
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 committedAug 6, 2025 Configuration menu - View commit details
-
Copy full SHA for b279b97 - Browse repository at this point
Copy the full SHA b279b97View commit details -
Merge pull request #2 from tinybirdco/feature/loki-basic-auth
Add basic authentication support to Loki sink
Configuration menu - View commit details
-
Copy full SHA for dd862fb - Browse repository at this point
Copy the full SHA dd862fbView commit details -
ci: Add workflow_dispatch trigger to Docker image workflow
This allows manually triggering the workflow from the GitHub Actions UI
Luis Rodríguez committedAug 6, 2025 Configuration menu - View commit details
-
Copy full SHA for df937af - Browse repository at this point
Copy the full SHA df937afView commit details -
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 committedAug 6, 2025 Configuration menu - View commit details
-
Copy full SHA for c98c397 - Browse repository at this point
Copy the full SHA c98c397View commit details -
ci: Update GitHub Actions workflow with better checkout options and e…
…xplicit PKG build arg
Luis Rodríguez committedAug 6, 2025 Configuration menu - View commit details
-
Copy full SHA for 4622cff - Browse repository at this point
Copy the full SHA 4622cffView commit details -
fix: Update import paths in main.go from civitatis to tinybirdco
Luis Rodríguez committedAug 6, 2025 Configuration menu - View commit details
-
Copy full SHA for 35975b4 - Browse repository at this point
Copy the full SHA 35975b4View commit details -
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 explanationLuis Rodríguez committedAug 6, 2025 Configuration menu - View commit details
-
Copy full SHA for d9825d7 - Browse repository at this point
Copy the full SHA d9825d7View commit details -
Merge pull request #3 from tinybirdco/feature/loki-templated-labels
Add templated stream labels support for Loki sink
Configuration menu - View commit details
-
Copy full SHA for bd8f0c5 - Browse repository at this point
Copy the full SHA bd8f0c5View commit details
Commits on Sep 15, 2025
-
resmoio#6 Fix. Validate if object cache key exists
Luis Rodríguez committedSep 15, 2025 Configuration menu - View commit details
-
Copy full SHA for e4aee2c - Browse repository at this point
Copy the full SHA e4aee2cView commit details -
Luis Rodríguez committed
Sep 15, 2025 Configuration menu - View commit details
-
Copy full SHA for 876ff05 - Browse repository at this point
Copy the full SHA 876ff05View commit details -
Merge pull request resmoio#5 from tinybirdco/4-fix-validate-key
Validate if object cache key exists
Configuration menu - View commit details
-
Copy full SHA for c535be4 - Browse repository at this point
Copy the full SHA c535be4View commit details
Commits on Oct 14, 2025
-
feat: Add buffered channel and made sendevent non-blocking
Luis Rodríguez committedOct 14, 2025 Configuration menu - View commit details
-
Copy full SHA for dfc8280 - Browse repository at this point
Copy the full SHA dfc8280View commit details -
feat: sink panic and send timeout
Luis Rodríguez committedOct 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 491ed6d - Browse repository at this point
Copy the full SHA 491ed6dView commit details -
Merge pull request resmoio#7 from tinybirdco/buffered-channel
Add buffered channel to handle event bursts without blocking
Configuration menu - View commit details
-
Copy full SHA for 55803cd - Browse repository at this point
Copy the full SHA 55803cdView commit details -
Luis Rodríguez committed
Oct 14, 2025 Configuration menu - View commit details
-
Copy full SHA for c555536 - Browse repository at this point
Copy the full SHA c555536View commit details -
Luis Rodríguez committed
Oct 14, 2025 Configuration menu - View commit details
-
Copy full SHA for 17c7ee1 - Browse repository at this point
Copy the full SHA 17c7ee1View commit details -
Merge pull request resmoio#9 from tinybirdco/sink-panic
feat: sink panic and send timeout
Configuration menu - View commit details
-
Copy full SHA for 7248b52 - Browse repository at this point
Copy the full SHA 7248b52View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff master...master