-
Notifications
You must be signed in to change notification settings - Fork 17
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Feature/frontend/queryeditor fix editor form (#36)
* Update QueryEditor.tsx add Timezone label * Update QueryEditor.tsx add Timezone label * Add metadata type * Fix bug backend get metadata * Formatting & add default load option at Metrics & Diemsions * Add Description at Metrics & Dimensions * Remove tooltips new line * Change timezone label * Remove unused function * Update 0.1.1, Update CHANGELOG.md * . Co-authored-by: IM CHAECHEOL <[email protected]>
- Loading branch information
Showing
6 changed files
with
156 additions
and
139 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,5 +1,14 @@ | ||
# Changelog | ||
|
||
## 0.1.1 | ||
- enhancement query editor ui | ||
- add timezone label at query editor | ||
- get metric bug fix | ||
- add Metrics & Dimensions description | ||
- add Metadata type for typescript | ||
- remove unused function | ||
|
||
|
||
## 0.1.0 | ||
|
||
Initial release. Not fit for production use. |
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