Commit Graph

9294 Commits (copilot/fix-6290)

Author SHA1 Message Date
Jason Stirnaman fda0246446
Merge branch 'master' into copilot/fix-6290 2025-08-21 11:31:13 -05:00
Scott Anderson f2ebfde75b hotfix: remove top messaging from explorer docs 2025-08-21 09:58:49 -06:00
copilot-swe-agent[bot] 0ea9ca8fe2 refactor: update to new code-placeholders syntax
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
2025-08-21 14:54:32 +00:00
copilot-swe-agent[bot] 182f346a4b feat: add Windows environment variable instructions for INFLUXDB3_AUTH_TOKEN
Co-authored-by: jstirnaman <212227+jstirnaman@users.noreply.github.com>
2025-08-21 14:07:47 +00:00
copilot-swe-agent[bot] 429eea917b Initial plan 2025-08-21 13:55:02 +00: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 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
Jason Stirnaman fc1b55b1f0
Merge pull request #6315 from influxdata/jstirnaman/issue6314
fix(v2): OSS replication
2025-08-19 08:23:36 -05:00
Jason Stirnaman 0001c1cfc4 fix(v2): missing (API) in heading 2025-08-18 18:22:53 -05:00
Jason Stirnaman 5762fc1b7f
Merge branch 'master' into jstirnaman/issue6314 2025-08-18 18:14:55 -05:00
Jason Stirnaman 8d6e4b9e9b
Merge pull request #6302 from influxdata/jts-dar-514-clustered-scaling-compactors
fix(clustered): clarify compactor scaling guidance for CPU and memory
ci: fixes and updates link-checker, adds release documentation
2025-08-18 18:14:30 -05:00
Jason Stirnaman cba3b21f1c docs(testing): document link-checker binary release process
Add comprehensive documentation for maintainers on how to:
- Create releases in docs-tooling (automated)
- Manually distribute binaries to docs-v2 (required for private repo)
- Update workflow references when needed

This addresses the missing process documentation for link-checker
binary distribution between the two repositories.

feat(ci): update link-checker to v1.2.2 and add manual sync workflow

- Update pr-link-check.yml to use link-checker-v1.2.2 with latest fixes
- Add sync-link-checker-binary.yml for manual binary distribution
- Improvements in v1.2.2: base URL detection, anchor validation, JSON parsing

The v1.2.2 release fixes the Hugo base URL detection issue and
improves anchor link validation that was tested in this PR.
2025-08-18 18:02:44 -05:00
Jason Stirnaman ddb9a5584d fix(clustered): clarify compactor scaling guidance for CPU and memory
Addresses customer confusion where scaling CPU alone doesn't improve
compactor performance. Compactor concurrency scales based on memory
allocation, not CPU count, so both resources should be scaled together.

Closes influxdata/DAR#514

add related links

fix(clustered): correct anchor link in scale-cluster documentation

Fix broken internal anchor link from #rrecommended-scaling-strategies-per-component
to #recommended-scaling-strategies-per-component (removed extra 'r').

This was used to test the improved link-checker anchor validation functionality.

fix(clustered): correct anchor link in scale-cluster documentation

Fixes broken anchor link #rrecommended-scaling-strategies-per-component
to the correct #recommended-scaling-strategies-per-component
2025-08-18 18:02:37 -05:00
Jason Stirnaman a21c06bb4f fix(v2): OSS replication:- Fix (simplify) list formatting; remove nested lists.- Convert numbered list to numbered headers to replace nested lists- Add additional headers to show alternatives- Specify Enterprise v1- Update callouts 2025-08-18 15:16:38 -05:00