Releases: github-copilot-resources/copilot-metrics-viewer
Releases · github-copilot-resources/copilot-metrics-viewer
v1.2
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
- 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
- Added error handling for API calls in MetricsViewer component
v1.0.0
- Initial application version with 4 charts
- GitHub Copilot Metrics API call runs on page load