Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 | ||||
* | PLT-5900 Removed automatic configuration of SiteURL (#5952) | Harrison Healey | 2017-04-04 | 1 | -6/+6 |
| | | | | | | | | | | | | | | | | * Revert "PLT-5765 Passed SiteURL to SendNotifications (#5705)" This reverts commit a8e68bd8905972ae59de90fa33d5b3e3c274dc47. * Removed automatic configuration of SiteURL * Reverted unintentional config changes * Updated help text * Added link to docs in Site URL warning * Fixed merge conflict | ||||
* | Merge branch 'release-3.7' into master. | George Goldberg | 2017-03-17 | 1 | -38/+9 |
|\ | |||||
| * | PLT-5800 Cleaned up duplicated code for adding slack attachments to posts ↵ | Harrison Healey | 2017-03-10 | 1 | -32/+3 |
| | | | | | | | | (#5711) | ||||
| * | PLT-5765 Passed SiteURL to SendNotifications (#5705) | Harrison Healey | 2017-03-10 | 1 | -6/+6 |
| | | |||||
* | | cannot change ID and deleteat when trying to update the hook (#5784) | Carlos Tadeu Panato Junior | 2017-03-16 | 1 | -0/+1 |
| | | |||||
* | | Implement GET and POST /hooks/outgoing endpoints for APIv4 (#5645) | Joram Wilander | 2017-03-13 | 1 | -4/+28 |
|/ | |||||
* | Move webhook logic from api layer to app layer (#5527) | Joram Wilander | 2017-02-28 | 1 | -5/+298 |
| | | | | | | | | * Move webhook logic from api layer to app layer * Consolidate error messages * Fix permission check and unit test | ||||
* | Adding edit of incoming webhook (#5272) | Poornima | 2017-02-26 | 1 | -1/+1 |
| | | | | | | | Adding edit of outgoing webhook Fixing spelling of error Fixing style Changing from PUT to POST for updates Fixing test failures due to merge | ||||
* | Implement create and get incoming webhook endpoints for APIv4 (#5407) | Joram Wilander | 2017-02-21 | 1 | -0/+39 |
| | | | | | | | | * Implement POST /hooks/incoming endpoint for APIv4 * Implement GET /hooks/incoming endpoint for APIv4 * Updates per feedback | ||||
* | Adding webhook metrics (#5348) | Christopher Speller | 2017-02-10 | 1 | -0/+5 |
| | |||||
* | Refactor and migrate more functions out of api into app package (#5063) | Joram Wilander | 2017-01-13 | 1 | -3/+37 |
| | |||||
* | PLT-4938 Add app package and move logic over from api package (#4931) | Joram Wilander | 2017-01-13 | 1 | -0/+155 |
* Add app package and move logic over from api package * Change app package functions to return errors * Move non-api tests into app package * Fix merge |