User Details
- User Since
- Dec 15 2015, 9:27 AM (466 w, 4 d)
- Availability
- Available
Jan 14 2021
Recently smtp-relay.gmail.com stopped accepting email from our Phabricator instance because it turns out Phabricator was sending HELO localhost.localdomain instead of HELO smtp-relay.gmail.com when doing the SMTP connection.
Jan 7 2019
There is a Migrate from Google+ Sign-In howto for web apps.
Aug 14 2017
The error truncating behavior affects also Diffusion > R > Status, where only part of the stderr is shown, making it impossible to debug the problem without hacking Phabricator:
ab@phabricator-1-vm:/opt/bitnami$ diff apps/phabricator/libphutil/src/future/exec/CommandException.php.original apps/phabricator/libphutil/src/future/exec/CommandException.php 59c59 < $limit = 1000; --- > $limit = 1000000000;
Aug 10 2017
Jun 28 2017
May 22 2017
Arcanist hides part of the stderr to prevent console spam. But what problem does this fix exactly? How is it a problem that 5GB of output are printed to stderr? The way I see it, if the tool called by arc prints a lot of info to stderr, it should be assumed it is printed for a good reason, be it 1KB or 5PB.
The same as what you do with any tool which produces 5GB of output: wonder what happened, then try again and redirect the output to a file and deal with it. Currently the user has to run manually the steps printed when using --trace, and then they will get to that 5GB output anyway.
Apr 3 2017
We need to check programmatically whether all the reviewers approved. Any suggestion how this could be done?
Could you reopen and set it as feature request?
Mar 21 2017
Commenting here since you merged T12429. I find surprising you put Arcanist in the same bucket as Phabricator. I think you don't even have to do all the work to make Arcanist users happy. I might be wrong, but I think there will be people adding support for Arcanist to their favorite package manager (I'm ignoring Windows), if only they'd have tags or marked releases to work with?
Oct 20 2016
Ok, thanks for the explanation!
Oct 18 2016
As you described, the model would be very complex considering a task can be in more than one subprojects, or a milestone. Why is it needed to have separate columns for subprojects in a parent project's workboard?
Apr 8 2016
Mar 20 2016
Why is the list of diffs in a task page ordered by creation time?
Mar 18 2016
Jan 23 2016
I think there is a misunderstanding. The problem is not caused by git-phab, it only becomes more visible with git-phab.
Jan 5 2016
Could you please reconsider this task considering what I said in the previous comment?
Dec 15 2015
We use git-phab, a tool which creates a task per branch and keeps the commits in the branch and the diffs of the task in sync. https://phabricator.freedesktop.org/diffusion/GITPHAB/ What this means is that it allows us to change the order of the diffs more easily, so in our case it will happen more often!
When the reviewer looks at the task to review the diffs, he needs to start somewhere and end somewhere. This is where the diffs list help: the reviewer will start at the top and finish at the bottom. Currently the diffs are ordered by creation time. Normally this works ok because the newer diffs depend on the older diffs. But if a newer diff is made a dependency of an older diff, the order of the list is not relevant.
Sorry, those two pages are ridiculously long, I won't read them.
Not sure what you mean. Afterwards I clicked on Create Task and it worked, it did not give me any other error.
For example here D506 should be between D560 and D561, not at the top:
https://phabricator.freedesktop.org/T3491