This repository has been archived on 2024-01-04. You can view files and clone it, but cannot push or open issues or pull requests.
forgejo/modules/setting
Lunny Xiao 9bc69ff26e
Support elastic search for code search (#10273)
* Support elastic search for code search

* Finished elastic search implementation and add some tests

* Enable test on drone and added docs

* Add new fields to elastic search

* Fix bug

* remove unused changes

* Use indexer alias to keep the gitea indexer version

* Improve codes

* Some code improvements

* The real indexer name changed to xxx.v1

Co-authored-by: zeripath <art27@cantab.net>
2020-08-30 19:08:01 +03:00
..
attachment.go Add a storage layer for attachments (#11387) 2020-08-18 12:23:45 +08:00
cache.go Mark Cache with ini tag (#12605) 2020-08-26 02:04:18 +03:00
cors.go
cron.go
database.go Set utf8mb4 as the default charset on MySQL if CHARSET is unset (#12563) 2020-08-22 13:56:33 +01:00
database_sqlite.go
database_test.go
git.go
indexer.go Support elastic search for code search (#10273) 2020-08-30 19:08:01 +03:00
indexer_test.go
log.go Pause, Resume, Release&Reopen, Add and Remove Logging from command line (#11777) 2020-07-05 20:07:07 -04:00
mailer.go
markup.go
migrations.go
project.go Kanban board (#8346) 2020-08-16 23:07:38 -04:00
queue.go
repository.go
service.go
session.go
setting.go Disable password complexity check default (#12557) 2020-08-21 18:42:23 -04:00
task.go
webhook.go