Skip to content

Commit c3549d8

Browse files
authored
Merge pull request #25 from aliyun/feature/plugin-input-upgrade
Feature/plugin query input monaco upgrade, add tips, use grafana ui
2 parents fb9dac9 + 030b1bc commit c3549d8

22 files changed

+1509
-17
lines changed

CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

3-
## 2.0.0 (released)
3+
4+
# 2.29 (2023-06-29)
5+
- 全新SLS Query编写体验,引入Monaco Editor,支持语法高亮显示,关键字、函数自动提示等功能。
6+
- SLS Query 框支持多行自动换行和高度扩展。
7+
- `xcol``ycol`的输入使用Grafana的Input组件,带来更一致的体验。
8+
- `xcol``ycol`输入框末尾增加Tips,介绍常见写法,方便初学者上手。
9+
- 修复一系列版本问题。
10+
11+
<br />
12+
13+
- Brand-new SLS Query writing experience, introduces Monaco Editor, supports syntax highlighting, keyword, function automatic prompting and other functions.
14+
- The SLS Query box supports multi-line word wrapping and height expansion.
15+
- The input of xcol and ycol uses Grafana's Input component to bring a more consistent experience.
16+
- Tips are added at the end of the xcol and ycol input boxes to introduce common writing methods, which is convenient for beginners.
17+
- Fix a series of version issues.
18+
19+
![image.png](https://cdn.nlark.com/yuque/0/2023/png/21832175/1687953008367-f863ccc6-dcf5-4998-bcbc-c18aec0ac059.png#averageHue=%231e2024&clientId=u72ccc8ce-757a-4&from=paste&height=347&id=u3586dcad&originHeight=347&originWidth=1216&originalType=binary&ratio=1&rotation=0&showTitle=false&size=294424&status=done&style=none&taskId=u73ee0591-f289-4f53-8886-1a93e4914e5&title=&width=1216)<br />![image.png](https://cdn.nlark.com/yuque/0/2023/png/21832175/1687953284855-86c636fb-caa6-4163-ab23-0478cfb55b73.png#averageHue=%2323252a&clientId=u72ccc8ce-757a-4&from=paste&height=270&id=u4ec3dd89&originHeight=270&originWidth=564&originalType=binary&ratio=1&rotation=0&showTitle=false&size=112573&status=done&style=none&taskId=uac6a4fe0-65ca-4df2-8a4e-5faa1ea911a&title=&width=564)
20+
21+
# 2.28
22+
- 适配 Grafana 9.4 及以上版本的 Datasource 数据源结构。
23+
<br />
24+
- Adapt to the Datasource data source structure of Grafana 9.4 and above.
25+
26+
# 2.27
27+
- 加了legacy_compatible设置,适配旧版本的返回结构(带response)
28+
<br />
29+
- Added legacy_compatible to adapt to the return structure of the old version (with response)
30+
31+
32+
# 2.0.0 (released)
433

534
Initial release.
635

dist/CHANGELOG.md

Lines changed: 30 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,35 @@
11
# Changelog
22

3-
## 2.0.0 (released)
3+
4+
# 2.29 (2023-06-29)
5+
- 全新SLS Query编写体验,引入Monaco Editor,支持语法高亮显示,关键字、函数自动提示等功能。
6+
- SLS Query 框支持多行自动换行和高度扩展。
7+
- `xcol``ycol`的输入使用Grafana的Input组件,带来更一致的体验。
8+
- `xcol``ycol`输入框末尾增加Tips,介绍常见写法,方便初学者上手。
9+
- 修复一系列版本问题。
10+
11+
<br />
12+
13+
- Brand-new SLS Query writing experience, introduces Monaco Editor, supports syntax highlighting, keyword, function automatic prompting and other functions.
14+
- The SLS Query box supports multi-line word wrapping and height expansion.
15+
- The input of xcol and ycol uses Grafana's Input component to bring a more consistent experience.
16+
- Tips are added at the end of the xcol and ycol input boxes to introduce common writing methods, which is convenient for beginners.
17+
- Fix a series of version issues.
18+
19+
![image.png](https://cdn.nlark.com/yuque/0/2023/png/21832175/1687953008367-f863ccc6-dcf5-4998-bcbc-c18aec0ac059.png#averageHue=%231e2024&clientId=u72ccc8ce-757a-4&from=paste&height=347&id=u3586dcad&originHeight=347&originWidth=1216&originalType=binary&ratio=1&rotation=0&showTitle=false&size=294424&status=done&style=none&taskId=u73ee0591-f289-4f53-8886-1a93e4914e5&title=&width=1216)<br />![image.png](https://cdn.nlark.com/yuque/0/2023/png/21832175/1687953284855-86c636fb-caa6-4163-ab23-0478cfb55b73.png#averageHue=%2323252a&clientId=u72ccc8ce-757a-4&from=paste&height=270&id=u4ec3dd89&originHeight=270&originWidth=564&originalType=binary&ratio=1&rotation=0&showTitle=false&size=112573&status=done&style=none&taskId=uac6a4fe0-65ca-4df2-8a4e-5faa1ea911a&title=&width=564)
20+
21+
# 2.28
22+
- 适配 Grafana 9.4 及以上版本的 Datasource 数据源结构。
23+
<br />
24+
- Adapt to the Datasource data source structure of Grafana 9.4 and above.
25+
26+
# 2.27
27+
- 加了legacy_compatible设置,适配旧版本的返回结构(带response)
28+
<br />
29+
- Added legacy_compatible to adapt to the return structure of the old version (with response)
30+
31+
32+
# 2.0.0 (released)
433

534
Initial release.
635

0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.
0 Bytes
Binary file not shown.

dist/module.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/module.js.map

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)