forgejo/modules/indexer/code
Gusted 4c67023c7e
tests: improve actvititypub integration test code
- Make use of `test.MockVariableValue` to override variables for the
duration of the test.
- Don't needlessly call `onGiteaRun`, its only needed when a HTTP server
needs to be called by the code.
- When `onGiteaRun` is used, make use of the passed parameters, such as
the passed `*testing.T` variable and `*url.URL` (this also avoids
needing to serve the routers in the test code again).
- Use `(*url.URL).JoinPath` to craft new URLs.
- Don't override `setting.AppURL` & `setting.Database.LogSQL` when its
does not affect the test.
- Add empty fixture files for `FederatedUser` & `FederationHost` so they
are truncated and do not persist between tests.
2024-11-01 22:39:49 +01:00
..
bleve Change the code search to sort results by relevance (#32134) 2024-09-29 11:00:25 +02:00
elasticsearch Fixed race condition when deleting documents by repoId in ElasticSearch (#32185) 2024-10-06 07:59:42 +02:00
internal Refactor code_indexer to use an SearchOptions struct for PerformSearch (#29724) 2024-03-18 12:25:05 +00:00
git.go Fix index too many file names bug (#31903) 2024-09-09 20:54:39 +02:00
indexer.go s/Gitea/Forgejo in various log messages and comments 2024-04-21 21:26:15 +05:00
indexer_test.go tests: improve actvititypub integration test code 2024-11-01 22:39:49 +01:00
search.go Adjust codespell config + make it fix few typos which sneaked in since addition of codespell support (#4857) 2024-08-08 16:07:35 +00:00