Owen Schwartz
a76c680914
Merge pull request #3267 from Josh-Voyles/memfix1-1.18.4
...
fix(sqlite): revert no-op finalize wrapper and aggressive PRAGMAs (#2120 )
2026-06-22 07:35:56 -07:00
Owen Schwartz
4fd3d6078e
Merge pull request #3296 from fosrl/copilot/public-resource-policy-asn-bug-fix
...
Allow `ALL` / `AS0` ASN values in public resource policy rules
2026-06-22 07:20:17 -07:00
Owen
bc28290d8e
Convert things to regional cache
2026-06-21 16:01:46 -04:00
Owen
241610579c
Show the input validation in the error report
2026-06-19 13:02:38 -04:00
copilot-swe-agent[bot]
7c15c428b3
test: add normalized ASN validation coverage
2026-06-16 23:48:28 +00:00
copilot-swe-agent[bot]
f3a52e31d1
refactor: normalize ASN validation value once
2026-06-16 23:46:44 +00:00
copilot-swe-agent[bot]
5e26ceaf02
fix: allow ALL ASN values in policy rule validation
2026-06-16 23:44:35 +00:00
copilot-swe-agent[bot]
d6fe357fcb
Initial plan
2026-06-16 23:39:56 +00:00
Owen
f9cc52ece9
Remove NoNewPrivileges
...
Fixes https://github.com/fosrl/newt/issues/383
2026-06-14 15:02:18 -07:00
Owen
a08c6d70fe
Comment out
2026-06-14 14:44:08 -07:00
miloschwartz
a6568692b7
force set supporter status to true in server info endpoint
2026-06-14 14:40:37 -07:00
Owen
a1196d3da6
Remove supporter warning
2026-06-14 14:34:39 -07:00
Owen
70bc4c0b30
Remove the path rewrite from the next route
2026-06-14 14:30:16 -07:00
Owen
ea1badf4e0
Add middleware for rewriting host headers
2026-06-14 12:04:02 -07:00
Owen
4435a669a6
Fill in missing ui urls from the passed params
2026-06-14 11:35:27 -07:00
Owen
90eceb457a
Clean up url passing
2026-06-14 11:10:05 -07:00
Owen
f39cbc9bf4
Add same signature to oss
2026-06-14 11:03:14 -07:00
Owen
50da863bb7
Add maintence page support for remote nodes
2026-06-13 21:45:52 -07:00
Owen
c6ddd5c402
Open up holepunch requirements
2026-06-13 14:14:34 -07:00
Owen
0fb5ace9c7
Support the browser gateways on the remote nodes
2026-06-13 14:08:03 -07:00
Josh Voyles
522ca671b5
fix: remove no-op autoFinalizeStatement wrapper and redundant busy_timeout ( #2120 )
...
better-sqlite3 11.x exposes no Statement.finalize() — the wrapper threw and
swallowed a TypeError on every query (verified: 'Statement.finalize exists:
undefined' in the runner image) while adding +122% per-statement overhead
(3.90 -> 8.66 us/op, 200k-op in-container microbench) and freeing nothing.
Statement lifecycle is GC-managed by the driver; drizzle-orm prepares fresh
per query, so nothing accumulates unbounded.
busy_timeout=5000 duplicates better-sqlite3's default timeout option, which
already arms sqlite3_busy_timeout(db, 5000) at open (lib/database.js).
With ENABLE_SQLITE_WAL_MODE unset the driver is now runtime-identical to
pre-1.18.3 (zero pragmas). The env-gated WAL block stays: journal_mode is
sticky in the DB file, so removing it would strand opted-in databases on
WAL+synchronous=FULL.
Co-Authored-By: Claude Fable 5 <noreply@anthropic.com >
2026-06-13 14:53:16 -04:00
Josh Voyles
d94af2b8ea
fix(sqlite): remove cache_size and mmap_size PRAGMAs ( #2120 )
...
A 64 MB page cache plus a 256 MB memory-mapped region inflate RSS and
cause page-cache thrashing on small (~1 GB) instances. The PRAGMAs were
added to reduce event-loop blocking on TraefikConfigManager JOINs but
the memory cost outweighs the I/O benefit on the deployment shapes that
hit #2120 . Leave SQLite on its conservative defaults.
Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com >
2026-06-13 14:53:07 -04:00
Owen
39f40e5160
Allow missing agent host
2026-06-12 15:01:09 -07:00
Owen
3fd5c98def
Fix #3252
2026-06-12 14:44:45 -07:00
Owen
5a8a48f9bf
Enforce the action inside of the function
2026-06-12 14:22:17 -07:00
Owen
471ae98204
Pull roles from resource policies
...
Fixes #3256
2026-06-12 14:12:01 -07:00
Owen Schwartz
d985bfd3a6
Merge pull request #3260 from fosrl/crowdin_dev
...
New Crowdin updates
2026-06-12 13:58:34 -07:00
Owen Schwartz
aab51a999c
New translations en-us.json (Norwegian Bokmal)
...
[ci skip]
2026-06-12 13:53:58 -07:00
Owen Schwartz
ae4f5aa58d
New translations en-us.json (Chinese Simplified)
...
[ci skip]
2026-06-12 13:53:57 -07:00
Owen Schwartz
70d5f55437
New translations en-us.json (Turkish)
...
[ci skip]
2026-06-12 13:53:55 -07:00
Owen Schwartz
08df4b93aa
New translations en-us.json (Russian)
...
[ci skip]
2026-06-12 13:53:54 -07:00
Owen Schwartz
61f0bc95c7
New translations en-us.json (Portuguese)
...
[ci skip]
2026-06-12 13:53:52 -07:00
Owen Schwartz
5b0f79a8bc
New translations en-us.json (Polish)
...
[ci skip]
2026-06-12 13:53:50 -07:00
Owen Schwartz
86ff272095
New translations en-us.json (Dutch)
...
[ci skip]
2026-06-12 13:53:49 -07:00
Owen Schwartz
ef0575cc36
New translations en-us.json (Korean)
...
[ci skip]
2026-06-12 13:53:48 -07:00
Owen Schwartz
30a6889ba8
New translations en-us.json (Italian)
...
[ci skip]
2026-06-12 13:53:46 -07:00
Owen Schwartz
ce43e717d5
New translations en-us.json (German)
...
[ci skip]
2026-06-12 13:53:44 -07:00
Owen Schwartz
1f0361e687
New translations en-us.json (Czech)
...
[ci skip]
2026-06-12 13:53:43 -07:00
Owen Schwartz
07ae57ea72
New translations en-us.json (Bulgarian)
...
[ci skip]
2026-06-12 13:53:41 -07:00
Owen Schwartz
fc982232d6
New translations en-us.json (Spanish)
...
[ci skip]
2026-06-12 13:53:40 -07:00
Owen Schwartz
afaf5f976e
New translations en-us.json (French)
...
[ci skip]
2026-06-12 13:53:38 -07:00
Owen
a8ca28acb2
Add default for target type
...
Fixes #3247
2026-06-12 11:29:16 -07:00
Owen
935593885a
Adjust 1.19 and add 1.19.1 to ensure sso not null
2026-06-11 22:01:20 -07:00
miloschwartz
3fcfd3304f
fix address input width
2026-06-11 18:34:22 -07:00
Owen
820f66e58f
Properly hide things with disable enterprise flag
2026-06-11 16:10:29 -07:00
Owen
b0fdc10e06
Properly hide things with disable enterprise flag
2026-06-11 16:01:32 -07:00
miloschwartz
b82b41ed26
fix migration
2026-06-11 15:02:29 -07:00
miloschwartz
3e977ba00d
make paid alert position more consistent on resource
2026-06-11 12:38:08 -07:00
Owen
5f0bc71bcd
Merge branch 'main' into dev
2026-06-11 12:26:31 -07:00
miloschwartz
aea7827c1a
fix paywalling
2026-06-11 12:26:01 -07:00