Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Role refactor (#7867) | Chris | 2017-11-21 | 1 | -20/+0 |
| | | | | | | | | * role refactor * add missing file * fix web test | ||||
* | Reduce cfg boilerplate (#7689) | Chris | 2017-10-23 | 1 | -77/+0 |
| | | | | | | | | | | | | * reduce cfg boilerplate * fix compile error * user test fix * another test fix * simplify diagnostics / testing | ||||
* | Reduce utils.Cfg references (#7650) | Chris | 2017-10-18 | 1 | -82/+82 |
| | | | | | | | | | | | | * app.UpdateConfig method * test fix * another test fix * the config override option as-was is just error prone, remove it for now * derp | ||||
* | PLT-7718 Patch for files (#7564) | Joram Wilander | 2017-10-04 | 1 | -5/+1 |
| | | | | | | | | | | * Patch for files * Fix merge * Fix tests * Fix another test | ||||
* | Don't use global app for api / api4 tests (#7528) | Chris | 2017-10-02 | 1 | -15/+17 |
| | | | | | | | | | | | | | | * 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 | ||||
* | Invalidate webhook cache after updating webhook (#7430) | Joram Wilander | 2017-09-14 | 1 | -0/+5 |
| | |||||
* | Renaming repo | Christopher Speller | 2017-09-06 | 1 | -2/+2 |
| | |||||
* | app type transition (#7167) | Chris | 2017-09-06 | 1 | -2/+1 |
| | |||||
* | webhook merge fix (#7250) | Chris | 2017-08-17 | 1 | -1/+1 |
| | |||||
* | PLT-1649: add response_url support for custom slash commands (#6739) | Chris | 2017-08-16 | 1 | -0/+40 |
| | | | | | | | | | | * add response_url support for custom slash commands * pr suggestions * pr update / suggestion * test fix | ||||
* | PLT-5860 Updated copyright date (#6058) | Harrison Healey | 2017-04-12 | 1 | -1/+1 |
| | | | | | | | | | | | | * PLT-5860 Updated copyright date in about modal * PLT-5860 Updated copyright notice in JSX files * PLT-5860 Updated copyright notice in go files * Fixed misc copyright dates * Fixed component snapshots | ||||
* | add implementation for endpoint DELETE outgoing webhook for apiv4 (#5828) | Carlos Tadeu Panato Junior | 2017-03-23 | 1 | -0/+62 |
| | |||||
* | add implementation to get outgoing webhook for apiv4 (#5827) | Carlos Tadeu Panato Junior | 2017-03-23 | 1 | -0/+39 |
| | |||||
* | implement PUT /hooks/outgoing/{hook_id} - update outgoing hook (#5793) | Carlos Tadeu Panato Junior | 2017-03-21 | 1 | -0/+167 |
| | |||||
* | [APIV4] POST /hooks/outgoing/{hook_id}/regen_token - regentoken endpoint ↵ | Carlos Tadeu Panato Junior | 2017-03-20 | 1 | -0/+41 |
| | | | | for apiV4 (#5783) | ||||
* | Implement update IncomingHook for apiV4 (#5762) | Carlos Tadeu Panato Junior | 2017-03-15 | 1 | -0/+166 |
| | |||||
* | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645) | Joram Wilander | 2017-03-13 | 1 | -0/+162 |
| | |||||
* | Adding functionality to get & delete incoming webhooks (#5648) | Poornima | 2017-03-11 | 1 | -0/+108 |
| | |||||
* | Implement create and get incoming webhook endpoints for APIv4 (#5407) | Joram Wilander | 2017-02-21 | 1 | -0/+150 |
* Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback |