User Details
- User Since
- Jan 26 2015, 9:20 AM (511 w, 6 d)
- Availability
- Available
Jun 1 2021
Aug 13 2019
Apr 19 2019
Jan 6 2018
Aug 16 2017
It works great now with Windows + Chrome + German keyboard layout!
Jul 24 2017
Jul 21 2017
Mar 21 2017
Mar 20 2017
Mar 10 2017
Finally I found a workaround! Conduit requests from foreign clients have to use the cURL form!
For example if I use the maniphest.edit for adding comments via powershell:
Feb 21 2017
Removed apache settings:
<LocationMatch "\.(?i:os)$"> ForceType application/octet-stream Header set Content-Disposition attachment </LocationMatch>
Feb 20 2017
Feb 16 2017
It looks like a problem with simple JSON String and complex containing maps / array. I noticed it while using the conduit method pages itself seeing the different json syntaxes like:
$ echo '{ "names": [ "T1000", "T1002" ] }' | arc call-conduit --conduit-uri https://secure.phabricator.com/ --conduit-token <conduit-token> phid.lookup
and
$ curl https://secure.phabricator.com/api/phid.lookup \ -d api.token=api-token \ -d names[0]=T1000 \ -d names[1]=T1002
In addition to that it seems not quite clear which syntax to use with powershell (or other foreign clients) and which content type should be used. So for powershell it seems like there is a limitation (or issue) for JSON strings when using the default context type application/x-www-form-urlencoded.
No unfortunately not. Doing RestAPI like web request with Powershell is a real pain in the as. JSON Strings doesn't work with some structures. Powershell JSON Conduit Discussion.
Feb 15 2017
I think there is an issue with appliction/json data. If I Provide the data with a valid api.token Conduit returns:
Well, I have to use curl. Is there a difference in the way how conduit parses the args?
Feb 14 2017
Do you think there are any intentions to fix this issue for windows users? At least in far future?
Me and my colleges are still working with an old arcanist version 737f5c0d. If this workaround breaks, there would be no way for windows users to work with arcanist. Except using a fork containing D15675.
Feb 9 2017
Feb 8 2017
Feb 2 2017
First of all: thank you again for the quick response and great work!
@epriestley: Was deleting the active task the right way or did I broke my database or relations?
Jan 9 2017
Dec 30 2016
Nov 17 2016
Well, I do not have configured the security,alternate-file-domain.
But it works now for me with this fix :D
Nov 16 2016
What kind of information could be important here? I do my best to help...
@flippingtables: Do you access to your phabrictor intance through a loadbalancer?
Ran into this too.
You are right, I also can't reproduce it on the Phacility instance. I really don't know what do do next ^^
Jun 14 2016
Does this workaround change anything in the database? - I'm thinking about using this in our production environment ;)
Jun 13 2016
May 25 2016
May 24 2016
For us it would be very helpful to support Windows agents.
We mainly use the phabricator for devops tasks in a microsoft environment. So we develop several powershell frameworks we need to test before deploying them.
May 23 2016
May 18 2016
May 12 2016
May 9 2016
Apr 8 2016
That's exactly what I needed.
I thought I could create one global rule to do this. But if I get this right, I have to create multiple rules for every single project to add as subscriber :D
Apr 1 2016
Feb 19 2016
Feb 18 2016
Feb 1 2016
I tried it again with a fresh win10 install and the latest chrome version. Again no username autocompletion.
- Tested with Chrome 48.0.2564.97 on Windows7
I will try it this evening on different client platforms and check whether it has something to do with our enterprise proxy or firewall.
Jan 26 2016
Jan 22 2016
Thank you very much! You solved all my problems :D
Jan 21 2016
Here are some more details about the error:
I increased upload_max_filesize in the vhost to 1G. Afterwards the arc land itself worked but the commit done by phd still shows the descibed log entry.
Jan 20 2016
Jan 8 2016
Dec 23 2015
Dec 22 2015
Dec 9 2015
Dec 7 2015
Dec 1 2015
Nov 27 2015
Hmm strange, I do not use any md5 function. I simply copied the ArcanistTextLinter and changed it to work with files containing \r\n line ends. Thats the reason why I do not know where the md5 function all or the variables come from ^^
Nov 26 2015
Nov 25 2015
Nov 23 2015
Do I have to create a new library when I create new files/classes in the extensions directory?
In my test the new linter worked, but only with single files...