Frank Elsinga
b230ab0a06
migrated grpc keyword to the newer monitoringtype ( #4821 )
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
3 months ago
Louis Lam
6e49601eed
Enforce UP status for non-custom status monitors ( #6433 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
3 months ago
PoleTransformer
5d1b372072
Add Websocket Upgrade Test ( #5613 )
...
Co-authored-by: Your Name <you@example.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
3 months ago
Shaan
0eebe86f81
feat: add SSL/STARTTLS option and certificate monitoring to TCP Port monitor ( #6401 )
...
Co-authored-by: Jacques ROUSSEL <jacques.roussel@rouaje.com>
Co-authored-by: rouja <jacques0roussel@gmail.com>
Co-authored-by: Nelson Chan <3271800+chakflying@users.noreply.github.com>
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
Co-authored-by: Frank Elsinga <frank@elsinga.de>
3 months ago
Frank Elsinga
dda1a3f442
Chore:extracted the redis monitor to a different monitoring type ( #4393 )
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
3 months ago
Louis Lam
8f3cb770eb
[Docker] Bump to Node.js 22 ( #6222 )
...
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
4 months ago
Eric Duminil
c3a62f7461
Allow MQTT topic to have wildcards (# or +) ( #5398 )
4 months ago
Paulus Lucas
2a6d9b4acd
Add Websocket path to mqtt monitor for WebSocket connection ( #6009 )
...
Co-authored-by: copilot-swe-agent[bot] <198982749+Copilot@users.noreply.github.com>
Co-authored-by: lupaulus <20111917+lupaulus@users.noreply.github.com>
7 months ago
Lyall
487cb8fdc5
fix: refresh interval getting incremented by 10 on status page despite a minimum of 5 ( #5961 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
8 months ago
ianlv
54b0c89ea5
chore: fix typos in code comments ( #5966 )
...
Signed-off-by: ianlv <sunlvyun@outlook.com>
8 months ago
grvwy
8909cd008c
feat: add multiple tags in bulk for a monitor ( #5846 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
9 months ago
Ionys
2b3f49a266
Add a public URL field for monitors and uses it on the status page ( #5435 )
...
Co-authored-by: Adam Stachowicz <saibamenppl@gmail.com>
10 months ago
happy-game
86b3ef9c86
feat: Set default friendly name using hostname or the URL host ( #5795 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
10 months ago
Ionys
2ecd7af89b
feat(monitor condition): Remove the empty default condition creation ( #5354 )
1 year ago
Suven-p
c01494ec33
feat: add `RabbitMQ` monitor ( #5199 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
1 year ago
Frank Elsinga
a20a43b8aa
tests: add testcase for the mqtt monitor with testcontainers ( #4451 )
1 year ago
Tanmay Shinde
a5faa4b225
refactor: removed fs-rmsync extra func used for node <14 ( #5159 )
1 year ago
artshllaku
a309cf0e2c
tests: improve playwright test readability ( #5149 )
1 year ago
Shaun
c567e8eb8e
Status Page E2E spec ( #5068 )
1 year ago
Shaun
36f8be040d
Monitor Conditions ( #5048 )
2 years ago
Shaun
3d9bbe1a62
Improve Playwright/E2E testing setup ( #5056 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2 years ago
Frank Elsinga
0ddf35e7b5
Removed now unnecessary version checking ( #4815 )
2 years ago
James Cocker
8456912ae3
Corrected "Login" & "Logout" to verbs (EN) ( #4320 )
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
2 years ago
Nelson Chan
bf1e3a3d5e
Feat: Add `stat_hourly` & min. max. ping ( #4267 )
...
Co-authored-by: Frank Elsinga <frank@elsinga.de>
2 years ago
Louis Lam
996ff28ed9
Playwright + Native Node Test Runner ( #3893 )
2 years ago
Louis Lam
d7b9bcf4b4
Drop install.sh and related files ( #3955 )
2 years ago
Adam Stachowicz
04b8681cfb
Fix few markdownlint warnings ( #3825 )
2 years ago
Frank Elsinga
d6302198f3
chore(jsdoc):Linting fixes ( #3703 )
...
* fixed the lockfile having a different version
* jsdoc
2 years ago
Louis Lam
33f7448048
Don't run worst case test on GitHub Actions ( #3688 )
...
* Don't run worst case test on GitHub Actions
* Deprecate jest
3 years ago
Louis Lam
076331bf00
Uptime calculation improvement and 1-year uptime ( #2750 )
3 years ago
Louis Lam
3e0f5f4231
Merge branch 'master' into 2.0.X
...
# Conflicts:
# package-lock.json
# server/database.js
# server/util-server.js
3 years ago
Louis Lam
d231a05526
Remove babel-plugin-rewire ( #3522 )
3 years ago
Louis Lam
0a59fef7d8
Merge pull request #3490 from chakflying/fix/radius-retry
...
Fix: Incorrect radius error & retry handling
3 years ago
Louis Lam
a0bd4b248b
Merge remote-tracking branch 'origin/master' into 2.0.X
...
# Conflicts:
# docker/debian-base.dockerfile
# package-lock.json
# package.json
# server/database.js
# src/router.js
3 years ago
Nelson Chan
c0eb0cb42c
Chore: Add test radius dockerfile
3 years ago
Louis Lam
9058a829a1
Update install.sh ( #3464 )
3 years ago
nthumann
d55794e1a5
Add test cases for IPv6 addresses in getClientIP
3 years ago
Louis Lam
e4183ee2b7
Database Setup Page ( #2738 )
...
* WIP
* WIP: Database setup process
* Add database setup page
3 years ago
Louis Lam
dc4d2a77bb
WIP
3 years ago
Nelson Chan
95c934e08b
Fix: Do not allow white space around IP
...
Feat: Trim input on submit
Test: Add test for whitespace regex match
3 years ago
David Twigger
2bc165379a
Add unit test for hostNameRegexPattern
3 years ago
David Twigger
1565da87cf
Implement cypress unit testing
3 years ago
Louis Lam
d95e722658
Init dayjs for backend.spec.js
3 years ago
Ben Scobie
c28d8ddff9
Correctly handle multiple IPs in X-Forwarded-For ( #2177 )
...
Co-authored-by: Louis Lam <louislam@users.noreply.github.com>
3 years ago
Louis Lam
b993859926
Drop Jest e2e testing ( #2174 )
3 years ago
Louis Lam
afbc283423
Move Cypress directory and convert it to JavaScript ( #2170 )
3 years ago
tamasmagyar
a68d945cdc
simplified backend unit tests
4 years ago
Jordan Bertasso
c5faf709b8
Merge branch 'master' into fix-1448-discord-service-url
4 years ago
Louis Lam
d962ab7a1c
Merge branch 'master' into uptime-badges
...
# Conflicts:
# package-lock.json
# server/routers/api-router.js
4 years ago
Matthew Nickson
b641c8a878
Add JSDoc to test/*
...
Signed-off-by: Matthew Nickson <mnickson@sidingsmedia.com>
4 years ago