Jordi Boggiano
|
4e19f3c585
|
Merge branch '1.x'
|
2019-11-13 10:58:42 +01:00 |
|
Jordi Boggiano
|
ec3e0e3f90
|
set json flags correctly for SlackRecord, fixes #1396, closes #1397
|
2019-11-13 10:47:25 +01:00 |
|
Jordi Boggiano
|
9776fa1d54
|
Fix type error, fixes #1382
|
2019-11-12 21:52:37 +01:00 |
|
Jordi Boggiano
|
0b9ee7e636
|
Merge branch '1.x'
|
2019-11-12 21:50:28 +01:00 |
|
Jordi Boggiano
|
12a76ad61e
|
Fix usages of json_encode which did not handle invalid UTF8 gracefully, fixes #1392
|
2019-11-12 21:24:23 +01:00 |
|
David Prévot
|
c404cb3240
|
Fix file permission
|
2019-09-07 21:23:23 -10:00 |
|
Jordi Boggiano
|
ff63831e4d
|
Merge remote-tracking branch 'EspadaV8/add-fluent-setters-for-slack-handler'
|
2019-07-06 13:46:59 +02:00 |
|
Jordi Boggiano
|
9d7b29d02e
|
Merge pull request #1297 from shreypuranik/patch-1
Readability updates
|
2019-07-02 15:09:28 +02:00 |
|
Tobias Nyholm
|
b95129216d
|
Dont use more than 2000 chars for slack attachments field
|
2019-04-04 13:46:58 +02:00 |
|
Shrey Puranik
|
8b879fe6fa
|
Readability updates
Fixes docblock, minor formatting tweak for readbility, and adds a new docblock for getSlackData record.
|
2019-03-08 15:15:58 +00:00 |
|
George Mponos
|
790ff7fd1d
|
Docblock fixes
|
2018-12-09 22:31:46 +02:00 |
|
Jordi Boggiano
|
bb99e4c699
|
Tweak const visibility, refs #1228
|
2018-11-29 20:09:44 +01:00 |
|
Jordi Boggiano
|
a7984a640f
|
Merge remote-tracking branch 'gmponos/add_visibility_to_constants'
|
2018-11-29 19:41:58 +01:00 |
|
Gabriel Caruso
|
84305769c1
|
Fix files permissions
|
2018-11-19 14:04:31 -02:00 |
|
George Mponos
|
c68b71edeb
|
Add visibility to constants
|
2018-11-17 20:38:51 +02:00 |
|
Jordi Boggiano
|
b0454ee489
|
Merge branch 'master' into master
|
2018-11-03 18:06:42 +01:00 |
|
Jordi Boggiano
|
334b8d8783
|
More type hints on some handler classes
|
2018-07-18 09:55:49 +02:00 |
|
Kat
|
b6b455ed11
|
Add scalar hints and return types to the SlackRecord handler.
|
2018-07-17 17:19:56 +01:00 |
|
Andrew Smith
|
c9d15bb808
|
Add fluent setters for parameters in the slack handler
|
2018-07-06 11:47:27 +10:00 |
|
Jordi Boggiano
|
3175130061
|
Merge branch '1.x'
|
2018-06-17 18:04:17 +02:00 |
|
Jordi Boggiano
|
00aca28c8b
|
Fix SlackRecord normalization of fields, closes #1078
|
2018-06-17 18:03:59 +02:00 |
|
Jordi Boggiano
|
73c8bdd255
|
Merge pull request #1023 from dis1/fix-for-slack-record-encoding
fix-for-slack-record-encoding
|
2018-06-08 20:19:46 +02:00 |
|
Jordi Boggiano
|
9a2c747a0a
|
Merge branch '1.x'
|
2018-06-07 18:30:00 +02:00 |
|
Jordi Boggiano
|
07681ea4ba
|
Fix normalization of objects in SlackRecord, closes #1127
|
2018-06-07 18:28:46 +02:00 |
|
dis1
|
a4973fade6
|
fix-for-slack-record-encoding
|
2017-07-13 11:50:43 +03:00 |
|
Jordi Boggiano
|
3c74c7a8d2
|
Fix tests
|
2017-03-20 11:12:52 +01:00 |
|
Jordi Boggiano
|
7405bb5d67
|
CS fixes
|
2017-03-20 10:56:47 +01:00 |
|
Anton Nizhegorodov
|
b732364e70
|
Slack improvements (#894)
- [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
|
2016-12-13 15:25:55 +01:00 |
|
Haralan Dobrev
|
26b526d9fb
|
Do not put empty Slack attachments array by default
|
2016-11-19 18:54:46 +02:00 |
|
Haralan Dobrev
|
dd238892cf
|
Add missing PHPDoc types
|
2016-11-19 18:53:02 +02:00 |
|
Anton Nizhegorodov
|
1303dc6d72
|
Refactor SlackRecord
|
2016-11-19 18:53:02 +02:00 |
|
Anton Nizhegorodov
|
08b577c657
|
Update SlackHandler tests && allow SlackRecord formatter change after construction
|
2016-11-19 18:53:02 +02:00 |
|
Anton Nizhegorodov
|
01a2ac25a2
|
Codereview fixes based on @stof comments
|
2016-11-19 18:53:02 +02:00 |
|
Anton Nizhegorodov
|
4ab8ed0a53
|
Make sure extra/context variables are stringified when more than one level deep
|
2016-11-19 18:53:01 +02:00 |
|
Anton Nizhegorodov
|
97eb782e8c
|
No need for extra json_encode
|
2016-11-19 18:53:01 +02:00 |
|
Haralan Dobrev
|
2d1fbbe423
|
Make SlackRecord::stringify() work without a line formatter
|
2016-11-19 18:53:01 +02:00 |
|
Haralan Dobrev
|
115f6710b1
|
Use constants for Slack colors
|
2016-11-19 18:53:00 +02:00 |
|
Haralan Dobrev
|
274f778b24
|
Make channel in SlackRecord optional to allow for webhooks
|
2016-11-19 18:53:00 +02:00 |
|
Haralan Dobrev
|
f584e56ae1
|
Extract logic for preparing Slack data to SlackRecord
Keep the protected interface of the SlackHandler intact.
|
2016-11-19 18:53:00 +02:00 |
|