Replies: 3 comments 6 replies
-
+1 for me. In terms of contribution activity, almost all the activity (and planned future activity) is on Related to this, there is the question of what to do with https://github.com/OpenRiak/kv_index_tictactree and https://github.com/OpenRiak/leveled. These are both forks from my personal repo. For |
Beta Was this translation helpful? Give feedback.
-
@tburghart I haven't been following if OpenRiak's Cuttlefish has introduced any significant changes. The Kyorai fork did make some changes, mostly driven by RabbitMQ and VerneMQ needs. I'm afraid I do not see significant reasons for us to bring it back under OpenRiak. OpenRiak is welcome to use the Kyorai version, of course, and your feedback and contributions will be considered. In other words, Cuttlefish has grown to be a standalone project and I am not sure why it should be folded into its original OpenRiak repo. Or at least what the current group of maintainers would gain from such a move. Not that we have much to lose either. @lukebakken WDYT? |
Beta Was this translation helpful? Give feedback.
-
So, I tried it, and renaming the original does work, the new repo doesn't end up pointing to the old one, and is detached. |
Beta Was this translation helpful? Give feedback.
-
Overview
The core OpenRiak repos are forked from those in the GitHub Basho project, which languish well behind anything that can be considered current versions.
The owners of the Basho project have shown little inclination to merge contributed changes - one of the primary motivations for this project.
Because of how GitHub calculates statistics, contributor stats to the OpenRiak repos are essentially useless, as contributions to forked repositories aren't counted until they're merged into a tracked branch in the standalone (not forked, i.e. Basho) repo.
This results in highly skewed repository contribution statistics AND makes it appear as though there is little activity in the OpenRiak repos, as their contribution stats are those of the Basho repos from which they're forked.
Proposal
I propose that we break the fork relationship with Basho repositories so that we get our own, accurate statistics.
Disadvantages
Mitigations
-basho
suffix and frozen to prevent new commits, for historical reference.Process
I believe the following steps should suffice to break the fork relationship, using
myrepo
as an example forked repository.These are the steps from the GitHub docs, changed to rename instead of delete the original.
myrepo
.myrepo
tomyrepo-basho
.myrepo
.myrepo
clone repository back to the same remote URL.myrepo
clone (you'll want to re-clone without the bare option to work on it).Caveats
While I believe the process I've described should work, I haven't tried it yet.
I'm seeking guidance and/or warnings from someone who's done it (Kyorai/cuttlefish), will update with relevant feedback.
Beta Was this translation helpful? Give feedback.
All reactions