| Commit message (Collapse) | Author | Age | Files | Lines | |
|---|---|---|---|---|---|
| * | Remove context from struct, add ctx as first args to many functions | Sandro Jäckel | 2024-07-01 | 1 | -10/+11 |
| | | |||||
| * | Fix gophercloud lint complains | Sandro Jäckel | 2024-07-01 | 1 | -30/+30 |
| | | |||||
| * | Fix remaining lints | Sandro Jäckel | 2023-10-25 | 1 | -1/+2 |
| | | |||||
| * | run go-makefile-maker, start fixing new lints | Stefan Majewsky | 2023-10-23 | 1 | -2/+2 |
| | | |||||
| * | Fix linting errors | Sandro Jäckel | 2022-10-28 | 1 | -8/+4 |
| | | |||||
| * | Format with go 1.19 | Sandro Jäckel | 2022-10-26 | 1 | -28/+28 |
| | | |||||
| * | make the IsEqualTo() methods public | Stefan Majewsky | 2018-05-30 | 1 | -2/+2 |
| | | |||||
| * | proof-read documentation | Stefan Majewsky | 2018-05-03 | 1 | -6/+4 |
| | | |||||
| * | test coverage for bulk-delete fallback code path | Stefan Majewsky | 2018-05-02 | 1 | -1/+3 |
| | | |||||
| * | add DeleteOptions to Object.Delete() | Stefan Majewsky | 2018-04-30 | 1 | -1/+1 |
| | | |||||
| * | add Account.isEqualTo, Container.isEqualTo | Stefan Majewsky | 2018-04-27 | 1 | -4/+2 |
| | | |||||
| * | revamp the Headers API | Stefan Majewsky | 2018-03-11 | 1 | -21/+18 |
| | | | | | | | | | | | | | | | | | | | 1. Move common methods of AccountHeaders, ContainerHeaders, ObjectHeaders into a base type Headers. 2. Fold Headers into RequestOptions to remove one of the two optional arguments on request methods. The new Headers.ToOpts() method offers a nice experience for users passing Headers to request methods. The Update() methods keep the explicit Headers argument since the Headers argument is not optional there. The only downside is that we lose a bit of type-safety because RequestOptions takes any Headers instance, so e.g. ContainerHeaders could be passed to Object.Upload(). I believe the benefits outweigh this problem. | ||||
| * | add Account.BulkDelete() | Stefan Majewsky | 2018-03-09 | 1 | -41/+231 |
| | | |||||
| * | generalize BulkUploadError into BulkError | Stefan Majewsky | 2018-03-08 | 1 | -6/+6 |
| | | | | | For use in Account.BulkDelete(). | ||||
| * | add Account.BulkUpload(), BulkUploadError, BulkObjectError | Stefan Majewsky | 2018-03-08 | 1 | -0/+155 |
