Skip to content

Commit 98a43e9

Browse files
author
kcq
committed
发布0.9-RELEASE
发布0.9-RELEASE
1 parent b1cf717 commit 98a43e9

6 files changed

Lines changed: 21 additions & 22 deletions

File tree

README.md

Lines changed: 1 addition & 16 deletions
Original file line numberDiff line numberDiff line change
@@ -226,43 +226,28 @@ yarn dev
226226

227227
# ⚙后续规划
228228

229-
* ~~【0.9】发布0.8-RELEASE, 进入0.9开发~~ [2022-06-09]
230-
* ~~【0.9】增加telnet端口连通监控~~ [2022-06-09]
231-
* ~~【0.9】修复飞书消息发送两条的问题~~ [2022-06-17]
232-
* ~~【0.9】增加SqlServer数据监控报警~~ [2022-06-30]
233-
* ~~【0.9】监控列表增加监控调度时间查看~~ [2022-08-04]
234-
* ~~【0.9】优化启动脚本,支持java11, java13~~ [2022-08-04]
235-
* ~~【0.9】告警列表组件新增日志查询~~ [2022-08-13]
236-
* ~~【0.9】数据源及数据名页面数据类型新增icon~~ [2022-08-13]
237229
* prometheus增加/api/v1/query_range查询支持
238230
* 增加本项目内程序日志采集至MySQL并提供查询页面,方便排查问题和监控
239231
* Elasticsearch数据名增加kibana链接配置,在数据查询页面增加kibana地址跳转链接,方便将数据查询切换至kibana
240232
* 短信报警方式实现,默认用阿里云短信实现
241233
* 完成英语国际化
242234
* 增加 [loki](https://github.com/grafana/loki) 数据监控报警
243-
* 数据源列表页面增加数据源图标列,方便区分
244235
* 增加邮箱在线配置页面功能
245236
* 增加企业微信在线配置页面功能
246237
* 将短链接id以16进制格式展示,解决id数字很大的时候较长的问题
247-
* 增加邮箱在线配置页面功能
248238
* pom优化
249-
* 增加消息内容长度配置,超过长度配置部分将被截掉
250239
* 员工换组增加是否迁移监控至新组的选项,如果勾选将该员工创建的监控也转移至新组
251240
* 增加报警组支持
252241
* 增加监控转组功能
253242
* Elasticsearch数据名增加traceid字段配置,可以配置跳转链接。例如: 配置skywalking的链接将跳转到skywalking对应的调用链
254-
* 监控列表增加"执行日志"操作按钮,点击跳转到对应监控执行日志列表页
255243
* 增加时序数据历史数据比较规则
256244
* 监控增加报警消息允许发送时间段设置,非允许发送时间段内消息将只记录不发送,发送状态为FORBID
257245
* 增加企业钉钉发消息默认实现(本地没有环境,需要帮助,欢迎PR,或者提供示例代码,先行谢过)
258246
* 更多报警方式补充(欢迎PR)
259-
* 后端接口增加数据校验并返回合适的提示信息
260247
* 增加 [skywalking](https://github.com/apache/skywalking) `Database Layer` 数据监控报警支持
261248
* 监控列表增加一个开关选项,只显示我的监控
262-
* 监控调度配置后显示预计调度时间
263249
* Elasticsearch数据名配置时自动提示索引名称
264250
* 引入对象迭代器,迭代器代表从数据源中得到一个List数据列表,或者自定义输入;用于动态生成监控查询语句,例如: Level: ERROR AND Project: ${ITEM_VALUE};达到数据遍历监控的效果;
265-
* 国际化
266251
* 发布1.0-RELEASE
267252
* 3-sigma离群点检测报警规则
268253
* 加入时序数据异常检测算法规则(需要实验可行性 [基于时间序列的异常检测](https://blog.rexking6.top/2018/11/05/%E5%9F%BA%E4%BA%8E%E6%97%B6%E9%97%B4%E5%BA%8F%E5%88%97%E7%9A%84%E5%BC%82%E5%B8%B8%E6%A3%80%E6%B5%8B/))
@@ -282,7 +267,7 @@ yarn dev
282267
# 👷 Contributors
283268

284269
[@menong-chen](https://github.com/menong-chen) [@fox2zz](https://github.com/fox2zz) [@xyzj91](https://github.com/xyzj91)
285-
[@wxmclub](https://github.com/wxmclub) [@Aping](https://github.com/wuaping)
270+
[@wxmclub](https://github.com/wxmclub) [@Aping](https://github.com/wuaping) [@limbo](https://github.com/limboinf)
286271

287272
[![GitHub Contributors](https://contrib.rocks/image?repo=AutohomeCorp/frostmourne)](https://github.com/AutohomeCorp/frostmourne/graphs/contributors)
288273

ReleaseNotes.md

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# 0.9-SNAPSHOT
1+
# 0.9-RELEASE
22

33
### Feature
44

@@ -9,6 +9,9 @@
99
* 【0.9】优化启动脚本,支持java11, java13 [2022-08-04]
1010
* 【0.9】告警列表组件新增日志查询 [2022-08-13]
1111
* 【0.9】数据源及数据名页面数据类型新增icon [2022-08-13]
12+
* 【0.9】后端接口增加部分数据校验并返回合适的提示信息 [2022-08-17]
13+
* 【0.9】启动增加时区参数TZ配置 [2022-08-19]
14+
* 【0.9】敏感信息加密处理 [2022-09-19]
1215

1316
### BugFix
1417

@@ -18,6 +21,10 @@
1821

1922
* 【0.9】增加telnet端口监控使用指南 [telnet.md](./doc/wiki/telnet.md) [2022-06-09]
2023

24+
### Thanks
25+
26+
0.9-RELEASE大部分功能由 [@limbo](https://github.com/limboinf) 贡献,感谢!
27+
2128
# 0.8-RELEASE
2229

2330
### Feature

frostmourne-common/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>frostmourne</artifactId>
77
<groupId>com.autohome</groupId>
8-
<version>0.9-SNAPSHOT</version>
8+
<version>0.9-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>frostmourne-common</artifactId>

frostmourne-monitor/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<groupId>com.autohome</groupId>
77
<artifactId>frostmourne</artifactId>
8-
<version>0.9-SNAPSHOT</version>
8+
<version>0.9-RELEASE</version>
99
</parent>
1010
<artifactId>frostmourne-monitor</artifactId>
1111
<name>frostmourne-monitor</name>

frostmourne-vue/pom.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@
55
<parent>
66
<artifactId>frostmourne</artifactId>
77
<groupId>com.autohome</groupId>
8-
<version>0.9-SNAPSHOT</version>
8+
<version>0.9-RELEASE</version>
99
</parent>
1010
<modelVersion>4.0.0</modelVersion>
1111
<artifactId>frostmourne-vue</artifactId>

pom.xml

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
</parent>
1111
<groupId>com.autohome</groupId>
1212
<artifactId>frostmourne</artifactId>
13-
<version>0.9-SNAPSHOT</version>
13+
<version>0.9-RELEASE</version>
1414
<packaging>pom</packaging>
1515
<name>frostmourne</name>
1616
<description>frostmourne for Spring Boot</description>
@@ -82,9 +82,11 @@
8282

8383
<!-- 公共依赖 -->
8484
<dependencies>
85+
<!-- https://mvnrepository.com/artifact/org.projectlombok/lombok -->
8586
<dependency>
8687
<groupId>org.projectlombok</groupId>
8788
<artifactId>lombok</artifactId>
89+
<version>1.18.24</version>
8890
<scope>provided</scope>
8991
</dependency>
9092
</dependencies>
@@ -98,7 +100,7 @@
98100
</build>
99101

100102
<repositories>
101-
<repository>
103+
<!--<repository>
102104
<id>spring</id>
103105
<url>https://maven.aliyun.com/repository/spring</url>
104106
<releases>
@@ -107,6 +109,11 @@
107109
<snapshots>
108110
<enabled>true</enabled>
109111
</snapshots>
112+
</repository>-->
113+
<repository>
114+
<id>central-repos</id>
115+
<name>Central Repository</name>
116+
<url>https://repo.maven.apache.org/maven2</url>
110117
</repository>
111118
<repository>
112119
<id>central</id>

0 commit comments

Comments
 (0)