Owen Schwartz
|
e88e262abe
|
Merge pull request #3004 from Fredkiss3/feat/labels-on-sites-and-resources
feat: site & resource labels
|
2026-05-19 20:03:22 -07:00 |
|
Owen
|
6e4a28f227
|
Add site information as well
|
2026-05-14 18:02:42 -07:00 |
|
Owen
|
d58b96f4b1
|
Add port and icmp information to api endpoint
|
2026-05-14 17:39:22 -07:00 |
|
Owen
|
6422208f69
|
Optimize get all relays
|
2026-05-14 16:59:15 -07:00 |
|
Owen
|
c3ebc423b5
|
Each node should only update its own sites
|
2026-05-14 16:51:09 -07:00 |
|
Owen
|
78ad2d17c7
|
Optimize building aliases in jit mode
|
2026-05-14 12:25:05 -07:00 |
|
Owen
|
5a8de8210b
|
Further optimizations
|
2026-05-14 11:59:59 -07:00 |
|
Owen
|
0e0666cacf
|
Optimize this
|
2026-05-14 11:34:09 -07:00 |
|
Fred KISSIE
|
5b50024712
|
Merge branch 'dev' into feat/labels-on-sites-and-resources
|
2026-05-14 18:15:14 +02:00 |
|
Owen
|
92a06e0ea3
|
Handle jit mode with syncs
|
2026-05-13 14:00:43 -07:00 |
|
Owen
|
c16d2ff2ed
|
Fix log message
|
2026-05-13 13:52:35 -07:00 |
|
Fred KISSIE
|
ce746a2a21
|
✨ Handle labels for machine clients
|
2026-05-12 22:32:56 +02:00 |
|
Fred KISSIE
|
7120ab4b22
|
♻️ filter sites & resources by labels
|
2026-05-12 20:45:12 +02:00 |
|
Fred KISSIE
|
9378103ddd
|
✨ handle private resources filtering by labels
|
2026-05-12 20:24:34 +02:00 |
|
Fred KISSIE
|
ab494521b1
|
✨ labels on proxy resources
|
2026-05-11 18:37:16 +02:00 |
|
Fred KISSIE
|
549e1ead1d
|
✨ handle labels in resources too
|
2026-05-11 18:30:23 +02:00 |
|
Fred KISSIE
|
14e1a119d3
|
🚧 WIP: showing labels in proxy resources table
|
2026-05-11 18:24:47 +02:00 |
|
Fred KISSIE
|
8a0c2031d4
|
✨ search list by labels too
|
2026-05-11 18:02:59 +02:00 |
|
miloschwartz
|
9fb677e952
|
allow editing self and owner user roles
|
2026-05-08 17:48:43 -07:00 |
|
Owen
|
114486608e
|
Add client endpoint to network log
|
2026-05-08 17:04:58 -07:00 |
|
Fred KISSIE
|
2fd519e102
|
✨ add and toggle site labels
|
2026-05-08 22:31:36 +02:00 |
|
Fred KISSIE
|
e61ef2ca2a
|
🚧 wip: label selector
|
2026-05-08 20:06:42 +02:00 |
|
Fred KISSIE
|
39b09b7f3f
|
Merge branch 'dev' into feat/labels-on-sites-and-resources
|
2026-05-08 18:21:46 +02:00 |
|
Owen
|
5b8994d143
|
Cange to use primaryDb
|
2026-05-07 20:07:06 -07:00 |
|
Owen
|
4eb49e3e60
|
Make the rebuild long running function background
|
2026-05-07 15:40:34 -07:00 |
|
Owen
|
8ed01372b8
|
Add org to logs
|
2026-05-07 15:14:44 -07:00 |
|
Owen
|
adf4a1ffda
|
Link to http private resources
|
2026-05-06 11:03:38 -07:00 |
|
Owen
|
7d67fb9984
|
Make sure the domain is defined on a http resource
|
2026-05-05 20:07:06 -07:00 |
|
miloschwartz
|
2ecf076c0f
|
don't await second calculate func
|
2026-05-05 12:37:52 -07:00 |
|
miloschwartz
|
e06dda27cb
|
dont wait rebuild
|
2026-05-05 12:10:55 -07:00 |
|
Fred KISSIE
|
3253d60900
|
🚧 Add CRUD endpoints and tables for labels
|
2026-05-05 20:53:16 +02:00 |
|
miloschwartz
|
18f6e0f75d
|
add subscribed check back
|
2026-05-05 11:52:31 -07:00 |
|
Owen Schwartz
|
0e7aafd364
|
Merge pull request #2998 from Josh-Voyles/mem-fix-2
fix: deterministically finalize SQLite prepared statements to prevent native memory leak (#2120)
|
2026-05-04 17:29:45 -07:00 |
|
Owen
|
d724f5bb5d
|
Add missing redirects and threshold to api
Fixes #2987
|
2026-05-04 10:46:11 -07:00 |
|
Owen
|
bcd164219f
|
Try to speed up
|
2026-05-03 12:29:48 -07:00 |
|
Mustafa
|
b2c8311b26
|
Merge branch 'fosrl:dev' into dev
|
2026-05-03 18:53:48 +02:00 |
|
Josh Voyles
|
9bd33072f4
|
cleaned comments - more concise
|
2026-05-03 00:00:11 -04:00 |
|
miloschwartz
|
3694f43ae8
|
dont early return on multi org
|
2026-05-02 20:38:14 -07:00 |
|
Owen
|
b8822b4d25
|
Fix CE not processing alert status
Fixes #2968
|
2026-05-02 13:38:05 -07:00 |
|
Josh Voyles
|
0655ba9423
|
fix: revert investigative changes, keep root cause fixes only
Reverts diagnostic instrumentation and defensive hardening added during
memory leak investigation. Only root cause fixes survive.
Root causes fixed:
- SQLite driver: auto-finalize wrapper + PRAGMAs
- WS routers: delete clientConfigVersions on disconnect (unbounded Map leak)
- WS private router: same + Redis key cleanup
Reverted:
- Memory monitor, rate limiting, request timeouts (diagnostic/hardening)
- shutdownAuditLogger wiring, audit re-queue change, debug logs (cleanup/secondary)
- package-lock.json drift
|
2026-05-02 16:33:13 -04:00 |
|
Owen
|
e1afbc226c
|
Allow configuring the webhook body
|
2026-05-02 13:26:54 -07:00 |
|
Owen
|
726e000154
|
Show remote nodes update in table
|
2026-05-02 11:55:01 -07:00 |
|
Josh Voyles
|
d6abe83fdc
|
fix: memory improvements
- SQLite: enable WAL mode and PRAGMA performance settings
- ws.ts (public + private): fix clientConfigVersions memory leak
- internal server: add rate limiting and request timeouts
- audit log: fix flush re-queue feedback loop
- memory: add monitoring instrumentation
- security: remove debug log of full request body
|
2026-05-02 07:37:18 -04:00 |
|
miloschwartz
|
9757c3d8b6
|
show newt version on site
|
2026-05-01 16:26:45 -07:00 |
|
Owen
|
53e096f7cb
|
Allow deleting account with trial
|
2026-05-01 15:01:48 -07:00 |
|
Owen
|
54d2d689c1
|
Run messaging for delete in the background as well
|
2026-04-30 14:38:03 -07:00 |
|
Owen
|
68f5512732
|
Handle messaging in the background; dont time out
|
2026-04-30 14:00:32 -07:00 |
|
miloschwartz
|
a029b107ae
|
dont show site online status for local sites
|
2026-04-29 12:35:08 -07:00 |
|
Owen
|
8c645315f3
|
Handle when siteIds is not provided
|
2026-04-29 10:59:36 -07:00 |
|
Owen
|
1d0a92c83e
|
Its in the transaction so we wait
|
2026-04-28 22:22:06 -07:00 |
|