[To rel/1.1][IOTDB-5687][REST Service] OpenAPI v2 interface (#9472)#9478
Merged
SteveYurongSu merged 4 commits intorel/1.1from Mar 29, 2023
Merged
[To rel/1.1][IOTDB-5687][REST Service] OpenAPI v2 interface (#9472)#9478SteveYurongSu merged 4 commits intorel/1.1from
SteveYurongSu merged 4 commits intorel/1.1from
Conversation
…place: serveral bug fixes & code optimization (#9293) 1. The wrong plugin id is used to initialize the backend 2. Remove the usage of "LegacyForms" 3. Add user input checksum error handling 4. the backend http client is reused across queries (and healthcheck) 5. Add exception handling (cherry picked from commit eb7095e)
Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.75.0...v5.76.1) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 48fc278)
|
SonarCloud Quality Gate failed. |
MarcosZyk
pushed a commit
that referenced
this pull request
Mar 29, 2023
…9478) * [grafana-plugin] Preparing grafana-plugin launching in Grafana Marketplace: serveral bug fixes & code optimization (#9293) 1. The wrong plugin id is used to initialize the backend 2. Remove the usage of "LegacyForms" 3. Add user input checksum error handling 4. the backend http client is reused across queries (and healthcheck) 5. Add exception handling (cherry picked from commit eb7095e) * Bump webpack from 5.75.0 to 5.76.1 in /grafana-plugin (#9331) Bumps [webpack](https://github.com/webpack/webpack) from 5.75.0 to 5.76.1. - [Release notes](https://github.com/webpack/webpack/releases) - [Commits](webpack/webpack@v5.75.0...v5.76.1) --- updated-dependencies: - dependency-name: webpack dependency-type: indirect ... Signed-off-by: dependabot[bot] <support@github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> (cherry picked from commit 48fc278) * [IOTDB-5687][REST Service] OpenAPI v2 interface (#9472) * fixed iotdb rest DatabaseNotSetException not found (#9481) --------- Co-authored-by: CloudWise-Lukemiao <76942485+CloudWise-Lukemiao@users.noreply.github.com> Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.








See IOTDB-5687 & #9472 for more detail.