| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Run go-makefile-maker | Sandro Jäckel | 2024-07-01 | 1 | -9/+17 |
| | | |||||
| * | run go-makefile-maker, start fixing new lints | Stefan Majewsky | 2023-10-23 | 1 | -6/+9 |
| | | |||||
| * | Switch to go-makefile-maker | Sandro Jäckel | 2022-10-26 | 1 | -31/+65 |
| | | |||||
| * | use Go modules, update Makefile to my current conventions | Stefan Majewsky | 2021-05-28 | 1 | -21/+30 |
| | | |||||
| * | goddammit macos | Stefan Majewsky | 2018-09-06 | 1 | -1/+1 |
| | | |||||
| * | exclude util/ from golint, govet | Stefan Majewsky | 2018-05-02 | 1 | -6/+6 |
| | | |||||
| * | initial support for large objects | Stefan Majewsky | 2018-04-30 | 1 | -2/+14 |
| | | | | | | | | | | | | | This has gone through a lot of iterations on my branch, and I'm quite happy with the parts of the API that exist now. Test coverage can still be better, and will get better in the following commits. The API is not yet finished: I want to add Options arguments to Object.Upload(), Object.Copy(), Object.Move() and Object.Delete() that specify how each of these operations affect existing segments (and, later, also existing symlinks). For Upload(), uploading in segments shall become as easy as flipping a single switch. | ||||
| * | reorganize code | Stefan Majewsky | 2018-02-19 | 1 | -1/+1 |
| | | | | | | | * Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend". | ||||
| * | more detailed coverage reporting | Stefan Majewsky | 2018-02-07 | 1 | -1/+1 |
| | | |||||
| * | switch from reflection to code generation | Stefan Majewsky | 2018-02-07 | 1 | -1/+12 |
| | | | | | | | This allows me to make the API much simpler. More simplification forthcoming in the following commit; I just want to make a cut since `make test` is happy right now. | ||||
| * | include subpackages in coverage test | Stefan Majewsky | 2018-02-05 | 1 | -1/+1 |
| | | |||||
| * | add Makefile for running tests | Stefan Majewsky | 2018-02-04 | 1 | -0/+22 |
