gitea/models/db
Andreas Svanberg 0da7318cf3
Allow filtering issues by any assignee (#33343)
This is the opposite of the "No assignee" filter, it will match all
issues that have at least one assignee.

Before
![Before
change](https://github.com/user-attachments/assets/4aea194b-9add-4a84-8d6b-61bfd8d9e58e)

After
![After change with any
filter](https://github.com/user-attachments/assets/99f1205d-ba9f-4a0a-a60b-cc1a0c0823fe)

---------

Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
2025-03-21 04:25:36 +00:00
..
install
paginator
collation.go
common.go
consistency.go
context_committer_test.go
context_test.go
context.go Small refactor to reduce unnecessary database queries and remove duplicated functions (#33779) 2025-03-04 18:25:20 +00:00
convert.go
engine_dump.go
engine_hook.go Improve log format (#33814) 2025-03-08 21:47:11 +08:00
engine_init.go Add global lock for migrations to make upgrade more safe with multiple replications (#33706) 2025-03-07 21:08:53 +00:00
engine_test.go
engine.go
error.go
index_test.go
index.go
iterate_test.go
iterate.go
list_test.go
list.go
log.go Improve log format (#33814) 2025-03-08 21:47:11 +08:00
main_test.go
name.go
search.go Allow filtering issues by any assignee (#33343) 2025-03-21 04:25:36 +00:00
sequence.go
sql_postgres_with_schema.go