summaryrefslogtreecommitdiffstats
path: root/routers/repo/release.go
Commit message (Collapse)AuthorAgeFilesLines
* golint fixed for routers (#208)Lunny Xiao2016-11-241-10/+16
|
* Allow updating draft releases while keeping them as draftSandro Santilli2016-11-141-0/+1
| | | | Closes #162
* Normalize files with gofmtThibault Meyer2016-11-111-1/+1
|
* Update import paths from github.com/go-gitea to code.gitea.io (#135)Sandro Santilli2016-11-101-6/+6
| | | | | | | - 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
* Add Pagination to Releases-pageKim "BKC" Carlbäcker2016-11-071-1/+8
|
* Change import reference to match gitea instead of gogs (#37)Rémy Boulanouar2016-11-031-6/+6
|
* #2246 fully support of webhooks for pull requestUnknwon2016-08-141-2/+2
|
* Fix #3314: Cannot edit release with tag name contains slash (#3434)Thibault Meyer2016-08-111-2/+2
|
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-061-0/+10
| | | | | | | | | | * Fix #3315: Release dont use tag creation date * Simplify code and apply gofmt * remove useless block (ctx.Repo.GitRepo.GetTag) on EditReleasePost * apply gofmt on modified files
* routers/repo/release: Use correct branch reference (#3330)마누엘2016-07-271-9/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | When calculating the current behind commit count the calculation should use the current release target to get the total commit count. Should the release target not exist anymore the calculation will return zero for the newest release on that target. Older releases on that target will then use that calculated commit count as reference. The only use case that is now somehow invalid is when the release target was merged / deleted after a tag on that release target: master 1 - - - - - - - 6 \ / branch 2 - 3 - 4 - 5 When `4` is the last tag on branch `branch` and the branch `branch` is not yet deleted the calculated numbers would be: 1 commits to branch since this release Now if the branch `branch` gets deleted the calculation function will not find the branch and use the commit count of the newest release (`4`) as reference resulting in: 0 commit to branch since this release This fixes #3326
* Refactor User.Id to User.IDUnknwon2016-07-241-1/+1
|
* #3076 detect invalid tag name git errorUnknwon2016-07-231-3/+6
|
* Rename module: middleware -> contextUnknwon2016-03-111-8/+8
|
* Remove duplicated of codeUnknwon2016-03-061-53/+48
|
* Make markdown as an independent moduleUnknwon2016-02-201-2/+3
|
* Removed HTTP 500 error on the release page when a user deleted their accountMartin Hartkorn2016-02-101-4/+12
|
* move out git module and #1573 send push hookUnknwon2015-12-091-14/+14
|
* fix #1829 and fix #890Unknwon2015-12-041-2/+2
|
* fix #1383Unknwon2015-11-201-2/+15
|
* repo sidebar active classUnknwon2015-11-161-0/+5
|
* fix #1958Unknwon2015-11-151-44/+27
|
* rename fieldsUnknwon2015-11-031-3/+3
|
* WIP: create PR - choose branchUnknwon2015-08-081-6/+6
|
* Updating context and fixing permission issuesPeter Smit2015-02-161-5/+5
| | | | | | The boolean flags in the repo context have been replaced with mode and two methods Also, the permissions have been brought more in line with https://help.github.com/articles/permission-levels-for-an-organization-repository/ , Admin Team members are able to change settings of their repositories.
* Finish new UI for release pageUnknwon2014-12-101-38/+54
|
* Fix #605, fix #255, fix #101Unknwon2014-11-061-13/+36
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-261-218/+216
|
* New UI merge in progressUnknwon2014-07-261-217/+217
|
* Use constants to name template fileUnknown2014-06-221-4/+15
|
* Support edit release and save as draftUnknown2014-06-121-39/+97
|
* Fix #199Unknown2014-06-121-1/+6
|
* Fix #197Unknown2014-06-121-2/+8
|
* update with git apislene2014-05-101-2/+1
|
* Fix #92Unknown2014-04-221-1/+0
|
* Finish releaseUnknown2014-04-141-3/+130
|
* update with new gitslene2014-04-131-2/+1
|
* add release-new routeFuXiaoHei2014-04-061-0/+8
|
* Add release tmplUnknown2014-04-021-0/+22