aboutsummaryrefslogtreecommitdiffstats
path: root/models/issue_xref_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Refactor comment (#9330)Lunny Xiao2019-12-151-1/+2
| | | | | | | | * Refactor comment * fix test * improve code
* Remove SavePatch and generate patches on the fly (#9302)zeripath2019-12-131-2/+2
| | | | | | | | | | | | | | | | | | | | | | | | | | * Save patches to temporary files * Remove SavePatch and generate patches on the fly * Use ioutil.TempDir * fixup! Use ioutil.TempDir * fixup! fixup! Use ioutil.TempDir * RemoveAll LocalCopyPath() in initIntergrationTest * Default to status checking on PR creation * Remove unnecessary set to StatusChecking * Protect against unable to load repo * Handle conflicts * Restore original conflict setting * In TestPullRequests update status to StatusChecking before running TestPatch
* Avoid re-issuing redundant cross-references. (#8734)guillep2k2019-11-191-2/+2
| | | | | | | | | | * Avoid re-issuing redundant cross-references. * Remove unused func; fix lint * Simplify code as suggested by @laftriks * Update test
* Close/reopen issues by keywords in titles and comments (#8866)guillep2k2019-11-181-0/+164
* Add close/reopen from comment functionality * Fix comment * Rewrite closing/reopening template * Check xref permissions, move action to services/pull * Fix RefIsPull field * Add xref tests * Fix xref unique filter * Only highlight keywords for actionable xrefs * Fix xref neuter filter * Fix check return status * Restart CI