aboutsummaryrefslogtreecommitdiffstats
path: root/models/fixtures/issue_index.yml
Commit message (Collapse)AuthorAgeFilesLines
* Fix issue overview for teams (#19652)Gusted2022-05-161-1/+4
| | | | | | | - Don't use hacky solution to limit to the correct RepoID's, instead use current code to handle these limits. The existing code is more correct than the hacky solution. - Resolves #19636 - Add test-case
* Add a new table issue_index to store the max issue index so that issue could ↵Lunny Xiao2021-06-141-0/+24
be deleted with no duplicated index (#15599) * Add a new table issue_index to store the max issue index so that issue could be deleted with no duplicated index * Fix pull index * Add tests for concurrent creating issues * Fix lint * Fix tests * Fix postgres test * Add test for migration v180 * Rename wrong test file name Co-authored-by: 6543 <6543@obermui.de> Co-authored-by: Lauris BH <lauris@nix.lv>