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: lunarway/humio_exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.11
Choose a base ref
...
head repository: lunarway/humio_exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.2.12
Choose a head ref
  • 11 commits
  • 8 files changed
  • 4 contributors

Commits on Jun 27, 2024

  1. Update golang Docker tag to v1.22.4 (#101)

    Co-authored-by: Ehsan Livani <[email protected]>
    lunar-renovate and EhsanLunar authored Jun 27, 2024
    Configuration menu
    Copy the full SHA
    0b01ba8 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2135cf9 View commit details
    Browse the repository at this point in the history

Commits on Sep 27, 2024

  1. Configuration menu
    Copy the full SHA
    57f37a3 View commit details
    Browse the repository at this point in the history
  2. Update golang Docker tag to v1.23.1 (#105)

    Co-authored-by: Ehsan Livani <[email protected]>
    lunar-renovate and EhsanLunar authored Sep 27, 2024
    Configuration menu
    Copy the full SHA
    9fc7849 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    57b999e View commit details
    Browse the repository at this point in the history

Commits on Oct 7, 2024

  1. Update golang Docker tag to v1.23.2 (#107)

    automated merge
    lunar-renovate authored Oct 7, 2024
    Configuration menu
    Copy the full SHA
    10db7e4 View commit details
    Browse the repository at this point in the history

Commits on Nov 27, 2024

  1. Fix panic for case when no metrics are returned (#110)

    * Minor formatting changes
    
    Remove extra whitespace
    
    * Do not crash for queries where no metrics are returned
    
    Depending on the configured query and particular timespan, it is
    possible for no metrics to be returned. Which in the previous
    implementation would cause a panic. This commit gracefully handles the
    scenario by continuing to the next query job in this particular case.
    lwalter authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    612e273 View commit details
    Browse the repository at this point in the history
  2. Update golang Docker tag to v1.23.3 (#109)

    Co-authored-by: Jacob Valdemar <[email protected]>
    lunar-renovate and JacobValdemar authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    d9db61a View commit details
    Browse the repository at this point in the history
  3. Fix go releaser (#111)

    * Update release.yml
    
    * Update .goreleaser.yaml
    JacobValdemar authored Nov 27, 2024
    Configuration menu
    Copy the full SHA
    12d037c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4f819c5 View commit details
    Browse the repository at this point in the history

Commits on Nov 28, 2024

  1. Fix: Go releaser (#113)

    Trying again with a different fix
    EhsanLunar authored Nov 28, 2024
    Configuration menu
    Copy the full SHA
    f64e141 View commit details
    Browse the repository at this point in the history
Loading