docs: improve views documentation - HTTP queries and templating#470
docs: improve views documentation - HTTP queries and templating#470
Conversation
|
The latest updates on your projects. Learn more about Vercel for GitHub.
|
|
Warning Rate limit exceeded
⌛ How to resolve this issue?After the wait time has elapsed, a review can be triggered using the We recommend that you space out your commits to avoid hitting the rate limit. 🚦 How do rate limits work?CodeRabbit enforces hourly rate limits for each developer per organization. Our paid plans have higher rate limits than the trial, open-source and free plans. In all cases, we re-allow further reviews after a brief timeout. Please see our FAQ for further information. ✨ Finishing touches🧪 Generate unit tests (beta)
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. Comment |
✅ Deploy Preview for canarychecker canceled.
|
80c67da to
ca9cf9f
Compare
ca9cf9f to
4950f63
Compare
|
@copilot fix the vercel build error and lints |
|
@adityathebe can you add the missing fixtures ? |
- Added mission-control/docs/guide/views/queries/http.md with usage guide and configuration details. - Updated mission-control/docs/reference/views/_view.mdx to include http in the Query schema and reference section.
- Document display.table configuration in _view.mdx - Add properties to panel types list in _view.mdx - Create guide for properties panel - Create guide for timeseries panel - Create guide for decimal column type - Format http.md (via make fmt)
- Guide: Add section on Default Sort and Page Size (display.table) - Reference: Add validation requirement note for in Prometheus/HTTP queries
- Add `ViewSection`, `ChangesUIFilters`, and `ConfigsUIFilters` schema tables - Correct `ViewColumnDef` type enum by removing `url` and `badge` (they are properties) - Add `badge` property to column definition - Document `display.table` layout options - Add `properties` panel type to panel definition - Add `http` query and `columns` map to query definition
- Add Connection field section explaining hydration process - Add Templating support section with body examples - Add Response size limits section with property configuration - Fix templating docs: values/valueFrom is required, not optional - Import examples from fixtures using file= syntax
4950f63 to
3847fb3
Compare
Improve views documentation:
HTTP Query docs:
Templating docs: