| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-02-03 | Document coverage collection and how to update sqlx | Joel Klinghed | |
| 2025-02-01 | Use workspace instead of features | Joel Klinghed | |
| Having to include --feature=build-server in basically all commands that wasn't building eyeballs-githook got tiring quickly. Instead, use workspaces, with a separate project for building the githook. It means I also had to add a library common with code shared by both githook and server. | |||
| 2025-01-29 | Add git-server to docker-compose | Joel Klinghed | |
| To make a githook that can run on alpine images (using musl) they need to be cross-compiled. Then it became apparent that the githook binary was pulling in all the same dependencies as the server was. This is not good, but apparently also not something Rust/Cargo has figured out. RFC:s has been shutdown. workspace might be an option but then I probably need to also add a "code shared by both githook and server" library that both can link. Problem for another day. | |||
