Open
Conversation
- Add _get_incident_activities() to fetch work notes and comments - Add _add_incident_activity() to push activities to ServiceNow - Add sync_incident_activities() for bidirectional sync - Implements keephq#3379
- Extend ServiceNow provider to support BaseIncidentProvider - Add _get_incidents() and _format_incident() methods for incident sync - Add _get_auth_and_headers() helper for cleaner API requests - Implement bidirectional activity sync between ServiceNow and Keep - Add PROVIDER_METHODS for workflow integration - Map ServiceNow states/severity to Keep incident status/severity Closes keephq#3379
Implements webhook-based provider for WeChat Work (WeCom) group bots. This enables Keep users in Asia to send alerts to WeChat groups. Features: - Send text messages to WeChat Work group chats - Send markdown formatted messages - Support for @ALL and specific user mentions - Support for mobile number mentions Closes keephq#5443
Add webhook-based provider for Apache SkyWalking APM platform. Features: - Receive alerts from SkyWalking alarm webhooks - Parse service, endpoint, and instance-level alerts - Map SkyWalking severity levels to Keep severity - Extract tags from alarm payload - Comprehensive test coverage (10 test cases) Closes keephq#5487
|
@zekebawt is attempting to deploy a commit to the KeepHQ Team on Vercel. A member of the Team first needs to authorize it. |
Contributor
|
Target branch is not in the allowed branches list. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Add webhook-based provider for Apache SkyWalking APM platform.
Features:
Closes #5487