Yusuf Tran
0f21d7b8a4
add couple examples to help new users
2017-05-30 18:52:11 +01:00
Jose Diaz-Gonzalez
cb33b9bab7
Release version 0.13.2
0.13.2
2017-05-06 14:14:08 -06:00
Jose Diaz-Gonzalez
68c48cb0b3
Merge pull request #64 from karlicoss/fix-remotes
...
Fix remotes while updating repository
2017-05-06 14:13:46 -06:00
Dima Gerasimov
922a3c5a6e
Fix remotes while updating repository
2017-05-06 12:58:42 +01:00
Jose Diaz-Gonzalez
d4055eb99c
Release version 0.13.1
0.13.1
2017-04-11 09:40:13 -06:00
Jose Diaz-Gonzalez
d8a330559c
Merge pull request #61 from McNetic/fix_empty_updated_at
...
Fix error when repository has no updated_at value
2017-04-11 09:37:15 -06:00
Nicolai Ehemann
de93824498
Fix error when repository has no updated_at value
2017-04-11 11:10:03 +02:00
Jose Diaz-Gonzalez
2efeaa7580
Release version 0.13.0
0.13.0
2017-04-05 11:49:49 -04:00
Jose Diaz-Gonzalez
647810a2f0
Merge pull request #59 from martintoreilly/master
...
Add support for storing PAT in OSX keychain
2017-04-05 11:49:24 -04:00
Martin O'Reilly
0dfe5c342a
Add OS check for OSX specific keychain args
...
Keychain arguments are only supported on Mac OSX.
Added check for operating system so we give a
"Keychain arguments are only supported on Mac OSX"
error message rather than a "No password item matching the
provided name and account could be found in the osx keychain"
error message
2017-04-05 16:36:52 +01:00
Martin O'Reilly
1d6e1abab1
Add support for storing PAT in OSX keychain
...
Added additional optional arguments and README guidance for storing
and accessing a Github personal access token (PAT) in the OSX
keychain
2017-04-05 15:17:52 +01:00
Jose Diaz-Gonzalez
dd2b96b172
Release version 0.12.1
0.12.1
2017-03-27 14:55:11 -06:00
Jose Diaz-Gonzalez
7a589f1e63
Merge pull request #57 from acdha/reuse-existing-remotes
...
Avoid remote branch name churn
2017-03-27 14:54:02 -06:00
Chris Adams
92c619cd01
Avoid remote branch name churn
...
This avoids the backup output having lots of "[new branch]" messages
because removing the old remote name removed all of the existing branch
references.
2017-03-27 16:26:19 -04:00
Jose Diaz-Gonzalez
9a91dd7733
Merge pull request #55 from amaczuga/master
...
Fix detection of bare git directories
2016-11-22 13:36:52 -07:00
Andrzej Maczuga
6592bd8196
Fix detection of bare git directories
2016-11-22 20:11:26 +00:00
Jose Diaz-Gonzalez
e9e3b18512
Release version 0.12.0
0.12.0
2016-11-22 10:56:56 -07:00
Jose Diaz-Gonzalez
88148b4c95
pep8: E501 line too long (83 > 79 characters)
2016-11-22 10:55:37 -07:00
Jose Diaz-Gonzalez
8448add464
pep8: E128 continuation line under-indented for visual indent
2016-11-22 10:51:04 -07:00
Jose Diaz-Gonzalez
5b30b7ebdd
fix: properly import version from github_backup package
2016-11-22 10:49:18 -07:00
Jose Diaz-Gonzalez
c3a17710d3
fix: support alternate git status output
2016-11-22 10:48:07 -07:00
Jose Diaz-Gonzalez
4462412ec7
Merge pull request #54 from amaczuga/master
...
Support archivization using bare git clones
2016-11-22 09:44:54 -07:00
Andrzej Maczuga
8d61538e5e
Support archivization using bare git clones
2016-11-22 13:07:52 +00:00
Jose Diaz-Gonzalez
4d37ad206f
Merge pull request #53 from trel/master
...
fix typo, 3x
2016-11-18 15:35:53 -05:00
Terrell Russell
1f983863fc
fix typo, 3x
2016-11-18 15:17:42 -05:00
Jose Diaz-Gonzalez
f0b28567b9
Release version 0.11.0
0.11.0
2016-10-26 14:14:00 -06:00
Jose Diaz-Gonzalez
77ede50b19
Merge pull request #52 from bjodah/fix-gh-51
...
Support --token file:///home/user/token.txt (fixes gh-51)
2016-10-26 14:13:35 -06:00
Björn Dahlgren
97e4fbbacb
Support --token file:///home/user/token.txt (fixes gh-51)
2016-10-26 01:57:33 +02:00
Jose Diaz-Gonzalez
03604cc654
Merge pull request #48 from albertyw/python3
...
Support Python 3
2016-10-25 17:38:05 -06:00
Albert Wang
73a62fdee1
Fix some linting
2016-09-11 01:14:36 -07:00
Albert Wang
94e1d62ad5
Fix byte/string conversion for python 3
2016-09-11 01:14:31 -07:00
Albert Wang
54cef11ce7
Support python 3
2016-09-11 01:14:19 -07:00
Jose Diaz-Gonzalez
56397eba1c
Merge pull request #46 from remram44/encode-password
...
Encode special characters in password
2016-09-06 14:31:35 -04:00
Remi Rampin
9f861efccf
Encode special characters in password
2016-09-06 14:27:47 -04:00
Jose Diaz-Gonzalez
c1c9ce6dca
Merge pull request #45 from remram44/cli-programname
...
Fix program name
2016-09-06 12:42:45 -04:00
Jose Diaz-Gonzalez
ab18d8aee0
Merge pull request #44 from remram44/readme-git-https
...
Don't install over insecure connection
2016-09-06 12:42:30 -04:00
Remi Rampin
9d7d98b19e
Update README.rst
2016-09-06 12:28:44 -04:00
Remi Rampin
0233bff696
Don't pretend program name is "Github Backup"
2016-09-06 12:24:51 -04:00
Remi Rampin
6154ceda15
Don't install over insecure connection
...
The git:// protocol is unauthenticated and unencrypted, and no longer advertised by GitHub. Using HTTPS shouldn't impact performance.
2016-09-06 12:11:29 -04:00
Jose Diaz-Gonzalez
9023052e9c
Release version 0.10.3
0.10.3
2016-08-20 20:50:29 -04:00
Jose Diaz-Gonzalez
874c235ba5
Merge pull request #30 from jonasrmichel/master
...
Fixes #29
2016-08-20 20:50:25 -04:00
Jose Diaz-Gonzalez
b7b234d8a5
Release version 0.10.2
0.10.2
2016-08-20 20:49:46 -04:00
Jose Diaz-Gonzalez
ed160eb0ca
Add a note regarding git version requirement
...
Closes #37
2016-08-20 20:49:42 -04:00
Jose Diaz-Gonzalez
1d11d62b73
Release version 0.10.1
0.10.1
2016-08-20 20:45:27 -04:00
Jose Diaz-Gonzalez
9e1cba9817
Release version 0.10.0
0.10.0
2016-08-18 14:20:46 -04:00
Jose Diaz-Gonzalez
3859a80b7a
Merge pull request #42 from robertwb/master
...
Implement incremental updates
2016-08-18 14:20:05 -04:00
Robert Bradshaw
8c12d54898
Implement incremental updates
...
Guarded with an --incremental flag.
Stores the time of the last update and only downloads issue and
pull request data since this time. All other data is relatively
small (likely fetched with a single request) and so is simply
re-populated from scratch as before.
2016-08-17 21:31:59 -07:00
Jose Diaz-Gonzalez
b6b6605acd
Release version 0.9.0
0.9.0
2016-03-29 13:23:45 -04:00
Jose Diaz-Gonzalez
ff5e0aa89c
Merge pull request #36 from zlabjp/fix-cloning-private-repos
...
Fix cloning private repos with basic auth or token
2016-03-29 13:21:57 -04:00
Kazuki Suda
79726c360d
Fix cloning private repos with basic auth or token
2016-03-29 15:23:54 +09:00