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

1: Necessary Plugin Improvements #2

Merged
merged 19 commits into from
Jan 21, 2024
Merged

Conversation

ppaulweber
Copy link
Member

@ppaulweber ppaulweber commented Jan 21, 2024

This PR introduces the following changes:

  • provides clear separation of plugin.Datasource internal configuration structure and the provided JSON data model from the frontend side
  • removed additional and basic query check of valid syntax elements and completely rely on the IAM model of the SurrealDB instance user access rights (recommendation: VIEWER ROLE)
  • removes debugging code on frontend and backend side of the plugin
  • provides default dashboard to demonstrate different query functionalities of the data source plugin
  • provides correct and minimal query-based JSON data payload to be send to the backend data source plugin
  • fixes Initial Review and Publishing Process #1

…ng, and clean-up of not used Resource request handling
@ppaulweber ppaulweber merged commit 1d3af4c into master Jan 21, 2024
2 checks passed
@ppaulweber ppaulweber deleted the feature/1_initial_review branch January 21, 2024 19:08
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.

Initial Review and Publishing Process
1 participant