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

Commit graph

  • f84f3af4a6
    Merge 4468b4ff8b into cd394bdf5d Laurens Kropf 2024-06-25 11:15:54 +02:00
  • 4468b4ff8b import ConfigParser instead of SafeConfigParser Laurens Kropf 2024-06-25 11:13:48 +02:00
  • 35fdf97353
    Merge 696f8c4839 into cd394bdf5d preved911 2022-07-13 12:54:08 -07:00
  • cd394bdf5d
    Merge pull request #55 from ReallyVirtual/patch-1 master Steffen Vogel 2022-07-10 14:11:11 +02:00
  • 944754299c
    Update README.md Sohaib Athar 2022-07-10 05:09:10 +05:00
  • 5db3cfc5b9
    Merge pull request #44 from mendhak/master Steffen Vogel 2022-06-15 14:23:10 +02:00
  • 9375b3637b
    fix documentation for organization backups Steffen Vogel 2022-06-15 14:21:02 +02:00
  • 696f8c4839 fixed gh token auth flow Ildar Valiullin 2022-02-28 03:31:46 +03:00
  • a6a72e1482 added support uploading to s3 object storage Ildar Valiullin 2022-02-27 23:17:57 +03:00
  • 88eb9fa52c fixed "--git" flag definition Ildar Valiullin 2022-02-27 04:24:50 +03:00
  • 46d67e2e0b fixing usage for different cases Ildar Valiullin 2022-02-27 03:40:30 +03:00
  • 5beabdd228
    Merge 39627e6acf into e8cf9a6f2a bb1950328 2021-08-03 20:09:04 +02:00
  • 39627e6acf
    fix GitHub token not used when not password arg is not present bb1950328 2021-08-03 20:04:57 +02:00
  • e8cf9a6f2a
    Merge pull request #45 from clockfort/fix-orgs Steffen Vogel 2021-04-19 08:44:19 +02:00
  • fce568a067
    Update github_backup.py fix-orgs Steffen Vogel 2021-04-19 08:43:30 +02:00
  • fb3a0c0bf8
    Iterate through the list in advance so that the retry decorator can handle problems mendhak 2021-04-18 16:26:01 +01:00
  • ec9a41f545
    Handle rate limits with pygithub using decorator mendhak 2021-04-18 13:16:14 +01:00
  • 794bc0399b
    Merge pull request #41 from frenchy64/patch-1 Steffen Vogel 2020-12-04 08:32:50 +01:00
  • 10f2ed8df8
    Fix grammatical errors Ambrose Bonnaire-Sergeant 2020-12-04 00:42:39 -05:00
  • 4c33d9b114
    Merge pull request #40 from stv0g/master Steffen Vogel 2020-09-08 08:33:44 +02:00
  • 701b62af5e
    Merge branch 'master' into master Steffen Vogel 2020-09-08 08:33:34 +02:00
  • 86a6a774cf use setuptools for installation and updates Steffen Vogel 2020-09-08 08:30:14 +02:00
  • a43ab112d1
    update usage information Steffen Vogel 2020-09-08 08:19:33 +02:00
  • ddff67a4e8
    add a note for using PAT instead of password. Steffen Vogel 2020-09-08 08:12:11 +02:00
  • 0bb312235c
    use more commonly used Markdown syntax in README Steffen Vogel 2020-09-08 08:09:24 +02:00
  • b0c2cf14c4
    Merge pull request #34 from crass/big-update Steffen Vogel 2020-09-08 08:04:45 +02:00
  • 27978b3893
    Merge pull request #31 from ujukauboi/patch-1 Steffen Vogel 2020-09-08 08:01:25 +02:00
  • 41892d62be Add myself as an author. crass 2019-10-23 02:23:42 -05:00
  • 2ec391ae7e Make sure to decode request content as encoding in response of utf-8 if no encoding in the response. Add debug logging of request in fetch_url. crass 2019-10-23 02:22:53 -05:00
  • 9e5493cd13 Add requests to requirements.txt crass 2019-10-23 01:29:53 -05:00
  • edbd525392 Rename IsAuthorized global to IS_AUTHORIZED to maintain consistency in global variable naming. crass 2019-10-23 01:29:33 -05:00
  • 306021f6b0 Add option to save ssh public keys. crass 2019-09-28 22:34:39 -05:00
  • 1f1bad18e7 Allow specifying -p without an argument, which will mean to check for config to get password and failing that prompt the user. crass 2019-09-28 02:10:23 -05:00
  • ea443dcf52 Do an issue search regardless of authentication because it picks up more issues/pulls. crass 2019-09-28 01:59:42 -05:00
  • 1d2bc42dd6 Handle pulls from searching and get_issues. crass 2019-09-28 01:58:07 -05:00
  • a553714f6f In addition to assigned, get created issues and pull requests, and both open and closed ones. crass 2019-09-28 01:16:35 -05:00
  • 89bb0667f6 Nicer logging of issues and pull requests. crass 2019-09-28 01:13:16 -05:00
  • 592eb3093f Set most log lines to INFO so that they are by default printed. crass 2019-09-28 00:34:27 -05:00
  • 00dd7fee23 Add options to backup issues and pull requests. crass 2019-09-20 00:43:44 -05:00
  • 21173ac39e Add options to download releases and associated assets. crass 2019-09-20 00:31:49 -05:00
  • fad148a3cf Add options for backing up gists and starred gists. crass 2019-09-19 11:29:59 -05:00
  • 6dc8ee6034 Refactor into RepositoryBackup class for backing up repository and metadata. crass 2019-09-19 11:02:08 -05:00
  • d6ac98b392 Add option to download the repository wiki repositoriy. crass 2019-09-18 01:32:10 -05:00
  • 3824d1196b Put repositories in backupdir/repositories/${REPO_NAME}/repository in preparation for adding other repository (meta)data. crass 2019-09-18 01:26:30 -05:00
  • 83ecc23da4 Add option to skip downloading of repositories. crass 2019-09-18 01:23:14 -05:00
  • 67bafdf0ef Add option to backup account data. crass 2019-09-18 00:55:10 -05:00
  • 4474b95a0f Add --username to backup a user other than the one authenticated with. crass 2019-09-18 00:45:39 -05:00
  • 3ac05ede4a Allow unauthenticated backups. Change get_org -> get_organization, since the api appears to have changed. crass 2019-09-16 21:15:31 -05:00
  • d052ecb0ad Turn on github package debugging when --debug is specified. crass 2019-09-16 20:39:05 -05:00
  • d4981ccc6a Turn on github package debugging when --debug is specified. crass 2019-09-16 20:39:05 -05:00
  • c716637d84
    Changed github to pygithub3 in the import statement Christian Something 2019-08-28 01:14:14 -04:00
  • a8b6bb1708
    Update README.md Christian Something 2019-08-28 01:13:03 -04:00
  • 01ec1fbf0b Merge pull request #30 from stv0g/rewrite Chris Lockfort 2019-05-04 23:59:33 -07:00
  • b899c46ff6
    Merge pull request #30 from stv0g/rewrite Chris Lockfort 2019-05-04 23:59:33 -07:00
  • e833cf4815 remove debugging helpers Steffen Vogel 2019-05-05 03:36:02 +02:00
  • 2b64e65b23 rename README.markdown to README.md Steffen Vogel 2019-05-05 03:23:53 +02:00
  • 16f237a1d2 update usage info in README.markdown Steffen Vogel 2019-05-05 03:22:58 +02:00
  • ac0f18d7b3 use PyGitHub instead of pygithub3 Steffen Vogel 2019-05-05 03:22:47 +02:00
  • edf8db636b use PyGitHub instead of pygithub3 Steffen Vogel 2019-05-05 03:22:37 +02:00
  • 577298c25b use requirements.txt Steffen Vogel 2019-05-05 02:07:57 +02:00
  • 83174e1f6d improve style of README Steffen Vogel 2019-05-05 02:07:11 +02:00
  • 7bbbce380c added little guide for backing up a GitHub org Steffen Vogel 2019-05-05 02:06:59 +02:00
  • 0d7cdf6549 Merge remote-tracking branch 'gh/alternatex/master' into fixups Steffen Vogel 2019-05-05 02:02:07 +02:00
  • 37becda672 pep8: more code-style fixes Steffen Vogel 2019-05-05 01:56:22 +02:00
  • 92db7a84cf pep8: use tabs for indention Steffen Vogel 2019-05-05 01:48:21 +02:00
  • abd1fa5195 several encoding fixes and more Steffen Vogel 2019-02-02 21:27:20 +01:00
  • 202b9e44a8 updated README Steffen Vogel 2014-06-26 00:28:35 +02:00
  • 025d4d41ba added support for oauth token and fixed little bug in pygithub3 configuration Conflicts: github-backup.py Steffen Vogel 2013-10-25 10:58:22 +02:00
  • fb7a4cab04 cosmetic changes Steffen Vogel 2014-06-26 00:14:25 +02:00
  • 0f5ef8d394 sorted cli options Steffen Vogel 2014-06-26 00:14:13 +02:00
  • 4d4daaa0ff replaced os.system() by subprocess.call() and fixed escaping errors Steffen Vogel 2013-11-14 18:56:12 +01:00
  • 534776402a added support for oauth token and fixed little bug in pygithub3 configuration Steffen Vogel 2013-10-25 10:58:22 +02:00
  • c68c018073 several encoding fixes and more Steffen Vogel 2019-02-02 21:27:20 +01:00
  • 0c39df4af2 updated docs Gianni Furger 2017-08-29 13:22:47 +02:00
  • 8653415352 add CC0 license, fixes #19 Chris Lockfort 2016-11-20 17:34:23 -08:00
  • 86423c539a Merge pull request #24 from Enrico204/master Chris Lockfort 2016-07-22 21:13:52 -07:00
  • 2421f759e6 Merge pull request #25 from Enrico204/skipforks Chris Lockfort 2016-07-22 21:12:41 -07:00
  • 2674a8f8fa Skip forks option implemented Enrico204 2016-07-22 12:24:42 +02:00
  • 602293722a Fixed shell_escaping on single-quote; skipping gitweb.description assignment when description is None Enrico204 2016-07-22 09:35:28 +02:00
  • 96553fa6e9 Merge pull request #23 from Enrico204/master Chris Lockfort 2016-07-20 19:49:35 -07:00
  • 3c00e6a64b Fixed crash when no e-mail is available from GitHub repos API Enrico 2016-07-20 23:15:35 +02:00
  • 92d2477198 Merge pull request #20 from 4lun/master Chris Lockfort 2015-10-15 03:42:38 -07:00
  • f665e57d4a Fixes 'NoneType' object has no attribute 'replace' Alun Davey 2015-05-19 16:34:36 +01:00
  • cc01c5deb0 Merge pull request #11 from indigoid/master Chris Lockfort 2014-07-28 22:36:17 -07:00
  • f37f91ff33 Merge pull request #13 from marianzange/fix-keyname Chris Lockfort 2014-07-28 22:35:31 -07:00
  • df62f1b922 updated README Steffen Vogel 2014-06-26 00:28:35 +02:00
  • 45aa7163b0 added support for oauth token and fixed little bug in pygithub3 configuration Conflicts: github-backup.py Steffen Vogel 2013-10-25 10:58:22 +02:00
  • ae535aa786 cosmetic changes Steffen Vogel 2014-06-26 00:14:25 +02:00
  • 25f6299558 sorted cli options Steffen Vogel 2014-06-26 00:14:13 +02:00
  • 92acbc8cec Merge branch 'master' of github.com:clockfort/GitHub-Backup Steffen Vogel 2014-06-26 00:00:54 +02:00
  • 350dd34cdd fixed bug due to API change Steffen Vogel 2014-06-25 23:45:27 +02:00
  • 0e66fb5220 Use 'default_branch' instead of 'master_branch' Marian Zange 2014-06-25 15:26:48 +02:00
  • 6e41cec5fd replaced os.system() by subprocess.call() and fixed escaping errors Steffen Vogel 2013-11-14 18:56:12 +01:00
  • f7abffe69b added support for oauth token and fixed little bug in pygithub3 configuration Steffen Vogel 2013-10-25 10:58:22 +02:00
  • 030f56c031 add support for OAuth tokens John Slee 2013-10-15 01:07:34 +11:00
  • 64d69f6dfe Merge pull request #10 from kwinczek/master Chris Lockfort 2013-10-03 10:55:12 -07:00
  • d5718668e7 Merge 5336a70f45 into 9887a96b9f Kamil Winczek 2013-10-03 07:57:13 -07:00
  • 5336a70f45 Add ability to clone over SSH protocol. Kamil Winczek 2013-10-03 15:52:57 +01:00
  • 3942eb1f93 Add ability to specify prefix for directories. Kamil Winczek 2013-10-03 15:52:27 +01:00
  • aeb29a9ebc Add ablity to retrieve repositores owned by organization. Kamil Winczek 2013-10-03 15:51:18 +01:00