User Details
- User Since
- Apr 6 2013, 3:24 PM (606 w, 4 d)
- Availability
- Available
Jun 1 2021
Aug 13 2019
Apr 19 2019
Jun 7 2017
T8442 would help a lot for those "I have to many repositories"
Nov 1 2016
Sep 20 2016
I have that problem again. There is no relation between the file and the Diff. Don't know how that can happen...
Sep 12 2016
Aug 23 2016
I hate commanding arc with these commands. Can we also please add please do a prefix for everything? Like arc please do a diff, arc please do a land
Aug 16 2016
Ok sorry for that - that was a really bad example... The problem is that only complete words are found and not parts of it.
So you'll get a result for "Hello" but not for "Hell".
So searching for "Component" will give no result if the title is "Components". Is that correct?
Aug 9 2016
Jul 20 2016
May 24 2016
@CodeMouse92 yes the project has a subproject. But changing the policies as described above works around that issue.
May 6 2016
Thanks! Maybe this can save some time for some people...
Great!
I already thought that while writing the ticket ;-) That's the reason i added the last sentence to adjust the documentation. Maybe it would be good to know that this feature is using the git mirror function and may overwrite data of the mirror.
Apr 27 2016
Apr 25 2016
Apr 6 2016
I've also added myself as a subscriber (even if i was auto subscribed because i'm the reviewer) but that doesn't change anything. Still no permissions.
The problem can also be reproduced when clicking on Download Raw Diff in the interface.
Apr 5 2016
Apr 4 2016
Mar 30 2016
Mar 24 2016
Ok i found the reason for the problem.
If you set Applications → Projects → Edit Policies → Default View Policy to Project Memebers i does not work. You can still create normal projects and subprojects but you can't create milestones. I think that is because milestones do not have members but the permissions are evaluated against the "project members".
Ok, then I'll investigate further and give feedback as soon as i've found something
Yes I'm member of all those groups as described above. I'm also an "Admin"
I've posted a screenshot of my settings or do you need anything else?
Yeah i did basically the same. What are the permissions of your project?
Mar 22 2016
I would vote for X-Forwarded-Proto support in AphrontRequest::isHTTPS
Mar 16 2016
@jhurwitz I use conduit to fetch wiki pages and format them with conduit to get a html syntax. I do that to add Wiki-Pages to a Frontend-Styleguide. Then i just add the required phabricator css and everything looks fine.
So i think you can write your own simple script to do everything over conduit, right?
Mar 14 2016
Mar 9 2016
Really good commit message! Thank you for that! Learned a lot again with your help...
Mar 2 2016
Any progress here? What about setting the hierachy limit in the wiki document itself? So you can say "show X levels in the document hierachy of this page" where X is inherited and has a default value of 2?
Sep 30 2015
Jun 1 2015
May 11 2015
May 8 2015
Fixed in rARC3e36b3fc430d
May 7 2015
This patch has broken the ArcanistPhpunitTestResultParser.php as phutil_json_decode returns an array and not an object as json_decode has before. I'll push an patch for this
Apr 26 2015
Apr 23 2015
Create a bot User that has Access to a Repository but not to Diffusion. Try to clone which will fail.
Mar 24 2015
What about a configuration option runUnitTestsOnLanding that could be disabled, allTests, changedFiles?
I don't see a benefit for running linters again as the comnination of 2 patches should not change any code style, right?
Feb 11 2015
That does also fix the problem that unit tests are not executed when doing an arc diff if they are not stored directly in the tests folder.
Feb 10 2015
Feb 4 2015
Any comments on that?
As far as i can see this can't work but is a bug in PHPCS. https://github.com/squizlabs/PHP_CodeSniffer/blob/master/CodeSniffer/CLI.php#L875
But i really don't understand why it works on your machine...
Jan 29 2015
oh ok... i can reproduce that on 2 machines. What's your OS? What's your php version?
I'm on MacOS 10.9.5
And you have this still applied?
public function supportsReadDataFromStdin() { return true; }
A the same problem for logout. So you can't logout currently on iOS by using the standard interface.
Jan 28 2015
Now the linter does also fail when you have an empty php file. Instead of showing the correct message
arc lint foo.php >>> Lint for foo.php:
Jan 27 2015
Removed some whitespace changes
Jan 26 2015
Jan 14 2015
Nov 19 2014
Jul 2 2014
Should i create a Task for "Dashboard with 4 columns"?
What about making the column amount flexible?
May 28 2014
Ups... Looks like I've Looked at a wrong task... There is no difference to T4139. Sorry...
These tasks are both not related to native browser notifications but to realtime Chat Updates. So i thought i create a new ticket. But if this will also Done in this tickets i'm Fine with that.
Demo comment to try to reproduce the issue
May 17 2014
As already said in IRC I'll implement this function with a custom script and abondon this revision.
May 15 2014
I've just run the unit test cases against +, array_merge, array_merge_recursive and array_merge_recursive_overrule to show the different result. P1142
Do you have a better idea how to handle these configurations?
Apr 8 2014
Another approach might be to adjust the umask when we write stuff to the local disk engine.