##// END OF EJS Templates
search: add support for elastic search 6...
search: add support for elastic search 6 - elasticsearch new query lang and searcher - much more advanced query lang - added context aware search in repository groups, repository, commits, files view - optimized quick search bar speed when using full text search - added option to increase hits per file number from query URL using max_lines - search results can be now marked inside a text file using ?mark=HIGHLIGHT_TEXT added to the url

File last commit:

r641:fe7c372b default
r3319:b8fd1d7a default
Show More
email.rst
23 lines | 600 B | text/x-rst | RstLexer
dan
docs: document email integration
r641 .. _integrations-email:
Email integration
=================
The email integration allows you to send the summary of repo pushes to a
list of email recipients in the format:
An example::
User: johndoe
Branches: default
Repository: http://rhodecode.company.com/repo
Commit: 8eab60a44a612e331edfcd59b8d96b2f6a935cd9
URL: http://rhodecode.company.com/repo/changeset/8eab60a44a612e331edfcd59b8d96b2f6a935cd9
Author: John Doe
Date: 2016-03-01 11:20:44
Commit Message:
fixed bug with thing
To create one, create a ``email`` integration in `creating-integrations`.