| Age | Commit message (Collapse) | Author | |
|---|---|---|---|
| 2024-09-13 | refactor: abstract find pr from branch name | DanConwayDev | |
| so it is done consistantly across ngit and the remote helper | |||
| 2024-09-11 | refactor: fix fmt and clippy issues | DanConwayDev | |
| which potentially were only identified when a dependancy was updated | |||
| 2024-09-04 | refactor(remote): split into modules | DanConwayDev | |
| to make it easier to read | |||
| 2024-09-04 | refactor: fix imports, etc based on restructure | DanConwayDev | |
| move some functions out of ngit and into lib/mod and lib/git_events remove MockConnect from binaries so it is only used in the library. this was done: * mainly because automocks were not being imported from lib into each binary * but also because the these functions were being tested with MockConnect | |||