aboutsummaryrefslogtreecommitdiffstats
path: root/models/status.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix race on updatesize (#5190)Lunny Xiao2018-10-261-7/+8
| | | | | | * fix race on updatesize * fix more repoPath
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-14/+5
| | | | | | | | | | | | | | * refactor struct's time to remove unnecessary memory usage * use AsTimePtr simple code * fix tests * fix time compare * fix template on gpg * use AddDuration instead of Add
* Use AfterLoad instead of AfterSet on Structs (#2628)Lunny Xiao2017-10-011-8/+4
| | | | | | | | * use AfterLoad instead of AfterSet on Structs * fix the comments on AfterLoad * fix the comments on action AfterLoad
* Display commit status on landing page of repo (#1784)Rémy Boulanouar2017-09-141-11/+23
| | | | | | | | * Display commit status on landing page of repo * improve last status of commits and add link to ci * fix last commit status since the order of ids are desc
* Use created & updated instead BeforeInsert & BeforeUpdate (#2482)Lunny Xiao2017-09-131-13/+2
| | | | | | | | | | | | * use created & updated instead BeforeInsert & BeforeUpdate * fix vendor checksum * only show generated SQL when development mode * remove extra update column updated_unix * remove trace config
* Show commit status icon in commits table (#1688)Lauris BH2017-05-071-4/+54
| | | | | | | | | | | | | | | | | | * Show commit status icon in commits table * Add comments * Fix icons * Few more places where commit table is displayed * Change integration test to use goquery for parsing html * Add integration tests for commit table and status icons * Fix status to return lates status correctly on all databases * Rewrote lates commit status selects
* fix bug on status API (#1533)Lunny Xiao2017-04-241-16/+5
|
* Status-API (#1332)Kim "BKC" Carlbäcker2017-04-211-0/+265