This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/routers/repo
Lauris BH 7a0297819d Sync releases table with tags on push and for mirrors (#2459)
* Sync releases table with tags on push and for mirrors

* Code style fixes

* Fix api to return only releases

* Optimize release creation and update
Minimize posibility of race conditions

* Fix release lower tag name updating

* handle tag reference update by addionally comparing commit id
2017-09-20 13:26:49 +08:00
..
attachment.go
branch.go
commit.go Display commit status on landing page of repo (#1784) 2017-09-14 14:51:31 +08:00
download.go
editor.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
http.go
issue.go Improve issue search (#2387) 2017-09-16 23:16:21 +03:00
issue_label.go
issue_stopwatch.go Feature: Timetracking (#2211) 2017-09-12 09:48:13 +03:00
issue_timetrack.go Hotfix for "Add time manually" (https://github.com/go-gitea/gitea/pull/2211#issuecomment-328780125) (#2499) 2017-09-13 21:02:04 +02:00
issue_watch.go
middlewares.go
pull.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
release.go Sync releases table with tags on push and for mirrors (#2459) 2017-09-20 13:26:49 +08:00
repo.go Webhooks for repo creation/deletion (#1663) 2017-09-03 11:20:24 +03:00
setting.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
setting_protected_branch.go improve protected branch to add whitelist support (#2451) 2017-09-14 16:16:22 +08:00
view.go Sort repository tree entries in natural way (#2506) 2017-09-19 11:37:03 +03:00
webhook.go Webhooks for repo creation/deletion (#1663) 2017-09-03 11:20:24 +03:00
wiki.go