Commit graph

12 commits

Author SHA1 Message Date
834dff4370 chore: convert project into a cargo workspace 2024-05-11 16:33:18 +01:00
1cd56d953e feat(server): allow specifying id address and port to bind to
Closes kemitix/git-next#44
2024-05-10 22:02:08 +01:00
daa40e7621 refactor(server): extract Repository::open and clone 2024-05-10 10:11:34 +01:00
62bee38c85 feat(server): use cached Repository from RepoActor 2024-05-10 10:10:43 +01:00
e5a8051a31 feat(server): reload .git-next.toml from repo when main branch updated
Only does this if the repo config (i.e. the main, next and dev branches) are detailed in the
.git-next.toml file within the repo, rather than in the git-next-server.toml file.

Closes kemitix/git-next#74
2024-05-08 07:37:08 +01:00
b1638a65fc feat(server): give Server an incremental generation counter 2024-05-07 18:59:51 +01:00
5ba5a126c3 fix(gitforge): use local repo or clone to allow git push
The `git push` command requires a git directory (bare at a minimum)
before it can work.
The git dir must also be up-to-date with the relevant references from
the remote, so
we do a `git fetch` before a `git push`.

Closes kemitix/git-next#51
2024-05-03 19:08:58 +01:00
31ef0c19fb feat(config): use specified gitdir when supplied
The user can specify a gitdir for a repo in the `git-next-server.toml` file.
When they do, then we should use that directory.

Closes kemitix/git-next#71
2024-04-29 06:52:50 +01:00
e357da4346 chore(deps): update kxio to v1.1.0 2024-04-28 16:53:02 +01:00
ff6e61b0ee feat: validate repo if it already exists
Closes kemitix/git-next#60
2024-04-25 19:41:41 +01:00
555aada7e9 fix(#61): Format path to clone into correctly
Closes kemitix/git-next#61

`GitDir` was being inserted into the command string as
"GitDir(\"data/default/foo\")".
2024-04-23 18:58:07 +01:00
e10561f853 refactor(server/config): move tests into their own file 2024-04-21 18:24:14 +01:00