TE
科技回声
首页24小时热榜最新最佳问答展示工作
GitHubTwitter
首页

科技回声

基于 Next.js 构建的科技新闻平台,提供全球科技新闻和讨论内容。

GitHubTwitter

首页

首页最新最佳问答展示工作

资源链接

HackerNews API原版 HackerNewsNext.js

© 2025 科技回声. 版权所有。

Ask HN: Anyone moved away from GitHub to Phabricator?

4 点作者 ravenkat大约 10 年前
I'd like to know the experience of engineers who moved away from github to phabricator. Phabricator is really good but it has no third party app support like github. We use circle CI to run all the tests after send a pull request in github. I couldn't find a support for CI in phabricator.

3 条评论

techdragon大约 10 年前
I&#x27;ve been trying to. But one big roadblock is the need for all the call signs in Phabricator.<p>Some of our core work is now on Phabricator, but there are a number of sharp edges to cut yourself on when you make the switch and this holds back the wholesale switch from using Phabricator as a &quot;Project Mangement, Bug Tracker, Wiki, etc, tool&quot;, to using it as &quot;Source Code Hosting + Project Management + Bug Tracker, Wiki, etc.&quot; and getting all the extra integration benefits for our repos.<p>Most of these have future answers in the form of work currently on the drawing board by the devs. Waiting for the PEBKAC aka Nuance tools drives me nuts. They are great devs, but sometimes the slow pace of progress on some things hurts. CI tooling via Drydock &amp; Harbourmaster has been in progress for at least 2 years now, Nuance has been in the wiki ahead of proper project creation for quite some time now too.<p>Really hope that the Launch of Phacility brings them the resources to speed up development.
andrewjshults大约 10 年前
We didn&#x27;t move away (never were using GitHub), but we&#x27;ve done our CI hooks from inside arc (the command line client for phabricator) and it&#x27;s worked pretty well (it means you need to be able to reach both phabricator and our CI server, but since phabricator is self-hosted that&#x27;s not really a problem). A little manual, but pretty straightforward to get setup.<p>Overall, we greatly prefer phabricator&#x27;s review tools (batch email notifications) + general git workflow (linear history on master) so haven&#x27;t really looked into GitHub enterprise.
cauterized大约 10 年前
We use both Phabricator and Github together -- it was super easy to set up. I think Phabricator has a CI tool on their roadmap. They also have an API, but it&#x27;s a bit of a clusterfuck, which may help explain the dearth of integrations.