summaryrefslogtreecommitdiffstats
path: root/plugin/plugintest
Commit message (Collapse)AuthorAgeFilesLines
* First batch of new plugin api methods (#9022)Daniel Schalla2018-07-062-0/+264
| | | | | | | | | | | | | | | | | | | | | | | | | | | update api mocks Generated new hooks ChannelHasJoinedChannel Implementation User Left Team/Channel Hook; User Joined Team Hook Implementation Update RPC Client and Mocks gofmt go tests fix Add Config API Methods codegne Add Channel Has Been Created Hook Fix ChannelHasBeenCreated hook fix missing context param fix duplicate hooks; remove redudandcy
* MM-10703 Adding blank request context to plugin hooks for future use. (#9043)Christopher Speller2018-07-061-30/+31
| | | | | | | | | | * Adding blank request context to plugin hooks for future use. * Rename RequestContext to Context * Adding context to ServeHTTP and ExecuteCommand * Fixing import cycle in test.
* MM-11029 Adding plugin logging functionality. (#9034)Christopher Speller2018-07-032-2/+34
| | | | | | | | | | | | * Capturing stdout, stderr of plugins in logs. * Cleanup go-plugin debug logs. * Adding logging to plugin API * Generating mocks. * godoc convention
* MM-9674 Add plugin API for publishing custom WebSocket events (#8999)Joram Wilander2018-06-272-2/+7
| | | | | | | | * Add plugin API for publishing custom WebSocket events * Add clearer payload comment * Update comment
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-254-137/+111
| | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* MM-10249 Adding plugin ability to intercept posts before they reach the DB. ↵Christopher Speller2018-05-154-267/+807
| | | | | | | | (#8791) * Adding plugin ability to intercept posts before they reach the DB. * s/envoked/invoked/
* MM-8678: add CUD support for channel members via plugins (#8565)Jesse Hallam2018-04-061-0/+39
| | | | | | | | | | | | * add CUD support for channel members via plugins This effectively exposes AddChannelMember, UpdateChannelMemberRoles, UpdateChannelMemberNotifyProps and LeaveChannel via the plugin API. It also modifies the semantics of AddChannelMember to explicitly allow for an empty user requestor, left as such for now via the plugin API. * change the signature of AddChannelMember to accept a channel id instead of a channel
* Add plugin slash command support (#7941)Chris2017-12-082-1/+32
| | | | | | | | * add plugin slash command support * remove unused string * rebase
* Add GetChannelMember method to plugin API (#7930)Joram Wilander2017-12-051-0/+10
|
* better plugin LoadConfiguration mock (#7928)Chris2017-12-011-1/+5
|
* expose vendored mock package with plugintest/mock (#7914)Chris2017-11-292-0/+36
|
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-0/+38
| | | | | | | | * Add plugin key value store support * Add localization strings * Updates per feedback
* add a few docs for plugin testing (#7798)Chris2017-11-071-0/+45
| | | | | | * add a few docs for plugin testing * fix typo
* add missing license headers, test to makefile (#7711)Chris2017-10-252-0/+6
|
* plugin CRUD operations for users, posts, channels, and teams (#7479)Chris2017-09-211-6/+182
|
* PLT-7407: Back-end plugins (#7409)Chris2017-09-111-0/+4
| | | | | | | | | | | | * 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-062-3/+3
|
* add client4 apis needed for jira plugin (#7292)Chris2017-08-281-0/+41
|
* add plugin http handler (#7289)Chris2017-08-281-0/+6
|
* PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-162-0/+38
* 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