User Details
- User Since
- Jul 6 2012, 9:18 AM (646 w, 1 d)
- Availability
- Available
Feb 12 2017
Any thoughts on deeper integration with Phabricator? Namely:
- Reporting back which tests passed/failed
- Reporting back code coverage (I guess right now it's part of reporting tests via the API, but I'd be happy even if it's merged under 1 dummy test case)
:/ colors are hard. From my end, I'm very happy with what I ended up doing in Stylish (and this conversation helped, thank you) so it's not as pressing for me anymore. But LMK if there's anything I can help test out.
Based on http://enchroma.com/test/result/medium-protan/?completed=1&summary=moderate+protan&axis=3.11&exta=87.34&extb=4.85&lcs=5.69, I have protanomaly (TIL!)
So I took another look today. Given that the syntax colors are hard to change, looking only at the 4 bg colors I realized that the main change that would help is if td.new-full just used td.new's background color instead (#eaffea). I think it's because:
Feb 8 2017
(by the way @epriestley I haven't forgotten; some things have come up but I'll try to get back to you this weekend!)
Jan 31 2017
Better - are keywords/classnames red? I think for me reds are duller, so they look very similar to the plain black text - brightening that would help.
😺 😺 😺
:( Maybe this is more isolated than I thought - I can probably make do with a stylish extension for now (if the blue/orange mode doesn't work). For what it's worth I find github's colors pretty readable, seems like a useful reference to me.
Versions:
phabricator a4f8aff2a2e41e5853488689c9d79ee425482fb9 (Sat, Jan 14) arcanist ade25facfdf22aed1c1e20fed3e58e60c0be3c2b (Thu, Jan 5) phutil 9d85dfab0f532d50c2343719e92d574a4827341b (Thu, Jan 12)
Jan 9 2017
FWIW this affected us as well, we switched from cloudflare back to cloudfront and hit this snag. The default settings do not forward Host header, we had to add that ourselves. Didn't need to change anything else, though - it seems that cloudfront performs loose SSL validation and is OK with the certificate/host mismatch. (Maybe it at least requires the host to match the origin domain - not sure.)
Dec 14 2016
Dec 1 2016
Thank you! I'll do that and report back.
Oct 17 2016
Jun 28 2016
May 24 2016
May 3 2016
Got it, thanks again.
Just to wrap this up - the phabricator plugin for jenkins does actually report it correctly. The unit tests in our diffs don't show up unless tests are failing, so as a minor request it'd be nice to show *something* (maybe just test summary - # tests, time it took) even if all tests are passing.
May 2 2016
Oh wow, that is nice haha. I will follow up with the plugin author instead, thanks.
Apr 14 2016
We're currently using columns as lightweight "subprojects" - i.e. our Bugs project has a FIXME column for higher-priority bugs. Would the recommendation here be to just use a subproject?
Feb 17 2016
👍 worked fine for me, thank you!
Ah cool, I think that'll work, noticing this:
UPDATE `phabricator_maniphest`.`maniphest_task` SET points = 2 WHERE id = 4130; UPDATE `phabricator_maniphest`.`maniphest_task` SET points = 2 WHERE id = 4129; HAS POINTSHAS POINTSUPDATE `phabricator_maniphest`.`maniphest_task` SET points = 0 WHERE id = 4201; HAS POINTSHAS POINTSHAS POINTSHAS POINTS
We're using the wikimedia sprint extension, which adds a isdc:sprint:storypoints field - upon running ./copy_points.php --field isdc:sprint:storypoints, we get
[2016-02-16 18:46:22] EXCEPTION: (PhutilArgumentUsageException) Field "isdc:sprint:storypoints" is not an "int" field, and can not be migrated. at [<phabricator>/copy_points.php:62] arcanist(head=master, ref.master=fcc11b3a2781), phabricator(head=master, ref.master=608fcdd9dd70, custom=2), phutil(head=master, ref.master=f43291e99d36), sprint(head=master, ref.master=802afc636035)
Feb 12 2016
A use case: "I want to see how well we're sizing points, show me all 4 point tasks"
Feb 10 2016
got it, will send them a ping :)
out of curiosity, are this diff and D14288 on hold indefinitely? we're hitting some growing pains and would love to have circle ci results in diffs, so debating if we should wait a month or just go ahead and roll our own hacky hooks
Apr 17 2015
Awesome, thanks @chad
May 28 2014
I get a duplicate entry error when changing case (e.g. project name -> Project Name)