0
Fork 0
mirror of https://codeberg.org/forgejo/forgejo.git synced 2025-01-18 12:22:36 -05:00
forgejo/models/db
KN4CK3R 471138829b
Fix NuGet search endpoints (#25613) (#26499)
Backport of #25613

Fixes #25564
Fixes #23191

- Api v2 search endpoint should return only the latest version matching
the query
- Api v3 search endpoint should return `take` packages not package
versions

(cherry picked from commit 762d4245fb)
2023-08-21 07:27:20 +02:00
..
install
paginator
common.go Fix NuGet search endpoints (#25613) (#26499) 2023-08-21 07:27:20 +02:00
consistency.go
context.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
context_committer_test.go
context_test.go
convert.go Support converting varchar to nvarchar for mssql database (#24105) 2023-04-17 21:22:10 +08:00
engine.go [SEMVER] store SemVer in ForgejoSemVer after a database upgrade 2023-08-21 07:22:18 +02:00
engine_test.go [SEMVER] store SemVer in ForgejoSemVer after a database upgrade 2023-08-21 07:22:18 +02:00
error.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
index.go Fix index generation parallelly failure (#25235) (#25269) 2023-06-15 02:14:00 +00:00
index_test.go
iterate.go
iterate_test.go Allow adding new files to an empty repo (#24164) 2023-04-19 21:40:42 +08:00
list.go
list_test.go Use more specific test methods (#24265) 2023-04-22 17:56:27 -04:00
log.go Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
main_test.go
name.go
search.go Improve milestone filter on issues page (#22423) 2023-04-30 09:12:49 -04:00
sequence.go
sql_postgres_with_schema.go