Commit Graph

380 Commits (00d36b331e44bfe4db57cde1f32c6829eb901783)

Author SHA1 Message Date
13621160019@163.com 00d36b331e updated format of excel exporters 2021-10-11 16:53:56 +08:00
13621160019@163.com 5ea4c7a83b updated format of excel exporters 2021-10-11 16:53:56 +08:00
13621160019@163.com bfd6d8956a updated format of excel exporters 2021-10-11 16:53:55 +08:00
13621160019@163.com 2d5810db51 updated format of excel exporters 2021-10-11 16:53:55 +08:00
13621160019@163.com d41739b06b updated format of excel exporters 2021-10-11 16:53:55 +08:00
13621160019@163.com 0975db800d reformatted excel exporters 2021-10-11 16:53:55 +08:00
13621160019@163.com 89f764869d reformatted excel exporter of spaceenergycategory 2021-10-11 16:53:55 +08:00
13621160019@163.com e55ea48ef5 fixed NoneType issues in ExcelExporters 2021-10-11 16:53:55 +08:00
13621160019@163.com 60d772ee1b changed name font from Constantia to Arial in excel exporters 2021-10-11 16:53:55 +08:00
13621160019@163.com fc18eeb32c fixed PEP8 warnings and update version number to v1.3.0 2021-10-11 16:53:55 +08:00
13621160019@163.com 3cbecd9d14 replaced Chinese with English in Excel Exporters of API 2021-10-11 16:53:55 +08:00
13621160019@163.com c65a24682c removed gsmmodem and aliyun sms api from API & Admin UI 2021-10-11 16:53:55 +08:00
13621160019@163.com 2539b129e5 changed start&end datetime formater for tariff from timestamp to strftime 2021-10-11 16:53:55 +08:00
13621160019@163.com 022c6f49d4 changed lease start&end datetime formater for tenant from timestamp to strftime 2021-10-11 16:53:55 +08:00
13621160019@163.com f378455cf9 changed lease start&end datetime formater for tenant from timestamp to strftime 2021-10-11 16:53:55 +08:00
13621160019@163.com 669e299826 changed last run datetime and next run datetime formater for rule from timestamp to strftime 2021-10-11 16:53:55 +08:00
13621160019@163.com 03d532871e changed last seen datetime formater for gateway from timestamp to strftime 2021-10-11 16:53:55 +08:00
13621160019@163.com 248fdb7180 changed last seen datetime formater of datasource from timestamp to strftime 2021-10-11 16:53:55 +08:00
13621160019@163.com d678ac4149 changed upload datetime formater of knowledgefile and offlinemeterfile from timestamp to strftime; 2021-10-11 16:53:55 +08:00
13621160019@163.com a2f5af089d changed cost file upload datetime formatter from timestamp to strftime 2021-10-11 16:53:55 +08:00
13621160019@163.com ff501fdf2f added expiration datetimes to User in Admin UI 2021-10-11 16:53:55 +08:00
13621160019@163.com 344d928ce9 added expiration datetimes to user actions in API 2021-10-11 16:53:55 +08:00
13621160019@163.com 13b507a2a9 added column ID to StoreBatch Excel Exporter in API 2021-10-11 16:53:55 +08:00
13621160019@163.com d3fc8c98d0 added meter ID to meterbatch excel exporter in API 2021-10-11 16:53:55 +08:00
13621160019@163.com 0e483b674e added new protocols of datasource into API 2021-10-11 16:53:55 +08:00
13621160019@163.com be1ab059a1 added new datasource protocols to API 2021-10-11 16:53:55 +08:00
13621160019@163.com 6811a22eea added aliyunsmsapi to api/core 2021-10-11 16:53:55 +08:00
13621160019@163.com 0c8988ba2e updated distibutionssystem point value timeout value to 30 minutes 2021-10-11 16:53:55 +08:00
13621160019@163.com 99f05c4311 updated README for installing openpyxl 2021-10-11 16:53:54 +08:00
13621160019@163.com 16630dc30e modified API error message for knowledge file cannot be removed from disk 2021-10-11 16:53:54 +08:00
13621160019@163.com 14d0b7aa77 removed cookies usages from API 2021-10-11 16:53:54 +08:00
13621160019@163.com 859ed6826c updated userlogger in API to pass HTTPError to client 2021-10-11 16:53:54 +08:00
13621160019@163.com fc379e4e3b added trusted-host to Dockerfiles 2021-10-11 16:53:54 +08:00
13621160019@163.com 89c287148c updated README 2021-10-11 16:53:54 +08:00
13621160019@163.com 25b42b9c8a added user log to UserLogin, ChangePassword and ResetPassword in API 2021-10-11 16:53:54 +08:00
13621160019@163.com 74c847e657 fixed typos in API 2021-10-11 16:53:54 +08:00
13621160019@163.com 5858943cd7 fixed typo in userlogger of API 2021-10-11 16:53:54 +08:00
13621160019@163.com b7b8f78ba1 removed user_logger decorators from some actions in API 2021-10-11 16:53:53 +08:00
13621160019@163.com ce55c0484f added user_logger decorators to all on_put, on_post and on_delete actions in API 2021-10-11 16:53:53 +08:00
13621160019@163.com 91a0342c2f updated userlogger in API 2021-10-11 16:53:53 +08:00
hyh123a 61fdc9ca74 modify the date_time to utc 2021-10-11 16:53:53 +08:00
hyh123a 4f1d2f5ad4 add the judge for admin 2021-10-11 16:53:53 +08:00
hyh123a 4c8a93380f add the log function and test in equipments 2021-10-11 16:53:53 +08:00
13621160019@163.com c350ddd808 fixed code style warnings in README 2021-08-26 14:57:44 +08:00
13621160019@163.com b389887b50 fixed PEP8 warnings in API 2021-08-25 12:01:14 +08:00
13621160019@163.com f39ad7f039 fixed code style warnings in API 2021-08-25 10:15:27 +08:00
13621160019@163.com bbbc93acda fixed issues of markdown in README files 2021-08-23 16:53:48 +08:00
13621160019@163.com 7766723f60 changed user token hash algorithm from sha1 to sha256 in API 2021-08-23 15:38:49 +08:00
13621160019@163.com 3b2914eb87 fixed 'import * may pollute namespace' in API 2021-08-15 14:09:41 +08:00
13621160019@163.com 61737feea8 removed 'unused import' from API 2021-08-15 14:06:46 +08:00