woodpecker-bot
18012d46e8
[Renovate] Update all dependencies
2026-01-17 00:22:21 +00:00
woodpecker-bot
6019a64c41
[Renovate] Update all dependencies
2026-01-10 00:20:46 +00:00
woodpecker-bot
890029a98d
[Renovate] Update all dependencies
2026-01-03 00:11:55 +00:00
woodpecker-bot
b75c37f651
[Renovate] Update module github.com/go-git/go-git/v6 to v6.0.0-20251224103503-78aff6aa5ea9
2025-12-28 23:28:36 +00:00
Catherine
c84e773df1
Update module codeberg.org/git-pages/go-headers to v1.1.1.
2025-12-28 23:22:46 +00:00
woodpecker-bot
f163b9a42a
chore(deps): update module github.com/maypok86/otter/v2 to v2.3.0
2025-12-23 12:48:37 +00:00
woodpecker-bot
71fd1c39df
chore(deps): update all dependencies
2025-12-22 00:47:56 +00:00
woodpecker-bot
32ccb0920f
chore(deps): update all dependencies
2025-12-13 05:26:59 +00:00
miyuko
325d6bedda
[breaking-change] Change the format of the SYSLOG_ADDR env variable.
2025-12-07 09:52:15 +00:00
woodpecker-bot
9e0267828d
chore(deps): update all dependencies
2025-12-07 00:25:53 +00:00
Catherine
82aebb70bf
Add basic garbage tracer.
...
This isn't a concurrent GC and it cannot provide a reliable result;
the output is just an estimate.
2025-12-06 01:21:19 +00:00
woodpecker-bot
7c3b2248c9
chore(deps): update all dependencies
2025-12-06 00:45:24 +00:00
Catherine
886635ce5e
Implement -audit-log option.
...
Also, record the principal of `git-pages -{freeze,unfreeze}-domain`
and `git-pages -update-site` as the CLI administrator.
2025-12-04 15:58:14 +00:00
Catherine
21b82f8e2c
[breaking-change] Implement audit record retrieval.
...
This is only a breaking change if you've enabled the `audit` feature.
All past audit reports should be removed once this commit is deployed,
as both the Protobuf schema and the Snowflake epoch have changed.
2025-12-03 16:43:33 +00:00
Catherine
6e7b42b942
Implement audit notifications.
2025-12-03 06:32:07 +00:00
Catherine
e226f51dd4
Implement auditing of important site lifecycle actions.
...
The list of audit events is:
- `CommitManifest`
- `DeleteManifest`
- `FreezeDomain`
- `UnfreezeDomain`
Currently these are the main abuse/moderation-relevant actions.
If collection is enabled, these events will be logged to `audit/...`
storage hierarchy; a way to examine audit logs will be added in
the future.
The auditing interposer backend is enabled with feature `audit`.
2025-12-03 04:19:41 +00:00
woodpecker-bot
e1a2143d22
fix(deps): update all dependencies
2025-11-29 00:39:09 +00:00
Catherine
f9669e1c69
Update sentry-go.
...
Related to 4cca8abaf0 .
They've fixed it in https://github.com/getsentry/sentry-go/issues/1142
2025-11-26 03:18:47 +00:00
miyuko
eda6d8b6f6
Update the go-slog-syslog dependency.
2025-11-22 14:43:38 +00:00
miyuko
fcc109c315
Add the ability to send logs to a syslog daemon.
2025-11-22 14:10:26 +00:00
woodpecker-bot
4d8f6d5e9d
fix(deps): update module github.com/go-git/go-git/v6 to v6.0.0-20251121083746-39fcec474970
2025-11-22 09:35:57 +00:00
woodpecker-bot
eac02e5758
fix(deps): update all dependencies
2025-11-21 00:31:03 +00:00
Catherine
6db850e2c4
Allow downloading entire site via CLI or HTTP.
...
The HTTP endpoint is `/.git-pages/archive.tar` and it is gated behind
a feature flag `archive-site`. It serially downloads every blob and
writes it to the client in a chunked response, optionally compressed
with gzip or zstd as per `Accept-Encoding:`. It is authorized the same
as `/.git-pages/manifest.json`, for the same reasons.
The CLI operation is `-get-archive <site-name>` and it writes a tar
archive to stdout. This could be useful for an administrator to review
the contents of a site in response to a report.
Both `_headers` and `_redirects` files are present in the output,
reconstituted from the manifest.
2025-11-20 02:09:49 +00:00
Catherine
26b29ec4be
Add Netlify _headers support.
2025-11-11 15:36:14 +00:00
woodpecker-bot
28c1b42167
fix(deps): update all dependencies
2025-10-30 00:10:05 +00:00
woodpecker-bot
b295318118
fix(deps): update all dependencies
2025-10-27 00:11:41 +00:00
woodpecker-bot
f1400aaf62
fix(deps): pin dependencies
2025-10-23 00:11:27 +00:00
miyuko
eda3e8a791
Add stale-while-revalidate support to the cache.
2025-10-15 23:53:12 +01:00
Catherine
5f0a9ad360
Remove Honeybadger integration.
2025-09-30 00:59:14 +00:00
Catherine
217f3a9320
Switch log handling to slog.
...
This currently doesn't add any structure to the logs, changing just
the handler and output format. It does also add Sentry logging support.
The `log-format` configuration value now accepts values `none`, `text`,
and `json`.
2025-09-29 22:10:41 +00:00
Catherine
c3575a09ca
Add Sentry support.
2025-09-29 21:11:10 +00:00
Catherine
3701aa1800
Simplify. NFC
2025-09-22 19:46:17 +00:00
miyuko
1aef0288e7
Add page operation metrics and expose them in Prometheus text format.
2025-09-22 19:03:59 +01:00
Catherine
51606aac98
Replace hardcoded limits with a config file section.
2025-09-21 19:00:36 +00:00
Catherine
960a40d736
Add Honeybadger.io observability support.
...
It's not yet clear how useful it is, but it's at least something.
2025-09-20 14:19:55 +00:00
Catherine
95814dd3f3
Parse _redirects file and store rules in manifest.
2025-09-20 07:16:10 +00:00
Catherine
af5deb60c6
[breaking-change] Accept multiple index repository patterns.
2025-09-18 23:51:20 +00:00
Catherine
07a736382c
Automatically set GOMEMLIMIT at 90% of available memory.
...
Or at the ratio specified by `AUTOMEMLIMIT`.
2025-09-18 03:31:51 +00:00
Catherine
1faf0a4431
Cache manifests in memory when using the S3 backend.
2025-09-17 06:54:20 +00:00
Catherine
7fc81d3d97
[breaking-change] Rearchitect for better object store compatibility.
...
Co-authored-by: bin <flumf@users.noreply.github.com >
2025-09-17 05:59:50 +00:00
Catherine
11145f407e
Add a configuration file.
2025-09-15 06:06:52 +00:00
Catherine
61b226c1f2
Reorganize, add README and LICENSE.
2025-09-05 08:56:35 +00:00