Skip to content

Conversation

@huynguyengl99
Copy link

@huynguyengl99 huynguyengl99 commented Dec 5, 2025

Description

  • Added Django and FastAPI to the technology tags list in tags-color.ts.
  • Updated the asyncapi-tool metadata so packages using these technologies can be correctly tagged and recognized.
  • Ensured consistency with existing technology definitions and naming conventions used in the project.

Related issue(s)
Resolves #4680

Summary by CodeRabbit

  • New Features
    • Added support for Django and FastAPI programming frameworks with personalized color themes. Both technologies now include dedicated background and border color styling, enabling enhanced visual organization, improved identification, and clearer distinction between frameworks in your development environment.

✏️ Tip: You can customize this high-level summary in your review settings.

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Dec 5, 2025

Walkthrough

This PR adds support for Django and FastAPI as recognized technologies by inserting two new entries with color configurations into the project's technology registry files.

Changes

Cohort / File(s) Change Summary
Technology Color Configuration
config/all-tags.json, scripts/tools/tags-color.ts
Added Django and FastAPI entries to the technologies list with background and border color definitions

Estimated code review effort

🎯 1 (Trivial) | ⏱️ ~3–5 minutes

  • Both changes follow an identical, repetitive pattern (adding two technology entries with consistent structure)
  • No logic modifications or functional changes
  • Straightforward data additions with no edge cases or potential issues

Possibly related PRs

  • asyncapi/website#4639: Adds HTML to the languages array in config/all-tags.json using a similar pattern of inserting new technology entries
  • asyncapi/website#3440: Modifies color entries in config/all-tags.json, updating technology color configurations in the same file

Suggested reviewers

  • derberg
  • akshatnema
  • sambhavgupta0705

Poem

🐰 Hoppity hop, the colors align,
Django and FastAPI now brightly shine!
Two frameworks strong in the AsyncAPI fold,
Their vibrant hues a sight to behold!

Pre-merge checks and finishing touches

✅ Passed checks (5 passed)
Check name Status Explanation
Description Check ✅ Passed Check skipped - CodeRabbit’s high-level summary is enabled.
Title check ✅ Passed The title 'docs: add django and fastapi to technologies' clearly and concisely summarizes the main change: adding two new technology entries to the configuration.
Linked Issues check ✅ Passed The PR successfully adds Django and FastAPI to both scripts/tools/tags-color.ts and config/all-tags.json, directly fulfilling the requirement to update supported technologies with appropriate color configurations.
Out of Scope Changes check ✅ Passed All changes are scoped to adding Django and FastAPI technology entries to configuration files, with no unrelated or out-of-scope modifications present.
Docstring Coverage ✅ Passed No functions found in the changed files to evaluate docstring coverage. Skipping docstring coverage check.
✨ Finishing touches
  • 📝 Generate docstrings
🧪 Generate unit tests (beta)
  • Create PR with unit tests
  • Post copyable unit tests in a comment

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

Comment @coderabbitai help to get the list of available commands and usage tips.

@codecov
Copy link

codecov bot commented Dec 5, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 100.00%. Comparing base (4d06094) to head (0dd5863).
⚠️ Report is 5 commits behind head on master.

Additional details and impacted files
@@            Coverage Diff            @@
##            master     #4681   +/-   ##
=========================================
  Coverage   100.00%   100.00%           
=========================================
  Files           22        22           
  Lines          799       799           
  Branches       146       146           
=========================================
  Hits           799       799           

☔ 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.

@netlify
Copy link

netlify bot commented Dec 5, 2025

Deploy Preview for asyncapi-website ready!

Built without sensitive environment variables

Name Link
🔨 Latest commit 0dd5863
🔍 Latest deploy log https://app.netlify.com/projects/asyncapi-website/deploys/69330b9433adde00083517a7
😎 Deploy Preview https://deploy-preview-4681--asyncapi-website.netlify.app
📱 Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify project configuration.

Copy link
Contributor

@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 (1)
config/all-tags.json (1)

175-184: Reorder entries to match TypeScript file.

The Django and FastAPI entries are correctly formatted and have matching colors with scripts/tools/tags-color.ts. However, the ordering differs from the TypeScript file. For consistency and maintainability, the order should match across both files.

In TypeScript: Flask → Nest Js → Django → FastAPI
In JSON: Flask → Django → FastAPI → Nest Js

Apply this diff to align the ordering:

     {
       "name": "Flask",
       "color": "bg-[#D7C7F2]",
       "borderColor": "border-[#A387D2]"
     },
+    {
+      "name": "Nest Js",
+      "color": "bg-[#E1224E]",
+      "borderColor": "border-[#B9012b]"
+    },
     {
       "name": "Django",
       "color": "bg-[#A3D9B1]",
       "borderColor": "border-[#0C4B33]"
     },
     {
       "name": "FastAPI",
       "color": "bg-[#7DD3C0]",
       "borderColor": "border-[#009688]"
     },
-    {
-      "name": "Nest Js",
-      "color": "bg-[#E1224E]",
-      "borderColor": "border-[#B9012b]"
-    },
📜 Review details

Configuration used: Path: .coderabbit.yaml

Review profile: CHILL

Plan: Pro

📥 Commits

Reviewing files that changed from the base of the PR and between 4d06094 and 0dd5863.

📒 Files selected for processing (2)
  • config/all-tags.json (1 hunks)
  • scripts/tools/tags-color.ts (1 hunks)
⏰ Context from checks skipped due to timeout of 180000ms. You can increase the timeout in your CodeRabbit configuration to a maximum of 15 minutes (900000ms). (1)
  • GitHub Check: Lighthouse CI
🔇 Additional comments (1)
scripts/tools/tags-color.ts (1)

172-182: Good additions! Verify ordering consistency with config/all-tags.json.

The Django and FastAPI entries are correctly structured with appropriate colors. Ensure the ordering of these technologies in scripts/tools/tags-color.ts matches the sequence in config/all-tags.json for consistency across configuration files.

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.

[📑 Docs]: Add Django and FastAPI to asyncapi-tool supported technologies list

1 participant