Commit Graph

9301 Commits (jstirnaman/issue6316)

Author SHA1 Message Date
Jason Stirnaman 35994fd637 Updated source paths in docs_mapping.yaml to use ./influxdb3_plugins/ instead of ../influxdb3_plugins/ to match what the
GitHub Actions workflow expects when it clones the
  repository:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  Tupdated all the source paths in
  docs_mapping.yaml to use ./influxdb3_plugins/ instead of
  ../influxdb3_plugins/. This now matches exactly what the
  GitHub Actions workflow expects when it clones the
  repository.

  The paths are now consistent:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  This resolves the inconsistency and makes the automation
  more reliable. For local development, developers would
  just need to run:

  git clone
  https://github.com/influxdata/influxdb3_plugins.git

  From the docs-v2 root directory, and then they can use the
  same paths that the automation uses.
2025-08-22 10:14:11 -05:00
Jason Stirnaman 76f0c34268 Updated source paths in docs_mapping.yaml to use ./influxdb3_plugins/ instead of ../influxdb3_plugins/ to match what the
GitHub Actions workflow expects when it clones the
  repository:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  Tupdated all the source paths in
  docs_mapping.yaml to use ./influxdb3_plugins/ instead of
  ../influxdb3_plugins/. This now matches exactly what the
  GitHub Actions workflow expects when it clones the
  repository.

  The paths are now consistent:

  1. GitHub Actions workflow clones to ./influxdb3_plugins/
  2. docs_mapping.yaml references
  ./influxdb3_plugins/influxdata/[plugin]/README.md
  3. Local development can manually clone the repo to the same
   location for testing

  This resolves the inconsistency and makes the automation
  more reliable. For local development, developers would
  just need to run:

  git clone
  https://github.com/influxdata/influxdb3_plugins.git

  From the docs-v2 root directory, and then they can use the
  same paths that the automation uses.
2025-08-21 15:51:09 -05:00
Jason Stirnaman a023125db7 feat(plugins): add automated plugin documentation sync workflow
- Add GitHub Actions workflow for syncing plugin docs from influxdb3_plugins
- Create issue template for triggering sync requests
- Add Node.js transformation script (port_to_docs.js) with ES modules
- Add mapping configuration (docs_mapping.yaml) for all official plugins
- Add npm scripts for plugin sync operations
- Include comprehensive documentation in helper-scripts/influxdb3-plugins/README.md

The workflow provides:
- Issue-triggered automation with no cross-repo secrets required
- Validation of source READMEs against template requirements
- Content transformation with Hugo shortcodes and GitHub URLs
- Screenshot generation for visual validation
- Automatic PR creation with detailed change summaries
2025-08-21 15:27:04 -05:00
Jason Stirnaman 49f56b22fe
Merge pull request #6323 from influxdata/pjb/tsi-typo-v1-upgrade
Adjust wording for the two types of tsi index: inmen and on disk tsi1
2025-08-21 15:14:40 -05:00
Jason Stirnaman e7e59322ac
Apply suggestions from code review
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-08-21 14:57:22 -05:00
Jason Stirnaman 3aa4c0eae1
Update content/influxdb/v1/administration/upgrading.md 2025-08-21 14:50:44 -05:00
Jason Stirnaman f2f24f4b16
Merge branch 'master' into pjb/tsi-typo-v1-upgrade 2025-08-21 14:13:23 -05:00
Scott Anderson f2ebfde75b hotfix: remove top messaging from explorer docs 2025-08-21 09:58:49 -06:00
Jason Stirnaman 426bce18ae
Merge branch 'master' into pjb/tsi-typo-v1-upgrade 2025-08-21 09:43:40 -05:00
Jason Stirnaman e000d2689f
Merge pull request #6322 from influxdata/jts-chore-use-major-version-in-sidebar-menu
chore(tools): remove minor version from product name in sidebarDispla…
2025-08-21 08:51:54 -05:00
Jason Stirnaman a816f51c29
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-08-21 08:48:53 -05:00
Jason Stirnaman e42df8a4ad docs(v1): restructure upgrade guide for better UX and progressive disclosure
- Restructure content flow to follow progressive disclosure principles
- Move index type decision to Important callout after basic upgrade steps
- Improve headings with active voice ("Switch index types anytime")
- Enhance callout formatting (Important, Tip, Warning callouts)
- Consolidate Enterprise upgrade information into dedicated section
- Improve information hierarchy and scanability

Changes are primarily formatting and phrasing improvements to enhance
developer experience and follow Google Developer Documentation best practices.
2025-08-20 17:48:58 -05:00
Jason Stirnaman 127b15b6e2 fix(v1): improve TSI recommendation clarity and fix grammar typos
- Make TSI recommendation more actionable by explaining benefits (removes RAM limits, better performance for high-cardinality data)
- Fix "from to" grammar typos in index switching instructions
- Add specific scenarios for when to switch between TSI and inmem index types
- Remove "above" directional language per style guidelines

Source: Verified against InfluxDB v1 documentation via MCP docs verification
- TSI details: https://docs.influxdata.com/influxdb/v1/concepts/tsi-details/
- TSI overview: https://docs.influxdata.com/influxdb/v1/concepts/time-series-index/
2025-08-20 17:25:15 -05:00
Phil Bracikowski 2a56bec0c9
Adjust wording for the two types of tsi index: inmen and on disk tsi1 2025-08-20 14:53:15 -07:00
Jason Stirnaman 29ff1ba739 chore(tools): remove minor version from product name in sidebarDisplay Kapacitor v1 instead of Kapacitor v1.<patch> 2025-08-20 16:16:48 -05:00
Jason Stirnaman c41155e575
Merge pull request #6320 from influxdata/dependabot/npm_and_yarn/mermaid-11.10.0
chore(deps): bump mermaid from 11.9.0 to 11.10.0
2025-08-20 11:45:01 -05:00
Jason Stirnaman d52822d258
Merge branch 'master' into dependabot/npm_and_yarn/mermaid-11.10.0 2025-08-20 11:41:23 -05:00
David Rusnak 06638c0be3
Merge pull request #6321 from influxdata/fix-clustered-release-notes-20250814
docs: add date to release notes
2025-08-20 12:41:09 -04:00
Jason Stirnaman 69f524cc72
Merge branch 'master' into dependabot/npm_and_yarn/mermaid-11.10.0 2025-08-20 11:33:31 -05:00
David Rusnak 8151caa4f3 docs: add date to release notes 2025-08-20 12:30:40 -04:00
Jason Stirnaman 44b7ba7be9
Merge pull request #6318 from influxdata/release-20250814
docs: add artifacts and release notes for clustered release 20250814
2025-08-20 10:15:05 -05:00
Jason Stirnaman 3b1d36b6b4
Merge branch 'master' into release-20250814 2025-08-20 10:07:38 -05:00
dependabot[bot] 73bb35d4de
chore(deps): bump mermaid from 11.9.0 to 11.10.0
Bumps [mermaid](https://github.com/mermaid-js/mermaid) from 11.9.0 to 11.10.0.
- [Release notes](https://github.com/mermaid-js/mermaid/releases)
- [Commits](https://github.com/mermaid-js/mermaid/compare/mermaid@11.9.0...mermaid@11.10.0)

---
updated-dependencies:
- dependency-name: mermaid
  dependency-version: 11.10.0
  dependency-type: direct:production
...

Signed-off-by: dependabot[bot] <support@github.com>
2025-08-20 14:42:57 +00:00
Jason Stirnaman a4965e07a0
Merge pull request #6319 from influxdata/jstirnaman-patch-1
Update _index.md
2025-08-20 09:14:53 -05:00
Jason Stirnaman 52ea0bf2cc
Update _index.md
Previous Kapacitor version in menu
2025-08-20 07:52:27 -05:00
David Rusnak c1de7e71be docs: add artifacts and release notes for clustered release 20250814 2025-08-19 15:24:43 -04:00
Jason Stirnaman 0c0175dc61
Merge pull request #5924 from thrasherht/patch-1
Update _index.md
2025-08-19 11:22:00 -05:00
Jason Stirnaman a16a1ea286
Merge branch 'master' into patch-1 2025-08-19 11:17:02 -05:00
Jason Stirnaman 64082e9a6f
Merge pull request #6298 from influxdata/copilot/fix-6297
Update Debian/Ubuntu package signing key location to /etc/apt/keyrings for improved security
2025-08-19 11:16:06 -05:00
Jason Stirnaman fe455525d4 fix(v2): broken link fragment 2025-08-19 10:57:58 -05:00
Jason Stirnaman 9a0d4035d8 config(link-checker): exclude Docker Hub URLs
Add exclusion pattern for hub.docker.com to both production
and default link-checker configurations.

Docker Hub often implements rate limiting and bot detection that
causes false positive link validation failures in CI environments.
2025-08-19 10:57:24 -05:00
Jason Stirnaman d61ccaea31
Merge branch 'master' into copilot/fix-6297 2025-08-19 10:30:15 -05:00
Jason Stirnaman e2c7d728d0
Merge pull request #6282 from influxdata/jts-qol-vscode
chore(qol): Copilot no longer uses instruction settings; it automatic…
2025-08-19 10:29:14 -05:00
Jason Stirnaman 3f4ad5fb37 chore(scripts): redo cli audit script:
Moved to new tooling repo.
Removed package scripts for now.

Script Gets commands from source code and grep docs for commands- replaces the CLI audit script- searches tagged repo branch source code for CLI commands- searches docs content the commands- allows including and excluding "categories" of docs paths to search
2025-08-19 09:59:31 -05:00
Jason Stirnaman 92210137b2 chore(qol): Make agents more collaborative and not automatically agreeable. 2025-08-19 09:54:10 -05:00
Jason Stirnaman c708bd8658 chore(qol): audit-cli-documentation.js should dynamically get top-level commands and recurse through --help.\Both products work together:
Running node [audit-cli-documentation.js](http://_vscodecontentref_/1) both successfully audits both Core and Enterprise
Core templates use Core-specific frontmatter
Enterprise templates use Enterprise-specific frontmatter
Fixes audit-cli-documentation.js so that it parses commands dynamically from the CLI output.
Some commands () only return top-level help output, which the script had some difficulty with.That seems mostly resolved, but might rear again.
2025-08-19 09:50:54 -05:00
Jason Stirnaman b2aab8ad43 test: When using env_file, the variables are loaded directly into the container's environment, so you don't need to use the syntax. Removed braces 2025-08-19 09:50:54 -05:00
Jason Stirnaman 7d95a3f95b chore(qol): Copilot no longer uses instruction settings; it automatically detects instructions files and PRs. 2025-08-19 09:50:53 -05:00
Jason Stirnaman 223e652520
Merge pull request #6293 from asaharn/patch-1
chore(plugins.output.microsoft_fabric): Updated Description for MS Fabric
2025-08-19 09:10:08 -05:00
Jason Stirnaman 8754468dbd fix(v2): broken-link-fragment 2025-08-19 09:08:40 -05:00
Jason Stirnaman 9d14efe92e fix(v2): broken-link-fragment 2025-08-19 09:07:37 -05:00
Jason Stirnaman 4f807c9eb6 fix(v2): broken-link-fragment 2025-08-19 09:06:06 -05:00
Jason Stirnaman b90b203148 fix(telegraf): broken link fragment 2025-08-19 09:02:50 -05:00
Jason Stirnaman de021b48eb fix(telegraf): broken link fragment 2025-08-19 09:01:59 -05:00
Jason Stirnaman 683dfe233c fix(v2): replace broken link fragment with example and page link 2025-08-19 08:59:01 -05:00
Jason Stirnaman aaf475beef fix(v2): replace broken link fragment with new URL 2025-08-19 08:45:40 -05:00
Jason Stirnaman 116e4fe70a config(link-checker): exclude StackExchange network URLs
Add exclusion patterns for StackExchange sites to both production
and default link-checker configurations:
- *.stackexchange.com
- stackoverflow.com
- *.stackoverflow.com

These sites often block automated requests/bots, causing false
positive link validation failures in CI environments.
2025-08-19 08:43:45 -05:00
Jason Stirnaman b510e6bac1 fix(v2): broken link fragment 2025-08-19 08:38:36 -05:00
Jason Stirnaman 0a1bed8c12
Merge branch 'master' into patch-1 2025-08-19 08:32:05 -05:00
Jason Stirnaman 1a58595083
Merge branch 'master' into copilot/fix-6297 2025-08-19 08:29:57 -05:00