Skip to content

Stargazer data re-work - #746

Merged
LRWeber merged 1 commit into
llnl:mainfrom
LRWeber:stargazer-fix
Aug 1, 2026
Merged

Stargazer data re-work#746
LRWeber merged 1 commit into
llnl:mainfrom
LRWeber:stargazer-fix

Conversation

@LRWeber

@LRWeber LRWeber commented Aug 1, 2026

Copy link
Copy Markdown
Member

Prompted by a change to the GitHub API limiting public access to stargazers data.

  • Total star data has moved from stargazers.totalCount to stargazerCount
  • Historical star data is no longer available, so all "Stars Over Time" visualizations have been removed

Additionally, instances of data file paths being hardcoded to the live URLs instead of via relative paths have been fixed, e.g.:

- var ghDataDir = 'https://software.llnl.gov/visualize/github-data';
+ var ghDataDir = '/visualize/github-data';

This way, visualization re-writes based on re-structured data files behave as expected in dev environments.

@LRWeber LRWeber self-assigned this Aug 1, 2026
@LRWeber
LRWeber requested a review from a team as a code owner August 1, 2026 02:42
@LRWeber
LRWeber requested review from hauten and removed request for a team August 1, 2026 02:42
Prompted by a change to the GitHub API limited access to stargazers data.
@LRWeber
LRWeber merged commit fe1093e into llnl:main Aug 1, 2026
2 checks passed
@LRWeber
LRWeber deleted the stargazer-fix branch August 3, 2026 22:22
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant