1
0
mirror of https://github.com/Seldaek/monolog.git synced 2025-10-21 00:26:10 +02:00
Commit Graph

34 Commits

Author SHA1 Message Date
Jordi Boggiano
06143b03e5 Add a bunch of return types and fix type inconsistencies reports from phan 2018-07-04 14:14:08 +02:00
Jordi Boggiano
0193a07dd7 Merge branch '1.x' 2018-06-18 17:58:26 +02:00
Jordi Boggiano
ee10777821 Fix hipchat dropping messages, fixes #1116 2018-06-18 17:58:11 +02:00
Jordi Boggiano
21dde4dedb Move to strict mode and fix tests 2016-05-27 13:44:00 +01:00
Jordi Boggiano
f200e79879 CS fixes 2016-05-26 20:54:06 +01:00
Jordi Boggiano
cb479a9b18 Remove HipChat API v1 support 2016-05-20 20:24:02 +01:00
Jordi Boggiano
ccdc8b530c Truncate single messages if they go over the hipchat limit, fixes #629 2016-04-10 12:31:41 +01:00
Jordi Boggiano
64f6c3d916 Adjust docblocks, refs #686 #685 2015-11-18 17:14:09 +00:00
Jordi Boggiano
0880801b4a Merge pull request #686 from apfelbox/hipchat-from
[HipChatHandler] Always send the "from" name
2015-11-18 17:12:52 +00:00
Jordi Boggiano
c889fb2648 CS fixes & upgrading cs fixer config 2015-11-18 17:09:46 +00:00
Jannik Zschiesche
fa38530fdc Always append "from" field when sending to HipChat 2015-11-18 10:25:04 +01:00
Jannik Zschiesche
45d243f0ab Always send the "from" name in the hipchat handler 2015-11-17 18:52:08 +01:00
Roberto Araujo
201bce8022 Using the correct value for parameter 'notify' 2015-06-03 22:21:16 -03:00
Eric Salter
6e8c4a149c Remove setVersion() method
Removed per request
2015-03-10 13:54:29 -04:00
Eric Salter
f28d94f6a6 Add Hipchat V2 support
Adds support for Hipchat's V2 API by way of setting the version flag.  V1 paths
should remain unchanged.  A setVersion() method is provided for convenience in case
one does not want to override all of the default parameters.
2015-03-10 11:06:13 -04:00
Jordi Boggiano
d809f576bb Revert "Switch HipChatHandler to API v2", fixes #525
This reverts commit 01549ec4d0.
2015-03-09 09:57:01 +00:00
Pascal Borreli
a2c6c37c8d Fixed typos 2015-03-05 01:11:15 +00:00
Christian Flothmann
f89722b570 [HipChatHandler] fix PHP types in docblocks 2015-03-01 10:19:33 +01:00
korchasa
01549ec4d0 Switch HipChatHandler to API v2 2015-02-03 20:39:09 +03:00
Jordi Boggiano
46825bdb95 Use custom host in header as well 2014-12-30 10:13:33 +00:00
Jordi Boggiano
737f99cc7c Rename server to host 2014-12-28 16:47:43 +00:00
DerManoMann
4763e09f65 Add optional server name 2014-12-24 14:23:54 +13:00
Grégoire Pineau
f3b61cf48a Fixed visibility 2014-09-08 20:01:00 +02:00
jeroendedauw
d5865eb250 Remove dead var 2014-07-27 16:41:31 +02:00
Jordi Boggiano
392ef35fd4 CS fixes 2014-03-23 20:50:26 +01:00
Jordi Boggiano
6cabe95f23 Allow changing the HipChat message format, fixes #318 2014-02-06 21:35:10 +01:00
Jordi Boggiano
4814e79f3f CS fixes and a BC nitpick 2014-02-06 13:42:34 +01:00
Leevi Graham
d37e916040 Add limit to batched records 2014-02-05 20:19:53 +11:00
Milos Levacic
67a908796b Add name length check to the HipChatHandler
As explained in its docblock, the validation function will fall back to
a simple strlen check if mb_strlen is not available. However, that very
specific case is not one that was deemed important to support, as anyone
using UTF-8 in their code, without having mbstring available will
probably have bigger problems to worry about.

Fixes #289
2013-12-24 21:15:02 +01:00
pkraeutli
685a91ba53 CS fix 2013-10-16 10:50:57 +02:00
pkraeutli
f1af2c484a HipChatHandler: combine batch records and send as one 2013-10-16 10:27:55 +02:00
Jordi Boggiano
4277c5db4a CS fixes 2013-07-29 00:08:51 +02:00
Rafael Dohms
690c82656b Fixing bad docblock. 2013-05-12 22:04:15 -05:00
Rafael Dohms
0f13a1a6bb HipChat Handler
Adds a handler that is capable of sending notices into HipChat, the team communication system provided by Atlassian.
This is based on the PushoverHandler and built on top of the socketHandler.

The needed configuration is described in the docblock of the HipChatHandler file.
2013-05-08 17:37:53 +02:00