Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge branch '1.x' | Jordi Boggiano | 2017-06-19 | 1 | -3/+3 |
|\ | |||||
| * | Fix 5.3 support | Jordi Boggiano | 2017-06-19 | 1 | -3/+3 |
| | | |||||
* | | Minor code cleanup on Handler/ErrorLogHandler.php (#995) | Westin Shafer | 2017-06-19 | 1 | -6/+7 |
| | | | | | | Just some cleanup for readability. | ||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-06-19 | 5 | -17/+29 |
|\ \ | |/ | |||||
| * | SlackWebhookHandler: refactor curl_setopt to curl_setopt_array | Harm Bandstra | 2017-06-19 | 1 | -6/+10 |
| | | |||||
| * | Explicitly set content-type header, and post JSON as body | Harm Bandstra | 2017-06-19 | 1 | -1/+2 |
| | | |||||
| * | Fix SwiftMailerHandler support for Swiftmailer 6.0+ | Alex Rock Ancelet | 2017-06-19 | 1 | -1/+6 |
| | | |||||
| * | Use Aws\Sdk instead of Aws\Common\Aws, fixes #969, fixes #977 | Jordi Boggiano | 2017-06-19 | 1 | -2/+2 |
| | | |||||
| * | Tweak HandlerWrapper example in docblock, fixes #991 | Jordi Boggiano | 2017-06-19 | 1 | -8/+10 |
| | | |||||
| * | Support HeadlessChrome (#966) | Douglas Reith | 2017-06-19 | 1 | -1/+1 |
| | | | | | | * Support HeadlessChrome | ||||
| * | Add level parameter to payload when reporting Rollbar exceptions (#852) | Erik Johansson | 2017-03-20 | 1 | -0/+1 |
| | | |||||
* | | Use callable typehint where possible + Removed dead code (#996) | Grégoire Pineau | 2017-06-19 | 2 | -8/+1 |
| | | | | | | | | | | | | | | | | * Removed dead code * Use callable typehint where possible * Removed PHP5.3 workaround | ||||
* | | Fix some docblocks, closes #970 | Jordi Boggiano | 2017-06-19 | 2 | -6/+6 |
| | | |||||
* | | Remove old BC | Jordi Boggiano | 2017-06-19 | 2 | -48/+0 |
| | | |||||
* | | Use coalesce operator (#982) | Lesnykh Ilia | 2017-05-08 | 2 | -5/+5 |
| | | | | | | | | | | | | | | | | | | | | * Use coalesce operator * Use coalesce operator * Use coalesce operator * Use coalesce operator | ||||
* | | Fix tests | Jordi Boggiano | 2017-03-20 | 1 | -1/+1 |
| | | |||||
* | | CS fixes | Jordi Boggiano | 2017-03-20 | 7 | -31/+28 |
| | | |||||
* | | Make sure we use \Throwable and not just \Exception | Jordi Boggiano | 2017-03-20 | 3 | -8/+7 |
| | | |||||
* | | Add level parameter to payload when reporting Rollbar exceptions (#852) | Erik Johansson | 2017-03-19 | 1 | -0/+1 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-03-17 | 2 | -2/+34 |
|\ \ | |/ | |||||
| * | Split off work into a new method to facilitate extension, fixes #945 | Jordi Boggiano | 2017-03-17 | 1 | -0/+11 |
| | | |||||
| * | Fix BC break and formatting | Jordi Boggiano | 2017-03-17 | 1 | -9/+11 |
| | | |||||
| * | Complete rfc5424 header for SyslogUdpHandler | ont | 2017-03-15 | 1 | -2/+21 |
| | | | | | | | | | | WARN: this commit adds backward incompatibility for the SyslogUdpHandler constructor. | ||||
* | | Merge branch '1.x' | Jordi Boggiano | 2017-03-12 | 1 | -1/+2 |
|\ \ | |/ | |||||
| * | Allow to set custom event_id [LEGACY] (#930) | Tim Strijdhorst | 2017-03-12 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | * +allow to set a custom event_id as an extra parameter instead of letting Raven generate a UUIDv4 * +CS * +CS * +verbose array syntax because of PHP 5.3 support | ||||
| * | Add missed return phpdoc tag. (#908) | Lesnykh Ilia | 2017-01-11 | 1 | -0/+1 |
| | | | | | | | | | | | | * Add missed return phpdoc tag. * Change $this to self. | ||||
* | | Logmatic fix (#914) | Guillaume Polaert | 2017-03-12 | 1 | -3/+3 |
| | | | | | | | | * Adding the marker field to improve the Logmatic.io compatibilty | ||||
* | | Replacing the outdated add* methods in the docs with the PSR-3 compliant ↵ | StevenW | 2017-01-07 | 1 | -1/+1 |
| | | | | | | | | methods. | ||||
* | | Merge branch '1.x' | Jordi Boggiano | 2016-12-16 | 3 | -45/+95 |
|\ \ | |/ | |||||
| * | Slack improvements (#894) | Anton Nizhegorodov | 2016-12-13 | 3 | -45/+95 |
| | | | | | | | | | | | | | | | | | | | | - [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 | ||||
* | | More interface updates | Jordi Boggiano | 2016-11-27 | 2 | -2/+2 |
| | | |||||
* | | Interface updates | Jordi Boggiano | 2016-11-27 | 2 | -2/+2 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2016-11-26 | 4 | -146/+488 |
|\ \ | |/ | |||||
| * | Do not put empty Slack attachments array by default | Haralan Dobrev | 2016-11-19 | 1 | -1/+0 |
| | | |||||
| * | Format constructors on a single line | Haralan Dobrev | 2016-11-19 | 2 | -18/+4 |
| | | | | | | | | This is for consistency with the rest of the handlers. | ||||
| * | Make message formatting behaviour same as previous version | Anton Nizhegorodov | 2016-11-19 | 2 | -1/+25 |
| | | |||||
| * | Fix SlackHandler | Anton Nizhegorodov | 2016-11-19 | 1 | -0/+4 |
| | | | | | | | | Slack API requires to json_encode the attachment field. | ||||
| * | Add missing PHPDoc types | Haralan Dobrev | 2016-11-19 | 1 | -3/+3 |
| | | |||||
| * | Refactor SlackRecord | Anton Nizhegorodov | 2016-11-19 | 1 | -37/+47 |
| | | |||||
| * | Update SlackHandler tests && allow SlackRecord formatter change after ↵ | Anton Nizhegorodov | 2016-11-19 | 2 | -0/+19 |
| | | | | | | | | construction | ||||
| * | Codereview fixes based on @stof comments | Anton Nizhegorodov | 2016-11-19 | 3 | -32/+15 |
| | | |||||
| * | Make sure extra/context variables are stringified when more than one level deep | Anton Nizhegorodov | 2016-11-19 | 1 | -3/+3 |
| | | |||||
| * | No need for extra json_encode | Anton Nizhegorodov | 2016-11-19 | 1 | -1/+1 |
| | | |||||
| * | Make SlackRecord::stringify() work without a line formatter | Haralan Dobrev | 2016-11-19 | 1 | -1/+5 |
| | | |||||
| * | Expose a getter for the SlackRecord in Slack handlers | Haralan Dobrev | 2016-11-19 | 2 | -0/+10 |
| | | |||||
| * | Mark former public methods of SlackHandler as deprecated | Haralan Dobrev | 2016-11-19 | 1 | -0/+12 |
| | | | | | | | | The SlackRecord could be used now | ||||
| * | Use constants for Slack colors | Haralan Dobrev | 2016-11-19 | 1 | -4/+12 |
| | | |||||
| * | Add a Slack Webhooks handler using the same SlackRecord util | Haralan Dobrev | 2016-11-19 | 1 | -0/+96 |
| | | |||||
| * | Make channel in SlackRecord optional to allow for webhooks | Haralan Dobrev | 2016-11-19 | 1 | -1/+4 |
| | | |||||
| * | Extract logic for preparing Slack data to SlackRecord | Haralan Dobrev | 2016-11-19 | 2 | -152/+253 |
| | | | | | | | | Keep the protected interface of the SlackHandler intact. | ||||
| * | Add a Slackbot handler | Haralan Dobrev | 2016-11-19 | 1 | -0/+84 |
| | | | | | | | | | | This is the simplest way to log to Slack using the Slackbot. It supports only plain text with automatic linking of URLs and mentions. | ||||
* | | Merge branch '1.x' | Jordi Boggiano | 2016-11-16 | 1 | -3/+3 |
|\ \ | |/ | |||||
| * | Make protected generic methods public | Julien Falque | 2016-11-16 | 1 | -3/+3 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2016-11-15 | 1 | -1/+11 |
|\ \ | |/ | |||||
| * | CS | Jordi Boggiano | 2016-11-15 | 1 | -1/+1 |
| | | |||||
| * | isolate fwrite to allow override | Jay MOULIN | 2016-11-15 | 1 | -1/+11 |
| | | |||||
* | | Merge pull request #879 from martijncalker/add-sqshandler | Jordi Boggiano | 2016-11-14 | 1 | -0/+53 |
|\ \ | | | | | | | Add SqsHandler | ||||
| * | | Add SqsHandler | Martijn van Calker | 2016-11-14 | 1 | -0/+53 |
| | | | |||||
* | | | Merge pull request #824 from adambro/patch-1 | Jordi Boggiano | 2016-11-14 | 1 | -1/+1 |
|\ \ \ | | | | | | | | | Throw RuntimeException if socket resource is missing | ||||
| * | | | Throw RuntimeException if socket resource is missing | Adam Brodziak | 2016-07-20 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | | | | | | | | | The socket resource can be closed, purged or lost during the runtime of an application. It is valid concern, because the resource is acquired and used at different times during request. LogicException is more for static preconditions that have to be valid before function call. | ||||
* | | | | Merge pull request #868 from ComaVN/noop-handler | Jordi Boggiano | 2016-11-13 | 1 | -0/+42 |
|\ \ \ \ | | | | | | | | | | | Added the NoopHandler. | ||||
| * | | | | Added the NoopHandler. | Roel Harbers | 2016-10-12 | 1 | -0/+42 |
| | |/ / | |/| | | | | | | | | | | | | | | | | | | This handler handles anything, but does nothing, and does not stop bubbling to the rest of the stack. This can be used for testing, or to disable a handler when overriding a configuration without influencing the rest of the stack. | ||||
* | | | | Merge branch '1.x' | Jordi Boggiano | 2016-11-13 | 3 | -6/+19 |
|\ \ \ \ | | |_|/ | |/| | | |||||
| * | | | Add a RollbarHandler::flush() and make it close automatically on shutdown, ↵ | Jordi Boggiano | 2016-11-13 | 1 | -4/+17 |
| | | | | | | | | | | | | | | | | fixes #864, closes #865 | ||||
| * | | | Allow overriding the routing key in AMQPHandler, fixes #874 | Jordi Boggiano | 2016-11-13 | 1 | -1/+1 |
| | | | | |||||
| * | | | Make the RavenHandler picks the first highest record as main | Tugdual Saunier | 2016-10-13 | 1 | -1/+1 |
| | | | | |||||
* | | | | New parameter $printSimpleMessage default false (Whether the attachment ↵ | Riccardo Messineo | 2016-10-18 | 1 | -2/+3 |
| |/ / |/| | | | | | | | | should include only the message without extradata) | ||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-29 | 1 | -3/+21 |
|\ \ \ | |/ / | |||||
| * | | Add support for AWS SDK v3 | Jordi Boggiano | 2016-09-29 | 1 | -3/+21 |
| | | | |||||
* | | | Skip phan error | Jordi Boggiano | 2016-09-29 | 1 | -0/+2 |
| | | | |||||
* | | | Fix type errors, thanks phan | Jordi Boggiano | 2016-09-25 | 10 | -30/+29 |
| | | | |||||
* | | | CS fixes | Jordi Boggiano | 2016-09-25 | 1 | -5/+5 |
| | | | |||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-25 | 2 | -27/+39 |
|\ \ \ | |/ / | |||||
| * | | Make sure SyslogUdpHandler does not create empty frames where not necessary, ↵ | Jordi Boggiano | 2016-09-25 | 1 | -1/+1 |
| | | | | | | | | | | | | fixes #841 | ||||
| * | | Tweak RollbarHandler to use proper levels and include level and level_name ↵ | Jordi Boggiano | 2016-09-25 | 1 | -23/+35 |
| | | | | | | | | | | | | in context info, fixes #852 | ||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-09-18 | 1 | -1/+1 |
|\ \ \ | |/ / | |||||
| * | | Add support for PHP 7 errors in RavenHandler by checking for Throwable ↵ | Jared King | 2016-08-17 | 1 | -1/+1 |
| | | | | | | | | | | | | instead of Exception | ||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-07-29 | 2 | -5/+11 |
|\ \ \ | |/ / | |||||
| * | | Fix tests | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 |
| | | | |||||
| * | | Allow formatting of message by setting a line formatter on SlackHandler, ↵ | Jordi Boggiano | 2016-07-29 | 1 | -4/+10 |
| | | | | | | | | | | | | fixes #829 | ||||
* | | | Merge remote-tracking branch 'ondrejmirtes/phpstan' | Jordi Boggiano | 2016-07-29 | 2 | -2/+2 |
|\ \ \ | |||||
| * | | | Fixed incompatible interfaces with MailHandler | Ondrej Mirtes | 2016-07-19 | 2 | -2/+2 |
| | |/ | |/| | |||||
* | | | Merge branch '1.x', fixes #771 | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 |
|\ \ \ | | |/ | |/| | |||||
| * | | Make separator optional | Jordi Boggiano | 2016-07-29 | 1 | -1/+1 |
| | | | |||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-07-29 | 1 | -3/+4 |
|\ \ \ | |/ / | | / | |/ |/| | |||||
| * | Allow other separators for the date format in RotatingFileHandler | Jordi Boggiano | 2016-07-29 | 1 | -4/+5 |
| | | |||||
* | | CS fixes | Jordi Boggiano | 2016-07-02 | 3 | -17/+17 |
| | | |||||
* | | Merge remote-tracking branch 'JulienBreux/feature/logmatic' | Jordi Boggiano | 2016-07-02 | 1 | -0/+88 |
|\ \ | |||||
| * | | 😱 Remove const | Julien Breux | 2016-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | Fix scalar typehints | Julien Breux | 2016-06-28 | 1 | -1/+1 |
| | | | |||||
| * | | Remove const | Julien Breux | 2016-06-28 | 1 | -2/+1 |
| | | | |||||
| * | | Add Logmatic.io | Julien Breux | 2016-06-28 | 1 | -0/+89 |
| | | | |||||
* | | | Merge branch '1.x' | Jordi Boggiano | 2016-07-02 | 1 | -0/+10 |
|\ \ \ | |/ / |/| / | |/ | |||||
| * | Fix GroupHandler::handleBatch when the handler has processors, fixes #814 | Jordi Boggiano | 2016-07-02 | 1 | -0/+10 |
| | | |||||
* | | Fix for TypeError - stream_set_timeout() expects integer as second and third ↵ | Martin Kačmar | 2016-06-15 | 1 | -1/+1 |
| | | | | | | | | parameter | ||||
* | | More amqp fixes | Jordi Boggiano | 2016-05-27 | 1 | -0/+2 |
| | | |||||
* | | Fix typo | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 |
| | | |||||
* | | Fix AmqpHandler class check | Jordi Boggiano | 2016-05-27 | 1 | -1/+1 |
| | | |||||
* | | Move to strict mode and fix tests | Jordi Boggiano | 2016-05-27 | 63 | -76/+79 |
| | | |||||
* | | Merge branch '1.x' | Jordi Boggiano | 2016-05-26 | 1 | -0/+10 |
|\ \ | |/ |