| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2025-06-05 | Add grit module to common | Joel Klinghed | |
| Parses grit files. I tried using serde-xml-rs but it can't handle text mixed with elements so xml-rs and event stream it is. | |||
| 2025-02-03 | code coverage: Add tests for common | Joel Klinghed | |
| Add coverage for common as well as server. Fix fs_utils::create_dir_allow_existing to fail if entry exists but isn't a dir. | |||
| 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. | |||
