forked from kemitix/git-next
chore: remove deprecated crates
This commit is contained in:
parent
bf12712bca
commit
e58ba94d97
20 changed files with 0 additions and 138 deletions
|
@ -26,14 +26,6 @@ git-next-core = { path = "crates/core", version = "0.12" }
|
||||||
git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.12" }
|
git-next-forge-forgejo = { path = "crates/forge-forgejo", version = "0.12" }
|
||||||
git-next-forge-github = { path = "crates/forge-github", version = "0.12" }
|
git-next-forge-github = { path = "crates/forge-github", version = "0.12" }
|
||||||
|
|
||||||
# remove after 0.12.0
|
|
||||||
git-next-server = { path = "crates/server", version = "0.12" }
|
|
||||||
git-next-server-actor = { path = "crates/server-actor", version = "0.12" }
|
|
||||||
git-next-forge = { path = "crates/forge", version = "0.12" }
|
|
||||||
git-next-repo-actor = { path = "crates/repo-actor", version = "0.12" }
|
|
||||||
git-next-webhook-actor = { path = "crates/webhook-actor", version = "0.12" }
|
|
||||||
git-next-file-watcher-actor = { path = "crates/file-watcher-actor", version = "0.12" }
|
|
||||||
|
|
||||||
# CLI parsing
|
# CLI parsing
|
||||||
clap = { version = "4.5", features = ["cargo", "derive"] }
|
clap = { version = "4.5", features = ["cargo", "derive"] }
|
||||||
|
|
||||||
|
|
|
@ -18,7 +18,6 @@ github = ["git-next-forge-github"]
|
||||||
|
|
||||||
[dependencies]
|
[dependencies]
|
||||||
git-next-core = { workspace = true }
|
git-next-core = { workspace = true }
|
||||||
git-next-server-actor = { workspace = true }
|
|
||||||
git-next-forge-forgejo = { workspace = true, optional = true }
|
git-next-forge-forgejo = { workspace = true, optional = true }
|
||||||
git-next-forge-github = { workspace = true, optional = true }
|
git-next-forge-github = { workspace = true, optional = true }
|
||||||
|
|
||||||
|
|
|
@ -1,7 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "git-next-file-watcher-actor"
|
|
||||||
version = { workspace = true }
|
|
||||||
edition = { workspace = true }
|
|
||||||
license = { workspace = true }
|
|
||||||
repository = { workspace = true }
|
|
||||||
description = "[deprecated crate] Config file watcher for git-next, the trunk-based development manager"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# 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 [git-next](https://crates.io/crates/git-next) for more information.
|
|
||||||
|
|
||||||
N.B. this crate has been merged into [git-next](https://crates.io/git-next).
|
|
|
@ -1 +0,0 @@
|
||||||
// moved to /crates/cli/src/file_watcher
|
|
|
@ -1,7 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "git-next-forge"
|
|
||||||
version = { workspace = true }
|
|
||||||
edition = { workspace = true }
|
|
||||||
license = { workspace = true }
|
|
||||||
repository = { workspace = true }
|
|
||||||
description = "[deprecated crate] Generic forge support for git-next, the trunk-based development manager"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# 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 [git-next](https://crates.io/crates/git-next) for more information.
|
|
||||||
|
|
||||||
N.B. this crate has been merged into [git-next](https://crates.io/git-next).
|
|
|
@ -1 +0,0 @@
|
||||||
// moved to /crates/cli/src/forge
|
|
|
@ -1,7 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "git-next-repo-actor"
|
|
||||||
version = { workspace = true }
|
|
||||||
edition = { workspace = true }
|
|
||||||
license = { workspace = true }
|
|
||||||
repository = { workspace = true }
|
|
||||||
description = "[deprecated crate] Repository support for git-next, the trunk-based development manager"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# 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 [git-next](https://crates.io/crates/git-next) for more information.
|
|
||||||
|
|
||||||
N.B. this crate has been merged into [git-next](https://crates.io/git-next).
|
|
|
@ -1 +0,0 @@
|
||||||
// moved to /crates/cli/src/repo
|
|
|
@ -1,22 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "git-next-server-actor"
|
|
||||||
version = { workspace = true }
|
|
||||||
edition = { workspace = true }
|
|
||||||
license = { workspace = true }
|
|
||||||
repository = { workspace = true }
|
|
||||||
description = "Server actor for git-next, the trunk-based development manager"
|
|
||||||
|
|
||||||
[dependencies]
|
|
||||||
|
|
||||||
|
|
||||||
[dev-dependencies]
|
|
||||||
# Testing
|
|
||||||
# assert2 = { workspace = true }
|
|
||||||
test-log = { workspace = true }
|
|
||||||
tokio = { workspace = true }
|
|
||||||
|
|
||||||
[lints.clippy]
|
|
||||||
nursery = { level = "warn", priority = -1 }
|
|
||||||
# pedantic = "warn"
|
|
||||||
unwrap_used = "warn"
|
|
||||||
expect_used = "warn"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# 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 [git-next](https://crates.io/crates/git-next) for more information.
|
|
||||||
|
|
||||||
N.B. this crate has been merged into [git-next](https://crates.io/git-next).
|
|
|
@ -1 +0,0 @@
|
||||||
// moved to /crates/cli/src/server/actor
|
|
|
@ -1,7 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "git-next-server"
|
|
||||||
version = { workspace = true }
|
|
||||||
edition = { workspace = true }
|
|
||||||
license = { workspace = true }
|
|
||||||
repository = { workspace = true }
|
|
||||||
description = "[deprecated crate] server for git-next, the trunk-based development manager"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# 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 [git-next](https://crates.io/crates/git-next) for more information.
|
|
||||||
|
|
||||||
N.B. this crate has been merged into [git-next](https://crates.io/git-next).
|
|
|
@ -1 +0,0 @@
|
||||||
// moved to /crates/cli/src/server
|
|
|
@ -1,7 +0,0 @@
|
||||||
[package]
|
|
||||||
name = "git-next-webhook-actor"
|
|
||||||
version = { workspace = true }
|
|
||||||
edition = { workspace = true }
|
|
||||||
license = { workspace = true }
|
|
||||||
repository = { workspace = true }
|
|
||||||
description = "[deprecated crate] webhook actor for git-next, the trunk-based development manager"
|
|
|
@ -1,11 +0,0 @@
|
||||||
# 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 [git-next](https://crates.io/crates/git-next) for more information.
|
|
||||||
|
|
||||||
N.B. this crate has been merged into [git-next](https://crates.io/git-next).
|
|
|
@ -1 +0,0 @@
|
||||||
// moved to /crates/cli/src/webhook
|
|
Loading…
Reference in a new issue