Samantha Baldwin
f62c4eaf8b
fix: Always clone with OAuth token when provided
...
Github Enterprise servers with 'Anonymous Git read access' disabled
cause `git ls-remote` to fail (128) for a repo's `clone_url`. Using the
OAuth token when provided allows cloning private AND public repos when
Anonymous Git read access is disabled.
2021-02-12 00:46:06 -05:00
Jose Diaz-Gonzalez
a53d7f6849
Merge pull request #170 from Mindavi/bugfix/broken-url
...
Fix broken and incorrect link to github repository
2021-01-18 00:12:09 -05:00
Rick van Schijndel
4e571d0735
Change broken link to a fork to a working link to upstream
2021-01-03 23:08:58 +01:00
Jose Diaz-Gonzalez
5a71bc5e5a
Release version 0.37.2
0.37.2
2021-01-01 21:31:06 -05:00
Jose Diaz-Gonzalez
794ccf3996
fix: use distutils.core on error
2021-01-01 21:30:54 -05:00
Jose Diaz-Gonzalez
977424c153
Release version 0.37.1
0.37.1
2021-01-01 21:28:25 -05:00
Jose Diaz-Gonzalez
613576dd25
fix: use twine for releases
...
The old method of releasing to pypi broke for whatever reason and switching to a supported toolchain is easier than debugging the old one.
Additionally:
- Update gitchangelog
- Fix license entry
- Set long description type
- Gitignore the temporary readme file
2021-01-01 21:28:03 -05:00
Jose Diaz-Gonzalez
638bf7a77e
Release version 0.37.0
0.37.0
2021-01-01 21:23:49 -05:00
Jose Diaz-Gonzalez
725f2c3b8f
Merge pull request #158 from albertyw/python3
...
Remove support for python 2
2021-01-01 21:22:30 -05:00
Jose Diaz-Gonzalez
41ece08152
Merge pull request #165 from garymoon/add-skip-archived
...
Add option to skip archived repositories
2021-01-01 21:22:15 -05:00
Gary Moon
3a5ef5158d
Add ability to skip archived repositories
2020-10-30 15:39:32 -04:00
Albert Wang
cb1b0b6c6b
Add support for python 3.7 and 3.8 in package classifiers
2020-08-28 23:45:30 -07:00
Albert Wang
d7f0747432
Remove support for python 2.7 in package classifiers
2020-08-28 23:45:30 -07:00
Albert Wang
d411e20580
Remove python 2 specific import logic
2020-08-28 23:45:30 -07:00
Albert Wang
d7b85264cd
Remove python 2 specific logic
2020-08-28 23:45:30 -07:00
Jose Diaz-Gonzalez
031a984434
Release version 0.36.0
0.36.0
2020-08-29 02:37:48 -04:00
Jose Diaz-Gonzalez
9e16f39e3e
Merge pull request #157 from albertyw/lint
2020-08-29 02:37:19 -04:00
Albert Wang
2de96390be
Add flake8 instructions to readme
2020-08-28 23:13:24 -07:00
Albert Wang
78cff47a91
Fix regex string
2020-08-28 23:13:24 -07:00
Albert Wang
fa27988c1c
Update boolean check
2020-08-28 23:13:23 -07:00
Albert Wang
bb2e2b8c6f
Fix whitespace issues
2020-08-28 23:13:23 -07:00
Albert Wang
8fd0f2b64f
Do not use bare excepts
2020-08-28 23:13:23 -07:00
Jose Diaz-Gonzalez
753a551961
Merge pull request #161 from albertyw/circleci-project-setup
...
Add circleci config
2020-08-29 01:48:49 -04:00
Albert Wang
607b6ca69b
Add .circleci/config.yml
2020-08-28 02:33:51 -07:00
Jose Diaz-Gonzalez
ef71655b01
Merge pull request #160 from wbolster/patch-1
...
Include --private flag in example
2020-08-27 13:23:28 -04:00
wouter bolsterlee
d8bcbfa644
Include --private flag in example
...
By default, private repositories are not included. This is surprising.
It took me a while to figure this out, and making that clear in the
example can help others to be aware of that.
2020-08-27 17:01:56 +02:00
Jose Diaz-Gonzalez
751b0d6e82
Release version 0.35.0
0.35.0
2020-08-05 12:02:21 -04:00
Jose Diaz-Gonzalez
ea633ca2bb
Merge pull request #156 from samanthaq/restore-optional-throttling
...
Make API request throttling optional
2020-08-05 12:01:56 -04:00
Samantha Baldwin
a2115ce3e5
Make API request throttling optional
2020-08-05 11:53:17 -04:00
Jose Diaz-Gonzalez
8a00bb1903
Release version 0.34.0
0.34.0
2020-07-24 13:31:03 -04:00
Jose Diaz-Gonzalez
e53f8d4724
Merge pull request #153 from 0x6d617474/gist_ssh
...
Add logic for transforming gist repository urls to ssh
2020-07-24 13:30:40 -04:00
Matt Fields
356f5f674b
Add logic for transforming gist repository urls to ssh
2020-07-07 17:54:16 -04:00
Jose Diaz-Gonzalez
13128635cb
Release version 0.33.1
0.33.1
2020-05-28 16:44:40 -04:00
Jose Diaz-Gonzalez
6e6842b025
Merge pull request #151 from garymoon/readme-update-0.33
2020-05-28 16:43:57 -04:00
Gary Moon
272177c395
Update the readme for new switches added in 0.33
2020-05-26 19:59:47 -04:00
Jose Diaz-Gonzalez
70f711ea68
Release version 0.33.0
0.33.0
2020-04-13 17:14:20 -04:00
Jose Diaz-Gonzalez
3fc9957aac
Merge pull request #149 from eht16/simple_api_request_throttling
...
Add basic API request throttling
2020-04-13 17:13:58 -04:00
Enrico Tröger
78098aae23
Add basic API request throttling
...
A simple approach to throttle API requests and so keep within the rate
limits of the API. Can be enabled with "--throttle-limit" to specify
when throttling should start.
"--throttle-pause" defines the time to sleep between further API
requests.
2020-04-13 23:06:09 +02:00
Jose Diaz-Gonzalez
fb7cc5ed53
Release version 0.32.0
0.32.0
2020-04-13 17:02:59 -04:00
Jose Diaz-Gonzalez
c0679b9cc3
Merge pull request #148 from eht16/logging_with_timestamp
...
Add timestamp to log messages
2020-04-13 16:38:36 -04:00
Enrico Tröger
03b9d1b2d8
Add timestamp to log messages
2020-04-13 22:11:48 +02:00
Jose Diaz-Gonzalez
5025f69878
Merge pull request #147 from tomhoover/update-readme
...
Update README.rst to match 'github-backup -h'
2020-03-24 11:17:44 -04:00
Tom Hoover
a351cdc103
Update README.rst to match 'github-backup -h'
2020-03-22 08:48:50 -05:00
Jose Diaz-Gonzalez
85e4399408
Release version 0.31.0
0.31.0
2020-02-25 14:41:22 -05:00
Jose Diaz-Gonzalez
c8171b692a
Merge pull request #146 from timm3/upstream-123
...
Authenticate as Github App
2020-02-25 14:39:27 -05:00
ethan
523c811cc6
#123 update: changed --as-app 'help' description
2020-02-25 13:13:20 -06:00
ethan
857ad0afab
#123 : Support Authenticating As Github Application
2020-02-25 12:35:24 -06:00
Jose Diaz-Gonzalez
3f65eadee1
Release version 0.30.0
0.30.0
2020-02-14 12:01:05 -05:00
Jose Diaz-Gonzalez
a8e8841b26
Release version 0.29.0
0.29.0
2020-02-14 12:00:07 -05:00
Jose Diaz-Gonzalez
8e542fd6b6
Merge pull request #145 from timm3/50-v0.28.0
...
#50 - refactor for friendlier import
2020-02-14 11:57:39 -05:00