Jakob Borg
e82ed6e3d3
style: gofumpt all the things ( #9829 )
...
Literally `gofumpt -w .` from the top level dir. Guaranteed to be minor
style changes only and nothing else.
@imsodin per request?
2024-11-19 11:32:56 +01:00
Jakob Borg
47f48faed7
fix(upgrades): avoid clobbering cache when filtering ( #9752 )
...
The slice is shared, can't overwrite elements of it. (Upgrade server
only thing.)
2024-10-02 18:56:39 +00:00
Jakob Borg
4d842f7d3b
feat(ursrv): new metrics based approach
2024-09-30 14:16:27 -05:00
Jakob Borg
fe01b396ba
feat(stupgrades): filter returned releases per compatibility
2024-09-26 10:22:23 +02:00
bt90
9ca101756d
chore(ursrv): add Nix detection ( #9729 )
...
Classify the builder `nix@nix` as [Nix](https://nixos.org/ )
![369684243-172cab09-df6f-449a-a638-1f0a0c080ab3](https://github.com/user-attachments/assets/37a6e0a5-bdcb-4b31-8b36-eaaa42423382 )
2024-09-22 14:03:40 +02:00
bt90
a873d12c65
chore(ursrv): extend F-Droid detection ( #9728 )
...
Our f-droid apps are currently built using `vagrant@bookworm`:
![grafik](https://github.com/user-attachments/assets/172cab09-df6f-449a-a638-1f0a0c080ab3 )
2024-09-22 13:48:38 +02:00
Jakob Borg
d4770ddc77
chore(cmd): clean up commands ( #9705 )
...
Move infrastructure related commands to under `cmd/infra` and
development stuff to `cmd/dev`. The default build command builds the
regular user facing binaries: syncthing, stdiscosrv, and strelaysrv.
2024-09-21 09:04:22 +02:00