aboutsummaryrefslogtreecommitdiff
Commit message (Collapse)AuthorAgeFilesLines
...
* add tests for container iteratorStefan Majewsky2018-02-104-27/+208
|
* add ObjectHeadersStefan Majewsky2018-02-087-52/+287
|
* adjust example for current APIStefan Majewsky2018-02-071-7/+9
|
* implement container listingStefan Majewsky2018-02-073-6/+305
| | | | Tests will follow sometime later this week.
* more detailed coverage reportingStefan Majewsky2018-02-071-1/+1
|
* increase test coverageStefan Majewsky2018-02-077-63/+285
|
* finish moving towards new auto-generated Headers implementationStefan Majewsky2018-02-0712-578/+273
| | | | | Everything in one package once more. The bigger API in *this* package is worth it when we don't have to expose guts to cross package boundaries.
* switch from reflection to code generationStefan Majewsky2018-02-0711-203/+625
| | | | | | 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.
* cleanupStefan Majewsky2018-02-061-2/+2
|
* compactify readme examplesStefan Majewsky2018-02-061-13/+1
|
* rewrite the comparison part of the README to be more positiveStefan Majewsky2018-02-051-27/+36
|
* link to GodocStefan Majewsky2018-02-051-0/+2
|
* add type-safe accessors for most container headersStefan Majewsky2018-02-052-9/+96
|
* include subpackages in coverage testStefan Majewsky2018-02-051-1/+1
|
* start-saio.sh: set permissions correctly on first startupStefan Majewsky2018-02-051-1/+9
|
* apparently having a private member is not enoughStefan Majewsky2018-02-053-3/+37
|
* redesign the header APIStefan Majewsky2018-02-0516-412/+558
| | | | | | I'm quite satisfied with this right now (though this doesn't say anything about how I feel about it tomorrow), but it's ugly that some guts (headers.Base) are exposed in the public API.
* SAIO gets confused when there are unexpected files in testing/data/Stefan Majewsky2018-02-052-2/+1
|
* add ContainerStefan Majewsky2018-02-047-32/+294
|
* add tests for metadataStefan Majewsky2018-02-044-7/+152
|
* add Makefile for running testsStefan Majewsky2018-02-042-0/+25
|
* use dedicated Metadata type instead of http.HeaderStefan Majewsky2018-02-043-22/+87
|
* build HTTP requests without ProviderClient.Request(), make tests workStefan Majewsky2018-02-044-84/+97
|
* add testing scripts based on github.com/bouncestorage/docker-swiftStefan Majewsky2018-01-314-0/+61
|
* compileHeaders: do not serialize read-only fieldsStefan Majewsky2018-01-301-2/+2
|
* implement compileHeadersStefan Majewsky2018-01-303-3/+46
| | | | Test is still failing though...
* finalize Account.Post() design, add initial account testsStefan Majewsky2018-01-306-20/+165
| | | | Failing right now because compileHeaders() is a stub.
* lay down the full Account APIStefan Majewsky2018-01-297-88/+364
|
* sketch out how requests could workStefan Majewsky2018-01-285-0/+357
|
* add Account, package docsStefan Majewsky2018-01-263-0/+214
|
* initial commitStefan Majewsky2018-01-261-0/+202