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

Fixing up Connection Permissions to upgrade grafana API version #288

Merged
merged 2 commits into from
Sep 3, 2024

Commits on Sep 3, 2024

  1. Fixing up Connection Permissions to upgrade grafana API version

    Fixes #271
    
    ChangeLog:
      - Enable Enterprise Grafana integration tests.
      - Removed enterprise config flag, in favor of API check
      - Update Connection Permission to use new API endpoints introduced with library updates
      - Change testing to be testcontainer driven rather than github actions driven. (ie. go test -v ./... is all you need)
      - Adding both an API and general debug flag
      - Removing the enterprise configuration flag, instead programmatically determining state
      - Migrated away from folder ID to folderUID for dashboard CRUD
    safaci2000 committed Sep 3, 2024
    Configuration menu
    Copy the full SHA
    ac9cfbb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    51dc0eb View commit details
    Browse the repository at this point in the history