Jose Diaz-Gonzalez
63441ebfbc
Release version 0.41.0
0.41.0
2022-03-02 02:36:41 -05:00
Jose Diaz-Gonzalez
7ad324225e
Merge pull request #191 from SkySoft-ATM/bug/lfs_mirror
...
git lfs clone does not respect --mirror
2022-03-02 02:34:17 -05:00
Louis Parisot
885e94a102
git lfs clone doe snot respect --mirror
2022-02-03 11:45:59 +01:00
Jose Diaz-Gonzalez
9e1800f56e
Release version 0.40.2
0.40.2
2021-12-29 12:49:10 -05:00
Jose Diaz-Gonzalez
d057ee0d04
Merge pull request #186 from atinary-afoulon/patch-1
...
Fix lint issues raised by Flake8
2021-12-29 12:48:30 -05:00
atinary-afoulon
64562f2460
Fix lint issues raised by Flake8
...
According to job:
[ https://app.circleci.com/pipelines/github/josegonzalez/python-github-backup/30/workflows/74eb93f2-2505-435d-b728-03b3cc04c14a/jobs/23 ]
Failed on the following checks:
./github_backup/github_backup.py:20:1: F811 redefinition of unused 'logging' from line 14
./github_backup/github_backup.py:45:1: E302 expected 2 blank lines, found 1
./github_backup/github_backup.py:136:20: E251 unexpected spaces around keyword / parameter equals
2021-12-13 14:33:21 +01:00
Jose Diaz-Gonzalez
f7f9ffd017
Release version 0.40.1
0.40.1
2021-09-22 12:29:08 -04:00
Jose Diaz-Gonzalez
048ef04e2a
Merge pull request #180 from whwright/revert-to-fetch
...
Revert to fetch
2021-09-22 11:06:18 -04:00
Harrison Wright
b1acfed83a
Revert to fetch
2021-07-14 10:53:14 -05:00
Jose Diaz-Gonzalez
18e78a4d66
Release version 0.40.0
0.40.0
2021-07-12 00:44:33 -04:00
Jose Diaz-Gonzalez
1ed5427043
Merge pull request #177 from jacekn/retry
...
Add retry on certain network errors
2021-07-12 00:43:19 -04:00
Jose Diaz-Gonzalez
c2e3665ed8
Merge pull request #178 from pew/patch-1
...
pull changes from remote
2021-07-12 00:43:10 -04:00
Jonas
0a30a92fe4
pull changes from remote
...
use `git pull` to pull actual files from the remote instead of using `fetch` for only the metadata
2021-07-06 06:21:06 +02:00
Jacek Nykis
cc52587f52
Add retry on certain network errors
...
This change includes certain network level errors in the retry logic.
It partially address #110 but I think more comprehensive fix would be useful.
2021-07-01 14:39:10 +01:00
Jose Diaz-Gonzalez
853b7c46a1
Release version 0.39.0
0.39.0
2021-03-18 23:16:04 -04:00
Jose Diaz-Gonzalez
e23d12d490
Merge pull request #173 from gallofeliz/make-compatible-python-call
...
Try to make compatible code with direct Python call ; reduce the hard link of the code with the cli
2021-03-18 22:51:01 -04:00
Jose Diaz-Gonzalez
f8e1151111
Merge pull request #174 from atorrescogollo/master
...
Fixed release_name with slash bug
2021-03-18 22:50:21 -04:00
Álvaro Torres Cogollo
664c2a765e
Fixed release_name with slash bug
2021-03-03 11:36:44 +01:00
Gallo Feliz
fa7148d38f
fix: fix missing INFO logs
2021-02-16 13:25:16 +01:00
Gallo Feliz
480ce3ce2a
Try to make compatible code with direct Python call ; reduce the hard link of the code with the cli
2021-02-16 13:13:51 +01:00
Jose Diaz-Gonzalez
943e84e3d9
Release version 0.38.0
0.38.0
2021-02-13 03:55:02 -05:00
Jose Diaz-Gonzalez
0c924c3158
Merge pull request #172 from samanthaq/always-use-oauth-when-provided
...
fix: Always clone with OAuth token when provided
2021-02-13 03:53:26 -05:00
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