1
0
Fork 0
gitea/models
마누엘 36a63dd059 models/release: Update Sha1 if tag already exists (#3331)
Since the release struct is initialized with the current `HEAD` of the
current `release.Target` the commit id has to be updated if the tag
commit already exists. Otherwise the linked commit on the release page
will target the current `HEAD` at release time.
2016-07-28 10:45:35 +08:00
..
migrations
access.go
action.go
admin.go
error.go
git_diff.go
git_diff_test.go
issue.go #3327 fix wrong table name in Join 2016-07-26 18:40:20 +08:00
issue_comment.go
issue_label.go
issue_mail.go
login.go
mail.go
models.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
models_sqlite.go
models_tidb.go
org.go
org_team.go
pull.go
release.go models/release: Update Sha1 if tag already exists (#3331) 2016-07-28 10:45:35 +08:00
repo.go
repo_branch.go
repo_collaboration.go
repo_test.go
ssh_key.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
ssh_key_test.go
token.go
update.go
user.go #3281 fix x.Iterate returns nothing inside session scope with SQLite3 2016-07-26 17:26:48 +08:00
user_mail.go
webhook.go
webhook_slack.go
wiki.go