summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Merge branch 'benbrown/version' into 'master'HEADpython-1.0.0masterBen Brown2023-04-073-7/+5
|\
| * misc: Appease lintersBen Brown2023-04-071-2/+0
| * pre-commit: Update lintersBen Brown2023-04-071-3/+3
| * pre-commit: Update flake8 urlBen Brown2023-04-071-1/+1
| * Set version to 1.0.0Ben Brown2023-04-071-1/+1
|/
* Merge branch 'benbrown/bump-black' into 'master'Ben Brown2022-03-291-1/+1
|\
| * Bump black version to fix CIBen Brown2022-03-291-1/+1
|/
* Merge branch 'shprdchris/create-raw-tests' into 'master'Ben Brown2022-03-297-1/+205
|\
| * Add CI testing for raw filesChris Shepherd2022-03-297-1/+205
|/
* Merge branch 'shprdchris/remove-persistent-configuration' into 'master'Ben Brown2022-02-211-21/+96
|\
| * Remove persistent configuration downstreamChris Shepherd2022-02-181-21/+96
|/
* Merge branch 'benbrown/lint' into 'master'Ben Brown2022-02-0711-627/+816
|\
| * Update CI pipelineBen Brown2022-02-051-33/+28
| * Make flake8 happyBen Brown2022-02-054-20/+20
| * Commit changes from from black and isortBen Brown2022-02-057-576/+752
| * Add configs for linting and style checking via pre-commitBen Brown2022-02-052-0/+17
| * Ignore .venvBen Brown2022-02-051-0/+1
|/
* Merge branch 'benbrown/optional-dest' into 'master'Ben Brown2022-02-052-4/+4
|\
| * Set 'destination' field as optionalBen Brown2022-02-052-4/+4
|/
* Merge branch 'shprdchris/raw-file-new-format' into 'master'Ben Brown2022-02-022-9/+15
|\
| * (v2) Make raw importer honour multiple filesshprdchris2022-02-022-9/+15
|/
* Merge branch 'benbrown/lfs-improvements' into 'master'Ben Brown2022-01-252-12/+12
|\
| * Add check to disallow directory traversalBen Brown2022-01-191-0/+4
| * Add support for storing raw files at the repository rootBen Brown2022-01-192-3/+5
| * Simplify raw-file-importer argument parsingBen Brown2022-01-191-10/+4
|/
* Merge branch 'benbrown/gitdir' into 'master'Ben Brown2022-01-191-2/+2
|\
| * Create the gitdir regardless of no new archive/lfs contentBen Brown2022-01-151-2/+2
|/
* Merge branch 'km/test-fix' into 'master'Ben Brown2021-12-302-5/+7
|\
| * Create tarball dest only when neededKyle Mckay2021-12-291-1/+2
| * Fix failing make tarball testKyle Mckay2021-12-291-2/+3
| * Use a default tarball output locationKyle Mckay2021-12-291-2/+2
|/
* Merge branch 'dest' into 'master'Ben Brown2021-12-151-4/+9
|\
| * Create tarball destination when non-existentKyle Mckay2021-12-151-4/+9
|/
* Merge branch 'ellisb/setuseragent' into 'master'Pedro Alvarez Piedehierro2021-12-151-4/+19
|\
| * Set url-agent to Lorry if we get 403 HTTP statusEllis Barnwell2021-12-151-4/+19
|/
* Merge branch 'benbrown/hard-links' into 'master'Ben Brown2021-11-243-12/+92
|\
| * Add test to verify hard link supportBen Brown2021-11-242-0/+72
| * lorry.tar-importer: support hard linksBen Brown2021-11-241-12/+20
|/
* Merge branch 'benbrown/python-version' into 'master'Ben Brown2021-11-193-3/+16
|\
| * Set minimum version to 3.6Ben Brown2021-11-182-1/+6
| * Modify raw-file importer to work with python 3.6Ben Brown2021-11-181-2/+10
|/
* Merge branch 'km/setup' into 'master'Ben Brown2021-11-181-1/+2
|\
| * Include raw file importer in setupKyle Mckay2021-11-181-1/+2
|/
* Merge branch 'benbrown/global-pax-header' into 'master'Ben Brown2021-11-174-0/+75
|\
| * Add test for ignoring of global pax headerBen Brown2021-11-173-0/+73
| * import-tars: ignore the global PAX headerJohannes Schindelin2021-11-161-0/+2
|/
* Merge branch 'jonathanmaw/lfs-raw-file-repo' into 'master'Ben Brown2021-11-163-3/+196
|\
| * Use context manager for raw file requestsKyle Mckay2021-11-161-3/+2
| * Use local install for git lfsKyle Mckay2021-11-151-1/+1
| * Update readme to reflect new raw-file lorry typeKyle Mckay2021-11-151-4/+10