jojo/modules/util
Shiny Nematoda 255ed593d3 feat(issue-search): support query syntax (#9109)
List of currently supported filters:

- `is:open` (or `-is:closed`)
- `is:closed` (or `-is:open`)
- `is:all`
- `author:<username>`
- `assignee:<username>`
- `review:<username>`
- `mentions:<username>`
- `modified:[>|<]<date>`, where `<date>` is the last update date.
- `sort:<by>:[asc|desc]`, where `<by>` is among
	- created
	- comments
	- updated
	- deadline

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/9109
Reviewed-by: 0ko <0ko@noreply.codeberg.org>
Reviewed-by: Ellen Εμιλία Άννα Zscheile <fogti@noreply.codeberg.org>
Reviewed-by: Gusted <gusted@noreply.codeberg.org>
Co-authored-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
Co-committed-by: Shiny Nematoda <snematoda.751k2@aleeas.com>
2025-11-19 16:05:42 +01:00
..
donotpanic fix: markup rendering panic must not abort the process (#9478) 2025-09-30 09:39:34 +02:00
filebuffer
rotatingfilewriter
color.go
color_test.go
error.go
file_unix.go
file_unix_test.go
io.go blob: GetBlobContent: reduce allocations (#8223) 2025-06-19 18:36:12 +02:00
keypair.go
keypair_test.go
legacy.go
legacy_test.go
pack.go
pack_test.go
paginate.go
paginate_test.go
path.go
path_test.go
remove.go
sanitize.go
sanitize_test.go
sec_to_time.go
sec_to_time_test.go
shellquote.go
shellquote_test.go chore: add extra shell escape tests 2025-08-30 08:52:25 +02:00
slice.go
slice_test.go
string.go feat(issue-search): support query syntax (#9109) 2025-11-19 16:05:42 +01:00
string_test.go feat(issue-search): support query syntax (#9109) 2025-11-19 16:05:42 +01:00
timer.go
timer_test.go
truncate.go
truncate_test.go
url.go
util.go chore: unify the usage of CryptoRandomString (#10110) 2025-11-15 13:24:53 +01:00
util_test.go chore: unify the usage of CryptoRandomString (#10110) 2025-11-15 13:24:53 +01:00