Skip to content

Conversation

Copy link

Copilot AI commented Feb 9, 2026

Fixed markdownlint violations and replaced non-existent fixture file references with inline examples in the views documentation.

Lint fixes:

  • Fixed table column alignment (MD060) in templating.md
  • Added required blank lines around lists and code blocks (MD031, MD032)

Fixture references:
Replaced file=<rootDir>/... references with inline YAML:

  • http-connection.yaml → inline connection example
  • http-post-body.yaml → inline POST body templating example
# Before: file=<rootDir>/modules/mission-control/fixtures/views/http-connection.yaml
# After:
queries:
  users:
    http:
      url: /api/users
      connection: connection://my-api

All changes pass markdownlint and prettier checks.


💡 You can make Copilot smarter by setting up custom instructions, customizing its development environment and configuring Model Context Protocol (MCP) servers. Learn more Copilot coding agent tips in the docs.

adityathebe and others added 7 commits February 4, 2026 16:41
- 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
@vercel
Copy link

vercel bot commented Feb 9, 2026

The latest updates on your projects. Learn more about Vercel for GitHub.

Project Deployment Actions Updated (UTC)
docs Ready Ready Preview Feb 9, 2026 6:59am

Request Review

Co-authored-by: moshloop <1489660+moshloop@users.noreply.github.com>
Copy link
Author

Copilot AI commented Feb 9, 2026

Just as a heads up, I was blocked by some firewall rules while working on your feedback. Expand below for details.

Warning

Firewall rules blocked me from connecting to one or more addresses (expand for details)

I tried to connect to the following addresses, but was blocked by firewall rules:

  • https://api.github.com/repos/helm/helm/releases
    • Triggering command: .bin/deps .bin/deps install helm@3 --bin-dir .bin --no-progress (http block)
  • taskfile.dev
    • Triggering command: /usr/bin/curl curl --location REDACTED (dns block)

If you need me to access, download, or install something from one of these locations, you can either:

Copilot AI changed the title [WIP] Improve views documentation for HTTP queries and templating fix: markdown lint errors and missing fixture references Feb 9, 2026
Copilot AI requested a review from moshloop February 9, 2026 07:01
@adityathebe adityathebe force-pushed the docs/view-documentation-improvements branch from 4950f63 to 3847fb3 Compare February 11, 2026 11:57
Base automatically changed from docs/view-documentation-improvements to main February 12, 2026 06:37
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.

3 participants