Skip to content

Commit

Permalink
implementations.json: Sort tarantool entry
Browse files Browse the repository at this point in the history
  • Loading branch information
ongardie committed Jun 3, 2024
1 parent 33f1149 commit fc7831c
Showing 1 changed file with 22 additions and 22 deletions.
44 changes: 22 additions & 22 deletions implementations.json
Original file line number Diff line number Diff line change
Expand Up @@ -2332,6 +2332,28 @@
"logCompaction": false
}
},
{
"repoURL": "https://github.com/tarantool/tarantool",
"name": "Tarantool",
"authors": [
{
"name": "Vladislav Shpilevoy",
"github": "Gerold103"
},
{
"name": "Sergey Petrenko",
"github": "sergepetrenko"
}
],
"language": "C",
"license": "BSD 2-Clause",
"features": {
"basic": true,
"membershipChanges": true,
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/tetrapods/raft",
"name": "tetrapods/raft",
Expand Down Expand Up @@ -2724,27 +2746,5 @@
"logCompaction": true,
"persistence": true
}
},
{
"repoURL": "https://github.com/tarantool/tarantool",
"name": "Tarantool",
"authors": [
{
"name": "Vladislav Shpilevoy",
"github": "Gerold103"
},
{
"name": "Sergey Petrenko",
"github": "sergepetrenko"
}
],
"language": "C",
"license": "BSD 2-Clause",
"features": {
"basic": true,
"membershipChanges": true,
"logCompaction": true,
"persistence": true
}
}
]

0 comments on commit fc7831c

Please sign in to comment.