Skip to content
Navigation Menu
Sign in
Appearance settings
Platform
AI CODE CREATION
GitHub Copilot
Write better code with AI
GitHub Copilot app
Direct agents from issue to merge
MCP Registry
Integrate external tools
DEVELOPER WORKFLOWS
Actions
Automate any workflow
Codespaces
Instant dev environments
Issues
Plan and track work
Code Review
Manage code changes
Code Quality
Enforce quality at merge
APPLICATION SECURITY
GitHub Advanced Security
Find and fix vulnerabilities
Code security
Secure your code as you build
Secret protection
Stop leaks before they start
EXPLORE
Why GitHub
Documentation
Blog
Changelog
Marketplace
View all features
Solutions
BY COMPANY SIZE
Enterprises
Small and medium teams
Startups
Nonprofits
BY USE CASE
App Modernization
DevSecOps
DevOps
CI/CD
View all use cases
BY INDUSTRY
Healthcare
Financial services
Manufacturing
Government
View all industries
View all solutions
Resources
EXPLORE BY TOPIC
AI
Software Development
DevOps
Security
View all topics
EXPLORE BY TYPE
Customer stories
Events & webinars
Ebooks & reports
Business insights
GitHub Skills
SUPPORT & SERVICES
Documentation
Customer support
Community forum
Trust center
Partners
View all resources
Open Source
COMMUNITY
GitHub Sponsors
Fund open source developers
PROGRAMS
Security Lab
Maintainer Community
Accelerator
GitHub Stars
Archive Program
REPOSITORIES
Topics
Trending
Collections
Enterprise
ENTERPRISE SOLUTIONS
Enterprise platform
AI-powered developer platform
AVAILABLE ADD-ONS
GitHub Advanced Security
Enterprise-grade security features
Copilot for Business
Enterprise-grade AI features
Premium Support
Enterprise-grade 24/7 support
Pricing
Type
/
to search
Sign in
Sign up
Appearance settings
You signed in with another tab or window.
Reload
to refresh your session.
You signed out in another tab or window.
Reload
to refresh your session.
You switched accounts on another tab or window.
Reload
to refresh your session.
Dismiss alert
{{ message }}
rossme
/
diffdash
Public
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Issues
0
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Issues
Pull requests
Actions
Projects
Security and quality
Insights
Actions: rossme/diffdash
Actions
All workflows
Workflows
Copilot code review
Copilot code review
PR Observability Dashboard
PR Observability Dashboard
RSpec
RSpec
Show more workflows...
Management
Caches
All workflows
All workflows
Actions
Loading...
Loading
Sorry, something went wrong.
Uh oh!
There was an error while loading.
Please reload this page
.
will be ignored since log searching is not yet available
Showing runs from all workflows
will be ignored since log searching is not yet available
28 workflow runs
28 workflow runs
Workflow
Filter by Workflow
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching workflows.
Event
Filter by Event
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching events.
Status
Filter by Status
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching statuses.
Branch
Filter by Branch
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching branches.
Actor
Filter by Actor
Sorry, something went wrong.
Filter
Loading
Sorry, something went wrong.
No matching users.
Diffdash review
RSpec
#15:
Pull request
#13
synchronize by
cursor
Bot
10s
cursor/diffdash-review-4507
cursor/diffdash-review-4507
10s
View #13
View workflow file
Diffdash review
PR Observability Dashboard
#12:
Pull request
#13
synchronize by
cursor
Bot
10s
cursor/diffdash-review-4507
cursor/diffdash-review-4507
10s
View #13
View workflow file
Diffdash review
RSpec
#14:
Pull request
#13
synchronize by
cursor
Bot
13s
cursor/diffdash-review-4507
cursor/diffdash-review-4507
13s
View #13
View workflow file
Diffdash review
RSpec
#13:
Pull request
#13
synchronize by
cursor
Bot
24s
cursor/diffdash-review-4507
cursor/diffdash-review-4507
24s
View #13
View workflow file
Diffdash review
RSpec
#12:
Pull request
#13
opened by
rossme
37s
cursor/diffdash-review-4507
cursor/diffdash-review-4507
37s
View #13
View workflow file
Diffdash review
PR Observability Dashboard
#11:
Pull request
#13
opened by
rossme
36s
cursor/diffdash-review-4507
cursor/diffdash-review-4507
36s
View #13
View workflow file
Copilot code review
Copilot code review
#1:
by
Copilot
AI
6m 9s
refs/pull/12/head
refs/pull/12/head
6m 9s
docs: Update README and CHANGELOG for YAML configuration support - Add Configuration File section with full example - Update Quick Start with both YAML and env var options - Add --config flag to CLI options - Update Environment Variables table with config file equivalents - Expand File Filtering section with customization options - Simplify GitHub Actions example to use config file - Add YAML configuration to CHANGELOG Co-authored-by: r.buddie <r.buddie@gmail.com>
PR Observability Dashboard
#10:
Pull request
#12
opened by
rossme
36s
DD/diffdash-yaml-configuration
DD/diffdash-yaml-configuration
36s
View #12
View workflow file
docs: Update README and CHANGELOG for YAML configuration support - Add Configuration File section with full example - Update Quick Start with both YAML and env var options - Add --config flag to CLI options - Update Environment Variables table with config file equivalents - Expand File Filtering section with customization options - Simplify GitHub Actions example to use config file - Add YAML configuration to CHANGELOG Co-authored-by: r.buddie <r.buddie@gmail.com>
RSpec
#11:
Pull request
#12
opened by
rossme
36s
DD/diffdash-yaml-configuration
DD/diffdash-yaml-configuration
36s
View #12
View workflow file
Diffdash usability review
RSpec
#10:
Pull request
#11
opened by
rossme
38s
cursor/diffdash-usability-review-33e5
cursor/diffdash-usability-review-33e5
38s
View #11
View workflow file
Add Datadog metric support and --version CLI flag Datadog Support: - Add Datadog and DogStatsD to METRIC_RECEIVERS - Properly differentiate factory-pattern (Prometheus) vs direct-action (StatsD/Datadog) clients - Support Datadog.increment, Datadog.gauge, Datadog.timing, etc. - Add distribution method support for histograms CLI --version flag: - Add --version option to print version and exit - Update help text to include --version Tests: - Add tests for Datadog.increment, DogStatsD.increment - Add tests for Datadog.gauge, Datadog.timing - Add tests for --version flag Documentation: - Update README with Datadog/DogStatsD in metrics table - Add --version to CLI options Co-authored-by: r.buddie <r.buddie@gmail.com>
PR Observability Dashboard
#9:
Pull request
#10
opened by
rossme
37s
cursor/diffdash-version-and-feedback-3f7e
cursor/diffdash-version-and-feedback-3f7e
37s
View #10
View workflow file
Add Datadog metric support and --version CLI flag Datadog Support: - Add Datadog and DogStatsD to METRIC_RECEIVERS - Properly differentiate factory-pattern (Prometheus) vs direct-action (StatsD/Datadog) clients - Support Datadog.increment, Datadog.gauge, Datadog.timing, etc. - Add distribution method support for histograms CLI --version flag: - Add --version option to print version and exit - Update help text to include --version Tests: - Add tests for Datadog.increment, DogStatsD.increment - Add tests for Datadog.gauge, Datadog.timing - Add tests for --version flag Documentation: - Update README with Datadog/DogStatsD in metrics table - Add --version to CLI options Co-authored-by: r.buddie <r.buddie@gmail.com>
RSpec
#9:
Pull request
#10
opened by
rossme
36s
cursor/diffdash-version-and-feedback-3f7e
cursor/diffdash-version-and-feedback-3f7e
36s
View #10
View workflow file
Diffdash version and feedback
RSpec
#8:
Pull request
#9
opened by
rossme
39s
cursor/diffdash-version-and-feedback-3f7e
cursor/diffdash-version-and-feedback-3f7e
39s
View #9
View workflow file
Latest diffdash version
RSpec
#7:
Pull request
#8
opened by
rossme
33s
cursor/latest-diffdash-version-70ea
cursor/latest-diffdash-version-70ea
33s
View #8
View workflow file
Latest diffdash version
PR Observability Dashboard
#8:
Pull request
#8
opened by
rossme
37s
cursor/latest-diffdash-version-70ea
cursor/latest-diffdash-version-70ea
37s
View #8
View workflow file
Test CI workflow
RSpec
#6:
Pull request
#7
opened by
rossme
40s
DD-test-ci-pr
DD-test-ci-pr
40s
View #7
View workflow file
DD add Gemfile.lock
RSpec
#5:
Pull request
#6
opened by
rossme
37s
DD-grafana-pr-deployment-annotation
DD-grafana-pr-deployment-annotation
37s
View #6
View workflow file
[DD] add grafana PR deployment annotations
RSpec
#4:
Pull request
#5
synchronize by
rossme
11s
DD-grafana-pr-deployment-annotation
DD-grafana-pr-deployment-annotation
11s
View #5
View workflow file
[DD] add grafana PR deployment annotations
PR Observability Dashboard
#7:
Pull request
#5
synchronize by
rossme
11s
DD-grafana-pr-deployment-annotation
DD-grafana-pr-deployment-annotation
11s
View #5
View workflow file
[DD] add grafana PR deployment annotations
PR Observability Dashboard
#6:
Pull request
#5
synchronize by
rossme
11s
DD-grafana-pr-deployment-annotation
DD-grafana-pr-deployment-annotation
11s
View #5
View workflow file
[DD] add grafana PR deployment annotations
RSpec
#3:
Pull request
#5
synchronize by
rossme
9s
DD-grafana-pr-deployment-annotation
DD-grafana-pr-deployment-annotation
9s
View #5
View workflow file
[DD] add grafana PR deployment annotations
RSpec
#2:
Pull request
#5
opened by
rossme
9s
DD-grafana-pr-deployment-annotation
DD-grafana-pr-deployment-annotation
9s
View #5
View workflow file
[DD] add grafana PR deployment annotations
PR Observability Dashboard
#5:
Pull request
#5
opened by
rossme
11s
DD-grafana-pr-deployment-annotation
DD-grafana-pr-deployment-annotation
11s
View #5
View workflow file
DD-add rspec subcommand and PR CI
PR Observability Dashboard
#4:
Pull request
#4
opened by
rossme
9s
DD-rspec-pr-autotest
DD-rspec-pr-autotest
9s
View #4
View workflow file
DD-add rspec subcommand and PR CI
RSpec
#1:
Pull request
#4
opened by
rossme
10s
DD-rspec-pr-autotest
DD-rspec-pr-autotest
10s
View #4
View workflow file
Previous
1
2
Next
You can’t perform that action at this time.