Commit Graph

565 Commits

Author SHA1 Message Date
KingPin
08af5b8d32 allow docker build on arm 2024-01-11 15:12:05 +00:00
moonrailgun
18867c614e chore: add docker build ci 2024-01-11 23:02:01 +08:00
moonrailgun
9892d3ac5a feat: add tcp port monitor 2024-01-11 01:01:48 +08:00
moonrailgun
e6f02677e5 refactor: add url token and fix telegram adapt problem 2024-01-11 00:34:16 +08:00
moonrailgun
5b826cab34 chore: release v1.3.1 2024-01-10 16:34:58 +08:00
moonrailgun
bcfaab6959 fix: fix manual start monitor will not loop run bug #15 2024-01-10 16:33:57 +08:00
moonrailgun
c307aaafd4 style: fix typo of monitor stop tag. #15
Stoped -> Stopped
2024-01-10 13:25:51 +08:00
moonrailgun
975cb7fdda chore: release v1.3.0 2024-01-10 00:07:35 +08:00
moonrailgun
023a6573a1 fix: fix monitor data sorting problem, add order by and add created at for fetch monitor data 2024-01-09 20:39:38 +08:00
moonrailgun
f9ea835dac chore: add db debug support 2024-01-09 20:35:20 +08:00
moonrailgun
0076a3bed7 docs: update website document 2024-01-09 02:06:38 +08:00
moonrailgun
0eedd7d088 docs: update wechat image and home page tagline
and add event report
2024-01-09 00:40:35 +08:00
moonrailgun
f585dba206 docs: update changelog dark theme color 2024-01-08 23:21:11 +08:00
moonrailgun
1e0d077f2a feat: add mobile nav menu support 2024-01-08 00:01:49 +08:00
moonrailgun
ac7f4011cd feat: add version display 2024-01-07 23:22:39 +08:00
moonrailgun
d03f60f6a1 feat: dashboard card title allow edit 2024-01-07 22:42:55 +08:00
moonrailgun
90f22afe28 fix: fix typo error for montior -> monitor 2024-01-07 02:07:15 +08:00
moonrailgun
e5a52257ea feat: add telegram notification support 2024-01-07 01:36:51 +08:00
moonrailgun
ce6fd56d51 feat: add tokenizer for notification 2024-01-07 00:11:14 +08:00
moonrailgun
3e9760d895 feat: add monitor badge #6 2024-01-06 22:08:10 +08:00
moonrailgun
19e7ed516b refactor: extract some monitor logic into model 2024-01-06 22:07:58 +08:00
moonrailgun
4bd069081a style: use logger rather than console 2024-01-06 00:16:43 +08:00
moonrailgun
6f53519f6c style: update column width 2024-01-06 00:11:40 +08:00
moonrailgun
1fad81f3ab feat: add daily cron job to calc workspace usage 2024-01-05 23:05:19 +08:00
moonrailgun
cb1f85bc39 chore: release v1.2.3 2024-01-05 00:23:08 +08:00
moonrailgun
927136e3fb chore: update docusaurus config for seo 2024-01-05 00:22:02 +08:00
moonrailgun
1c8b4d9285 chore: add ci action and update release it config
and sync openapi.json
2024-01-04 00:41:44 +08:00
moonrailgun
deceafad4f perf: improve UI 2024-01-04 00:34:50 +08:00
moonrailgun
4f5e79157a style: remove unused code 2024-01-04 00:34:33 +08:00
moonrailgun
81e7f8651a perf: remove env SERVER_URL and use url to get real server url 2024-01-04 00:19:23 +08:00
moonrailgun
28dd506cb4 perf: improve server status table list display
make sure never break word
2024-01-03 19:53:25 +08:00
moonrailgun
a04aa67f85 fix: fix domain schema check problem in add website server
and change add website / get website in website list request to trpc
2024-01-03 15:37:28 +08:00
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
b0444e31e7 chore: release v1.2.2 2024-01-03 01:53:13 +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
df01dcb857 docs: update changelog and update roadmap 2024-01-03 00:39:04 +08:00
moonrailgun
4bdc8380f9 docs: add demo link 2024-01-03 00:16:05 +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
226e159da7 chore: release v1.2.1 2024-01-02 14:23:12 +08:00
moonrailgun
d093df928c fix: add Suspense to fix lazy load problem 2024-01-02 14:22:48 +08:00
moonrailgun
82ff9a3013 chore: release v1.2.0 2024-01-02 00:10:41 +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
4c072290e0 docs: upcase tianji slogan 2023-12-31 15:03:50 +08:00