index
:
sf2github
master
NOT UP TO DATE. Python script to migrate projects from SourceForge to GitHub; forked from ttencate/sf2github.
flo
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
issues.py
Age
Commit message (
Collapse
)
Author
2013-04-29
put timestamps into issues/comments
2013-04-29
fix "none" labels
2013-04-29
switch xml parser to one that actually works
2013-04-28
fix json parser
2013-04-27
hackish attempt to parse the new SF XML export format
2013-03-18
Remove obsolete imports.
Bernhard Reiter
2013-03-18
Simplify 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-08
Bugfix. ``response.json`` is should be a method.
Michel Albert
2013-02-17
minor change: add spaces after commas
Waldir
2012-12-08
handles error if not authenticated
Simson Garfinkel
2012-12-08
Allows different username than repro
Simson Garfinkel
2012-08-03
updated the code to work with github api v3
Miroslav Šulc
2011-05-13
for 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-13
strip chr(13) out of comment when printing on stdout
Albert Zeyer
2011-05-13
handle HTTP Error 500: Internal Server Error. just retry 5 times. then fail
Albert Zeyer
2011-05-13
some prettier handling for start_id
Albert Zeyer
2011-05-13
some more error handling. esp 413, Request Entity Too Large
Albert Zeyer
2011-05-13
small fix
Albert Zeyer
2011-05-13
support for multiple trackers. also some more output and some safty user ↵
Albert Zeyer
verify questions
2011-05-13
use better_exchook
Albert Zeyer
2011-05-13
small cleanup
Albert Zeyer
2011-03-13
Fix encoding crash.
Thomas ten Cate
2011-03-13
Initial import.
Thomas ten Cate