zeripath
eb748f5f3c
Add apply-patch, basic revert and cherry-pick functionality ( #17902 )
...
This code adds a simple endpoint to apply patches to repositories and
branches on gitea. This is then used along with the conflicting checking
code in #18004 to provide a basic implementation of cherry-pick revert.
Now because the buttons necessary for cherry-pick and revert have
required us to create a dropdown next to the Browse Source button
I've also implemented Create Branch and Create Tag operations.
Fix #3880
Fix #17986
Signed-off-by: Andrew Thornton <art27@cantab.net>
3 years ago
a1012112796
f19da14c34
enhancement: add signoff option in commit form ( #14516 )
...
Signed-off-by: a1012112796 <1012112796@qq.com>
4 years ago
6543
40e99ea010
[API] Extend contents with dates ( #9464 )
...
* extend CommitTree func
* make sure Date NOT nil
* spell corection
Co-Authored-By: zeripath <art27@cantab.net>
* add TEST
Co-authored-by: zeripath <art27@cantab.net>
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
5 years ago
zeripath
7ad67109d7
Be more strict with git arguments ( #7715 )
...
* Be more strict with git arguments
* fix-up commit test
* use bindings for branch name
5 years ago
Richard Mahn
cd96dee982
Fixes #7292 - API File Contents bug ( #7301 )
5 years ago
Richard Mahn
002b597c1f
Fixes #7152 - Allow create/update/delete message to be empty, use default message ( #7324 )
...
* Fixes #7152 - Allow create/update/delete message to be empty, use default message
* Linting fix
* Fix to delete integration tests
5 years ago
Richard Mahn
43cf2f3b55
Fixes #7023 - API Org Visibility ( #7028 )
6 years ago
Lunny Xiao
34eee25bd4
Move sdk structs to modules/structs ( #6905 )
...
* move sdk structs to moduels/structs
* fix tests
* fix fmt
* fix swagger
* fix vendor
6 years ago
Richard Mahn
ecce28f9df
Updates SDK dep ( #6406 )
6 years ago
Sandro Santilli
a1c5f02444
Fix import path of go-sdk ( #141 )
...
From code.gitea.io/go-sdk/gitea
To code.gitea.io/sdk/gitea
8 years ago
Sandro Santilli
4247304f5a
Update import paths from github.com/go-gitea to code.gitea.io ( #135 )
...
- Update import paths from github.com/go-gitea to code.gitea.io
- Fix import path for travis
See https://docs.travis-ci.com/user/languages/go#Go-Import-Path
8 years ago
Thomas Boerger
e378648c79
Added updated go-sdk
8 years ago