1
0
Fork 0
mirror of https://github.com/clockfort/GitHub-Backup.git synced 2025-03-16 00:00:06 +01:00
Commit graph

78 commits

Author SHA1 Message Date
Chris Lockfort
b899c46ff6
Merge pull request #30 from stv0g/rewrite
Rewrite: several new features
2019-05-04 23:59:33 -07:00
e833cf4815 remove debugging helpers 2019-05-05 03:36:02 +02:00
2b64e65b23 rename README.markdown to README.md 2019-05-05 03:23:53 +02:00
16f237a1d2 update usage info in README.markdown 2019-05-05 03:23:23 +02:00
ac0f18d7b3 use PyGitHub instead of pygithub3 2019-05-05 03:22:47 +02:00
edf8db636b use PyGitHub instead of pygithub3 2019-05-05 03:22:37 +02:00
577298c25b use requirements.txt 2019-05-05 02:07:57 +02:00
83174e1f6d improve style of README 2019-05-05 02:07:11 +02:00
7bbbce380c added little guide for backing up a GitHub org 2019-05-05 02:06:59 +02:00
0d7cdf6549 Merge remote-tracking branch 'gh/alternatex/master' into fixups 2019-05-05 02:02:07 +02:00
37becda672 pep8: more code-style fixes 2019-05-05 01:56:22 +02:00
92db7a84cf pep8: use tabs for indention 2019-05-05 01:48:21 +02:00
abd1fa5195 several encoding fixes and more 2019-05-05 01:46:47 +02:00
202b9e44a8 updated README 2019-05-05 01:42:16 +02:00
025d4d41ba added support for oauth token and fixed little bug in pygithub3 configuration
Conflicts:
	github-backup.py
2019-05-05 01:41:34 +02:00
fb7a4cab04 cosmetic changes 2019-05-05 01:40:45 +02:00
0f5ef8d394 sorted cli options 2019-05-05 01:39:46 +02:00
4d4daaa0ff replaced os.system() by subprocess.call() and fixed escaping errors 2019-05-05 01:38:43 +02:00
534776402a added support for oauth token and fixed little bug in pygithub3 configuration 2019-05-05 01:27:48 +02:00
Gianni Furger
0c39df4af2 updated docs 2017-08-29 13:22:47 +02:00
Chris Lockfort
8653415352 add CC0 license, fixes #19 2016-11-20 17:34:23 -08:00
Chris Lockfort
86423c539a Merge pull request #24 from Enrico204/master
Fixed shell_escaping on single-quote
2016-07-22 21:13:52 -07:00
Chris Lockfort
2421f759e6 Merge pull request #25 from Enrico204/skipforks
Skip forks option implemented
2016-07-22 21:12:41 -07:00
Enrico204
2674a8f8fa Skip forks option implemented 2016-07-22 12:24:42 +02:00
Enrico204
602293722a Fixed shell_escaping on single-quote; skipping gitweb.description assignment when description is None 2016-07-22 09:35:28 +02:00
Chris Lockfort
96553fa6e9 Merge pull request #23 from Enrico204/master
Fixed crash when no e-mail is available from GitHub repos API
2016-07-20 19:49:35 -07:00
Enrico
3c00e6a64b Fixed crash when no e-mail is available from GitHub repos API 2016-07-20 23:15:35 +02:00
Chris Lockfort
92d2477198 Merge pull request #20 from 4lun/master
Fixes 'NoneType' object has no attribute 'replace'
2015-10-15 03:42:38 -07:00
Alun Davey
f665e57d4a Fixes 'NoneType' object has no attribute 'replace' 2015-05-19 16:34:36 +01:00
Chris Lockfort
cc01c5deb0 Merge pull request #11 from indigoid/master
add support for OAuth tokens
2014-07-28 22:36:17 -07:00
Chris Lockfort
f37f91ff33 Merge pull request #13 from marianzange/fix-keyname
Use 'default_branch' instead of 'master_branch'
2014-07-28 22:35:31 -07:00
Marian Zange
0e66fb5220 Use 'default_branch' instead of 'master_branch' 2014-06-25 15:26:48 +02:00
John Slee
030f56c031 add support for OAuth tokens 2013-10-15 01:07:34 +11:00
Chris Lockfort
64d69f6dfe Merge pull request #10 from kwinczek/master
Three small changes from @kwinczek
2013-10-03 10:55:12 -07:00
Kamil Winczek
5336a70f45 Add ability to clone over SSH protocol. 2013-10-03 15:52:57 +01:00
Kamil Winczek
3942eb1f93 Add ability to specify prefix for directories. 2013-10-03 15:52:27 +01:00
Kamil Winczek
aeb29a9ebc Add ablity to retrieve repositores owned by organization. 2013-10-03 15:51:18 +01:00
Chris Lockfort
9887a96b9f Merge pull request #9 from stv0g/master
Authentification, Repo Details, Bugfix and Code Cleanup
2013-08-27 10:59:21 -07:00
5aef303f26 code cleanup: fixed indentions added comments 2013-08-27 15:30:42 +02:00
a3507dcfe6 added password authentification in case you're getting rate limited 2013-08-27 15:26:18 +02:00
0014d6a4a3 adding github repo details to repo config (useful for gitweb, cgit,
etc..)
2013-08-27 15:17:50 +02:00
6a092ffdf9 bugfix: do not alter objects, as these changes are global 2013-08-27 13:33:41 +02:00
Chris Lockfort
458aa46501 Merge pull request #8 from dougt/use_chdir_not_cd
update_repo must use os.chdir().  calling os.system(cd
2013-08-19 05:11:16 -07:00
Doug Turner
c8cb9b4bdf update_repo must use os.chdir(). calling os.system(cd 2013-08-18 22:29:41 -07:00
Chris Lockfort
11c003c6af Update README.markdown
Document new arguments
2013-08-01 17:03:16 -07:00
Chris Lockfort
0a6211f4d0 Merge pull request #7 from stv0g/master
Added support for bare repositories, additional git arguments and path suffixes
2013-08-01 16:57:42 -07:00
84e23c696c fixed small typo 2013-08-02 01:29:37 +02:00
3742232295 some code cleanup 2013-08-02 01:21:55 +02:00
bd8abb797c added support for path suffix:
this might be usefull for bare repo's which mostly ending with '.git'
2013-08-02 01:00:43 +02:00
b68463bc6a added support for extra git arguments 2013-08-02 00:50:54 +02:00