mirror of https://github.com/go-gitea/gitea.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
* Add description in repository search. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Refactor SearchRepositoryByName with a general function SearchRepository Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Allow to specify if description shall be included in API repo search. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add new app.ini setting for whether to search within repo description. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Search keyword in description (if setting enabled) on: - Explore page - Organization profile page - User profile page - Admin repo page Do not search keyword in description on: - Any non-keyword search (not relevant) - Incremental search (uses API) Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Put parameters related to keyword directly after it Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Add test cases for including (and not including) repository description in search. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Rename test function from TestSearchRepositoryByName to TestSearchRepository. Signed-off-by: David Svantesson <davidsvantesson@gmail.com> * Make setting SEARCH_REPO_DESCRIPTION default to true Signed-off-by: David Svantesson <davidsvantesson@gmail.com> |
6 years ago | |
---|---|---|
.. | ||
cache.go | 6 years ago | |
cors.go | 6 years ago | |
cron.go | 6 years ago | |
database.go | 6 years ago | |
database_sqlite.go | 6 years ago | |
database_test.go | 6 years ago | |
git.go | 6 years ago | |
indexer.go | 6 years ago | |
log.go | 6 years ago | |
mailer.go | 6 years ago | |
markup.go | 6 years ago | |
repository.go | 6 years ago | |
service.go | 6 years ago | |
session.go | 6 years ago | |
setting.go | 6 years ago | |
webhook.go | 6 years ago |