Commit Graph

263 Commits

Author SHA1 Message Date
moonrailgun
824bd89ede fix: fix a bug which script not support makeTransferable json which data include null
for example: {a: null}
2024-01-03 03:34:43 +08:00
moonrailgun
e38df2706e fix: fix a bug which can not raise monitor with changeActive if monitor never run before
the case of init state is stop. (active: false)

and add workspace id validate in update logic
2024-01-03 01:52:06 +08:00
moonrailgun
4f35463f89 perf: improver code editor request return type and test modal style 2024-01-03 00:15:39 +08:00
moonrailgun
b751222b39 perf: improve lazy load in code editor with loadable 2024-01-03 00:14:21 +08:00
moonrailgun
d093df928c fix: add Suspense to fix lazy load problem 2024-01-02 14:22:48 +08:00
moonrailgun
0c542faf3b refactor: change custom monitor label and formatter 2024-01-01 17:29:11 +08:00
moonrailgun
3e30535187 feat: add custom monitor test code 2024-01-01 17:27:29 +08:00
moonrailgun
ae6cea568b test: fix ci problem 2024-01-01 16:37:53 +08:00
moonrailgun
59bd1c42f7 refactor: split the monitor's manager and runner into different files 2024-01-01 16:37:34 +08:00
moonrailgun
96e2e008eb feat: add monaco editor for custom monitor provider 2024-01-01 16:33:01 +08:00
moonrailgun
8dfa679127 feat: add custom script monitor provider 2024-01-01 04:26:57 +08:00
moonrailgun
e0e338f819 fix: fix update monitor not update runner problem 2023-12-31 18:51:12 +08:00
moonrailgun
c317b77d12 feat: add delete monitor data/events button 2023-12-30 01:02:57 +08:00
moonrailgun
625374cafe feat: add monitor order with updatedAt 2023-12-29 21:15:32 +08:00
moonrailgun
d9d234551a fix: fix http header json validator problem 2023-12-29 21:14:36 +08:00
moonrailgun
22168e021f refactor: add opacity into no actived monitor 2023-12-29 21:05:35 +08:00
moonrailgun
1f950b516e refactor: improve error report message 2023-12-29 20:21:52 +08:00
moonrailgun
42eb5779b2 fix: fix monitor list create page add monitor list not work problem 2023-12-23 23:25:53 +08:00
moonrailgun
f749f720db feat: add value format for data metrics 2023-12-23 01:04:02 +08:00
moonrailgun
518064eb0a fix: fix server updateAt not display problem 2023-12-22 00:37:13 +08:00
moonrailgun
3512ad1997 feat: add minInterval in provider 2023-12-20 17:53:17 +00:00
moonrailgun
ffa2cce2a6 feat: add monitor provider valueLabel and valueFormatter to custom display 2023-12-20 17:46:38 +00:00
moonrailgun
ef00122752 feat: add openai monitor 2023-12-21 01:30:48 +08:00
moonrailgun
604e6ef454 feat: add dashboard add none placeholder and arrow rotate animation 2023-12-20 13:46:48 +00:00
moonrailgun
f61ca1a207 refactor: change status page data scope 2023-12-18 00:57:51 +08:00
moonrailgun
3cdbb948da feat: add status page edit action in admin list 2023-12-18 00:37:15 +08:00
moonrailgun
418208b0e3 feat: add back to admin 2023-12-17 19:27:32 +08:00
moonrailgun
e48a079f46 refactor: use MonitorListItem to replace MonitorHealthBar to show more info 2023-12-17 19:25:57 +08:00
moonrailgun
dd3343f64b refactor: extract StatusPageServices 2023-12-17 19:08:11 +08:00
moonrailgun
ed433455c8 refactor: abstract MonitorListItem component parameters 2023-12-17 19:04:19 +08:00
moonrailgun
df3de0113a refactor: extract monitorlistitem 2023-12-17 18:46:40 +08:00
moonrailgun
2964c3a2e3 refactor: add monitor list 2023-12-17 18:46:07 +08:00
moonrailgun
f3e30ea28f docs: add changelog page 2023-12-16 15:34:00 +08:00
moonrailgun
d501deddc4 feat: add ColorSchemeSwitcher in status page 2023-12-16 14:51:15 +08:00
moonrailgun
c68d27a6d3 feat: add status page basic info change 2023-12-16 14:43:17 +08:00
moonrailgun
b324536726 refactor: move MonitorStatusPageEditForm into components 2023-12-16 14:19:16 +08:00
moonrailgun
8e1e7ebe10 refactor: change status page logic into components 2023-12-16 14:11:30 +08:00
moonrailgun
bb83f4b56d refactor: update role's position and add status page edit check 2023-12-16 14:06:30 +08:00
moonrailgun
824d5cd14e refactor: add dark theme in status page 2023-12-16 13:41:20 +08:00
moonrailgun
63145c1e4b feat: add status basic page 2023-12-16 00:33:36 +08:00
moonrailgun
0cf934c9e3 feat: add status list and add route 2023-12-13 19:46:32 +08:00
moonrailgun
669b2ed8b8 feat: add monitor status page api 2023-12-13 18:52:45 +08:00
moonrailgun
e7282ef7f9 style: improve mobile size padding 2023-12-12 19:19:50 +08:00
moonrailgun
73bc9e0b3c refactor: add dark mode for login page 2023-12-09 00:49:51 +08:00
moonrailgun
e1638de5e8 feat: add delete button for monitor 2023-12-09 00:39:36 +08:00
moonrailgun
674952da59 refactor: add persist for settings store 2023-12-08 22:05:34 +08:00
moonrailgun
dc3bbe0b12 feat: add dark mode 2023-12-08 21:49:49 +08:00
moonrailgun
626c2a2fa6 style: simplified error message 2023-12-05 20:28:48 +08:00
moonrailgun
987c09be2f feat: add monitor validator 2023-12-05 20:27:38 +08:00
moonrailgun
53b2c042f7 style: remove config console.log print 2023-12-05 20:10:14 +08:00
moonrailgun
d2d105c905 refactor: change monitor path 2023-12-05 20:07:36 +08:00
moonrailgun
0a63dd5615 feat: add limit for monitor events route 2023-12-04 22:26:26 +08:00
moonrailgun
addda5c45a feat: add custom header 2023-12-04 22:19:05 +08:00
moonrailgun
78796af00b perf: add prisma json type and zod schema 2023-11-30 00:43:55 +08:00
moonrailgun
89612eff5f refactor: modify the user type and create method to make it correct 2023-11-29 01:22:33 +08:00
moonrailgun
7b519b152f feat: add ip record in telemetry 2023-11-28 00:45:13 +08:00
moonrailgun
82ec40db1e style: remove unused code 2023-11-16 00:05:58 +08:00
moonrailgun
c9f9d68348 feat: add more dashboard item 2023-11-16 00:05:48 +08:00
moonrailgun
81e9eea565 feat: add updatedAt in servers table 2023-11-15 22:26:45 +08:00
moonrailgun
f9e8a1df0b refactor: improve dashboard monitor health bar size 2023-11-15 22:15:06 +08:00
moonrailgun
8fee03999d refactor: extract charts and metrics to single component 2023-11-15 22:09:10 +08:00
moonrailgun
8e3a81e42f feat: dashboard add monitor health bar 2023-11-15 22:05:48 +08:00
moonrailgun
9b7adb5504 feat: add dashboard websiteEvent item 2023-11-15 21:53:27 +08:00
moonrailgun
e0d83e52ba feat: add logo in login and register view 2023-11-15 21:42:50 +08:00
moonrailgun
10398272c1 feat: add edit action sticky 2023-11-15 00:35:13 +08:00
moonrailgun
162bec86d5 refactor: move website component into folder 2023-11-15 00:34:50 +08:00
moonrailgun
40719094aa refactor: add interval limit for monitor upsert 2023-11-14 22:02:51 +08:00
moonrailgun
eed6f33d7b feat: add new tianji dashboard which has more custom feature 2023-11-12 23:49:02 +08:00
moonrailgun
383a8af304 feat: add tooltip about monitor 2023-11-11 02:00:02 +08:00
moonrailgun
b1dc092737 perf: add tips for add server modal 2023-11-10 09:55:35 +08:00
moonrailgun
0b508a40b1 fix: fix body problem on label and placeholder 2023-11-10 09:44:30 +08:00
moonrailgun
64f2a27a92 perf: add async and defer mark for inject website script 2023-11-10 09:40:38 +08:00
moonrailgun
b050a56d4a fix: fix no workspace problem when fetch all monitor events 2023-11-09 14:56:24 +08:00
moonrailgun
09ec432f16 refactor: add server url for serverStatus 2023-11-08 22:58:45 +08:00
moonrailgun
9d9cdb7354 refactor: adjust date filter position and display 2023-11-08 00:07:58 +08:00
moonrailgun
b6846b0419 feat: add clear offlline node button 2023-11-07 23:13:44 +08:00
moonrailgun
c41994879a refactor: add script install command 2023-11-07 22:36:07 +08:00
moonrailgun
2967fcd05d feat: add server status install script 2023-11-07 16:56:47 +08:00
moonrailgun
ecebc6eede fix: server unit and monitor data update problem 2023-11-05 00:55:51 +08:00
moonrailgun
4bf54c59b0 docs: add basic home page 2023-11-04 19:50:34 +08:00
moonrailgun
517268e652 fix: fix bounce rate color problem 2023-11-03 00:30:36 +08:00
moonrailgun
d5a7a5d655 feat: add ignore tls error and make sure get tls info every times 2023-11-02 00:20:48 +08:00
moonrailgun
4529dbca75 refactor: add loading and empty state in monitor list 2023-11-02 00:19:00 +08:00
moonrailgun
39b4ff9ec5 refactor: tianji report use log rather than fmt 2023-11-01 00:44:01 +08:00
moonrailgun
896170836c refactor: improve server status list data display 2023-11-01 00:39:37 +08:00
moonrailgun
5576d8713e feat: add http report mode for reverse proxy case 2023-11-01 00:02:52 +08:00
moonrailgun
dc77c4f85a feat: add telemetry event payload 2023-10-31 22:36:32 +08:00
moonrailgun
503321d43b perf: short website overview display 2023-10-30 22:14:40 +08:00
moonrailgun
43e6f4ffe0 refactor: add timezone in 2023-10-30 00:14:59 +08:00
moonrailgun
4eefe8d9d7 feat: add docusaurus-preset-openapi 2023-10-29 03:00:10 +08:00
moonrailgun
e53de57720 refactor: change tracker path 2023-10-29 01:26:02 +08:00
moonrailgun
b9d9391342 change basic layout about overflow scrollbar position 2023-10-29 01:25:29 +08:00
moonrailgun
64f33dd802 refactor: disable change type when edit monitor 2023-10-29 01:25:09 +08:00
moonrailgun
108b4acc81 fix: fix website dashboard refresh action not work problem 2023-10-29 01:24:46 +08:00
moonrailgun
b376db7f92 feat: add cors and morgan logger 2023-10-28 20:12:53 +08:00
moonrailgun
1631521321 feat: add monitor start or stop 2023-10-28 16:01:11 +08:00
moonrailgun
0a3479d06c fix: fix monitor list upPercent calc problem 2023-10-28 15:01:23 +08:00
moonrailgun
eef78520e5 style: add and fix typo of change password 2023-10-28 01:22:58 +08:00
moonrailgun
1c089cd39e docs: add defer for website inject code 2023-10-28 01:22:40 +08:00
moonrailgun
7f014b539e feat: add monitor event list into monitor info page 2023-10-25 00:29:47 +08:00