summaryrefslogtreecommitdiffstats
path: root/plugin/rpcplugin/api_test.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-300/+0
| | | | | | * 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-151-30/+30
| | | | | | | | (#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-1/+22
| | | | | | | | | | | | * 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
* register additional gob types to support arrays and dicts in post props (#8412)Chris2018-03-061-5/+38
|
* Add plugin slash command support (#7941)Chris2017-12-081-0/+11
| | | | | | | | * add plugin slash command support * remove unused string * rebase
* make slack attachments gobable (#7948)Chris2017-12-051-1/+7
|
* Add GetChannelMember method to plugin API (#7930)Joram Wilander2017-12-051-0/+10
|
* PLT-8131 (part2) Add plugin key value store support (#7902)Joram Wilander2017-11-271-1/+17
| | | | | | | | * Add plugin key value store support * Add localization strings * Updates per feedback
* plugin CRUD operations for users, posts, channels, and teams (#7479)Chris2017-09-211-12/+110
|
* Renaming repoChristopher Speller2017-09-061-3/+3
|
* add client4 apis needed for jira plugin (#7292)Chris2017-08-281-1/+49
|
* PLT-7407: Back-end plugin mechanism (#7177)Chris2017-08-161-0/+57
* 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