Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

NETOBSERV-939: Detect which dashboards to show based on ocp version #399

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Aug 24, 2023

  1. NETOBSERV-939: Detect which dashboards to show based on ocp version

    Based on OCP version, the console plugin reconciler will configure a
    list of dashboard names that are available, so the the plugin will
    create links for them
    
    - Read & compare versions
    - Some refactoring:
      - Permission vendor detection and Available API detection were two
        mechanisms very similar: merge Permission vendor detection in
    Available APIs
      - Reading cluster info (id, version) can also considered as part of the discovery
        mechanism: merge them all in a new ClusterInfo structure, that
    provides the ClusterVersion stuff and the available APIs
    jotak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    99ee681 View commit details
    Browse the repository at this point in the history
  2. Fix linter issue

    jotak committed Aug 24, 2023
    Configuration menu
    Copy the full SHA
    c51cbea View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    8151222 View commit details
    Browse the repository at this point in the history

Commits on Aug 31, 2023

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