From 3a01e8f64d710bf1f05528f5a80b4d0b27ec8957 Mon Sep 17 00:00:00 2001 From: wangchao Date: Sun, 4 Aug 2024 16:51:06 +0800 Subject: [PATCH 1/3] add new implementation --- implementations.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/implementations.json b/implementations.json index 51845af..749eff2 100644 --- a/implementations.json +++ b/implementations.json @@ -767,6 +767,24 @@ "persistence": true } }, + { + "repoURL": "https://github.com/corgy-w/rafting", + "name": "rafting", + "authors": [ + { + "name": "corgy", + "github": "corgy-w" + } + ], + "language": "Java", + "license": "Apache-2.0", + "features": { + "basic": true, + "membershipChanges": true, + "logCompaction": true, + "persistence": true + } + }, { "repoURL": "https://github.com/cowsql/raft", "name": "cowsql/raft", From de4831a81b5576cf0495a3e60034327a1d1e7548 Mon Sep 17 00:00:00 2001 From: wangchao Date: Sun, 4 Aug 2024 17:05:35 +0800 Subject: [PATCH 2/3] Modified author information --- implementations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.json b/implementations.json index 749eff2..41bbbe2 100644 --- a/implementations.json +++ b/implementations.json @@ -772,7 +772,7 @@ "name": "rafting", "authors": [ { - "name": "corgy", + "name": "corgy-w", "github": "corgy-w" } ], From 83c54ee3715f3a2ac8885c344a5fc5e708d7f3d5 Mon Sep 17 00:00:00 2001 From: wangchao Date: Wed, 7 Aug 2024 10:57:00 +0800 Subject: [PATCH 3/3] Modified name information --- implementations.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/implementations.json b/implementations.json index 41bbbe2..30746c1 100644 --- a/implementations.json +++ b/implementations.json @@ -769,7 +769,7 @@ }, { "repoURL": "https://github.com/corgy-w/rafting", - "name": "rafting", + "name": "corgy-w/rafting", "authors": [ { "name": "corgy-w",