Page MenuHomePhabricator
Feed Advanced Search

Oct 28 2015

jcarrillo7 updated the task description for T9651: Daemon crashing due to uncaught exception during database transactions.
Oct 28 2015, 1:06 AM · Database, Daemons
jcarrillo7 created T9651: Daemon crashing due to uncaught exception during database transactions.
Oct 28 2015, 1:05 AM · Database, Daemons

Oct 25 2015

CaptSpot awarded Changelog a Like token.
Oct 25 2015, 9:38 AM

Oct 23 2015

vinzent awarded Changelog a Like token.
Oct 23 2015, 9:26 AM

Oct 13 2015

jcarrillo7 added a comment to T9561: Phabricator should store the text used in arc diff when creating a revision.

@avivey I understand the concern here with how complex that <thing> can actually be but I feel that arcanist is dropping information that is useful. I would go as far as to say that Phabricator should store the plain <thing> that the author used (the intent of the author), and the more complex version of <thing> that Phabricator might actually care about like in T3462. Overtime it may impossible to go from one to the other. Ex. If you Phabricator were to store <thing> as a commit hash, and <thing> was originally a reference to a branch HEAD, looking back you may not be able to figure out which branch was originally meant by the commit hash since that commit can appear in multiple branches later on. This feels important to me seeing as how branches are the main way of organizing repositories by users (along with tags etc) and may represent something important in a project (like when building). Sorry for the rant haha.

Oct 13 2015, 10:30 PM · Differential, Arcanist
jcarrillo7 added a comment to T3462: In Differential, expose "featurename (branched from master)" via Conduit.

This would be really helpful when reviewing code (having context about where its going especially which multiple release branch scenario). It would also be really helpful when building revisions in a build system like Jenkins where different branches need to be built differently (different SDK's etc) and getting from revision to what branch its going into is non trivial at the moment.

Oct 13 2015, 10:21 PM · Differential, Arcanist
jcarrillo7 updated subscribers of T9561: Phabricator should store the text used in arc diff when creating a revision.

@epriestley I think this a quick and reasonable ask to incorporate into Arcanist and Phabricator. Do you agree/ see any potential issues?

Oct 13 2015, 9:54 PM · Differential, Arcanist
jcarrillo7 created T9561: Phabricator should store the text used in arc diff when creating a revision.
Oct 13 2015, 9:53 PM · Differential, Arcanist

Aug 11 2015

jcarrillo7 added a comment to T9067: phabricator daemon fails when updating repository (possibly due to attempting to email a user without access).

On a side note, does anyone know of a way to clear (PhabricatorApplicationTransactionPublishWorker) tasks from the daemon queue? These will fail forever on my system since this user does not have access. Multiple have already failed over 6000 times to send the email.

Aug 11 2015, 12:49 AM · Herald, Differential, Daemons

Aug 10 2015

jcarrillo7 added a project to T9067: phabricator daemon fails when updating repository (possibly due to attempting to email a user without access): Herald.
Aug 10 2015, 11:24 PM · Herald, Differential, Daemons
jcarrillo7 added a comment to T9067: phabricator daemon fails when updating repository (possibly due to attempting to email a user without access).

@epriestley Did a little more digging in phabricator and it seems to be trying to email an employee who has a herald rule that emails him on any commit anywhere (he doesn't have access to all repositories though).

Aug 10 2015, 11:24 PM · Herald, Differential, Daemons

Aug 7 2015

jcarrillo7 added a comment to T9067: phabricator daemon fails when updating repository (possibly due to attempting to email a user without access).

Are people supposed to be able to see the repo if they are not in the project but in the space?

Yes. Adding projects never affect access control.

Aug 7 2015, 3:22 AM · Herald, Differential, Daemons
jcarrillo7 updated subscribers of T9067: phabricator daemon fails when updating repository (possibly due to attempting to email a user without access).

@epriestley I believe this is happening because I have the repo in a space, but it also has a project set on it. I noticed that if you are in the space you can see the repo even if you are not in the project? I believe the person it is trying to email is not in the project but is in the space. Is this intentional? Are people supposed to be able to see the repo if they are not in the project but in the space?

Aug 7 2015, 1:35 AM · Herald, Differential, Daemons

Aug 4 2015

jcarrillo7 created T9067: phabricator daemon fails when updating repository (possibly due to attempting to email a user without access).
Aug 4 2015, 7:11 PM · Herald, Differential, Daemons

Dec 11 2014

jcarrillo7 created T6728: `arc land` should update log message.
Dec 11 2014, 12:43 AM · Arcanist

Nov 8 2014

jcarrillo7 added a comment to T6498: Provide ability to mention email lists and auto-add as subscriber.

But what if the people you are trying to mention are not part of the project. But may need to be aware of a change coming in to API etc. Also, people may not wish to be watching projects in order to not get tons of email about all things going on in the project. Hence the mailing list request.

Nov 8 2014, 5:39 AM · Remarkup
jcarrillo7 added a comment to T6498: Provide ability to mention email lists and auto-add as subscriber.

You could use the same symbol as users? It makes logical sense since a mailing list is just a group of people. Another way to implement this feature would be to allow the creation of user groups (teams) that can then be referenced the same way users are in comments.

Nov 8 2014, 5:34 AM · Remarkup

Aug 6 2014

jcarrillo7 added a comment to T4045: Store diffs as binary, not UTF-8.

Any progress for this? It is currently holding up the import of some of our svn and git repositories (stuck at 99% done due to consistent commit message parse failures due to emoji).

Aug 6 2014, 10:31 PM · Restricted Project, Support Impact, Differential