0
0
mirror of https://github.com/go-gitea/gitea.git synced 2025-01-23 09:16:28 +01:00
gitea/models
lstahlman 2eeb0ec9b0 Additional API support for labels (#3290)
* Add API support for labels.

* Error handling for adding/replacing multiple issue labels

* Revisions to function names and error handling. Use issue.ClearLabels in replace/clear functions

* Additional code cleanup
2016-08-03 09:24:16 -07:00
..
migrations
access.go
action.go
admin.go
error.go Additional API support for labels (#3290) 2016-08-03 09:24:16 -07:00
git_diff_test.go
git_diff.go #3345 dump content directly to HTTP ResponseWriter 2016-07-30 23:39:58 +08:00
issue_comment.go #1601 support delete issue comment 2016-07-26 02:48:17 +08:00
issue_label.go
issue_mail.go
issue.go #3327 fix wrong table name in Join 2016-07-26 18:40:20 +08:00
login.go
mail.go
models_sqlite.go
models_tidb.go
models.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
org_team.go
org.go
pull.go
release.go models/release: Update Sha1 if tag already exists (#3331) 2016-07-28 10:45:35 +08:00
repo_branch.go
repo_collaboration.go
repo_test.go
repo.go
ssh_key_test.go
ssh_key.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
token.go
update.go
user_mail.go
user.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
webhook_slack.go
webhook.go
wiki.go