summaryrefslogtreecommitdiffstats
path: root/plugin/rpcplugin/hooks_test.go
Commit message (Collapse)AuthorAgeFilesLines
* Add plugin slash command support (#7941)Chris2017-12-081-0/+12
| | | | | | | | * add plugin slash command support * remove unused string * rebase
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-0/+44
| | | | | | | | | | | | * tie back-end plugins together * fix comment typo * add tests and a bit of polish * tests and polish * add test, don't let backend executable paths escape the plugin directory
* Renaming repoChristopher Speller2017-09-061-2/+2
|
* add plugin http handler (#7289)Chris2017-08-281-4/+58
|
* make hooks optional, short circuit if unimplemented (#7263)Chris2017-08-211-6/+51
|
* PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-161-0/+58
* begin backend plugin wip * flesh out rpcplugin. everything done except for minor supervisor stubs * done with basic plugin infrastructure * simplify tests * remove unused test lines