treewide: radicle.{xyz → dev,network}
We have moved to radicle.dev, so adjust the domain name in various places.
43 files changed
+204
-131
099722dd
→
aa177b04
modified .env.seed
@@ -1,2 +1,2 @@
| - | |
| + | |
|
modified .github/README.md
@@ -26,7 +26,7 @@ GitHub, but only via Radicle directly. However, pull requests are still
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,7 +34,7 @@ Radicle and follow our [guides][guides].
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -42,12 +42,12 @@ address). This allows us to discuss your feedback on Zulip, and, if necessary,
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified .typos.toml
@@ -27,7 +27,7 @@ extend-ignore-re = [
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified ARCHITECTURE.md
@@ -1,3 +1,3 @@
|
|
|
|
| - | |
| + | |
modified CHANGELOG.md
@@ -7,6 +7,15 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified CONTRIBUTING.md
@@ -28,7 +28,7 @@ simple guidelines.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -194,9 +194,9 @@ for the reader:
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -208,11 +208,18 @@ or fork it altogether. It also tends to produce better, more flexible, code.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified Cargo.lock
@@ -3217,6 +3217,7 @@ dependencies = [
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified Cargo.toml
@@ -4,9 +4,9 @@ resolver = "2"
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -34,6 +34,7 @@ gix-hash = { version = "0.22.1", default-features = false, features = ["sha1"] }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified README.md
@@ -11,11 +11,11 @@ Radicle was designed to be a secure, decentralized and powerful alternative to
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -32,9 +32,9 @@ in-depth description of how Radicle works.
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -50,7 +50,7 @@ commands from inside this repository:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -63,7 +63,7 @@ For running in debug mode, see [HACKING.md](HACKING.md).
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -84,5 +84,5 @@ See [LICENSE-APACHE](LICENSE-APACHE) and [LICENSE-MIT](LICENSE-MIT) for details.
|
|
|
|
|
|
| - | |
| + | |
|
modified RELEASE.md
@@ -93,7 +93,7 @@ install the binaries, as well as launching the new binaries on our team seed
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -102,14 +102,14 @@ SSH_LOGIN=<user> build/upload 1.3.0-rc.3
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -133,7 +133,7 @@ Radicle 1.5.0-rc.2 (7b00bf2e3) is released.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -243,11 +243,11 @@ Remember that `heartwood/CHANGELOG.md` must be updated to include the latest
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
| - | |
| - | |
| + | |
| + | |
modified build/Dockerfile
@@ -3,7 +3,7 @@ ARG RUST_VERSION="1.85"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified build/release
@@ -7,12 +7,12 @@ if [ $# -ne 1 ]; then
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified build/upload
@@ -2,7 +2,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -17,7 +17,7 @@ main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-config.md
@@ -4,9 +4,9 @@ In its simplest form, `rad config` prints the current configuration.
|
|
|
|
|
|
| - | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
@@ -71,7 +71,7 @@ $ rad config schema
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -115,7 +115,7 @@ $ rad config schema
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -815,7 +815,7 @@ You can also get any value in the configuration by path, eg.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-help.md
@@ -6,7 +6,7 @@ See `rad <COMMAND> --help` to learn about a specific command.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-inbox.md
@@ -110,7 +110,7 @@ Your inbox is empty.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -128,7 +128,7 @@ $ rad inbox show 1
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-init-sync-preferred.md
@@ -16,7 +16,7 @@ You can show it any time by running `rad .` from this directory.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-node.md
@@ -125,8 +125,8 @@ $ rad sync status
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-patch-open-explore.md
@@ -7,7 +7,7 @@ $ git push rad HEAD:refs/patches
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -25,7 +25,7 @@ To compare against your previous revision acab0ec, run:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -41,7 +41,7 @@ $ git push rad master
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/examples/rad-warn-old-nodes.md
@@ -3,6 +3,12 @@ $ rad config push preferredSeeds z6MkrLMMsiPWUcNPHcRajuMi9mDfYckSoJyPwwnknocNYPm
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -38,8 +44,10 @@ $ rad debug
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -48,8 +56,10 @@ Also, `rad node status` will warn us:
|
|
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/main.rs
@@ -27,7 +27,7 @@ See `rad <COMMAND> --help` to learn about a specific command.
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -116,7 +116,7 @@ fn main() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-cli/src/warning.rs
@@ -1,19 +1,30 @@
|
|
|
|
|
|
| - | |
|
|
| + | |
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
@@ -24,9 +35,10 @@ fn nodes_renamed_for_option(
|
|
|
|
|
|
| - | |
| + | |
| + | |
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/Cargo.toml
@@ -23,6 +23,7 @@ crossbeam-channel = { workspace = true }
|
|
|
|
|
|
| + | |
|
|
|
|
|
modified crates/radicle-node/src/main.rs
@@ -213,6 +213,55 @@ enum ExecutionError {
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -244,39 +293,14 @@ fn execute(options: Options) -> Result<(), ExecutionError> {
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-node/src/tests.rs
@@ -233,11 +233,11 @@ fn test_inbound_connection() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1186,7 +1186,7 @@ fn test_inventory_relay() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1196,7 +1196,7 @@ fn test_persistent_peer_reconnect_attempt() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1246,7 +1246,7 @@ fn test_persistent_peer_reconnect_attempt() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -1255,7 +1255,7 @@ fn test_persistent_peer_reconnect_success() {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle-protocol/Cargo.toml
@@ -4,7 +4,7 @@ description = "The Radicle Protocol"
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/Cargo.toml
@@ -42,7 +42,7 @@ dunce = { workspace = true }
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/explorer.rs
@@ -90,7 +90,7 @@ impl Default for Explorer {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/identity/doc.rs
@@ -153,7 +153,7 @@ impl VersionError {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/node/config.rs
@@ -1,9 +1,9 @@
| - | |
|
|
|
|
|
|
|
|
|
|
| + | |
|
|
|
|
|
@@ -42,7 +42,7 @@ pub mod seeds {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -60,7 +60,7 @@ pub mod seeds {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -89,11 +89,11 @@ impl Network {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -287,7 +287,7 @@ pub struct ConnectAddress(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -547,7 +547,11 @@ pub struct Config {
|
|
|
|
|
|
| - | |
| + | |
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -617,7 +621,7 @@ impl Config {
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified crates/radicle/src/test/fixtures.rs
@@ -228,7 +228,7 @@ pub fn populate(repo: &git::raw::Repository, scale: usize) -> Vec<git::fmt::Qual
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified debian/control
@@ -1,12 +1,12 @@
|
|
| - | |
| + | |
|
|
|
|
|
|
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified debian/copyright
@@ -1,7 +1,7 @@
|
|
|
|
| - | |
| - | |
| + | |
| + | |
|
|
|
|
|
modified flake.nix
@@ -28,7 +28,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -184,7 +184,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified git-remote-rad.1.adoc
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified rad-id.1.adoc
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified rad-patch.1.adoc
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified rad.1.adoc
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
@@ -111,7 +111,7 @@ the logs will go to the system journal. These can be viewed with **journalctl**(
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified radicle-node.1.adoc
@@ -1,5 +1,5 @@
|
|
| - | |
| + | |
|
|
|
|
|
modified scripts/changelog
@@ -49,7 +49,7 @@ echo
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified scripts/just/check-keywords.sh
@@ -6,6 +6,10 @@ echo "${CHECK}Checking for forbidden words in staged files...${NORMAL}"
|
|
|
|
|
|
| + | |
| + | |
| + | |
| + | |
|
|
|
|
|
modified simulation/README.md
@@ -15,9 +15,9 @@ A suite of tools to create simulated Radicle networks to run tests in:
|
|
|
|
|
|
| - | |
| - | |
| - | |
| + | |
| + | |
| + | |
|
|
|
|
|
@@ -73,7 +73,7 @@ This will give us the following workflow for constructing test scenarios:
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
modified windows/Package.wxs
@@ -14,7 +14,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|
@@ -25,7 +25,7 @@
|
|
|
|
|
|
| - | |
| + | |
|
|
|
|
|