From 61feef0d2dca212735a7f2aa807c88e1d6b064a1 Mon Sep 17 00:00:00 2001 From: Greg Cowan Date: Thu, 24 Apr 2025 12:09:27 -0700 Subject: [PATCH 1/2] Update implementations.json to include waraft --- implementations.json | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) diff --git a/implementations.json b/implementations.json index 7498147..07cd616 100644 --- a/implementations.json +++ b/implementations.json @@ -2822,5 +2822,23 @@ "logCompaction": true, "persistence": true } + }, + { + "repoURL": "https://github.com/WhatsApp/waraft", + "name": "waraft", + "authors": [ + { + "name": "WhatsApp", + "github": "whatsapp" + } + ], + "language": "Erlang", + "license": "Apache-2.0", + "features": { + "basic": true, + "membershipChanges": true, + "logCompaction": true, + "persistence": true + } } ] From 5592488f4d882581ea69277c18fd803e17454b9d Mon Sep 17 00:00:00 2001 From: Greg Cowan Date: Thu, 24 Apr 2025 17:15:09 -0700 Subject: [PATCH 2/2] Sort --- implementations.json | 36 ++++++++++++++++++------------------ 1 file changed, 18 insertions(+), 18 deletions(-) diff --git a/implementations.json b/implementations.json index 07cd616..8dc4d62 100644 --- a/implementations.json +++ b/implementations.json @@ -302,6 +302,24 @@ "logCompaction": false } }, + { + "repoURL": "https://github.com/WhatsApp/waraft", + "name": "waraft", + "authors": [ + { + "name": "WhatsApp", + "github": "whatsapp" + } + ], + "language": "Erlang", + "license": "Apache-2.0", + "features": { + "basic": true, + "membershipChanges": true, + "logCompaction": true, + "persistence": true + } + }, { "repoURL": "https://github.com/aaronp/riff", "name": "Riff", @@ -2822,23 +2840,5 @@ "logCompaction": true, "persistence": true } - }, - { - "repoURL": "https://github.com/WhatsApp/waraft", - "name": "waraft", - "authors": [ - { - "name": "WhatsApp", - "github": "whatsapp" - } - ], - "language": "Erlang", - "license": "Apache-2.0", - "features": { - "basic": true, - "membershipChanges": true, - "logCompaction": true, - "persistence": true - } } ]