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

Polish the plugin to make it publishable on Grafana's store #58

Open
wants to merge 7 commits into
base: master
Choose a base branch
from

Commits on Dec 15, 2023

  1. Update README.md

    Add more information, include screenshot, make it generally meaningful.
    
    Signed-off-by: Arnaldo Cesco <[email protected]>
    Annopaolo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    4d8432d View commit details
    Browse the repository at this point in the history
  2. plugin.json: update outdated fields

    Update fields as github repo, grafana dependency etc,
    since they looked like tomes of old forgotten lore.
    
    Signed-off-by: Arnaldo Cesco <[email protected]>
    Annopaolo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    8967d88 View commit details
    Browse the repository at this point in the history
  3. Update AUTHORS.md

    goodbye old friend
    
    Signed-off-by: Arnaldo Cesco <[email protected]>
    Annopaolo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    6fbf8c6 View commit details
    Browse the repository at this point in the history
  4. .tool-versions: include Go

    Go was not included in the .tool-versions file,
    making it difficult to maintain language consistency.
    Add it, pointing at the latest 1.18 release.
    
    Signed-off-by: Arnaldo Cesco <[email protected]>
    Annopaolo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    9149645 View commit details
    Browse the repository at this point in the history
  5. package.json: rename the plugin

    Since the plugin now queries Realm Management too,
    it is reductive to call it AppEngine datasource.
    Move to astarte-datasource.
    
    Signed-off-by: Arnaldo Cesco <[email protected]>
    Annopaolo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    e324cb9 View commit details
    Browse the repository at this point in the history
  6. Backend: s/AppEngineDatasource/AstarteDatasource/g

    Now that the backend queries Realm Management too,
    it is not just an AppEngine datasource.
    
    Signed-off-by: Arnaldo Cesco <[email protected]>
    Annopaolo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    bd9f904 View commit details
    Browse the repository at this point in the history
  7. CI: make it up to date

    Remove old circleci workflows and replace
    them with the release & build GH workflows
    made in Grafana.
    
    Signed-off-by: Arnaldo Cesco <[email protected]>
    Annopaolo committed Dec 15, 2023
    Configuration menu
    Copy the full SHA
    aa50b87 View commit details
    Browse the repository at this point in the history