-
Notifications
You must be signed in to change notification settings - Fork 21
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* refactor(global): generate menu tree; init sidebar menu (#344) use sidebar as menu #343 * feat: new query modal (#346) * feat: init new query modal * feat: use tabs for dataview * feat(query): support drag and fullscreen * feat: table manager (#349) * feat(tables): init table manager and support details load-more * feat: fetch DB details info * style(tables): basic detail style * feat(tables): support details refreshing * style: table style * style(tables): columns basic style * style(tables): details style * fix(tables): search table name * feat(tables): format timestamp for details * fix(tables): add quote for table name in query * feat(tables): find ttl for details * style(tables): details refresh and code * refactor: clean code * refactor(tables): types for table detail * feat(logs): init new logs (#350) * feat(logs): init new logs * fix(editor): insert sql code and focus editor * style(logs): edit style * style(editor): new style * style: new ui * feat(promql): replace code from logs * fix: clear code * style: new ui * style: edit ui * style: table and select bg style * style(tables): fix new ui * style(query): modal position * style: buttons hover color * style: select and button * style: script style * feat(global): new env and role permission * refactor: update icons
- Loading branch information
Showing
52 changed files
with
1,613 additions
and
406 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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VITE_CLOUD_URL='https://dev.greptime-cloud-frontend.pages.dev' | ||
VITE_API_BASE_URL='https://api-preview.greptime.cloud' | ||
VITE_ROLE='admin' |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VITE_CLOUD_URL='https://dev.greptime-cloud-frontend.pages.dev' | ||
VITE_API_BASE_URL='https://api.greptime.cloud' | ||
VITE_API_BASE_URL='https://api-preview.greptime.cloud' | ||
VITE_ROLE='admin' |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VITE_CLOUD_URL='https://console.greptime.cloud' | ||
VITE_API_BASE_URL='https://api.greptime.cloud' | ||
VITE_ROLE='cloud' |
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 |
---|---|---|
@@ -1,2 +1,3 @@ | ||
VITE_CLOUD_URL='https://dev.greptime-cloud-frontend.pages.dev' | ||
VITE_API_BASE_URL='https://api-preview.greptime.cloud' | ||
VITE_ROLE='cloud' |
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
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file not shown.
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.