Commit graph

4851 commits

Author SHA1 Message Date
Stephen Papierski
18f2056223
Fixing a comment 2023-11-14 16:37:39 -07:00
Stephen Papierski
1749b1c8b8
Merge remote-tracking branch 'upstream/master' into feature-slow-response-visual-improvements 2023-11-14 16:35:55 -07:00
Stephen Papierski
71d0bd596a
Fix class typo 2023-11-14 15:32:40 -07:00
Stephen Papierski
533e5311b2
Adjust notification messagess 2023-11-14 15:07:54 -07:00
Stephen Papierski
b2aa549f50
Add slow response toast messages 2023-11-14 14:28:41 -07:00
Stephen Papierski
cabc458883
Fix "slow" quick stats calculation 2023-11-14 14:00:04 -07:00
Stephen Papierski
06c22eb336
Fix slow response status messages auto show up now 2023-11-14 13:55:37 -07:00
Stephen Papierski
6c0aaaab7e
Add Slow to Dashboard Quick Stats 2023-11-14 13:16:43 -07:00
Stephen Papierski
a453e3c273
Fix for important & pingImportant both true 2023-11-14 13:03:14 -07:00
Stephen Papierski
1870b5c9d6
Fix: Clear Events clears slow response events too 2023-11-13 23:30:38 -07:00
Stephen Papierski
c503d12a4a
Add slow response events to dashboard home 2023-11-13 23:22:23 -07:00
Stephen Papierski
ecbd105343
Add slow response events to details dashboard 2023-11-13 23:17:16 -07:00
Stephen Papierski
6228ef1be4
Add Slow display to monitor dashboard 2023-11-13 16:39:20 -07:00
Louis Lam
014231ef86
Merge pull request #3883 from louislam/1.23.X-merge-to-2.X.X
Merge 1.23.4 changes to 2.0.0
2023-11-13 21:26:40 +08:00
Louis Lam
188fdcb6ad Merge branch 'master' into 1.23.X-merge-to-2.X.X
# Conflicts:
#	server/model/monitor.js
#	server/util-server.js
2023-11-13 21:25:49 +08:00
Louis Lam
0f980e97b1 Merge dependencies 2023-11-13 21:25:00 +08:00
Louis Lam
65cbc7b318 Migrate kafka_producer patch 2023-11-13 21:19:43 +08:00
Louis Lam
ace1fe00c2 Merge branch 'master' into 1.23.X-merge-to-2.X.X
# Conflicts:
#	docker/debian-base.dockerfile
#	package-lock.json
#	server/database.js
#	server/model/monitor.js
#	server/uptime-kuma-server.js
#	server/util-server.js
2023-11-13 21:15:51 +08:00
Louis Lam
d56bf08cd7 Update to 1.23.4 2023-11-13 15:23:32 +08:00
Louis Lam
291d5d7c55 Update dependencies 2023-11-13 15:22:51 +08:00
Louis Lam
8e3ff25f7b
Followup #3864, rebase for 1.23.x (#4016)
* Fix: Use ActionSelect Docker Host & validate input

* Fix: Handle docker host deleted while editing

* UI: Use add for ActionSelect & prevent delete instead

---------

Co-authored-by: Nelson Chan <chakflying@hotmail.com>
2023-11-12 20:32:40 +08:00
Louis Lam
6e80c850f4
Should be an ulitmate fix for request timeout issue (#4011) 2023-11-12 13:50:51 +08:00
Stephen Papierski
d9e787b36d
Fix threshold line autoscaling y-axis range 2023-11-11 22:28:03 -07:00
Stephen Papierski
2b7f5c571a
Add threshold line to ping chart 2023-11-10 16:22:24 -07:00
Stephen Papierski
9dd577dc98
ESLint fixes 2023-11-09 13:15:32 -07:00
Muhammed Hussein karimi
0608881954
🐛 fix: kafka producer booleans migration null values (#3984)
Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
2023-11-10 00:32:54 +08:00
Nelson Chan
38efd97b28
Fix: Support float ping in push route (#3987) 2023-11-09 23:39:44 +08:00
Stephen Papierski
d3709802c5
Add db defaults so existing entries don't show up empty 2023-11-08 16:31:06 -07:00
Stephen Papierski
77dc2dd154
Don't check for slow response unless monitor is UP 2023-11-08 15:22:08 -07:00
Stephen Papierski
d5e680594c
Merge branch 'feature-slow-response-notification' of github.com:stephenpapierski/uptime-kuma into feature-slow-response-notification 2023-11-08 14:55:50 -07:00
Stephen Papierski
1bb1a2bc0b
Add threshold calculations methods 2023-11-08 14:54:20 -07:00
Stephen Papierski
d73a17fd8a Add threshold calculations methods 2023-11-08 14:50:03 -07:00
Stephen Papierski
2ff8e579e1
Merge branch 'louislam:master' into feature-slow-response-notification 2023-11-08 09:15:16 -07:00
Nelson Chan
5b6522a54e
Fix: entryPage setting can be null (#3994) 2023-11-08 20:46:10 +08:00
Stephen Papierski
51e48e6054 Clean up notification logic and messages 2023-11-07 15:51:59 -07:00
Stephen Papierski
9c5bb42b20
Merge branch 'louislam:master' into feature-slow-response-notification 2023-11-03 13:50:01 -06:00
Nelson Chan
b534fde265
Fix: Use ActionSelect for Docker Host & validate input (#3864)
* Fix: Use ActionSelect Docker Host & validate input

* Fix: Handle docker host deleted while editing

* UI: Use add for ActionSelect & prevent delete instead
2023-11-03 21:25:28 +08:00
Stephen Papierski
f81c48d1ca Round response time to nearest ms when using average 2023-11-01 00:41:19 -06:00
Stephen Papierski
da43e1b707 Add calculation method to just use last heartbeat 2023-11-01 00:37:37 -06:00
Stephen Papierski
6c31994387 Fix behavior of slowResponseNotificationRetryInterval 2023-11-01 00:06:05 -06:00
Stephen Papierski
fd745d1dcc Prevent slowResponseNotificationRange from being less than one Heartbeat Interval 2023-10-31 23:46:20 -06:00
Stephen Papierski
c722d8b8a6
Merge branch 'louislam:master' into feature-slow-response-notification 2023-10-31 23:20:34 -06:00
Stephen Papierski
8fc0b6a0a1 Add slow response notification resend interval, also notify when response time returns to normal 2023-10-31 23:17:35 -06:00
Louis Lam
ce0ba6c0ca
Fix/axios abort signal for 1.23.X (#3971)
* Fix: Add axios abort signal

* Chore: Fix comment

---------

Co-authored-by: Nelson Chan <chakflying@hotmail.com>
2023-11-01 10:10:48 +08:00
Nelson Chan
fdfb572e09
Fix: Add axios abort signal (#3961)
* Fix: Add axios abort signal

* Chore: Fix comment
2023-11-01 09:48:13 +08:00
Louis Lam
c43223a16d
Restart running monitors if no heartbeat (#3952) 2023-11-01 09:36:12 +08:00
Louis Lam
df832f15fe
Add Uzbek language (#3959)
* Add uz

* Update i18n.js
2023-10-30 09:23:47 +08:00
Stephen Papierski
8669c5df50 Add slow response notification resend interval to db/gui 2023-10-29 12:28:49 -06:00
Louis Lam
d7b9bcf4b4
Drop install.sh and related files (#3955) 2023-10-29 15:28:47 +08:00
Muhammed Hussein karimi
9f170a68d7
🐛 fix: boolean fields in kafka producer monitor (#3949)
* 🐛 fix: boolean fields in kafka producer monitor

Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>

* 🐛 fix: boolean fields db patch table modify

Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>

* ✏️  typo: remove `_old` COLUMNs in patch-fix-kafka-producer-booleans

Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>

---------

Signed-off-by: Muhammed Hussein Karimi <info@karimi.dev>
2023-10-28 14:42:55 +08:00