Skip to main content

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [List Home]
Re: [eclipse.org-committers] Experience using GitHub verus Eclipse.org Hosted Git

I’m been working with several GitHub-hosted projects, and I’m not a fan.  My 2¢:

  • Reviewing sends out reams of email messages: Github sends an email immediately on each comment, and there’s no way to batch your changes.  The only workaround is to have your team members turn off notifications and post a final message where you name them individually to say ‘finished my code review’.
  • There’s no way to indicate summary disagreement that other reviewers can see like Gerrit’s -1 or -2.
    • It results in people ignoring review comments from others, only to discover that the author has decided to rework the approach based on the comments.
  • There’s a tradeoff in how you update a pull request (PR; a changeset in Gerrit terms).  You can use “—amend” and force up a new version, which at least marks the previous commits as stale, though the review comments still show.  Or you can put your changes in new commits, so that changes are easily discerned, but then newcomers to the PR walk through the historical record.
    • And beware that Travis doesn’t re-evaluate updates to a PR
  • When you merge a PR, it’s not clear what is actually committed to the log message.
  • Opaque identifiers in commit messages (e.g., “Closes #105”) seem to reference issues, but sometimes PRs?

What I do like:

  • Markdown almost everywhere; I really wish we had this in Bugzilla and Gerrit
  • Being able to search the repository is great.
  • Being able to see more code above and below in the PR is helpful.
  • Being able to drag in images/screenshots is great.

Brian.

On 29-Mar-2016, at 3:01 PM, Steve Northover <snorthov@xxxxxxxxxx> wrote:

Hi all,

We are considering moving Orion development to GitHub: https://bugs.eclipse.org/bugs/show_bug.cgi?id=489973

Are there any gotcha's or things that we should look out for from folks that have already moved? I'm not looking for the process of moving, which is pretty well described. Rather, I'm interested in things like GitHub Issues versus Bugzilla.

Thanks,
Steve

_______________________________________________
eclipse.org-committers mailing list
eclipse.org-committers@xxxxxxxxxxx
https://dev.eclipse.org/mailman/listinfo/eclipse.org-committers

IMPORTANT: Membership in this list is generated by processes internal to the Eclipse Foundation.  To be permanently removed from this list, you must contact emo@xxxxxxxxxxx to request removal.


Back to the top