luzpaz and GitHub
e0296b6a6d
Fix various documentation, user-facing, and source comment typos ( #16367 )
...
* Fix various doc, user-facing, and source comment typos
Found via `codespell -q 3 -S ./options/locale,./vendor -L ba,pullrequest,pullrequests,readby`
2021-07-08 13:38:13 +02:00
Stephen Solka and GitHub
54513452a1
prefer NoError/Error over Nil/NotNil ( #12271 )
2020-07-19 12:53:40 +03:00
zeripath and GitHub
722a7c902d
Add Close() method to gogitRepository ( #8901 )
...
In investigating #7947 it has become clear that the storage component of go-git repositories needs closing.
This PR adds this Close function and adds the Close functions as necessary.
In TransferOwnership the ctx.Repo.GitRepo is closed if it is open to help prevent the risk of multiple open files.
Fixes #7947
2019-11-13 07:01:19 +00:00
Jonas Franz and Lunny Xiao
b2b9bdaf26
Fix #8582 by handling empty repos ( #8587 )
...
* Fix #8582 by handling empty repos
Signed-off-by: Jonas Franz <[email protected] >
* Fix tests
Signed-off-by: Jonas Franz <[email protected] >
2019-10-19 23:38:49 +08:00
Richard Mahn and techknowlogick
cd96dee982
Fixes #7292 - API File Contents bug ( #7301 )
2019-06-29 16:51:10 -04:00
Lunny Xiao and GitHub
34eee25bd4
Move sdk structs to modules/structs ( #6905 )
...
* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor
2019-05-11 18:21:34 +08:00
Richard Mahn and techknowlogick
2262811e40
Fixes 4762 - Content API for Creating, Updating, Deleting Files ( #6314 )
2019-04-17 12:06:35 -04:00