summaryrefslogtreecommitdiffstats
path: root/app/plugin/api.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-10702 Moving plugins to use hashicorp go-plugin. (#8978)Christopher Speller2018-06-251-45/+0
| | | | | | * Moving plugins to use hashicorp go-plugin. * Tweaks from feedback.
* Renaming repoChristopher Speller2017-09-061-1/+1
|
* Add built-in plugin for getting LDAP attributes (#7317)Joram Wilander2017-09-011-0/+8
|
* PLT-5745 Cleaning up duplicate calls (#7298)Corey Hulen2017-08-281-1/+1
| | | | | | | | * PLT-5745 Cleaning up duplicate calls * Fixing missing calls * Fixing broken test
* PLT-6965 jira integration (plus plugin scaffolding) (#6918)Chris2017-08-021-0/+37
* plugin scaffolding / jira integration * add vendored testify packages * webhook fix * don't change i18n ids * support configuration watching * add basic jira plugin configuration to admin console * fix eslint errors * fix another eslint warning * polish * undo unintentional config.json commit >:( * test fix * add jira plugin diagnostics, remove dm support, add bot tag, generate web-safe secrets * rebase, implement requested changes * requested changes * remove tests and minimize makefile change * add missing license headers * add missing comma * remove bad line from Makefile