Skip to content

Conversation

@maxandersen
Copy link
Contributor

@maxandersen maxandersen commented Nov 21, 2025

Note

Generates leaderboard YAMLs and combined data, refreshes usage datasets/CSV, and updates the usage page links.

  • Backend (statsquery2.java):
    • Add --leaderboards and --leaderboard options; write separate leaderboards to data/leaderboards/*.yaml and combined data/leaderboard.yaml.
    • Aggregate Java versions to x.y, refactor saveLeaderboard/saveNumbers to return content and write via Files.writeString.
    • Build nested YAML content for countries, java_versions, jbang_numbers, jbang_vendors, jbang_versions.
  • Data:
    • Add data/leaderboards/{countries,java_versions,jbang_numbers,jbang_vendors,jbang_versions}.yaml.
    • Update data/leaderboard.yaml with generated sections and refreshed percentages/counts.
    • Refresh public/assets/data/jbang-versionchecks.csv counts.
  • Frontend:
    • Fix documentation link in content/usage.html and add link to Leaderboards.

Written by Cursor Bugbot for commit eb6b1c7. This will update automatically on new commits. Configure here.

Copy link

@cursor cursor bot left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This PR is being reviewed by Cursor Bugbot

Details

You are on the Bugbot Free tier. On this plan, Bugbot will review limited PRs each billing cycle.

To receive Bugbot reviews on all of your PRs, visit the Cursor dashboard to activate Pro and start your 14-day free trial.

@github-actions
Copy link

github-actions bot commented Nov 21, 2025

🙈 The PR is closed and the preview is expired.

uniques: 589078
countries: 132
vendors: 38
continents: 6
Copy link

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Bug: Incorrect YAML indentation in jbang_numbers section

The jbang_numbers section has inconsistent indentation where the comment is at 2 spaces but the data items are at 4 spaces. This creates invalid YAML with ambiguous nesting. The data items should be indented at 2 spaces to be direct children of jbang_numbers, matching the indentation level used in separate data/leaderboards/jbang_numbers.yaml file and the format expected by the template rendering.

Fix in Cursor Fix in Web

@maxandersen maxandersen force-pushed the fixusage branch 2 times, most recently from 784084d to cb2c811 Compare November 21, 2025 11:28
@maxandersen maxandersen merged commit 1816b70 into jbangdev:main Nov 21, 2025
4 checks passed
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