style(enterprise): clean up InfluxQL spec and fix broken config links#6949
Merged
jstirnaman merged 2 commits intoworktree-jts-fix-unpublish-ent-1.12.3from Mar 14, 2026
Merged
Conversation
…loses #6590) The correct InfluxQL syntax has always been FUTURE LIMIT before PAST LIMIT. The old docs incorrectly showed PAST before FUTURE in grammar definitions, examples, and section ordering. Also fixes a broken glossary anchor link for replication factor and adds missing production rule definitions to the spec.
…inks - Update frontmatter: improve description, remove v2 alias, add related links - Replace absolute-URL TOC with relative-anchor TOC - Convert legacy `> **NOTE:**` callouts to `> [!Note]` format - Fix h5 headings in EXPLAIN ANALYZE section to h4 - Fix broken anchor links (#execution-time, #planning-time → #execution_time, #planning_time) - Fix cross-reference links in EXPLAIN ANALYZE to use absolute paths - Fix typos: "keywords" → "keyword", "retention polices" → "retention policies" - Rewrite KILL QUERY section with proper Syntax header and combined example block - Fix SHOW STATS headings: remove backtick-wrapping from section headings - Add [with_key_clause] to SHOW TAG KEYS grammar and add example - Remove trailing whitespace in SHOW SHARDS section - Fix 3 broken cross-references in config-meta-nodes.md to use correct /enterprise_influxdb/v1/administration/configure/config-data-nodes/ path
Contributor
|
Contributor
Preview Pages for Review2 page(s) changed in this PR: Preview URLs@github-copilot please review the preview pages listed above using the template below: Visual Review PromptReview the rendered documentation pages at the preview URLs listed below. ChecklistFor each preview URL, verify:
OutputFollow the shared review comment format, severity definitions, and label Adapt the "Files Reviewed" section to list preview URLs instead of file Preview URLs |
This was referenced Mar 14, 2026
Base automatically changed from
jts-enterprise-v1.12.2-fixes
to
worktree-jts-fix-unpublish-ent-1.12.3
March 14, 2026 20:36
f05f9e8
into
worktree-jts-fix-unpublish-ent-1.12.3
9 of 10 checks passed
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary
Formatting and style cleanup for existing Enterprise v1 documentation — not version-specific, applies to current v1.12.2 docs.
InfluxQL spec (
content/enterprise_influxdb/v1/query_language/spec.md):related:links> **NOTE:**/> **Note:**callouts to> [!Note]format throughout#execution-time→#execution_time,#planning-time→#planning_time)#### Syntaxheader and combined example block### \SHOW STATS FOR...`` headings[with_key_clause]to SHOW TAG KEYS grammar production and add exampleConfig meta nodes (
content/enterprise_influxdb/v1/administration/configure/config-meta-nodes.md):/enterprise_influxdb/v1/administration/config-data-nodes#...(missingconfigure/path segment and trailing slash) — corrected to/enterprise_influxdb/v1/administration/configure/config-data-nodes/#...Notes
jts-enterprise-v1.12.2-fixes) and fix(v1): publish OSS v1.12.3, defer Enterprise v1.12.3 pending GA #6945 (jts-fix-unpublish-ent-1.12.3)