summaryrefslogtreecommitdiffstats
path: root/app/elasticsearch.go
Commit message (Collapse)AuthorAgeFilesLines
* Idiomatic error handling for app/e*.go (#9426)Jesús Espino2018-09-241-10/+11
|
* Reduce utils.Cfg references (#7650)Chris2017-10-181-3/+2
| | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp
* remove einterface gets (#7455)Chris2017-09-191-5/+4
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* lint all the things (#7154)Chris2017-08-091-1/+1
| | | | | | * lint all the things * remove extra echo
* PLT-7040: Fix capitalisation of Elasticsearch in Config. (#7020)George Goldberg2017-07-271-3/+3
|
* PLT-6595: API to purge Elasticsearch indexes. (#6971)George Goldberg2017-07-191-0/+13
|
* Add optional config parameter to test elasticsearch endpoint. (#6877)George Goldberg2017-07-071-2/+11
|
* PLT-6976: Elasticsearch capitalisation and tests. (#6839)George Goldberg2017-07-071-1/+1
| | | | | | | * Fixes Elasticsearch to have consistent capitalisation everywhere across the code and UI (except the config file unfortunately). * Adds basic unit tests for Elastichsearch. * Adds a Elasticsearch docker image to the Makefile to enable testing the Elasticsearch feature.
* PLT-6474: Server: Add elasticsearch/test endpoint to API. (#6792)George Goldberg2017-06-291-0/+24