summaryrefslogtreecommitdiffstats
path: root/store/sqlstore/webhook_store.go
Commit message (Collapse)AuthorAgeFilesLines
* MM-11703: Update incoming and outgoing webhook description to 500 characters ↵n1aba2018-09-041-2/+2
| | | | | | | | | | | | | | | | | | | | (#9265) * MM-11703: Update incoming and outgoing webhook description to 500 characters * MM-11703: Add upgrade code * MM-11703: Remove MAX_DESCRIPTION_LENGTH constants * MM-11703: GOFMT * MM-11703: Move upgrade code to version 5.3 * MM-11703: Comment back upgrade to 5.3.0 * MM-11703: Add API errors back * MM-11703: Copy-Paste
* added the custom icon and username for the outgoing webhook and its response ↵Pradeep Murugesan2018-07-251-0/+2
| | | | | | | | | | | | (#9141) * 8272 added the username and icon as part of the model and persisted the same * 8272 added the custome icon and name when set to the web hook response * 8272 changed the infinte loop to timeout after 5 seconds * 8272 fixed review comments
* MM-9664 Add invalidation metrics for store caches (#8340)Joram Wilander2018-03-051-4/+11
| | | | | | | | * Add invalidation metrics for store caches * Increment session invalidation metric * Fix tests
* reduce store boiler plate (#7585)Chris2017-10-061-230/+40
|
* Move sql store code into store/sqlstore package (#7502)Chris2017-09-251-0/+573
* move sql store code into store/sqlstore package * move non-sql constants back up to store * fix api test * derp