-
Notifications
You must be signed in to change notification settings - Fork 136
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Dashboard: support parse visual plan (#1227) * init * fix * add test * fix * use binary_plan (#1284) * Visual Plan (#1285) * feat: add visual plan for slowquery and statement * make visual plan as a independent module * update without minimap * update minimap * update * update * update minimap on brush and zoom * fix: restriction of minimap brush * refine minimap * update variable declaration * update minimap and mainchart * move minimap translate to minimap * combine some interface * add node detail drawer * move brush svg into minimap * chore: rename * chore: rename * fix: memorize node margin * chore: update node detail drawer * add thumbnail for tree digram * chore: update node detail * fix ci Co-authored-by: Suhaha <jklopsdfw@gmail.com> * fix: empty binary_plan * Analyze visual plan (#1320) * use protojson * fix * format json * set concurrency * init Duration * add diagnosticOperator * fix * fix * fix * Update provider.go * fix * fix * update ui * fix * fix go-lint * fix git diff --exit-code * fix git diff --exit-code * fix * add TestUseComparisonOperator * to circumvent golint v1.45.0 * fix stirngs.Cut * fix stirngs.Cut * fix: vp pseudo (#1321) * fix * fix * Support multi tree (#1324) * chore: support multi trees * fix: udpate multi tree * fix: add single tree * update multi trees * update multi trees * update multi trees * update multi trees * refactor: default node & link * refine: better fps * api: test * api: test * update node details * refine: minimap * style: update * refine: use memo to cache the component * chore: wrong usage * update thumbnail * update thumbnail * resolve comments * update variable get * chore: update thumbnail bound * update structure * fix ci * refine ts Co-authored-by: Suhaha <jklopsdfw@gmail.com> * add a new interface and fix some field parsing issues (#1325) * fix some field parsing issues * fix * fix * fix * fix go-lint * fix node detail label * add vp to statement detail page (#1326) * fix: compatibility on safari (#1327) * style: refine ui (#1332) * style: refine ui * update adjust position * update modal height * ci: fix lint * add unit tests (#1328) * add unit tests * fix * upgrade go.mod * refine visual plan (#1339) * refine visual plan * update translations * ci: fix lint * update i18n * ci: fix lint * use role tag (#1341) * use role tag * fix * fix * adjust execution plan UI position (#1342) * adjust execution plan UI position * chore: fix Execution plan tab * ci: fix lint * delete debug msg (#1345) * Add telemetry for vp (#1340) * refine visual plan * update translations * ci: fix lint * add telemetry for visual plan * update telemetry * ci: fix lint * ci: fix lint * delete: yarn.lock * fix unit test (#1351) Co-authored-by: Qiμ$hiЯuí <39378935+srstack@users.noreply.github.com> Co-authored-by: Suhaha <jklopsdfw@gmail.com>
- Loading branch information
1 parent
294c810
commit 865b77e
Showing
62 changed files
with
5,308 additions
and
2,101 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -4,7 +4,7 @@ BUILD_TAGS ?= | |
|
||
LDFLAGS ?= | ||
|
||
FEATURE_VERSION ?= 6.0.0 | ||
FEATURE_VERSION ?= 6.2.0 | ||
|
||
WITHOUT_NGM ?= false | ||
|
||
|
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
This file contains 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
Oops, something went wrong.