aboutsummaryrefslogtreecommitdiff
path: root/gopherschwift
Commit message (Collapse)AuthorAgeFilesLines
* change module path to go.xyrillian.de/schwift/v2Stefan Majewsky2026-04-191-2/+2
|
* update module path for v2Stefan Majewsky2024-07-081-2/+2
|
* fix autofixable lintsStefan Majewsky2024-07-011-9/+9
|
* Update gophercloud to 2.0.0Sandro Jäckel2024-07-011-5/+5
|
* Fix linting errorsSandro Jäckel2022-10-281-2/+1
|
* Format with go 1.19Sandro Jäckel2022-10-261-6/+5
|
* guard against Swift sending 100 status too earlyStefan Majewsky2020-02-241-0/+14
|
* add configurable User-Agent to Schwift, GopherschwiftStefan Majewsky2018-05-031-5/+23
|
* update documentation with new Gophercloud best practicesStefan Majewsky2018-04-291-4/+9
|
* reorganize codeStefan Majewsky2018-02-191-0/+105
* Gophercloud dependencies move into subpackage gopherschwift. * Tests move into subpackage tests (to avoid import cycles). + Rename "Client" to "Backend".