Ulric Qin
|
eebf2cff49
|
add api: userFindAll
|
3 years ago |
Ulric Qin
|
99fbdae121
|
refactor boardPutConfigs
|
3 years ago |
47
|
352415662a
|
feat:CAS and OAuth2 login (#1236)
* Feat(cas login):Add CAS login
Signed-off-by: root <foursevenlove@gmail.com>
* Fix(CAS login):1.print logs of CAS Authentication Response's Attributes 2.modify fileds of ssoClient and CAS config.
Signed-off-by: root <foursevenlove@gmail.com>
* Fix(CAS login):Fields modifing
Signed-off-by: root <foursevenlove@gmail.com>
* Feat(OAuth Login):1.Add OAuth2 login 2.Add display name
Signed-off-by: root <foursevenlove@gmail.com>
* Fix(webapi.conf):Add example
Signed-off-by: root <foursevenlove@gmail.com>
* fix(webapi.conf):Modify default value of username in OAuth2
Signed-off-by: root <foursevenlove@gmail.com>
* Fix:Error handling
Signed-off-by: root <foursevenlove@gmail.com>
Signed-off-by: root <foursevenlove@gmail.com>
|
3 years ago |
xtan
|
62867ddbf2
|
feat: conf file password supports ciphertext (#1207)
Co-authored-by: tanxiao <tanxiao@asiainfo.com>
|
3 years ago |
Yening Qin
|
b893483d26
|
prom client support add header (#1203)
* prom client support add header
|
3 years ago |
Ulric Qin
|
4130a5df02
|
board: support ident field
|
3 years ago |
Ulric Qin
|
577c402a5b
|
support: callback_del
|
3 years ago |
Ulric Qin
|
0d05ad85f2
|
callback_add callback_del
|
3 years ago |
KurolZ
|
95727e9c00
|
feat: support for sharing dashboards (#1150)
* feat: support for sharing dashboards
* merge dashboard get interface
* update read-only permission verification
|
3 years ago |
Yening Qin
|
3a3ad5d9d9
|
feat: add configs service api (#1155)
* add configs service api
|
3 years ago |
xtan
|
23eb766c14
|
feat: alert_subscribe add name and disabled (#1145)
* feat: alert_subscribe add name and disabled
* feat: alert_subscribe add name and disabled
Co-authored-by: tanxiao <tanxiao@asiainfo.com>
|
3 years ago |
SunnyBoy-WYH
|
a7bad003f5
|
feat: alert-mute support edit and disable (#1144)
* batch query prom for single panel
* make code better:
1.extract server/api.go
2.make webapi reading prom with reusing server's API,not a new prom client
* clear code
* clear code
* format code
clear code
* move reader.go,reuse webapi/prom/prom.go clusterTypes clients cache
* clear code,extract common method
* feat: add edit and disabled for alert mute
* fix cr problem
* disabled add default 0
|
3 years ago |
Yening Qin
|
80ee54898a
|
feat: alert rule support cate (#1123)
* alert rule support cate
* his_event add cate
* change RecoverEvent time
* add get event api
* event query by cate
|
3 years ago |
Ulric Qin
|
c1fec215a9
|
add some api for server cluster bindings
|
3 years ago |
ulricqin
|
b4ddd03691
|
read prom url from database (#1119)
* add model alerting_engine
* heartbeat using db
* reader.Client from database
* fix sql
|
3 years ago |
Yening Qin
|
b92e4abf86
|
feat: support handle event api (#1113)
* support handle event service api
|
3 years ago |
Ulric Qin
|
23d7e5a7de
|
add disk_util for target table
|
3 years ago |
xiaoziv
|
b1b2c7d6b0
|
feat: support ident disk usage metric (#1100)
* feat: support ident disk usage metric
* code refactor
Co-authored-by: ziv <xiaozheng@tuya.com>
|
3 years ago |
xiaoziv
|
fd93fd7182
|
feat: support i18n metric desc (#1097)
* support i18n metric desc
* code refactor
* code refactor
Co-authored-by: ziv <xiaozheng@tuya.com>
|
3 years ago |
Ulric Qin
|
9b3a9f29d9
|
extract promql to webapi.conf
|
3 years ago |
Ulric Qin
|
49965fd5d5
|
fix target mem util
|
3 years ago |
Ulric Qin
|
a248e054fa
|
add some host metrics for targets get api
|
3 years ago |
xiaoziv
|
fd3e51cbb1
|
fix i18n header bug (#1095)
Co-authored-by: ziv <xiaozheng@tuya.com>
|
3 years ago |
xiaoziv
|
bd0480216c
|
feat: support i18n request headerkey (#1094)
Co-authored-by: ziv <xiaozheng@tuya.com>
|
3 years ago |
Ulric Qin
|
2c963258cf
|
code refactor
|
3 years ago |
Yening Qin
|
b4f267fb01
|
feat: prom support tls (#1091)
|
3 years ago |
ulricqin
|
a8dcb1fe83
|
add retry controller for poster (#1082)
|
3 years ago |
Ulric Qin
|
1ea30e03a4
|
check user exists when refresh token
|
3 years ago |
ning
|
e747e73145
|
add debug log for ldap login
|
3 years ago |
ulricqin
|
7c351e09e5
|
add api: /board/:bid/pure (#1073)
|
3 years ago |
xiaoziv
|
14ad3b1b0a
|
fix proxy auth username error (#1072)
|
3 years ago |
ulricqin
|
ba7ff133e6
|
modify prometheus query batch response format (#1068)
|
3 years ago |
Ulric Qin
|
92354d5765
|
code refactor
|
3 years ago |
SunnyBoy-WYH
|
05651ad744
|
Query batch feature (#1052)
* batch query prom for single panel
* make code better:
1.extract server/api.go
2.make webapi reading prom with reusing server's API,not a new prom client
* clear code
* clear code
* format code
clear code
* move reader.go,reuse webapi/prom/prom.go clusterTypes clients cache
* clear code,extract common method
|
3 years ago |
Ulric Qin
|
b7ff82d722
|
alertSubscribePut can modify cluster
|
3 years ago |
xiaoziv
|
5bc8f0b9b1
|
Feature mute enhancement (#1041)
* [feature(#1029)] alert mute enhancement
* handle error of proxy user Add
|
3 years ago |
xiaoziv
|
43343182e4
|
[feature] add proxy auth support (#1035)
Co-authored-by: ziv <xiazoheng@tuya.com>
|
3 years ago |
Yening Qin
|
315e0ef903
|
fix: get clusters by api (#1030)
|
3 years ago |
ning
|
56b61909a3
|
fix: event service api
|
3 years ago |
Tripitakav
|
1304a4630b
|
Add recording rule (#1015)
* add prometheus recording rules
* fix recording rule sql
* add record rule note
* fix copy error
* add some regx
Co-authored-by: 尚承志 <chengzhi.shang@longbridge.sg>
|
3 years ago |
Henry Chia
|
90dacd0085
|
fix typo (#1004)
* 修改拼写错误
修改拼写错误
exsits -> exists
* Update router_login.go
|
4 years ago |
ning
|
540ef68dc8
|
fix: alert mute add by service
|
4 years ago |
Ulric Qin
|
d0b005fb14
|
code refactor: set createBy when update metric_view
|
4 years ago |
Ulric Qin
|
63adcc2cd9
|
bugfix for alert-aggr-views
|
4 years ago |
Ulric Qin
|
1bcc5b77ec
|
remote write and read: support header
|
4 years ago |
Ulric Qin
|
a5f7d5e9cf
|
modify log level
|
4 years ago |
Ulric Qin
|
a8c60c9f2b
|
alert_aggr_view support modify by admin
|
4 years ago |
ning
|
0e5aea40e8
|
Merge branch 'main' of github.com:ccfos/nightingale
|
4 years ago |
ning
|
1dbfcd3dc8
|
refactor: service api
|
4 years ago |
Ulric Qin
|
495632a064
|
fix alert rule delete by service
|
4 years ago |