Age | Commit message (Collapse) | Author | |
---|---|---|---|
2018-03-26 | Delay after save for indexing | Muriithi Frederick Muriuki | |
* Elasticsearch need a short delay after adding document for it to index the document for subsequent access. | |||
2018-03-26 | Add save_user() function | Muriithi Frederick Muriuki | |
* On successful login via OAuth2, save the details of the user in elasticsearch store, to avoid hitting the external provider for the basic details. | |||
2018-03-26 | Add elasticsearch_tools module | Muriithi Frederick Muriuki | |
* Collect variables and functions for using the elasticsearch system in a separate module. |