Ben Baron
38010d7c39
Switched log_info to log_warning in download_file
2020-01-06 13:06:22 -05:00
Ben Baron
27441b71b6
Crash when an release asset doesn't exist
...
Currently, the script crashes whenever a release asset is unable to download (for example a 404 response). This change instead logs the failure and allows the script to continue. No retry logic is enabled, but at least it prevents the crash and allows the backup to complete. Retry logic can be implemented later if wanted.
closes https://github.com/josegonzalez/python-github-backup/issues/129
2020-01-06 11:13:25 -05:00
Jose Diaz-Gonzalez
fac8e4274f
Release version 0.26.0
0.26.0
2019-09-23 11:45:01 -04:00
Jose Diaz-Gonzalez
17fee66f31
Merge pull request #128 from Snawoot/master
...
Workaround gist clone in `--prefer-ssh` mode
2019-09-23 11:44:21 -04:00
Vladislav Yarmak
a56d27dd8b
workaround gist clone in --prefer-ssh mode
2019-09-21 19:22:27 +03:00
Jose Diaz-Gonzalez
e57873b6dd
Create PULL_REQUEST.md
2019-08-14 17:51:19 -04:00
Jose Diaz-Gonzalez
2658b039a1
Create ISSUE_TEMPLATE.md
2019-08-14 17:47:47 -04:00
Jose Diaz-Gonzalez
fd684a71fb
Update README.rst
2019-07-11 13:40:25 -07:00
Jose Diaz-Gonzalez
bacd77030b
Update README.rst
2019-07-11 13:39:41 -07:00
Jose Diaz-Gonzalez
b73079daf2
Release version 0.25.0
0.25.0
2019-07-03 17:46:12 -04:00
Jose Diaz-Gonzalez
eca8a70666
Merge pull request #120 from 8h2a/patch-1
...
Issue 119: Change retrieve_data to be a generator
2019-07-03 17:45:40 -04:00
2a
e74765ba7f
Issue 119: Change retrieve_data to be a generator
...
See issue #119 .
2019-07-03 23:01:00 +02:00
Jose Diaz-Gonzalez
6db5bd731b
Release version 0.24.0
0.24.0
2019-06-27 11:24:43 -04:00
Jose Diaz-Gonzalez
7305871c20
Merge pull request #117 from QuicketSolutions/master
...
Add option for Releases
2019-06-27 11:15:02 -04:00
Ethan Timm
baf7b1a9b4
Merge pull request #5 from QuicketSolutions/QKT-45
...
QKT-45: include assets - update readme
2019-06-25 15:41:11 -05:00
Ethan Timm
121fa68294
QKT-45: include assets - update readme
...
update readme with flag information for including assets alongside their respective releases
2019-06-25 15:41:02 -05:00
Ethan Timm
44dfc79edc
Merge pull request #4 from whwright/wip-releases
...
Download github assets
2019-06-25 15:35:39 -05:00
Harrison Wright
89f59cc7a2
Make assets it's own flag
2019-06-24 15:49:19 -05:00
Jose Diaz-Gonzalez
ad8c5b8768
Merge pull request #118 from whwright/115-fix-pull-details
...
Fix pull details
2019-06-24 14:51:10 -04:00
Harrison Wright
921aab3729
Fix pull details
2019-06-22 13:19:45 -05:00
Harrison Wright
ea4c3d0f6f
Fix super call for python2
2019-06-22 13:05:54 -05:00
Harrison Wright
9b6400932d
Fix redirect to s3
2019-06-22 13:00:42 -05:00
Harrison Wright
de0c3f46c6
WIP: download assets
2019-06-21 20:03:14 -05:00
Ethan Timm
73b069f872
Merge pull request #3 from QuicketSolutions/QKT-42
...
QKT-42: releases - add readme info
2019-06-21 16:54:28 -05:00
ethan
3d3f512074
QKT-42: releases - add readme info
2019-06-21 16:53:40 -05:00
Ethan Timm
1c3078992d
Merge pull request #2 from QuicketSolutions/QKT-42
...
QKT-42 update: shorter command flag
2019-06-21 16:49:40 -05:00
ethan
4b40ae94d7
QKT-42 update: shorter command flag
2019-06-21 16:48:25 -05:00
Ethan Timm
a18fda9faf
Merge pull request #1 from QuicketSolutions/QKT-42
...
QKT-42: support saving release information
2019-06-21 16:43:48 -05:00
ethan
41130fc8b0
QKT-42: support saving release information
2019-06-21 11:20:32 -05:00
Jose Diaz-Gonzalez
2340a02fc6
Release version 0.23.0
0.23.0
2019-06-04 14:43:32 -04:00
Jose Diaz-Gonzalez
cafff4ae80
Merge pull request #113 from kleag/master
...
Avoid to crash in case of HTTP 502 error
2019-06-04 14:43:10 -04:00
Gael de Chalendar
3193d120e5
Avoid to crash in case of HTTP 502 error
...
Survive also on socket.error connections like on HTTPError or URLError.
This should solve issue #110 .
2019-06-04 18:53:58 +02:00
Jose Diaz-Gonzalez
da4b29a2d6
Release version 0.22.2
0.22.2
2019-02-21 15:41:11 -05:00
Jose Diaz-Gonzalez
d05c96ecef
Merge pull request #107 from josegonzalez/patch-1
...
fix: warn instead of error
2019-02-21 15:40:59 -05:00
Jose Diaz-Gonzalez
c86163bfe6
fix: warn instead of error
...
Refs #106
2019-02-21 15:40:39 -05:00
Jose Diaz-Gonzalez
eff6e36974
Release version 0.22.1
0.22.1
2019-02-21 15:13:31 -05:00
Jose Diaz-Gonzalez
63e458bafb
Merge pull request #106 from jstetic/master
...
Log URL error
2019-02-21 15:13:02 -05:00
JOHN STETIC
57ab5ce1a2
Log URL error https://github.com/josegonzalez/python-github-backup/issues/105
2019-02-20 20:43:00 -05:00
Jose Diaz-Gonzalez
d148f9b900
Release version 0.22.0
0.22.0
2019-02-01 09:50:42 -05:00
Jose Diaz-Gonzalez
89ee22c2be
Merge pull request #103 from whwright/98-better-logging
...
Fix accidental system exit with better logging strategy
2018-12-27 15:12:26 -05:00
W. Harrison Wright
9e472b74e6
Remove unnecessary sys.exit call
2018-12-27 13:07:13 -06:00
W. Harrison Wright
4b459f9af8
Add org check to avoid incorrect log output
2018-12-27 12:58:57 -06:00
W. Harrison Wright
b70ea87db7
Fix accidental system exit with better logging strategy
2018-12-27 12:53:21 -06:00
Jose Diaz-Gonzalez
f8be34562b
Release version 0.21.1
0.21.1
2018-12-25 06:28:28 -05:00
Jose Diaz-Gonzalez
ec05204aa9
Merge pull request #101 from ecki/patch-2
...
Mark options which are not included in --all
2018-12-25 06:27:58 -05:00
Bernd
628f2cbf73
Mark options which are not included in --all
...
As discussed in Issue #100
2018-12-24 04:19:29 +01:00
Jose Diaz-Gonzalez
38bf438d2f
Release version 0.21.0
0.21.0
2018-11-28 01:59:03 -05:00
Jose Diaz-Gonzalez
899cf42b57
Merge pull request #97 from whwright/94-fix-user-repos
...
Correctly download repos when user arg != authenticated user
2018-11-28 01:58:37 -05:00
W. Harrison Wright
b5972aaaf0
Correctly download repos when user arg != authenticated user
2018-11-11 19:40:46 -06:00
Jose Diaz-Gonzalez
d860f369e9
Release version 0.20.1
0.20.1
2018-09-29 00:16:48 -04:00