feat: migrate to jekyll static site#214
Merged
Merged
Conversation
0e74943 to
4bdc7fc
Compare
730d597 to
b314c45
Compare
6794de9 to
b38b9ed
Compare
a0416c6 to
272abca
Compare
Introduce star-history collection, caching, and visualization. - Frontend: add a star-history line chart (renderStarHistory) and new DOM element in index.html; dashboard now fetches star_history.json and renders history alongside current stars. - Builder: read per-repo cached star history files and include a consolidated star_history.json in the built site data. - Updater: implement _collect_star_history with an initial seeding strategy (_seed_star_history) that samples stargazer pages, then appends only today's star count on subsequent runs to minimize API calls; cache per-repo starHistory JSON files. Refactor per-repo processing into _process_github_repo and call it from update_github to consolidate logic. This adds persistent, sampled star timelines while keeping API usage low after the initial seed.
8ac090e to
90d25aa
Compare
Add DataTables Buttons integration and update table layout for the PR table. dashboard.js was updated to configure the table layout (placing page length and export buttons at topStart, search at topEnd, info and paging at bottom). index.html includes new CSS/JS assets required for Buttons (buttons.bootstrap5, dataTables.buttons, buttons.html5, buttons.print) and jszip for Excel export, plus the buttons stylesheet. This enables copy/csv/excel/print export controls and adjusts the table UI.
90d25aa to
335c8c0
Compare
|
This was referenced Mar 21, 2026
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.



Description
Migrate away from Jupyter notebook, to Jekyll static site. Jupyter notebook is too painful to maintain in git.
Also, adds code frequency visuals for which the data was already present.
And finally, it probably fixes the codecov exemption (or at least reduces it), by skipping archived GitHub repos thus reducing the API load for codecov.
Screenshot
Issues Fixed or Closed
Roadmap Issues
Type of Change
Checklist
AI Usage