
Security News
rv Is a New Rust-Powered Ruby Version Manager Inspired by Python's uv
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
codeclimate-connector-pagerduty
Advanced tools
A connector integration for Code Climate Velocity to collect data from PagerDuty.
Expects configuration of the following schema:
{
"apiToken": "your_v2_api_token" # only needs read-only access
}
See PagerDuty's docs for guidance on creating API keys.
Clone this repo, run yarn install
to install dependencies. yarn test
will
run unit tests.
To run the connector in an integration environment, the
codeclimate-connector-sdk
provides a CLI you can use.
First, generate a PagerDuty token, and write a file in this project's directory
called connector-config.json
with the token:
{
"apiToken": "YOUR_TOKEN"
}
There are several make rules to run different commands easily:
make verify-configuration
make discover-streams
make sync-stream
See DEVELOPERS.md
FAQs
The Code Climate Connector for PagerDuty
The npm package codeclimate-connector-pagerduty receives a total of 1 weekly downloads. As such, codeclimate-connector-pagerduty popularity was classified as not popular.
We found that codeclimate-connector-pagerduty demonstrated a not healthy version release cadence and project activity because the last version was released a year ago. It has 3 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Ruby maintainers from Bundler and rbenv teams are building rv to bring Python uv's speed and unified tooling approach to Ruby development.
Security News
Following last week’s supply chain attack, Nx published findings on the GitHub Actions exploit and moved npm publishing to Trusted Publishers.
Security News
AGENTS.md is a fast-growing open format giving AI coding agents a shared, predictable way to understand project setup, style, and workflows.