summaryrefslogtreecommitdiffstats
path: root/models/issue_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Fix bugs in issue dashboard stats (#3073)Ethan Koenig2017-12-261-0/+111
|
* Refactor struct's time to remove unnecessary memory usage (#3142)Lunny Xiao2017-12-111-1/+1
| | | | | | | | | | | | | | * 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
* Prevent sending emails and notifications to inactive users (#2384)David Schneiderbauer2017-09-161-1/+2
| | | | | | | | | | | | | | | | | | | | | | * Filter inactive users before sending emails or creating browser notifications Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * fix formatting issues Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * included requested changes Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com> * optimized database queries * rebasing new master and add tablenames for clarification in xorm queries * remove escaped quotationmarks using backticks Signed-off-by: David Schneiderbauer <dschneiderbauer@gmail.com>
* Fix issue updated_unix bug (#2204)Ethan Koenig2017-07-271-0/+21
|
* Fix PR nil-dereference bug (#2195)Ethan Koenig2017-07-261-0/+65
| | | | | | * Fix PR nil-dereference bug * Revert to original error format
* Fix misspelled variablesEthan Koenig2017-06-041-11/+8
|
* Run "make fmt" with go-1.6 (#1333)Sandro Santilli2017-03-211-3/+5
|
* Send notifications to partecipants in issue comments (#1217)Sandro Santilli2017-03-161-0/+24
| | | | | | | | | | | | * Send notifications to partecipants in issue comments Closes #1216 Includes test (still failing) * Do not include "labelers" to participants Fix test to expect what GetParticipants return
* Batch updates for issues (#926)Ethan Koenig2017-03-151-0/+16
|
* feat: expose url field on issue api. (#982)Bo-Yi Wu2017-03-031-0/+9
| | | | | | | | | | | | | | * Add api url func. Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com> * fix: Add unit testing. * fix: conflicts * fix: remove trim * fix: revert test function name.
* Optimize and unit test Issue_ReplaceLabels (#1080)Ethan Koenig2017-02-281-0/+35