#codeberg dependency
1 messages ยท Page 1 of 1 (latest)
hrm, yeah I've been intentionally branching out from GitHub for gestures wildly reasons, this is the first time I've seen codeberg be down, looking into it now. there's also a dependency on https://codeberg.org/vito/tuist as of yesterday, so it goes beyond submodules
status page at least reflects it, but no way to look farther back: https://status.codeberg.org/status/codeberg
This is an overview of the Codeberg Infrastructure. Uptime stats are calculated over the past 24 hours only.
lol the downtime is pretty quickly moving out of the visible window - it was half red before ๐
@tropic solar I don't think you using codeberg is an issue at all... However it does highlight our excessive dependency on external services at runtime
The extra weird component is that we don't actually need any of the bits that are on codeberg. That fetch-all-submodules behavior is perhaps not the right default? ๐ค
IMO it's correct - but should maybe be configurable opt-out depending on the context
the only hope for submodules to ever work in a reasonable way is for them to be fetched by default imo. Dang's tests for example depend on them
Mmm true we have no choice but to assume the whole repo content is needed, sub-modules included