You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gitea/modules/indexer/issues
Lunny Xiao e4abaff7ff
Fix bug filtering issues which have no project (#31337)
Fix #31327
This is a quick patch to fix the bug.
Some parameters are using 0, some are using -1. I think it needs a
refactor to keep consistent. But that will be another PR.
8 months ago
..
bleve Rename project board -> column to make the UI less confusing (#30170) 8 months ago
db Rename project board -> column to make the UI less confusing (#30170) 8 months ago
elasticsearch Rename project board -> column to make the UI less confusing (#30170) 8 months ago
internal Rename project board -> column to make the UI less confusing (#30170) 8 months ago
meilisearch Rename project board -> column to make the UI less confusing (#30170) 8 months ago
dboptions.go Fix bug filtering issues which have no project (#31337) 8 months ago
indexer.go Use db.ListOptions directly instead of Paginator interface to make it easier to use and fix performance of /pulls and /issues (#29990) 10 months ago
indexer_test.go Rename project board -> column to make the UI less confusing (#30170) 8 months ago
util.go Rename project board -> column to make the UI less confusing (#30170) 8 months ago