feiyu02
2023-10-24 70a7d1ec98064e1acb3130e56e16c45af52ade6c
分支
用户 feiyu02 <risaku@163.com>
星期二, 十月 24, 2023 04:03 +0000
提交者 feiyu02 <risaku@163.com>
星期二, 十月 24, 2023 04:03 +0000
提交70a7d1ec98064e1acb3130e56e16c45af52ade6c
目录 be7e0c43d938794c0714fc0e827eea5444853b17 目录 | zip | gz
上一版本 3371ed856d8712732b3f46e30e41e652ff5d7781 查看 | 对比
新增数据分析模块完成
已修改16个文件
已删除3个文件
已添加18个文件
已重命名4个文件
985 ■■■■■ 文件已修改
pom.xml 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/MonitorApplication.java 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/ServletInitializer.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/AnalysisController.kt 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/BaseDustExceptionAnalysis.kt 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/BaseExceptionContinuous.kt 37 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisController.kt 113 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataExceed.kt 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataLowValue.kt 34 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionDataMissing.kt 5 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionExceedingTimes.kt 18 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionSlideAverage.kt 128 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/ExceptionValueMutation.kt 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisController.kt 70 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/entity/DustExceptionSetting.java 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/entity/DustSiteStatus.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/mapper/DustSiteLatestTimeMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/mapper/DustSiteStatusMapper.kt 8 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/mapper/DustStatisticsValueMapper.kt 8 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustExceptionDataRep.kt 39 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustExceptionSettingRep.kt 21 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustSiteDataRep.kt 36 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustSiteStatusRep.kt 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/domain/ds1/repository/DustStatisticsValueRep.kt 49 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/enumration/dust/DeviceStatus.kt 7 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/enumration/dust/ExceptionType.kt 2 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/scheduledtasks/BaseTimingTask.kt 10 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/scheduledtasks/DustDailyStatisticAnalysisTask.kt 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/scheduledtasks/DustExceptionAnalysisTask.kt 26 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/scheduledtasks/DustMonthlyStatisticAnalysisTask.kt 25 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/scheduledtasks/ScheduledTaskController.java 13 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/scheduledtasks/TaskController.kt 29 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/java/com/flightfeather/monitor/utils/DateUtil.kt 24 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/application.yml 12 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/generator/generatorConfig4ds1.xml 16 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ds1/DustExceptionSettingMapper.xml 3 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ds1/DustSiteStatusMapper.xml 4 ●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/main/resources/mapper/ds1/DustStatisticsValueMapper.xml 38 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/java/com/flightfeather/monitor/MonitorApplicationTests.java 2 ●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/java/com/flightfeather/monitor/analysis/dust/ExceptionAnalysisControllerTest.kt 33 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史
src/test/java/com/flightfeather/monitor/analysis/dust/StatisticAnalysisControllerTest.kt 40 ●●●●● 对比 | 查看 | 原始文档 | blame | 历史