Phabricator is an open source collection of web applications which makes it easier to scale software companies.

learn more… | top users | synonyms

-1
votes
0answers
21 views

How to configure Inbound mail in Phabricator using Lamson?

How to configure Inbound mail in Phabricator using Lamson? http://www.phabricator.com http://www.phabricator.com/docs/phabricator/article/Configuring_Inbound_Email.html Tried it but nosetests keep ...
0
votes
1answer
58 views

how to include external svn respository in phabricator?

I've been running subversion for a few years now and have just installed phabricator for some management and code review tools. However, I can't find a way to include my exisiting subversion ...
0
votes
0answers
23 views

What are the Base Commit Rules for arc when using git flow?

Could somebody share the base-commit-rule set for arc (phabricator) to use phabricator with the git flow?
1
vote
1answer
97 views

How to configure Phabricator to encrypt outgoing emails?

Has somebody made phabricator to encrypt and decrypt outgoing and incoming emails? Do I need to write a customized code / plugin? As I can do for jenkins: How to configure Jenkins to send encrypted ...
0
votes
1answer
86 views

How do I require multiple approvals in Phabricator before a revision can be landed?

For example: I want all reviewers (that were specified initially or added later) to approve changes, before it becomes accepted. I want to specify reviewers whose approval is required and some ...
0
votes
1answer
375 views

configure/install PHPExcel on Ubuntu 12 LTS and Apache2 for Phabricator

I'm trying to install PHPExcel on my Ubuntu server (Ubuntu 12.04.1 LTS - hosted by Amazon EC2). I ran the following commands: sudo pear channel-discover pear.pearplex.net sudo pear install ...
1
vote
1answer
93 views

How to reopen differential review in phabricator?

I created review for development branch in phabricator, updated it several times and than pushed branch for testing. Review was not finished but phabricator automatically closed it. I can create ...
0
votes
0answers
15 views

Phabricator issue with the env variable [duplicate]

Possible Duplicate: Custom Environment Variables in PHP PHABRICATOR_ENV Environment Variable can any one please tell me how to set this Environment Variable , i mean where and in which file ...
0
votes
1answer
398 views

How do you integrate Phabricator and Git or SVN

I just set up a Phabrictor and will use it for code review. I added some Git-based projects and some SVN based projects. I got a problem to link accounts. For example, I created an account lkevin on ...
1
vote
0answers
88 views

Phabricator - arc land throws an Exception due to a wrong git call

I am playing around with phabricator and recently ran into an issue with arc land: I created a test-repository, did a commit and got it into phabricator with arc diff. Worked as expected. The commit ...
0
votes
3answers
540 views

Phabricator installation issue

I'm following the installation steps: http://www.phabricator.com/docs/phabricator/article/Configuration_Guide.html, but can't install Phabricator successfully. Even I've checked the steps many times. ...
1
vote
2answers
328 views

Phabricator git command not found

I have followed Phabricator installation & configuration guides: http://www.phabricator.com/docs/phabricator/article/Installation_Guide.html ...
2
votes
2answers
265 views

Is it possible to have gerrit/phabricator(code review) running on one server and git repository on the other? and have them synced?

Question as in the title. I want to improve our code reviews with tool like gerrit or phabricator. We don't have access to the server hosting our git repository, but we have other server where we can ...
3
votes
0answers
426 views

Phabricator: Arcanist : arc diff --update : No Changes Found [closed]

I recently started using phabricator. I am using the Arcanist CLI to submit the differential to phabricator. It was working fine until yesterday and today it throws an error whenever i am trying to ...
0
votes
1answer
245 views

Highlighting with Pygmentize in Phabricator not working

I installed Phabricator for working with Python projects. Everything is ok, but files view present them, as plain text. I want to some highlighting provided by Pygmentinze utility. I have installed ...
0
votes
0answers
169 views

How to use phabricator api [closed]

I need to get task data from my phabricator using conduit api like redmine api, but I don't find how to authenticate with an api key. Thanks
1
vote
0answers
402 views

How to configure Httpd.conf for multiple vhosts [closed]

I have a test apache server, for test apps. Up to now, the test httpd.conf file has pretty much been ok with the simple Alias/Directory structure to serve test sites. eg: Alias /s2 /var/www/html/s2 ...
1
vote
0answers
117 views

Code Review Mechanism

Phabricator, Rietveld, ReviewBoard How do they handle the pre-commit condition? I mean, do they prevent committing unreviewed code?
1
vote
3answers
153 views

How to deny pushes to master branch that has not yet been approved in phabricator?

How do I deny pushes received on the master branch if the corresponding commit is not yet approved in phabricator.
4
votes
4answers
2k views

Gerrit & Phabricator review

Has anyone done a review between Phabricator and Gerrit? I am looking out for a review tool and want to settle on one based on: Ease of use Comprehensiveness in features Activity by the community ...