Owen
ce3c2f7583
Fix #3314
2026-06-23 12:05:47 -04:00
Owen
51c357e6c7
Merge branch 'main' into dev
2026-06-23 11:30:46 -04:00
Owen Schwartz
7ae29612d4
Merge pull request #3302 from RitwijParmar/codex/resource-update-inline-policy-response
...
Fix inline policy fields in resource update response
2026-06-23 08:30:31 -07:00
Owen
da794adb7d
Merge branch 'main' into dev
2026-06-23 11:26:03 -04:00
Owen
8004ae6870
Use the policy when updating rule
...
Fixes #3273
2026-06-23 11:25:53 -04:00
Owen Schwartz
1bff7bbc2f
Merge pull request #3315 from fosrl/dependabot/npm_and_yarn/nodemailer-9.0.1
...
Bump nodemailer from 8.0.9 to 9.0.1
2026-06-23 07:58:58 -07:00
Owen Schwartz
50db5695fc
Merge pull request #3264 from fosrl/dependabot/npm_and_yarn/esbuild-0.28.1
...
Bump esbuild from 0.28.0 to 0.28.1
2026-06-23 07:57:47 -07:00
Owen Schwartz
c76b4555e1
Merge pull request #3316 from fosrl/dependabot/npm_and_yarn/form-data-4.0.6
...
Bump form-data from 4.0.5 to 4.0.6
2026-06-22 14:03:06 -07:00
Owen Schwartz
c25bfbad27
Merge pull request #3317 from fosrl/dependabot/github_actions/actions/checkout-7.0.0
...
Bump actions/checkout from 6.0.2 to 7.0.0
2026-06-22 14:02:51 -07:00
Owen Schwartz
44782f8963
Merge pull request #3323 from fosrl/dependabot/go_modules/install/go-install-dependencies-4dfeb96e78
...
Bump golang.org/x/term from 0.43.0 to 0.44.0 in /install in the go-install-dependencies group
2026-06-22 14:02:31 -07:00
Owen Schwartz
e6f7cd6da9
Merge pull request #3206 from gmpinder/fix-idp-delete
...
fix: Add DELETE /idp/{idpId} to integration API
2026-06-22 14:01:47 -07:00
Owen Schwartz
19faa3a29c
Merge pull request #3223 from Adityakk9031/#2867
...
fix: request logs not loading on initial page open in Community Editi…
2026-06-22 14:00:29 -07:00
Owen
c284dc2e83
Merge branch 'Fredkiss3-refactor/show-if-client-needs-update' into dev
2026-06-22 16:58:55 -04:00
Owen
1b634955d8
Merge branch 'refactor/show-if-client-needs-update' of github.com:Fredkiss3/pangolin into dev
2026-06-22 16:58:50 -04:00
Fred KISSIE
be888c3fc1
💄 Show the latest new update in machine client table
2026-06-22 16:57:47 -04:00
Fred KISSIE
3f2bb42221
♻️ lt instead of lte
2026-06-22 16:57:47 -04:00
Fred KISSIE
5dc3ae4c7f
♻️ sites & clients should not get latest versions on the server
2026-06-22 16:57:45 -04:00
Fred KISSIE
ffb6c64de0
💄 Show updates available in the frontend, on sites & user devices
2026-06-22 16:57:08 -04:00
Fred KISSIE
2cbc6fb128
🏷️ types
2026-06-22 16:57:08 -04:00
Fred KISSIE
75084028d7
♻️ Remove queries that prefetch 1000 users/roles in private resources form
2026-06-22 16:57:08 -04:00
Owen
f44a7c55dd
Merge branch 'refactor/show-if-client-needs-update' of github.com:Fredkiss3/pangolin into Fredkiss3-refactor/show-if-client-needs-update
2026-06-22 16:56:52 -04:00
Owen Schwartz
72fa1d6a14
Merge pull request #3325 from fosrl/queue
...
Improve performance of rebuild functions
2026-06-22 13:49:20 -07:00
Owen
c3820a4e70
Add missing queuing
2026-06-22 16:47:52 -04:00
Owen
6b56c00782
Pull the listing out of the queue
2026-06-22 15:24:31 -04:00
Owen
60c1b572ba
Add drizzle indexes to match db
2026-06-22 15:12:07 -04:00
Owen
604dee9aa5
Batch get olm ids
2026-06-22 15:12:07 -04:00
Owen
ee42846c90
Add batch messaging functions to rebuild function
2026-06-22 15:12:07 -04:00
copilot-swe-agent[bot]
22ac711dc6
refactor: tighten ws batch typing and queue cleanup logging
2026-06-22 15:12:07 -04:00
copilot-swe-agent[bot]
d09668b20b
feat: batch redis ws direct messages and dedupe rebuild queue jobs
2026-06-22 15:12:07 -04:00
Owen
16abe98fd9
Add queue
2026-06-22 15:12:07 -04:00
copilot-swe-agent[bot]
d240201361
Initial plan
2026-06-22 15:12:07 -04:00
Josh Voyles
b7081aff11
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-22 15:11:51 -04:00
Josh Voyles
a55fb21e53
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-22 15:11:51 -04:00
copilot-swe-agent[bot]
e5e7b79712
test: add normalized ASN validation coverage
2026-06-22 15:11:51 -04:00
copilot-swe-agent[bot]
de48a0529e
refactor: normalize ASN validation value once
2026-06-22 15:11:51 -04:00
copilot-swe-agent[bot]
3f37408dae
fix: allow ALL ASN values in policy rule validation
2026-06-22 15:11:51 -04:00
copilot-swe-agent[bot]
a2882857ff
Initial plan
2026-06-22 15:11:51 -04:00
Owen
476d92b3ac
Convert things to regional cache
2026-06-22 15:11:51 -04:00
Owen
bf604f25e9
Show the input validation in the error report
2026-06-22 15:11:50 -04:00
Owen
34a0d2a68b
Remove NoNewPrivileges
...
Fixes https://github.com/fosrl/newt/issues/383
2026-06-22 15:11:50 -04:00
Owen Schwartz
62c7e0a13e
Merge pull request #3251 from kshitijshresth/fix-path-rule-regex-escaping
...
Fix unescaped regex metacharacters in PATH rule matching causing request failures
2026-06-22 07:40:00 -07:00
dependabot[bot]
753358a17d
Bump golang.org/x/term in /install in the go-install-dependencies group
...
Bumps the go-install-dependencies group in /install with 1 update: [golang.org/x/term](https://github.com/golang/term ).
Updates `golang.org/x/term` from 0.43.0 to 0.44.0
- [Commits](https://github.com/golang/term/compare/v0.43.0...v0.44.0 )
---
updated-dependencies:
- dependency-name: golang.org/x/term
dependency-version: 0.44.0
dependency-type: direct:production
update-type: version-update:semver-minor
dependency-group: go-install-dependencies
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-22 14:32:24 +00:00
Owen Schwartz
c859393418
Merge pull request #3225 from fosrl/chore/dependabot-single-pr-groups
...
chore(dependabot): group dependency updates into single PRs per ecosystem
2026-06-22 07:31:25 -07:00
dependabot[bot]
d747b45f0b
Bump actions/checkout from 6.0.2 to 7.0.0
...
Bumps [actions/checkout](https://github.com/actions/checkout ) from 6.0.2 to 7.0.0.
- [Release notes](https://github.com/actions/checkout/releases )
- [Changelog](https://github.com/actions/checkout/blob/main/CHANGELOG.md )
- [Commits](de0fac2e45...9c091bb21b )
---
updated-dependencies:
- dependency-name: actions/checkout
dependency-version: 7.0.0
dependency-type: direct:production
update-type: version-update:semver-major
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-22 01:33:16 +00:00
dependabot[bot]
a24091257a
Bump form-data from 4.0.5 to 4.0.6
...
Bumps [form-data](https://github.com/form-data/form-data ) from 4.0.5 to 4.0.6.
- [Changelog](https://github.com/form-data/form-data/blob/master/CHANGELOG.md )
- [Commits](https://github.com/form-data/form-data/compare/v4.0.5...v4.0.6 )
---
updated-dependencies:
- dependency-name: form-data
dependency-version: 4.0.6
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-21 19:40:11 +00:00
dependabot[bot]
1c60041390
Bump nodemailer from 8.0.9 to 9.0.1
...
Bumps [nodemailer](https://github.com/nodemailer/nodemailer ) from 8.0.9 to 9.0.1.
- [Release notes](https://github.com/nodemailer/nodemailer/releases )
- [Changelog](https://github.com/nodemailer/nodemailer/blob/master/CHANGELOG.md )
- [Commits](https://github.com/nodemailer/nodemailer/compare/v8.0.9...v9.0.1 )
---
updated-dependencies:
- dependency-name: nodemailer
dependency-version: 9.0.1
dependency-type: direct:production
...
Signed-off-by: dependabot[bot] <support@github.com >
2026-06-21 09:46:17 +00:00
Ritwij Aryan Parmar
95c3f74a33
Fix inline policy fields in resource update response
2026-06-17 14:36:34 -04:00
Owen Schwartz
16c0f4eef4
Merge pull request #3277 from fosrl/dev
...
Fix middleware and suppoter footer
2026-06-14 14:44:33 -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