Trunk-based development manager for a solo developer. https://git.kemitix.net/kemitix/git-next
Find a file
ForgeJo Action. See: https://git.kemitix.net/kemitix/rust 3672fd5d45
All checks were successful
ci/woodpecker/pr/cron-docker-builder Pipeline was successful
ci/woodpecker/pr/push-next Pipeline was successful
ci/woodpecker/pr/tag-created Pipeline was successful
ci/woodpecker/pull_request_closed/cron-docker-builder Pipeline was successful
ci/woodpecker/pull_request_closed/push-next Pipeline was successful
ci/woodpecker/pull_request_closed/tag-created Pipeline was successful
ci/woodpecker/push/cron-docker-builder Pipeline was successful
ci/woodpecker/push/tag-created Pipeline was successful
ci/woodpecker/push/push-next Pipeline was successful
Release Please / Release-plz (push) Successful in 6m17s
ci/woodpecker/tag/push-next Pipeline was successful
ci/woodpecker/tag/cron-docker-builder Pipeline was successful
ci/woodpecker/tag/tag-created Pipeline was successful
Rust / build (push) Successful in 9m2s
ci/woodpecker/cron/cron-docker-builder Pipeline was successful
ci/woodpecker/cron/push-next Pipeline was successful
ci/woodpecker/cron/tag-created Pipeline was successful
chore: release
Signed-off-by: ForgeJo Action. See: https://git.kemitix.net/kemitix/rust <action@git.kemitix.net>
2024-09-04 05:45:15 +00:00
.cargo fix: remove dependcy on clang & mold 2024-08-04 20:41:38 +01:00
.forgejo/workflows build: test all feature combinations 2024-08-12 10:01:32 +01:00
.git-hooks chore: convert project into a cargo workspace 2024-05-11 16:33:18 +01:00
.woodpecker build(woodpecker): build docker image on push to next 2024-09-01 13:53:03 +01:00
crates fix(tui): alerts are cleared on next repo update 2024-09-04 06:35:41 +01:00
.gitignore chore: for binary we track Cargo.lock 2024-08-02 08:52:23 +01:00
.rgignore build(woodpecker): TODO checker ignores git hook samples 2024-04-07 17:17:49 +01:00
bacon.toml chore: bacon treats clippy warnings as errors 2024-07-05 20:12:17 +01:00
Cargo.lock chore: release 2024-09-04 05:45:15 +00:00
Cargo.toml chore: release 2024-09-04 05:45:15 +00:00
CHANGELOG.md chore: release 2024-09-04 05:45:15 +00:00
cliff.toml fix(docs): git-cliff template add null check 2024-05-20 09:00:43 +01:00
Dockerfile build(docker): enable passing arguments when running via docker 2024-09-03 20:08:40 +01:00
Dockerfile.builder chore(deps): update docker.io/rust docker tag to v1.80.1 2024-08-08 20:46:07 +00:00
justfile build(mac): make it clean when mac tunnel has closed 2024-09-01 06:35:55 +01:00
LICENSE docs(license): update copyright name 2024-04-08 20:32:10 +01:00
README.md docs: update link from root README to cli README 2024-07-15 16:08:48 +01:00
release-plz.toml fix: Revert "fix: release-plz generated PR changelog" 2024-08-10 18:38:14 +01:00
RELEASE.md docs(release): add links 2024-09-01 13:26:49 +01:00
renovate.json chore: renovate PRs should target dev branch 2024-08-02 10:45:30 +01:00

git-next

Trunk-based developement manager.

git-next is a combined server and command-line tool that enables trunk-based development workflows where each commit must pass CI before being included in the main branch.

See README.md for more information.