Page MenuHomePhabricator
Feed Advanced Search

Mar 28 2017

donaldguy renamed T12457: Should be able to untnrack PR refs (refs/pull/*) for observed Github repos from Should be able to hide PR refs for observed Github repos to Should be able to untnrack PR refs (refs/pull/*) for observed Github repos.
Mar 28 2017, 7:29 PM · Diffusion, Feature Request
donaldguy added a comment to T12457: Should be able to untnrack PR refs (refs/pull/*) for observed Github repos.

To go at my problem from a different angle: I would also happily settle for the ability to do and save a search of commits on a specific branch. (although my goal was to include commits on master from this repo and commits from other repos cause while we have a product monorepo we have other repos for tools, experiments, etc)

Mar 28 2017, 7:16 PM · Diffusion, Feature Request
donaldguy added a comment to T12457: Should be able to untnrack PR refs (refs/pull/*) for observed Github repos.

In fact this is totally undermining the utility of my attempt at a recent commits dashboard... the panel's window is now entirely filled with such commits from the last minute

Mar 28 2017, 7:11 PM · Diffusion, Feature Request
donaldguy created T12457: Should be able to untnrack PR refs (refs/pull/*) for observed Github repos.
Mar 28 2017, 7:09 PM · Diffusion, Feature Request

Jan 16 2017

donaldguy added a comment to T12085: Upgrading: Changes to Differential Custom Fields in Commit Messages.

If they need to bridge the difference as some fields are migrated and some aren't consider something like

Jan 16 2017, 11:15 PM · Installing & Upgrading, Differential
donaldguy added a comment to T12085: Upgrading: Changes to Differential Custom Fields in Commit Messages.

For the record, D17207 is needed for any custom field implemented in accordance to this ticket (without shouldAppearInCommitMessage) not just ones in the not-editable special case.

Jan 16 2017, 11:11 PM · Installing & Upgrading, Differential

Aug 31 2016

donaldguy awarded T10456: Conduit interprets all arguments from curl requests as strings a Dislike token.
Aug 31 2016, 11:24 PM · Restricted Project, Conduit, Bug Report
donaldguy added a comment to T10456: Conduit interprets all arguments from curl requests as strings.

if it helps anyone, the workaround "fix" is to place the following code in the file "src/applications/conduit/parametertype/ConduitBoolParameterType.php "

$value = (boolean) $value;

at about line 9 just before the following piece of code:

if (!is_bool($value)) {

Its a bit of a hack, so I'm not sure how much to trust this workaround for a production instance of Phabricator, but hopefully, it helps someone out there. The issue is (I think) basically related to http://stackoverflow.com/questions/27446946/preserve-data-type-of-post-fields-when-sending-data-using-php-and-curl where PHP converts the curl input as a string.

Aug 31 2016, 11:15 PM · Restricted Project, Conduit, Bug Report

Aug 4 2016

donaldguy added a comment to T11432: Ability to exclude self ("Current Viewer") from Feed panels.

In general some kind of batching (e.g. "Donald commented on T### , approved D###, did it N other actions, click to expand") would also address this, but a view level filter seemed like an easier ask

Aug 4 2016, 7:55 PM · Feed, Feature Request
donaldguy added projects to T11432: Ability to exclude self ("Current Viewer") from Feed panels: Feed, Dashboards.
Aug 4 2016, 7:50 PM · Feed, Feature Request
donaldguy created T11432: Ability to exclude self ("Current Viewer") from Feed panels.
Aug 4 2016, 7:50 PM · Feed, Feature Request

Jul 28 2016

donaldguy added a comment to T11096: Redesign main header / quick create / search.

For the very little it is worth, my coworkers consistently refer to our instance as Phab, matching the subdomain we gave it, and currently have a mark like

Screen Shot 2016-07-28 at 12.08.24 AM.png (84×310 px, 11 KB)

Jul 28 2016, 4:12 AM · Design

Jan 8 2016

donaldguy added a comment to T9456: Evaluate upstream support for third-party build systems.

I would also express interest in Thoughtwork's go.cd: https://www.go.cd/

Jan 8 2016, 3:54 AM · Restricted Project, Harbormaster