Skip to content

Releases: github-copilot-resources/copilot-metrics-viewer

v1.2

17 Apr 23:56
9d08cf8

Choose a tag to compare

What's Changed

  • Fix for lint errors and a typo by @parroty in #1
  • Bump follow-redirects from 1.15.3 to 1.15.6 by @dependabot in #2
  • Add CODEOWNERS.md, README.md, SUPPORT.md, LICENSE.txt, SECURITY.md, a… by @martedesco in #4
  • Bump the npm_and_yarn group across 1 directory with 1 update by @dependabot in #3
  • Metrics tiles by @martedesco in #6
  • Bump the npm_and_yarn group across 1 directory with 1 update by @dependabot in #5
  • Bump postcss to version 8.4.31 by @martedesco in #7
  • Bump postcss from 7.0.39 to 8.4.38 by @dependabot in #8
  • Update environment variables and resolve JSON module in tsconfig.json by @martedesco in #9
  • Refactor code and add Vuetify plugin and components by @martedesco in #10
  • Add a new layout for the page with tabs to display Organization, Languages, Copilot Chat metrics by @martedesco in #11
  • Adds Copilot Chat Metrics support by @martedesco in #12
  • Add Pie chart of top 5 languages by acceptance rate by @martedesco in #13
  • Feature/languages breakdown enhancements by @martedesco in #14

New Contributors

Full Changelog: v1.1.1...v1.2

v1.1.1

25 Dec 23:14
15ee529

Choose a tag to compare

  • Added language breakdown analysis:
    • Introduces a table at the bottom of the page to display the language breakdown.
    • Languages with data points in the API response are included in the summary.
    • Calculates the acceptance rate for languages that have more than zero accepted lines of code.
    • The table is sorted in descending order by the number of accepted lines of code.

v1.0.1

25 Dec 16:01

Choose a tag to compare

  • Added error handling for API calls in MetricsViewer component

v1.0.0

19 Dec 09:50
b9d48a5

Choose a tag to compare

  • Initial application version with 4 charts
  • GitHub Copilot Metrics API call runs on page load