summaryrefslogtreecommitdiffstats
path: root/tests/Monolog/Handler/SlackWebhookHandlerTest.php
Commit message (Collapse)AuthorAgeFilesLines
* CS fixesJordi Boggiano2017-03-201-1/+1
|
* Merge branch '1.x'Jordi Boggiano2016-12-161-4/+5
|\
| * Slack improvements (#894)Anton Nizhegorodov2016-12-131-4/+5
| | | | | | | | | | | | | | | | | | | | - [x] Exclude `extra`/`context`, `datetime`, `level` from message when attachment is used - [x] Use `ts` attachment key to display `datetime` considering user timezone - [x] [Support](https://github.com/Seldaek/monolog/pull/846#issuecomment-249528719) custom user images - [x] [Allow](https://github.com/Seldaek/monolog/pull/894#issuecomment-263532399) to setup username from slack - [x] [Improve](https://github.com/Seldaek/monolog/pull/846#issuecomment-261529198) array formatting within `context`/`extra` - [x] [Support](https://github.com/Seldaek/monolog/issues/745) `include_stacktraces` option when attachment is not used and always include stacktraces when attachment is used - [x] Support `extra`/`context` field exclusion - [x] Update tests
* | Fix testsJordi Boggiano2016-11-261-1/+1
|/
* Add unit tests for SlackWebhookHandlerHaralan Dobrev2016-11-191-0/+106