Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
24 commits
Select commit Hold shift + click to select a range
42a6b9c
add support for file level auditing / metrics management
matthewpeterkort Jun 24, 2026
7691882
add additional features to support observability of storage issues
matthewpeterkort Jun 25, 2026
369fd83
fix issues related db allowing multiple credentials for the same buck…
matthewpeterkort Jun 26, 2026
93de956
fix apigen
matthewpeterkort Jun 26, 2026
6ad7fec
scrub file_name from syfon
matthewpeterkort Jun 29, 2026
610582f
cleanup old code, fix some deadcode go tool issues
matthewpeterkort Jun 29, 2026
ff5c22f
remove dead code
matthewpeterkort Jun 29, 2026
b9d9d96
fix gh review issues
matthewpeterkort Jun 29, 2026
f20e0a2
implement bulk HEAD operations for files in bucket
matthewpeterkort Jul 1, 2026
ba2c028
update syfon to correctly return distinct records
matthewpeterkort Jul 2, 2026
0666d17
fix tests
matthewpeterkort Jul 2, 2026
5bb4699
fix hanging coverage test
matthewpeterkort Jul 2, 2026
1aab36a
normalize inspect route
matthewpeterkort Jul 2, 2026
c134cd3
upgrade bulk s3 object deletion plumbing
matthewpeterkort Jul 3, 2026
3c25db9
fix an issue where project query with limit would not stop at first l…
matthewpeterkort Jul 6, 2026
eddcac7
add faster methods for listing files
matthewpeterkort Jul 7, 2026
660a8fe
fix tests
matthewpeterkort Jul 7, 2026
5bf339e
updtae routes
matthewpeterkort Jul 7, 2026
cd948fc
fix bugs
matthewpeterkort Jul 7, 2026
e2a6838
update syfon to not trust bucket outputs
matthewpeterkort Jul 10, 2026
08e36eb
update go version to avoid vuln check issues
matthewpeterkort Jul 10, 2026
2bd19a1
add new route for bulk existance checks in git-drs
matthewpeterkort Jul 15, 2026
1800011
update all the deps
matthewpeterkort Jul 15, 2026
a8a633f
tidy
matthewpeterkort Jul 15, 2026
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion Dockerfile
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# syntax=docker/dockerfile:1.7

FROM golang:1.26.4-alpine AS builder
FROM golang:1.26.5-alpine AS builder

RUN apk add --no-cache build-base git
WORKDIR /src
Expand Down
673 changes: 650 additions & 23 deletions apigen/client/internalapi/internal.gen.go

Large diffs are not rendered by default.

205 changes: 201 additions & 4 deletions apigen/client/metricsapi/metrics.gen.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading
Loading