Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-25 Thread Andrew McCreight
I have now updated the git-bz-moz and moz-git-tools repositories with my REST API rewrite. Let me know if you have any problems or feedback (I'm mccr8 on IRC). Thanks to everybody who gave me feedback, and to froydnj who looked over the many patches. Andrew On Wed, Sep 23, 2015 at 1:49 PM, Andrew

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-24 Thread Ehsan Akhgari
FWIW I have been using your branch since the last time you announced it and have yet to run into any problems, at least in git bz file and git bz attach which are the two commands I use all the time. Thanks for all of your help on this! On 2015-09-23 4:49 PM, Andrew McCreight wrote: I've upd

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-23 Thread Bobby Holley
This version is way faster, and I'd imagine it doesn't do the "bad status line -- retrying" thing either. Thanks Andrew! On Wed, Sep 23, 2015 at 1:49 PM, Andrew McCreight wrote: > I've updated my repository for my git-bz REST API branch: > https://github.com/amccreight/git-bz-moz/tree/RestAPI

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-23 Thread Andrew McCreight
I've updated my repository for my git-bz REST API branch: https://github.com/amccreight/git-bz-moz/tree/RestAPI I think everything is fixed now, so please try it out and let me know if you encounter problems or something seems slow. (There's some initial caching thing that takes a while, but it

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-17 Thread Andrew McCreight
On Thu, Sep 17, 2015 at 6:50 AM, Ehsan Akhgari wrote: > git bz edit and git bz push don't work, but the rest should, so please file >> issues at https://github.com/mozilla/git-bz-moz or email me if you notice >> them. (Oh, I think setting reviewer flags for Firefox product bugs doesn't >> work, i

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-17 Thread Ehsan Akhgari
On 2015-09-15 5:37 PM, Andrew McCreight wrote: Apparently Bugzilla 2fa breaks the weird cookie authentication method that git-bz-moz and bzexport use. I think I've read that this is a bugzilla bug, but in the meanwhile I've been working on making git-bz-moz use the Bugzilla backend of bexport, wh

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-15 Thread Andrew McCreight
Sorry, the command is actually |git bz apply 12345| as you probably figured out. Andrew On Tue, Sep 15, 2015 at 2:40 PM, Andrew McCreight wrote: > Oh, and another thing I meant to mention that seems underused: if you are > using git-bz-moz, the |git apply| command is pretty handy. You can do |g

Re: git-bz-moz and Bugzilla 2 factor authentication

2015-09-15 Thread Andrew McCreight
Oh, and another thing I meant to mention that seems underused: if you are using git-bz-moz, the |git apply| command is pretty handy. You can do |git apply 12345| where 12345 is a bug number, and it will prompt you for each non-obsolete patch attachment and apply it if you want it. Andrew On Tue,

git-bz-moz and Bugzilla 2 factor authentication

2015-09-15 Thread Andrew McCreight
Apparently Bugzilla 2fa breaks the weird cookie authentication method that git-bz-moz and bzexport use. I think I've read that this is a bugzilla bug, but in the meanwhile I've been working on making git-bz-moz use the Bugzilla backend of bexport, which is less hacky and supports using API keys for