Commit Graph

6 Commits

Author SHA1 Message Date
Klaas van Schelven 6ad9947460 Uploaded, but ignored, files: warn
See #158
2025-07-23 12:18:30 +02:00
Klaas van Schelven bd1eabe60b Warn (in the logs) on multiple-debug-ids source uploads
See #157, #158
2025-07-23 12:11:20 +02:00
Klaas van Schelven 99f782f4e3 add vacuum_files command
Fix #129
2025-07-17 09:05:16 +02:00
Klaas van Schelven 2e32ec78a3 Artifact Bundle upload: clean up after extract
for each bundle upload both the chunks and the zipped bundle
were kept (even though they are only needed on-upload, i.e.
after extracting we deal with the extracted files exclusively

This is an important step in 'keeping sourcemaps-related data-usage limited'
i.e. see #129
2025-07-16 20:26:28 +02:00
Klaas van Schelven 4bbfe1a4ff Files: use the appropriate db transactions 2025-04-14 09:55:15 +02:00
Klaas van Schelven 70b8afb842 Factor out assemble_artifact_bundle into an async task
I did not do any research into actual timings (i.e. whether there really is a
need to pull this out of the request/response loop) but it seems somewhat
prudent.  Because Sentry also does this (and does it at this point), the whole
thing of matching Sentry's interface is not being complicated by it (if
anything: the contrary).
2025-04-14 09:37:05 +02:00