git-next/crates/git/src
Paul Campbell 7a0247ea03
All checks were successful
Rust / build (push) Successful in 1m13s
ci/woodpecker/push/push-next Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
refactor: get commit log from local repo (step 1)
Avoid using a forge-specific API to get a commit log when the
information is already available locally in the cloned repo through a
generic git command.

The commit adds the new method of getting the commit log and compares it
with the original methods, logging if they match or not.

The updated results are returned only if they match.
2024-05-25 08:10:02 +01:00
..
repository refactor: get commit log from local repo (step 1) 2024-05-25 08:10:02 +01:00
branch.rs refactor: remove unused git branch error 2024-05-23 20:52:16 +01:00
commit.rs refactor: get commit log from local repo (step 1) 2024-05-25 08:10:02 +01:00
common.rs refactor: extract repo-actor and gitforge crates 2024-05-22 19:57:48 +01:00
fetch.rs refactor(git): add mock repository and tests 2024-05-21 19:47:01 +01:00
file.rs refactor: move ForgeLike to git 2024-05-23 16:50:36 +01:00
forge_like.rs refactor: move ForgeLike to git 2024-05-23 16:50:36 +01:00
generation.rs refactor(git): more use of derive_more 2024-05-14 16:28:21 +01:00
git_ref.rs refactor(git): more derive_more replacing boilerplate 2024-05-15 20:40:25 +01:00
git_remote.rs refactor(git): more derive_more replacing boilerplate 2024-05-15 20:40:25 +01:00
lib.rs refactor: move ForgeLike to git 2024-05-23 16:50:36 +01:00
push.rs test(git): add more tests 2024-05-19 14:54:17 +01:00
repo_details.rs refactor(git): add mock repository and tests 2024-05-21 19:47:01 +01:00
tests.rs test(git): add more tests 2024-05-19 14:54:17 +01:00
validate.rs refactor(git): add mock repository and tests 2024-05-21 19:47:01 +01:00
validation.rs refactor: move ForgeLike to git 2024-05-23 16:50:36 +01:00