summaryrefslogtreecommitdiff
path: root/issues.py
AgeCommit message (Collapse)Author
2013-09-10incorporated ttencate's suggestionsHEADmasterFlorian Jung
2013-09-05Import assigned_to field using a user dictionaryFlorian Jung
2013-09-05Attach labels at creation time -> speedupFlorian Jung
2013-09-03Display progressFlorian Jung
2013-09-03Sort issues by 'most recently updated'Florian Jung
2013-09-03Cleanup junk from messagesFlorian Jung
2013-09-03Feature Requests tag fixFlorian Jung
2013-09-03Add tags for the 'resolution' fieldFlorian Jung
2013-09-03Write sf-id into title instead of tagspam.Florian Jung
2013-09-03Fixes for the 'bug', 'question', 'patch' tags.Florian Jung
2013-04-29tag feature reqs as enhancement
2013-04-29put timestamps into issues/comments
2013-04-29fix "none" labels
2013-04-29switch xml parser to one that actually works
2013-04-28fix json parser
2013-04-27hackish attempt to parse the new SF XML export format
2013-03-18Remove obsolete imports.Bernhard Reiter
2013-03-18Simplify HTTPBasicAuth arguments.Bernhard Reiter
This makes sf2github compatible with older python-requests versions, such as 0.8.2 (shipped e.g. with Ubuntu 12.04).
2013-03-08Bugfix. ``response.json`` is should be a method.Michel Albert
2013-02-17minor change: add spaces after commasWaldir
2012-12-08handles error if not authenticatedSimson Garfinkel
2012-12-08Allows different username than reproSimson Garfinkel
2012-08-03updated the code to work with github api v3Miroslav Šulc
2011-05-13for one comment with len=509652, I was always getting a 500 error. stripping ↵Albert Zeyer
this comment by half works, though. this fixes it, i.e. no matter what the error is, if the value len is huge, we will first try to make it smaller
2011-05-13strip chr(13) out of comment when printing on stdoutAlbert Zeyer
2011-05-13handle HTTP Error 500: Internal Server Error. just retry 5 times. then failAlbert Zeyer
2011-05-13some prettier handling for start_idAlbert Zeyer
2011-05-13some more error handling. esp 413, Request Entity Too LargeAlbert Zeyer
2011-05-13small fixAlbert Zeyer
2011-05-13support for multiple trackers. also some more output and some safty user ↵Albert Zeyer
verify questions
2011-05-13use better_exchookAlbert Zeyer
2011-05-13small cleanupAlbert Zeyer
2011-03-13Fix encoding crash.Thomas ten Cate
2011-03-13Initial import.Thomas ten Cate