forgejo/modules/indexer/issues
Gusted 7d6d4f94ee feat(api): add sort parameter to list issues API (#7211)
- Add the `sort` parameter to the `/api/v1/{repo}/{owner}/issues` API endpoint. Default behavior is preserved.
- Resolves forgejo/forgejo#4173
- Add (non-exhaustive) integration testing.

Reviewed-on: https://codeberg.org/forgejo/forgejo/pulls/7211
Reviewed-by: Otto <otto@codeberg.org>
Co-authored-by: Gusted <postmaster@gusted.xyz>
Co-committed-by: Gusted <postmaster@gusted.xyz>
2025-03-17 09:02:57 +00:00
..
bleve feat(issue search): query string for boolean operators and phrase search (#6952) 2025-02-23 08:35:35 +00:00
db Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00
elasticsearch feat(issue search): query string for boolean operators and phrase search (#6952) 2025-02-23 08:35:35 +00:00
internal Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.64.6 (forgejo) (#7118) 2025-03-04 21:38:35 +00:00
meilisearch feat(issue search): query string for boolean operators and phrase search (#6952) 2025-02-23 08:35:35 +00:00
dboptions.go enh(search): improve issue search 2024-11-10 07:17:27 +00:00
indexer.go feat(api): add sort parameter to list issues API (#7211) 2025-03-17 09:02:57 +00:00
indexer_test.go Update module github.com/golangci/golangci-lint/cmd/golangci-lint to v1.64.6 (forgejo) (#7118) 2025-03-04 21:38:35 +00:00
util.go Rename project board -> column to make the UI less confusing (#30170) 2024-06-02 09:42:39 +02:00