Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: austenstone/github-actions-usage-report
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: main
Choose a base ref
...
head repository: austenstone/github-actions-usage-report
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: simplify
Choose a head ref
  • 2 commits
  • 23 files changed
  • 1 contributor

Commits on Jun 3, 2025

  1. Refactor usage report components to utilize UsageReportItem type and …

    …enhance grouping functionality
    
    - Updated TableWorkflowUsageComponent to replace CustomUsageReportLine with UsageReportItem and added grouping by various fields.
    - Modified CodespacesComponent and CopilotComponent to use UsageReportItem instead of CustomUsageReportLine.
    - Enhanced table components to support dynamic linking for repository and workflow names.
    - Introduced grouping selection in UsageComponent to allow users to filter data by organization, user, cost center, and more.
    - Updated UsageReportService to manage and filter usage items based on selected grouping criteria.
    - Improved styling for better visual consistency across components.
    austenstone committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    b3e8402 View commit details
    Browse the repository at this point in the history
  2. Update CI workflow to change artifact path and modify UsageReportItem…

    … structure for better data handling
    austenstone committed Jun 3, 2025
    Configuration menu
    Copy the full SHA
    57c5770 View commit details
    Browse the repository at this point in the history
Loading