File tree Expand file tree Collapse file tree 2 files changed +36
-1
lines changed
Expand file tree Collapse file tree 2 files changed +36
-1
lines changed Original file line number Diff line number Diff line change 11Changelog
22=========
33
4+ 0.6.0 (2015-11-10)
5+ ------------------
6+
7+ - Force proper remote url. [Jose Diaz-Gonzalez]
8+
9+ - Improve error handling in case of HTTP errors. [Enrico Tröger]
10+
11+ In case of a HTTP status code 404, the returned 'r' was never assigned.
12+ In case of URL errors which are not timeouts, we probably should bail
13+ out.
14+
15+
16+ - Add --hooks to also include web hooks into the backup. [Enrico Tröger]
17+
18+ - Create the user specified output directory if it does not exist.
19+ [Enrico Tröger]
20+
21+ Fixes #17.
22+
23+
24+ - Add missing auth argument to _get_response() [Enrico Tröger]
25+
26+ When running unauthenticated and Github starts rate-limiting the client,
27+ github-backup crashes because the used auth variable in _get_response()
28+ was not available. This change should fix it.
29+
30+
31+ - Add repository URL to error message for non-existing repositories.
32+ [Enrico Tröger]
33+
34+ This makes it easier for the user to identify which repository does not
35+ exist or is not initialised, i.e. whether it is the main repository or
36+ the wiki repository and which clone URL was used to check.
37+
38+
4390.5.0 (2015-10-10)
540------------------
641
Original file line number Diff line number Diff line change 1- __version__ = '0.5 .0'
1+ __version__ = '0.6 .0'
You can’t perform that action at this time.
0 commit comments