Skip to content

Add naming convention to both Commands and Telemetry#2645

Merged
jmthomas merged 6 commits intomainfrom
naming
Dec 19, 2025
Merged

Add naming convention to both Commands and Telemetry#2645
jmthomas merged 6 commits intomainfrom
naming

Conversation

@jmthomas
Copy link
Copy Markdown
Member

@jmthomas jmthomas commented Dec 16, 2025

closes #1449
closes #415

@codecov
Copy link
Copy Markdown

codecov bot commented Dec 16, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 79.24%. Comparing base (ae28e90) to head (9a33eb9).
⚠️ Report is 11 commits behind head on main.

Additional details and impacted files
@@            Coverage Diff             @@
##             main    #2645      +/-   ##
==========================================
- Coverage   79.24%   79.24%   -0.01%     
==========================================
  Files         662      662              
  Lines       52407    52401       -6     
  Branches      734      734              
==========================================
- Hits        41532    41527       -5     
+ Misses      10795    10794       -1     
  Partials       80       80              
Flag Coverage Δ
python 81.25% <ø> (+<0.01%) ⬆️
ruby-api 84.43% <ø> (ø)
ruby-backend 82.21% <ø> (-0.01%) ⬇️

Flags with carried forward coverage won't be shown. Click here to find out more.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • ❄️ Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@jmthomas
Copy link
Copy Markdown
Member Author

Updated the since lines to better format:

Screenshot 2025-12-17 at 5 43 22 PM Screenshot 2025-12-17 at 5 43 31 PM


:::note Training Available
If any of this gets confusing, contact us at <a href="mailto:[email protected]">[email protected]</a>. We have training classes available!
If any of this gets confusing, contact us at [[email protected]](mailto:[email protected]). We have training classes available!
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This was causing warnings during the build

end
page << "**#{data['summary']}**\n\n"
since_badge = data['since'] ? "<span class=\"badge badge--secondary since-right\">Since #{data['since']}</span>" : ""
page << "#{since_badge}**#{data['summary']}**\n\n"
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

New badge styling and fixes a bunch of warnings about the <div>

Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

docusaurus says we don't need this file because of our build

onBrokenMarkdownLinks: "throw",
onBrokenMarkdownImages: "throw",
}
},
Copy link
Copy Markdown
Member Author

Choose a reason for hiding this comment

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

This was moved here for version 3.9

@jmthomas jmthomas merged commit 98d073b into main Dec 19, 2025
27 of 28 checks passed
@jmthomas jmthomas deleted the naming branch December 19, 2025 17:00
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.

Document escaping items with brackets, support code completion VSCode plugin for COSMOS Development

2 participants