Live data from Hacker News

Phacility is winding down, Phabricator no longer actively maintained

admin.phacility.com

31–40 of 147 posts

Re: Phacility is winding down, Phabricator no longer actively maintained

#31
post #13

To clarify: this applies not just to phabricator-dot-com, but Phabricator the software: https://github.com/phacility/phabricator/commit/9ceb66453501... This is unexpected. Many companies, among them as well-resourced as Facebook, use Phabricator. I wonder if it will be forked soon by some party interested in keeping it around. OTOH it looks like none such party exists, because the public sources have not been updated…

I think Blender and KDE uses Phabricator as well.

Re: Phacility is winding down, Phabricator no longer actively maintained

#32

That's a shame, heard only good things about those tools. Shameless but timely plug: I'm building a much better code review tool for teams on GitHub. Check out https://codeapprove.com and if you're interested to hear more just email me (sam at habosa dot com).

Reviewable is another similar review improvement tool for GitHub: https://reviewable.io

...or just use Gerrit[1], which can do everything these do out of the box, and has a much nicer workflow than GitHub once you got over the learning curve.

[1]: https://www.gerritcodereview.com

Re: Phacility is winding down, Phabricator no longer actively maintained

#34

Earlier quoted context omitted.

So this post has absolutely zero context.

Try to give it some, get mod bombed. So it goes.

I think what this application does add more context than its tech stack.

Re: Phacility is winding down, Phabricator no longer actively maintained

#35
post #13

To clarify: this applies not just to phabricator-dot-com, but Phabricator the software: https://github.com/phacility/phabricator/commit/9ceb66453501... This is unexpected. Many companies, among them as well-resourced as Facebook, use Phabricator. I wonder if it will be forked soon by some party interested in keeping it around. OTOH it looks like none such party exists, because the public sources have not been updated…

I think Blender and KDE uses Phabricator as well.

KDE has been in the process switching away (to Gitlab) for a while.

Re: Phacility is winding down, Phabricator no longer actively maintained

#36
post #8
post #7

Phabricator had seemed to be the only good product in this space when I had looked; what are people even using instead? (I guess they just put up with GitHub :/.)

Gerrit is solid: https://www.gerritcodereview.com/

Gerrit is good, if opinionated in ways that we have to put work into onboarding for. That said, it only covers a small subset of what Phabricator does -- it's missing the entire issue tracker part, most importantly.

Re: Phacility is winding down, Phabricator no longer actively maintained

#37
post #8
post #7

Phabricator had seemed to be the only good product in this space when I had looked; what are people even using instead? (I guess they just put up with GitHub :/.)

Gerrit is solid: https://www.gerritcodereview.com/

It'd be nice if it had a tightly integrated issue tracker and CI.

Re: Phacility is winding down, Phabricator no longer actively maintained

#38
post #26

Earlier quoted context omitted.

Does it still desperately want you to squash all your patches, or does it do a good job of handling an ordered stack of patches these days?

It does an excellent job handling stacks! You may be mistaking it for Phabricator, which defaults to squashing.

I suspect that JoshTriplett is complaining about the `amend` workflow required to update a single gerrit patch with revisions.

If you're used to the GitHub pull request style, you'd be more likely to make a small commit and add it to the request. In gerrit that approach results in a separate patch for review, which isn't what such a person would want.

(Personally, I've come to appreciate gerrit's model for strongly encouraging building patches that are encapsulated single-reviewable-changes, in a way that lends itself to never having a commit that'd break the build if you landed on it e.g. during a git bisect.... But it's also something that surprises people who've not used gerrit before, in my experience.)

Re: Phacility is winding down, Phabricator no longer actively maintained

#39
post #7

Phabricator had seemed to be the only good product in this space when I had looked; what are people even using instead? (I guess they just put up with GitHub :/.)

Most of the stuff that Phabricator was used at our company is now done in (self-hosted) Gitlab. I think the only thing that's still actively there is credential management, and I can only imagine there are better solutions for that than Phabricator.

Re: Phacility is winding down, Phabricator no longer actively maintained

#40
I got to meet evan once when i was in SF and he was awesome to hang out with im curious what he is going to be up to next. Phabricator was one of a few pieces of software that actually brought me joy when using. I will always miss the diff review process now that my current company is moving from phabricator to github and i’ll be unlikely to ever use it at a company again with this update.

Thanks Evan for all the work you have put in over the years. Some of my biggest learnings as an engineer have been from reading and interacting with you on the phabricator secure server and reading your code when extending phab for companies.

Post reply on HN