Skip to content

Build Status: Add badges about "About CrateDB" and "CrateDB MCP"#256

Merged
amotl merged 3 commits intomainfrom
badge-about-mcp
May 14, 2025
Merged

Build Status: Add badges about "About CrateDB" and "CrateDB MCP"#256
amotl merged 3 commits intomainfrom
badge-about-mcp

Conversation

@amotl
Copy link
Member

@amotl amotl commented May 13, 2025

Two new public repositories surfaced recently.

@coderabbitai
Copy link

coderabbitai bot commented May 13, 2025

Walkthrough

The documentation for build status was updated to include additional repositories involved in end-to-end QA integration tests, a new section for documentation-related tooling, corrections to workflow badge URLs, and the addition of a new badge for the CrateDB MCP repository.

Changes

File(s) Change Summary
docs/status.md Corrected Admin UI workflow badge URL from main.yml to tests.yml, added a new badge for CrateDB MCP repository under CLI/UI, and introduced a "Documentation" section with a badge for the "About CrateDB" repository's test workflow.

Sequence Diagram(s)

sequenceDiagram
    participant User
    participant DocsStatusPage

    User->>DocsStatusPage: View build status documentation
    DocsStatusPage->>DocsStatusPage: Display corrected Admin UI badge URL
    DocsStatusPage->>DocsStatusPage: Show new CrateDB MCP badge under CLI/UI
    DocsStatusPage->>DocsStatusPage: Present new Documentation section with About CrateDB badge
Loading

Possibly related PRs

Poem

🐇
In the docs a fresh badge appears,
With workflows now crystal clear.
New tools and repos join the show,
While status lights in green do glow.
A hop, a skip, a YAML cheer—
The docs are brighter this new year!

Tip

⚡️ Faster reviews with caching
  • CodeRabbit now supports caching for code and dependencies, helping speed up reviews. This means quicker feedback, reduced wait times, and a smoother review experience overall. Cached data is encrypted and stored securely. This feature will be automatically enabled for all accounts on May 16th. To opt out, configure Review - Disable Cache at either the organization or repository level. If you prefer to disable all data retention across your organization, simply turn off the Data Retention setting under your Organization Settings.

Enjoy the performance boost—your workflow just got faster.


Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share
🪧 Tips

Chat

There are 3 ways to chat with CodeRabbit:

‼️ IMPORTANT
Auto-reply has been disabled for this repository in the CodeRabbit settings. The CodeRabbit bot will not respond to your replies unless it is explicitly tagged.

  • Files and specific lines of code (under the "Files changed" tab): Tag @coderabbitai in a new review comment at the desired location with your query. Examples:
    • @coderabbitai explain this code block.
    • @coderabbitai modularize this function.
  • PR comments: Tag @coderabbitai in a new PR comment to ask questions about the PR branch. For the best results, please provide a very specific query, as very limited context is provided in this mode. Examples:
    • @coderabbitai gather interesting stats about this repository and render them as a table. Additionally, render a pie chart showing the language distribution in the codebase.
    • @coderabbitai read src/utils.ts and explain its main purpose.
    • @coderabbitai read the files in the src/scheduler package and generate a class diagram using mermaid and a README in the markdown format.
    • @coderabbitai help me debug CodeRabbit configuration file.

Support

Need help? Create a ticket on our support page for assistance with any issues or questions.

Note: Be mindful of the bot's finite context window. It's strongly recommended to break down tasks such as reading entire modules into smaller chunks. For a focused discussion, use review comments to chat about specific files and their changes, instead of using the PR comments.

CodeRabbit Commands (Invoked using PR comments)

  • @coderabbitai pause to pause the reviews on a PR.
  • @coderabbitai resume to resume the paused reviews.
  • @coderabbitai review to trigger an incremental review. This is useful when automatic reviews are disabled for the repository.
  • @coderabbitai full review to do a full review from scratch and review all the files again.
  • @coderabbitai summary to regenerate the summary of the PR.
  • @coderabbitai generate docstrings to generate docstrings for this PR.
  • @coderabbitai generate sequence diagram to generate a sequence diagram of the changes in this PR.
  • @coderabbitai resolve resolve all the CodeRabbit review comments.
  • @coderabbitai configuration to show the current CodeRabbit configuration for the repository.
  • @coderabbitai help to get help.

Other keywords and placeholders

  • Add @coderabbitai ignore anywhere in the PR description to prevent this PR from being reviewed.
  • Add @coderabbitai summary to generate the high-level summary at a specific location in the PR description.
  • Add @coderabbitai anywhere in the PR title to generate the title automatically.

CodeRabbit Configuration File (.coderabbit.yaml)

  • You can programmatically configure CodeRabbit by adding a .coderabbit.yaml file to the root of your repository.
  • Please see the configuration documentation for more information.
  • If your editor has YAML language server enabled, you can add the path at the top of this file to enable auto-completion and validation: # yaml-language-server: $schema=https://coderabbit.ai/integrations/schema.v2.json

Documentation and Community

  • Visit our Documentation for detailed information on how to use CodeRabbit.
  • Join our Discord Community to get help, request features, and share feedback.
  • Follow us on X/Twitter for updates and announcements.

@amotl amotl requested review from bmunkholm and kneth May 13, 2025 15:45
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

🧹 Nitpick comments (3)
docs/status.md (3)

166-168: Refine wording for modern usage.

Consider replacing the phrase “amongst others” with “among others” to improve readability and modernize the language.

🧰 Tools
🪛 LanguageTool

[style] ~167-~167: The preposition ‘amongst’ is correct, but some people think that it is old-fashioned or literary. A more frequently used alternative is the preposition “among”.
Context: ...s that assemble the documentation tree, amongst others.

...

(AMONGST)


169-194: Approve new “Technical writing” section; add alt text to badges.

This new table consolidates documentation-tool repositories nicely. For accessibility, please add alt="..." attributes to each <img> tag (e.g., alt="Build status badge for About CrateDB").

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

178-178: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


180-180: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


182-182: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


184-184: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


186-186: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


188-188: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


209-216: Approve CrateDB MCP badge addition; ensure badge attributes.

The new CrateDB MCP badge integrates the MCP repository CI status as intended. Consider adding alt text to the <img> tag and verifying that actions/workflows/tests.yml exists in the cratedb-mcp repo.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

210-210: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


212-212: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


214-214: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


216-216: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3970a32 and dd1852a.

📒 Files selected for processing (1)
  • docs/status.md (3 hunks)
🧰 Additional context used
🪛 LanguageTool
docs/status.md

[style] ~167-~167: The preposition ‘amongst’ is correct, but some people think that it is old-fashioned or literary. A more frequently used alternative is the preposition “among”.
Context: ...s that assemble the documentation tree, amongst others.

...

(AMONGST)

🪛 markdownlint-cli2 (0.17.2)
docs/status.md

178-178: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


180-180: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


182-182: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


184-184: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


186-186: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


188-188: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


210-210: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


212-212: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


214-214: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


216-216: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Summary
🔇 Additional comments (1)
docs/status.md (1)

28-30: Approve integration tests description update.

The addition clarifies that end-to-end QA integration tests run on behalf of other auxiliary repositories, improving accuracy. Looks good.

@amotl amotl requested a review from bmunkholm May 14, 2025 07:02
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 0

♻️ Duplicate comments (1)
docs/status.md (1)

166-167: Duplicate suggestion applied: documentation tree text
The phrasing “repositories that assemble the documentation tree, among others” matches the previous recommendation. Thanks for incorporating it.

🧹 Nitpick comments (1)
docs/status.md (1)

178-188: Add alt text to images for accessibility
Several <img> tags lack an alt attribute, which is flagged by markdownlint (MD045). Please include descriptive alt text on each badge. For example:

- <img src="https://img.shields.io/github/actions/workflow/status/crate/about/tests.yml?branch=main&label=Tool: About CrateDB" loading="lazy">
+ <img src="https://img.shields.io/github/actions/workflow/status/crate/about/tests.yml?branch=main&label=Tool: About CrateDB" alt="Tool: About CrateDB badge" loading="lazy">

And similarly for the CrateDB MCP badge under CLI/UI.

Also applies to: 210-216

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

178-178: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


180-180: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


182-182: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


184-184: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


186-186: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


188-188: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between dd1852a and 3be6412.

📒 Files selected for processing (1)
  • docs/status.md (3 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/status.md

178-178: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


180-180: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


182-182: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


184-184: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


186-186: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


188-188: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


210-210: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


212-212: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


214-214: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


216-216: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Summary
🔇 Additional comments (4)
docs/status.md (4)

29-30: Expand integration description
Good addition to mention “other auxiliary repositories” alongside the existing examples and course. This makes the scope of the QA tests clearer.


169-194: Added new Technical writing section for documentation tooling badges
This new table neatly surface-levels the CI status of our documentation-assembly tools and repos. It aligns well with the rest of the “Build Status” page.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

178-178: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


180-180: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


182-182: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


184-184: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


186-186: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


188-188: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


209-209: Corrected CrateDB Admin UI badge workflow file name
The badge now points to tests.yml instead of main.yml, which aligns with the actual workflow filename in the crate-admin repo.


215-216:

Details

✅ Verification successful

Add CrateDB MCP badge
Great to see the MCP repo included. Please verify that the tests.yml workflow exists on the main branch of crate/cratedb-mcp to ensure the badge shows a valid status.

You can run this quick check:

Expect an HTTP/200 response if the path is correct.


🏁 Script executed:

#!/bin/bash
# Verify existence of the MCP workflow file
curl -I https://raw.githubusercontent.com/crate/cratedb-mcp/main/.github/workflows/tests.yml

Length of output: 1285


Confirmed: tests.yml workflow exists
The curl -I check returned HTTP/200 for
https://raw.githubusercontent.com/crate/cratedb-mcp/main/.github/workflows/tests.yml,
so the badge in docs/status.md (lines 215–216) will display a valid status.

🧰 Tools
🪛 markdownlint-cli2 (0.17.2)

216-216: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

Copy link
Contributor

@bmunkholm bmunkholm left a comment

Choose a reason for hiding this comment

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

The PR title and description should probably reflect that we are adding build status for our docs.
I'm fine with everything else but adding build status about our docs. While it's useful for us, I'm not sure any of our users cares about that in our docs? Perhaps it would be better to add to our github readme for docs?

@amotl
Copy link
Member Author

amotl commented May 14, 2025

Hi Brian. Nobody will care, i.e. "which users?", and so we have it all on a single page. ;]

@amotl amotl force-pushed the badge-about-mcp branch from 3be6412 to 49fdc6d Compare May 14, 2025 08:40
@amotl
Copy link
Member Author

amotl commented May 14, 2025

I've diverted the relevant content into another patch.

@amotl amotl requested a review from bmunkholm May 14, 2025 08:41
Copy link

@coderabbitai coderabbitai bot left a comment

Choose a reason for hiding this comment

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

Actionable comments posted: 2

📜 Review details

Configuration used: CodeRabbit UI
Review profile: CHILL
Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 3be6412 and 49fdc6d.

📒 Files selected for processing (1)
  • docs/status.md (2 hunks)
🧰 Additional context used
🪛 markdownlint-cli2 (0.17.2)
docs/status.md

180-180: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


182-182: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


184-184: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


186-186: Images should have alternate text (alt text)
null

(MD045, no-alt-text)


220-220: Images should have alternate text (alt text)
null

(MD045, no-alt-text)

⏰ Context from checks skipped due to timeout of 90000ms (1)
  • GitHub Check: Summary

Comment on lines +214 to +222
<tr>
<td>
<b>Documentation</b>
</td>
<td>
<a href="https://github.com/crate/about/actions/workflows/tests.yml">
<img src="https://img.shields.io/github/actions/workflow/status/crate/about/tests.yml?branch=main&label=About CrateDB" loading="lazy"></a>
</td>
</tr>
Copy link
Member Author

Choose a reason for hiding this comment

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

@bmunkholm: The only leftover item is not exclusively a documenation artefact, as it also includes code.

@amotl amotl merged commit 75a17d7 into main May 14, 2025
3 checks passed
@amotl amotl deleted the badge-about-mcp branch May 14, 2025 15:56
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.

2 participants