Frank Elsinga
91f0f87904
fix(discord): hide empty Service URL and N/A Ping fields ( #6561 )
2026-01-02 06:54:07 +01:00
Frank Elsinga
cd874e787b
Merge branch 'master' into fix/discord-empty-service-url
2026-01-02 06:48:45 +01:00
Frank Elsinga
e4552a2184
simplify extractAddress(monitorJSON) a bit more
2026-01-02 06:47:29 +01:00
Frank Elsinga
1532acaaf3
don't call extractAddress twice
2026-01-02 06:46:50 +01:00
Frank Elsinga
d53248dc85
feat(status-page): add og:type Open Graph meta tags ( #6562 )
2026-01-02 06:45:12 +01:00
Frank Elsinga
f695304537
Merge branch 'master' into add-og-meta-tags
2026-01-02 06:41:04 +01:00
Frank Elsinga
6a95a88213
Update server/model/status_page.js
2026-01-02 06:40:27 +01:00
Frank Elsinga
1d0415f664
fix(ci): update OS versions in auto-test workflow to use github hosted instead of selfhosted runners ( #6567 )
2026-01-02 12:48:27 +08:00
Frank Elsinga
7e557db5f9
chore(sec): pin gha, add dependabot to update them and don't persist credentials ( #6568 )
2026-01-02 03:36:47 +01:00
Frank Elsinga
289fee40bb
Apply suggestions from code review
2026-01-02 03:29:23 +01:00
Frank Elsinga
a5a20ac075
fix a few more CI issues
2026-01-02 03:07:34 +01:00
Frank Elsinga
a603b8e7d3
more permissions
2026-01-02 03:01:35 +01:00
Frank Elsinga
7141d16a33
add more permissions
2026-01-02 02:59:20 +01:00
Frank Elsinga
c37d019f43
add more permission blocks
2026-01-02 02:58:07 +01:00
Frank Elsinga
1a5b989496
tighten permissions for stalebot
2026-01-02 02:55:14 +01:00
Frank Elsinga
77f52e4d47
don't persist credentials in CI
2026-01-02 02:51:43 +01:00
Frank Elsinga
ba26a31942
add a cooldown
2026-01-02 02:49:26 +01:00
Frank Elsinga
3846333ffb
Update .github/dependabot.yml
2026-01-02 02:48:31 +01:00
Frank Elsinga
4e2b63a6c6
Merge branch 'master' into pin-gha
2026-01-02 02:45:05 +01:00
Frank Elsinga
373ebe2df7
Update prevent-file-change.yml
2026-01-02 02:41:05 +01:00
Frank Elsinga
44cc5e08a7
pin gha and add dependabot to update them
2026-01-02 02:37:58 +01:00
Frank Elsinga
d8bd71f9c9
Added a button to reset the status page icon to the default ( #6533 )
2026-01-01 20:28:32 +01:00
Cyril59310
480695ff42
Merge branch 'louislam:master' into add-default-icons-status-page
2026-01-01 19:29:27 +01:00
Frank Elsinga
6d01cf0aae
chore(tests): using test suites and better test names where possible ( #6564 )
2026-01-01 17:16:01 +01:00
Frank Elsinga
cf1e17f587
fix lint
2026-01-01 17:08:36 +01:00
Frank Elsinga
5f0b1f5e4d
improve naming for migration tests
2026-01-01 17:06:29 +01:00
Frank Elsinga
31285004ba
move the maintenance to the utils test
2026-01-01 17:06:05 +01:00
Frank Elsinga
f426e5819a
reword more of our testsuite names
2026-01-01 17:01:32 +01:00
Frank Elsinga
a27b4eb93f
fix fmt
2026-01-01 16:54:34 +01:00
Frank Elsinga
d493291025
update the readme
2026-01-01 16:51:02 +01:00
Frank Elsinga
ac1c43d2cc
move the webhook to a better place
2026-01-01 16:47:31 +01:00
Frank Elsinga
453e468b77
refactor the system utilities test
2026-01-01 16:42:56 +01:00
Frank Elsinga
19880f479e
cert hostname
2026-01-01 16:39:00 +01:00
Frank Elsinga
625456ec76
migrate maintenance to use suites
2026-01-01 16:37:03 +01:00
Frank Elsinga
afef0c0e61
move websokcet
2026-01-01 16:35:26 +01:00
Frank Elsinga
49eb0a34a1
migrate domains to use test suites
2026-01-01 16:34:31 +01:00
Frank Elsinga
9abded0baf
fix imports
2026-01-01 16:34:05 +01:00
Frank Elsinga
b91b73a4eb
move monitoring tests to better folder
2026-01-01 16:27:37 +01:00
Frank Elsinga
b6d5dd690d
make sure the calculator uses a suite
2026-01-01 16:25:18 +01:00
Frank Elsinga
e4c347be0b
make sure we use test suites
2026-01-01 16:22:17 +01:00
Frank Elsinga
0901434c9f
fix the conditions tests being weirder than they need to
2026-01-01 16:16:45 +01:00
Frank Elsinga
bcfd1e9295
group related components
2026-01-01 15:41:07 +01:00
DanielDerefaka
c9381154a6
feat(status-page): add og:type and og:image Open Graph meta tags
...
Added additional Open Graph meta tags to status pages for better
social media sharing:
- og:type (set to "website")
- og:image (uses the status page icon if configured)
This complements the existing og:title and og:description tags.
Fixes #6514
2026-01-01 11:41:11 +01:00
DanielDerefaka
b16aa9c832
fix(discord): hide empty Service URL and N/A Ping fields
...
- Only show Service URL field when extractAddress returns a non-empty value
- Only show Ping field when ping value is not null
- This fixes unnecessary 'https://' and 'N/A' values showing for groups
Fixes #3327
Contribution by Gittensor, see my contribution statistics at https://gittensor.io/miners/details?githubId=101010297
2026-01-01 11:07:16 +01:00
Frank Elsinga
5e6982c500
Fix for more resilient WS check + Subprotocol inputs + Timeouts ( #6551 )
2026-01-01 08:32:52 +01:00
Frank Elsinga
bcdf6b8959
Merge branch 'master' into websocket_test
2026-01-01 08:25:14 +01:00
Frank Elsinga
4a27f921ce
fix(ci): Update domain expiry notification days setting ( #6559 )
2026-01-01 08:13:11 +01:00
Frank Elsinga
402d577429
Update test/backend-test/test-domain.js
2026-01-01 08:02:19 +01:00
Frank Elsinga
20d2693f33
Update test/backend-test/test-domain.js
2026-01-01 03:11:38 +01:00
Frank Elsinga
50b1866889
Merge branch 'master' into CommanderStorm-patch-2
2026-01-01 03:10:48 +01:00