mirror of
https://github.com/Seldaek/monolog.git
synced 2026-04-25 23:55:56 +03:00
[PR #526] [MERGED] Add Hipchat V2 support #1206
Labels
No labels
Bug
Documentation
Feature
Needs Work
Support
pull-request
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/monolog#1206
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/Seldaek/monolog/pull/526
Author: @esalter
Created: 3/10/2015
Status: ✅ Merged
Merged: 6/19/2015
Merged by: @Seldaek
Base:
master← Head:master📝 Commits (6)
f28d94fAdd Hipchat V2 support6e8c4a1Remove setVersion() method201bce8Using the correct value for parameter 'notify'e904f91Merge pull request #1 from andrioli/notify-parameter-fixd8e7f9dFix HipChatHandler testsc30c6b6Merge pull request #2 from andrioli/fix-tests📊 Changes
2 files changed (+112 additions, -19 deletions)
View changed files
📝
src/Monolog/Handler/HipChatHandler.php(+46 -15)📝
tests/Monolog/Handler/HipChatHandlerTest.php(+66 -4)📄 Description
Adds support for Hipchat's V2 API by way of setting the version flag. V1 paths
should remain unchanged, and v1 remains the default for BC.
I have no way of testing V1 at this time, can someone pull this down to verify that still works?
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.