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

feat: enable Go backend & add e2e tests #511

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

Conversation

polomani
Copy link
Contributor

@polomani polomani commented Jan 20, 2025

This is scafolding for a bigger change where we introduce some new features to the plugin:

  • add Docker, CICD setup for the backend plugin
  • use observables in the main query handler (required for the backend plugin)
  • add dummy Go handlers
  • a simple test for the Go implementation
  • fix legacy tests so they support observables
  • add a simple e2e test with Playwright (for the config editor)
  • fix some typing warnings (e.g. name shadowing)
  • replace legacy UI type (HorizontalGroup -> Stack)

the files that look like like generated are indeed generated :)

- add Docker, CICD setup for the backend plugin
- use observables in the main query handler
- add dummy Go dummy handlers
- a simple test for the Go implementation
- fix legacy tests so they support observables
- add a simple e2e test with Playwright (for the config editor)
- fix some typing warnings (e.g. name shadowing)
- replace legacy UI type (HorizontalGroup -> Stack)
@polomani polomani marked this pull request as ready for review January 20, 2025 16:12
@polomani polomani requested a review from a team as a code owner January 20, 2025 16:12
@@ -3,6 +3,14 @@ ARG grafana_image=grafana-enterprise

Copy link
Contributor Author

@polomani polomani Jan 20, 2025

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

don't get scared of this file, it's generated by the "new plugin" script provided by Grafana

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant