Age | Commit message (Collapse) | Author | |
---|---|---|---|
2013-09-03 | Cleanup junk from messages | Florian Jung | |
2013-09-03 | Feature Requests tag fix | Florian Jung | |
2013-09-03 | Add tags for the 'resolution' field | Florian Jung | |
2013-09-03 | Write sf-id into title instead of tagspam. | Florian Jung | |
2013-09-03 | Fixes for the 'bug', 'question', 'patch' tags. | Florian Jung | |
2013-04-29 | Merge pull request #11 from floe/master | Thomas ten Cate | |
Parse new SF XML export format | |||
2013-04-29 | tag feature reqs as enhancement | ||
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 | Merge pull request #9 from ockham/smallfixes | Thomas ten Cate | |
Small fixes | |||
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 | Merge pull request #8 from exhuma/master | Thomas ten Cate | |
In the latest request package, response.json is a method, not a field. | |||
2013-03-08 | Bugfix. ``response.json`` is should be a method. | Michel Albert | |
2013-02-18 | Merge pull request #7 from waldir/patch-1 | Thomas ten Cate | |
Use semantic linebreaks in README; mention dependencies; add spaces after commas | |||
2013-02-17 | minor change: add spaces after commas | Waldir | |
2013-02-17 | Use semantic linebreaks; mention dependencies | Waldir | |
[Semantic Linebreaks](http://rhodesmill.org/brandon/2012/one-sentence-per-line/) allow better reading and editing of code, and more readable diffs. | |||
2012-12-08 | Merge pull request #6 from simsong/master | Thomas ten Cate | |
allows different users to authenticate and handles authentication errors. | |||
2012-12-08 | handles error if not authenticated | Simson Garfinkel | |
2012-12-08 | Allows different username than repro | Simson Garfinkel | |
2012-08-18 | Merge pull request #3 from fordfrog/master | Thomas ten Cate | |
updated to work with github api v3 | |||
2012-08-03 | updated the code to work with github api v3 | Miroslav Šulc | |
2011-05-16 | Merge pull request #2 from albertz/master | Thomas ten Cate | |
some advanced error handling | |||
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 | Update the readme to match improvements by albertz. Also, the SF export bug ↵ | Thomas ten Cate | |
has supposedly been fixed, according to http://sourceforge.net/apps/trac/sourceforge/ticket/18293 | |||
2011-05-13 | Merge pull request #1 from albertz/master | Thomas ten Cate | |
multiple trackers. more safety. more output | |||
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 | gitignore | Albert Zeyer | |
2011-05-13 | use better_exchook | Albert Zeyer | |
2011-05-13 | small cleanup | Albert Zeyer | |
2011-05-13 | better_exchook.py from https://github.com/albertz/py_better_exchook | Albert Zeyer | |
2011-05-13 | link to xml export description | Albert Zeyer | |
2011-05-13 | no point in keeping two readmes | Albert Zeyer | |
2011-03-13 | Add pointer to svn conversion page. | Thomas ten Cate | |
2011-03-13 | Fix encoding crash. | Thomas ten Cate | |
2011-03-13 | Rename README to make GitHub use Markdown. | Thomas ten Cate | |
2011-03-13 | Initial import. | Thomas ten Cate | |