aboutsummaryrefslogtreecommitdiff
path: root/models/release.go
Commit message (Collapse)AuthorAge
* internal: move packages under this directory (#5836)Unknwon2019-10-24
| | | | | | | | | | | | | | | | | | * Rename pkg -> internal * Rename routes -> route * Move route -> internal/route * Rename models -> db * Move db -> internal/db * Fix route2 -> route * Move cmd -> internal/cmd * Bump version
* Enable Go modules (#5835)Unknwon2019-10-23
| | | | | | | | | | | | | | | | * Remove vendor * Enable Go modules * ci: add command to fetch dependencies * ci: update setting * ci: update settings * Require Go 1.11 * Rename module name to gogs.io/gogs
* models: rename Id to IDUnknwon2018-08-16
|
* models: skip JSON for fields skipped by XORMUnknwon2018-06-09
| | | | Reduce output JSON size by backup command
* *: rename "gogits" to "gogs"Unknwon2018-05-27
|
* Refactoring: remove sessionRelease()Unknwon2017-06-11
| | | | XORM supports automatic roll back in session Close() already.
* models: remove redundant tags for primary keysUnknwon2017-05-21
|
* Refactoring: rename modules -> pkgUnknwon2017-04-04
| | | | | | | | Reasons to change: 1. Shorter than 'modules' 2. More generally used by other Go projects 3. Corresponds to the naming of '$GOPATH/pkg' directory
* models: rename ErrUserNotExist -> errors.UserNotExistUnknwon2017-03-16
|
* release: able to add attchments to release (#1614)Unknwon2017-03-13
| | | | Added new config section '[release.attachment]’.
* webhook: add Release event (#2387)Unknwon2017-03-11
|
* release: improve page load performanceUnknwon2017-03-10
| | | | | | | | Previously, we load all releases of a repository which could hurt performance when the repository has a lot of releases. Now we're able to only load releases in current page view we need to show by matching with 'tag_name'.
* Some code renamingUnknwon2016-12-22
|
* Fix vulnerability reported in #3962Unknwon2016-12-22
|
* Fix #3315: Release dont use tag creation date (#3374)Thibault Meyer2016-08-06
| | | | | | | | | | * 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
* models/release: Update Sha1 if tag already exists (#3331)마누엘2016-07-28
| | | | | | 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.
* Remove redundant Unix timestamp method callUnknwon2016-07-23
| | | | Unix() already uses UTC as timezone
* #3076 detect invalid tag name git errorUnknwon2016-07-23
|
* models/release: filter input to prevent command line argument vulnerabilityUnknwon2016-05-06
|
* fix #2804Unknwon2016-03-11
|
* Updated and created were appended with _unix. Fresh databases have only the ↵Marin Jankovski2016-03-11
| | | | newly named fields.
* #2302 Replace time.Time with Unix Timestamp (int64)Unknwon2016-03-09
|
* rename import pathUnknwon2015-12-15
|
* move out git module and #1573 send push hookUnknwon2015-12-09
|
* wiki: finish newUnknwon2015-11-27
|
* introduce git-shellUnknwon2015-11-26
|
* fix #2002Unknwon2015-11-20
|
* fix #1383Unknwon2015-11-20
|
* fix #1958Unknwon2015-11-15
|
* rename fieldsUnknwon2015-11-03
|
* fix release created timezone issueUnknwon2015-08-24
|
* Huge updates!!!!! Be careful to merge!!!!Unknwon2014-07-26
|
* Fix #165Unknown2014-06-21
|
* Support edit release and save as draftUnknown2014-06-12
|
* Fix #197Unknown2014-06-12
|
* Mirror fixUnknown2014-06-12
|
* update with git apislene2014-05-10
|
* fix title extra quotedskyblue2014-04-14
|
* Finish releaseUnknown2014-04-14