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: opsdis/aci-exporter
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.4.1
Choose a base ref
...
head repository: opsdis/aci-exporter
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.4.2
Choose a head ref
  • 7 commits
  • 6 files changed
  • 1 contributor

Commits on Jul 12, 2023

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

Commits on Aug 13, 2023

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

Commits on Aug 28, 2023

  1. fix: change how name of the aci is discovered so that the endpoint to…

    … get the name is hardcoded. When the name is determined it will be cached until aci-exporter is stopped. The name can also be set in the configuration in the fabrics as aci_name, see example_config.yaml
    thenodon committed Aug 28, 2023
    Configuration menu
    Copy the full SHA
    da40506 View commit details
    Browse the repository at this point in the history

Commits on Sep 16, 2023

  1. fix: enforce that fabric names are in lower case. Since viper will no…

    …t allow keys to be in uppercase, it will not be parsed, the check is done on probe requests. If target, name of the fabrics, is in not in lower case 400 will be returned and log is written. This prevents the panic to occur.
    thenodon committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    6924973 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    acb7428 View commit details
    Browse the repository at this point in the history
  3. fix: fmt

    thenodon committed Sep 16, 2023
    Configuration menu
    Copy the full SHA
    065d88d View commit details
    Browse the repository at this point in the history

Commits on Sep 28, 2023

  1. Merge pull request #38 from opsdis/issue_1

    Issue 1
    thenodon authored Sep 28, 2023
    Configuration menu
    Copy the full SHA
    f671a6b View commit details
    Browse the repository at this point in the history
Loading