feat: YDB backend port from ydb-v12.2.1 onto v10.1.5#40
Closed
kprokopenko wants to merge 2 commits into
Closed
Conversation
- Replace external xorm with in-tree pkg/util/xorm (+ core, YDB dialect, sqlite util) - Wire migrator.YDB, YDBDialect, RecursiveQueries CTE hook, migration YDB() SQL - Port SQL/store/service changes that exist on v10.1.5 (library elements, search, resource permissions, stats paths, etc.) - Add YDB Go SDK deps; pin grpc via replace for compatibility - Makefile: test-go-integration-ydb target - Docs: docs/sources/setup-grafana/ydb-database.md Omits v12-only paths (unified storage, etc.) and full serverlock rewrite for 12.x. Made-with: Cursor
| @@ -0,0 +1,21 @@ | |||
| # YDB as Grafana database (experimental, fork) | |||
There was a problem hiding this comment.
🚫 [doc-validator] reported by reviewdog 🐶
The first heading 'YDB as Grafana database (experimental, fork)' does not match the title ''.
Decide which of the first heading or title is most applicable and change the other to match, or update them both to a new title.
|
This pull request has been automatically marked as stale because it has not had activity in the last 30 days. It will be closed in 2 weeks if no further activity occurs. Please feel free to give a status update or ping for review. Thank you for your contributions! |
|
This pull request has been automatically closed because it has not had any further activity in the last 2 weeks. Thank you for your contributions! |
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.
Omits v12-only paths (unified storage, etc.) and full serverlock rewrite for 12.x.
Made-with: Cursor
What is this feature?
[Add a brief description of what the feature or update does.]
Why do we need this feature?
[Add a description of the problem the feature is trying to solve.]
Who is this feature for?
[Add information on what kind of user the feature is for.]
Which issue(s) does this PR fix?:
Fixes #
Special notes for your reviewer:
Please check that: