[PR #526] [MERGED] Add Hipchat V2 support #1206

Closed
opened 2026-03-04 03:06:48 +03:00 by kerem · 0 comments
Owner

📋 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: masterHead: master


📝 Commits (6)

  • f28d94f Add Hipchat V2 support
  • 6e8c4a1 Remove setVersion() method
  • 201bce8 Using the correct value for parameter 'notify'
  • e904f91 Merge pull request #1 from andrioli/notify-parameter-fix
  • d8e7f9d Fix HipChatHandler tests
  • c30c6b6 Merge 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.

## 📋 Pull Request Information **Original PR:** https://github.com/Seldaek/monolog/pull/526 **Author:** [@esalter](https://github.com/esalter) **Created:** 3/10/2015 **Status:** ✅ Merged **Merged:** 6/19/2015 **Merged by:** [@Seldaek](https://github.com/Seldaek) **Base:** `master` ← **Head:** `master` --- ### 📝 Commits (6) - [`f28d94f`](https://github.com/Seldaek/monolog/commit/f28d94f6a6897d260595e3b0ca995fbe93c9e68f) Add Hipchat V2 support - [`6e8c4a1`](https://github.com/Seldaek/monolog/commit/6e8c4a149c085ec2fe74778c61bf941e4fc611bf) Remove setVersion() method - [`201bce8`](https://github.com/Seldaek/monolog/commit/201bce80220c8bccd2bed5bd0db56c42897c2cea) Using the correct value for parameter 'notify' - [`e904f91`](https://github.com/Seldaek/monolog/commit/e904f91ea9afd293c206c0dd5d5180eb078c9c4c) Merge pull request #1 from andrioli/notify-parameter-fix - [`d8e7f9d`](https://github.com/Seldaek/monolog/commit/d8e7f9debf251faf6684cf836d6729caaa8f2b7d) Fix HipChatHandler tests - [`c30c6b6`](https://github.com/Seldaek/monolog/commit/c30c6b67db580bc352b1bfe6667461130e48b573) Merge pull request #2 from andrioli/fix-tests ### 📊 Changes **2 files changed** (+112 additions, -19 deletions) <details> <summary>View changed files</summary> 📝 `src/Monolog/Handler/HipChatHandler.php` (+46 -15) 📝 `tests/Monolog/Handler/HipChatHandlerTest.php` (+66 -4) </details> ### 📄 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? --- <sub>🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.</sub>
kerem 2026-03-04 03:06:48 +03:00
Sign in to join this conversation.
No milestone
No project
No assignees
1 participant
Notifications
Due date
The due date is invalid or out of range. Please use the format "yyyy-mm-dd".

No due date set.

Dependencies

No dependencies set.

Reference
starred/monolog#1206
No description provided.