forgejo/models/db
KN4CK3R 762d4245fb
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
2023-08-16 06:01:20 +00:00
..
install
paginator
common.go Fix NuGet search endpoints (#25613) (#26499) 2023-08-16 06:01:20 +00: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 Replace interface{} with any (#25686) (#25687) 2023-07-04 23:41:32 -04:00
engine_test.go
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 Fix db.Find bug (#23115) 2023-02-24 21:17:09 +08:00
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 Refactor setting.Database.UseXXX to methods (#23354) 2023-03-07 18:51:06 +08:00
sql_postgres_with_schema.go