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: cosmonic-labs/netreap
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.2.0
Choose a base ref
...
head repository: cosmonic-labs/netreap
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: main
Choose a head ref
  • 16 commits
  • 11 files changed
  • 5 contributors

Commits on Sep 9, 2023

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

Commits on Nov 1, 2023

  1. Merge pull request #30 from cosmonic/update_0.2.0_site_readme

    Update README, website for v0.2.0 release
    protochron authored Nov 1, 2023
    Configuration menu
    Copy the full SHA
    dbf1bd1 View commit details
    Browse the repository at this point in the history

Commits on Nov 10, 2023

  1. Switch from deprecated RunWithClientAndLogger to RunWithClientAndHclog

    Signed-off-by: Joonas Bergius <joonas@bergi.us>
    joonas committed Nov 10, 2023
    Configuration menu
    Copy the full SHA
    08aa049 View commit details
    Browse the repository at this point in the history

Commits on Nov 15, 2023

  1. Configuration menu
    Copy the full SHA
    154cb3a View commit details
    Browse the repository at this point in the history
  2. fix

    v.khaverko committed Nov 15, 2023
    Configuration menu
    Copy the full SHA
    2134797 View commit details
    Browse the repository at this point in the history

Commits on Dec 1, 2023

  1. Merge pull request #32 from joonas/chore/switch-to-non-deprecated-method

    Switch from deprecated RunWithClientAndLogger to RunWithClientAndHclog
    joonas authored Dec 1, 2023
    Configuration menu
    Copy the full SHA
    96dbb44 View commit details
    Browse the repository at this point in the history

Commits on Jan 12, 2024

  1. Bridge Cilium log usage to zap

    Cilium uses logrus instead of zap for logging. This change introducs a simple bridge that should funnel any logs from the Cilium codebase through the zap logger in netreap.
    
    This is part of breaking up #33.
    deverton-godaddy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    e5cc49f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    014b42c View commit details
    Browse the repository at this point in the history
  3. Move netreap specific labels to separate package.

    This change is mostly here to mirror how Cilium structures its code internally. No functional change.
    deverton-godaddy committed Jan 12, 2024
    Configuration menu
    Copy the full SHA
    ba031ef View commit details
    Browse the repository at this point in the history

Commits on Feb 2, 2024

  1. Merge pull request #37 from deverton-godaddy/deverton/netreap-labels

    Move netreap specific labels to separate package.
    protochron authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    8c6edb4 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #34 from DevKhaverko/fix

    not shutdown netreap after getting incorrect event from nomad
    protochron authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    5e4cc27 View commit details
    Browse the repository at this point in the history
  3. Merge pull request #36 from deverton-godaddy/deverton/bridge-zap-logrus

    Bridge Cilium log usage to zap
    protochron authored Feb 2, 2024
    Configuration menu
    Copy the full SHA
    743afb7 View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2024

  1. fix: check to see if endpoint is nil before appending the ID in an error

    It looks like if an endpoint isn't found we might not always be able to
    get its ID when logging an error. This caused a panic when it should not
    have.
    
    Fixes #38.
    protochron committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    bba3716 View commit details
    Browse the repository at this point in the history
  2. Merge pull request #39 from cosmonic/fix_nil_endpoint_bug

    fix: check to see if endpoint is nil before appending the ID in an error
    protochron authored Feb 7, 2024
    Configuration menu
    Copy the full SHA
    2568a36 View commit details
    Browse the repository at this point in the history
  3. Update repo URL for the Netreap project

    We rehomed the Github project from `cosmonic` to `cosmonic-labs`, so we
    need to update the URLs embedded in our website, documentation and
    update the Go module to reference the correct paths.
    protochron committed Feb 7, 2024
    Configuration menu
    Copy the full SHA
    33742f6 View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2024

  1. Merge pull request #40 from cosmonic-labs/site_update_repo_url

    Update repo URL for the Netreap project
    protochron authored Feb 9, 2024
    Configuration menu
    Copy the full SHA
    f3bac8c View commit details
    Browse the repository at this point in the history
Loading