forgejo/modules/indexer/issues
Gusted 95a895955a
feat(api): add sort parameter to list issues API
- 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.
2025-03-12 17:53:34 +01: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 2025-03-12 17:53:34 +01: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