Live data from Hacker News

Phabricator, Wikimedia’s new collaboration platform

blog.wikimedia.org

1–10 of 77 posts

Re: Phabricator, Wikimedia’s new collaboration platform

#3
post #2

Every time I saw a project management tool I instantly want to compare it to redmine which is based on Ruby. I failed to see obvious advantages from Phabricator yet.

Phabricator is way better if most of your users are readonly. It's also more actively developed and is a bit faster.

Re: Phabricator, Wikimedia’s new collaboration platform

#6
post #2

Every time I saw a project management tool I instantly want to compare it to redmine which is based on Ruby. I failed to see obvious advantages from Phabricator yet.

Seriously, Redmine is your standard? It has to be one of the clunkiest, slowest and all around uncomfortable project management tools out there. We use it at our place of work, and out of 30+ developers, only a handful of people are content with it.

Re: Phabricator, Wikimedia’s new collaboration platform

#8
I've been using the code review portions recently. The pre-commit workflow doesn't work too well with git, since the review happens before you upload the code. So everyone needs a local php program to both upload code diffs, and download the code diffs (to support multiple VCS systems). And once it's approved, you need to merge and push it locally (there is a command in the program to do this in one step).

Writing unit tests also requires making (a small) php program to call out to them. And from what I've seen, it only supports them locally, and not through another system. There is a post-commit review system, but it has less features, and is based only on commits.

But after looking around, there really wasn't much else that fulfilled the project-management aspects as well as code-review.

Re: Phabricator, Wikimedia’s new collaboration platform

#10
post #5

Confusing title - this is the (formerly) Facebook Phabricator project that Wikimedia is now using, not something they built from scratch.

I submitted it with the title "Wikimedia has completed its migration from Bugzilla to Phabricator".

That would be much better
Post reply on HN