Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Finally remove utils.Cfg (#8113) | Chris | 2018-01-17 | 1 | -16/+0 |
| | | | | | | | | * finally remove utils.Cfg * fix compile error * another test compilation fix | ||||
* | [PLT-8173] Strip the post_ prefix on incoming webhook overrides. (#8019) | Jesse Hallam | 2018-01-03 | 1 | -42/+42 |
| | |||||
* | [PLT-8173] Add username and profile picture to webhook set up pages (#8002) | Jesse Hallam | 2018-01-02 | 1 | -0/+283 |
| | |||||
* | [PLT-8438] Include incoming webhook display name in post props (#7997) | Carlos Tadeu Panato Junior | 2017-12-22 | 1 | -1/+3 |
| | |||||
* | Role refactor (#7867) | Chris | 2017-11-21 | 1 | -6/+1 |
| | | | | | | | | * role refactor * add missing file * fix web test | ||||
* | [PLT-840] Add option to outgoing webhooks to reply to the posted message as ↵ | Carlos Tadeu Panato Junior | 2017-11-20 | 1 | -2/+2 |
| | | | | a comment (#7807) | ||||
* | more global config ref cleanup (#7802) | Chris | 2017-11-09 | 1 | -3/+3 |
| | |||||
* | PLT-7599: webhook post splitting (#7707) | Chris | 2017-10-24 | 1 | -0/+96 |
| | | | | | | | | * webhook post splitting * style fix * update old webhook test | ||||
* | Reduce utils.Cfg references (#7650) | Chris | 2017-10-18 | 1 | -1/+1 |
| | | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp | ||||
* | PLT-7818 Updates to post type (#7579) | Joram Wilander | 2017-10-09 | 1 | -0/+5 |
| | | | | | | * Updates to post type * Update tests | ||||
* | Don't use global app for api / api4 tests (#7528) | Chris | 2017-10-02 | 1 | -1/+1 |
| | | | | | | | | | | | | | | * don't use global app for api / api4 tests * put sleep back. we're gonna have to do some goroutine wrangling * fix oauth test config assumptions * jobs package, i'm comin' for you next * app test fix * try increasing sleep a little | ||||
* | Remove global app references (#7433) | Chris | 2017-09-12 | 1 | -6/+5 |
| | | | | | | | | * remove global app references * test fix * fix api4 test compilation | ||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -2/+2 |
| | |||||
* | app type transition (#7167) | Chris | 2017-09-06 | 1 | -5/+6 |
| | |||||
* | PLT-5745 Cleaning up duplicate calls (#7298) | Corey Hulen | 2017-08-28 | 1 | -1/+1 |
| | | | | | | | | * PLT-5745 Cleaning up duplicate calls * Fixing missing calls * Fixing broken test | ||||
* | PLT-7212: fix missing webhook post attachments (#7011) | Chris | 2017-08-03 | 1 | -0/+47 |
* fix missing webhook post attachments * make ProcessSlackAttachments return a new slice instead of modifying it |