Commit Graph

9116 Commits (master)

Author SHA1 Message Date
Scott Anderson f10cf1a733
Merge branch 'master' into fix-clustered-restore-dar#520 2025-07-10 11:13:11 -06:00
Jason Stirnaman 0df51e51d3 fix(clustered): note snapshot storage and utilization costs:\
\
- Note callout: Focuses on the storage cost implications of enabling the setting
- Caution callout: Focuses on the risk of making recovery points unusable when disabled
2025-07-10 12:11:21 -05:00
Jason Stirnaman 87d0b3ede4
Merge pull request #6209 from influxdata/jts-fix-clustered-restore-dar#520
Fix clustered restore dar#520
2025-07-10 12:07:27 -05:00
Jason Stirnaman dd33daca47
Merge pull request #6210 from influxdata/chore-agent-instructions
chore(qol): Add instructions imports to CLAUDE.md
2025-07-10 11:42:35 -05:00
Jason Stirnaman 573c1621dd feat(clustered): backup-restore instructions:- Add example commands for checking that replicas are active or shutdown- Add suggestion from @reidkaufmann for checking catalog and ingester counts when restoring.
- Add additional critical notes
2025-07-10 11:41:11 -05:00
Jason Stirnaman 57cc50ef5a chore(qol): Add instructions imports to CLAUDE.md 2025-07-10 11:25:28 -05:00
Scott Anderson e59e87ea2d
Merge branch 'master' into fix-clustered-restore-dar#520 2025-07-10 08:33:29 -06:00
Jason Stirnaman dd6c47ed50
Merge pull request #6208 from influxdata/chore-agent-reference-files
chore(qol): Add a tag to extract a CONTRIBUTING.md section into a sep…
2025-07-10 09:10:37 -05:00
Jason Stirnaman 8ab509a0fc
Merge branch 'master' into fix-clustered-restore-dar#520 2025-07-10 09:07:28 -05:00
Jason Stirnaman 411a850ec4
Merge branch 'master' into chore-agent-reference-files 2025-07-10 08:53:20 -05:00
Jason Stirnaman 2ef37361a4 chore(qol): Add a tag to extract a CONTRIBUTING.md section into a separate file--for example, frontmatter-reference--and reduce the size of `contributing.instructions.md` 2025-07-10 08:52:22 -05:00
ritwika314 3f4159223c
Use stub from #6151 to populate july updates (#6193)
* use stub from #6151 to populate july updates

* Update content/influxdb3/cloud-dedicated/reference/release-notes/cloud-dedicated.md
---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-07-10 06:54:08 -04:00
Scott Anderson f42e0347d7 fix(clustered): updated clustered restore process, closes influxdata/DAR#520 2025-07-09 17:07:59 -06:00
Jason Stirnaman feb20c680b
Merge pull request #6205 from influxdata/fix-agent-instructions
chore(qol): Restructure CONTRIBUTING.md and improve agent instructions:
2025-07-09 16:49:52 -05:00
Jason Stirnaman d98a77fa66
Merge branch 'master' into fix-agent-instructions 2025-07-09 16:47:38 -05:00
Jason Stirnaman e2254b344c
Merge pull request #6201 from influxdata/feat-influxdb3-cli-updates
Feat: influxdb3 cli updates
2025-07-09 15:59:20 -05:00
Jason Stirnaman fb743d70e3 chore(qol): Restructure CONTRIBUTING.md and improve agent instructions:
- control what content gets processed by adding the
  appropriate tags in CONTRIBUTING.md--for example:\

  - <!-- agent:instruct: essential --> - Keep all content
  - <!-- agent:instruct: condense --> - Summarize to key points
  - <!-- agent:instruct: remove --> - Skip entirely

- rename and move script to helper-scripts
2025-07-09 15:39:51 -05:00
Scott Anderson a730bb4b69
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-09 14:36:05 -06:00
Scott Anderson ec6e28d0e2
Add MCP server documentation to Core, Enterprise, and Cloud Dedicated (#6200)
* add mcp server documentation for core, enterprise, and cloud-dedicated

* Apply suggestions from code review

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>

* updated mcp server npm/docker package names, updated environment variables

* updated the mcp server instructions to be correct

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-07-09 15:23:48 -05:00
Jason Stirnaman 23dd10ac1f
Merge pull request #6202 from influxdata/jdstrand/use-gpg-not-sha256
chore: always verify GPG fingerprint
2025-07-09 14:58:51 -05:00
Jason Stirnaman 522558b670
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-09 14:13:58 -05:00
Jason Stirnaman 001b20fcc0
Merge branch 'master' into jdstrand/use-gpg-not-sha256 2025-07-09 14:13:38 -05:00
Jason Stirnaman 6c88cae28e
Merge pull request #6203 from influxdata/fix-influxdb3-docker
fix(influxdb3): correct Docker environment variable and compose examp…
2025-07-09 14:05:32 -05:00
Jason Stirnaman cd079d5bf6 fix(monolith): docker instructions:run-help Updates
fixes Docker environment variable configuration and Docker Compose examples for InfluxDB 3 Enterprise, along with several documentation improvements. The changes primarily address incorrect environment variable names and missing volume mounts in Docker setup examples.

Corrects the environment variable from INFLUXDB3_LICENSE_EMAIL to INFLUXDB3_ENTERPRISE_LICENSE_EMAIL across Enterprise documentation
Adds missing volume mounts to Docker Compose examples for both Core and Enterprise configurations
2025-07-09 13:31:28 -05:00
Jamie Strandboge 2a9824f24b
chore: always verify GPG fingerprint
The influxdata-archive.key is designed to have a good user experience
during key rotations, but in order to do that, we need to properly
verify the key file's fingerprint and not its sha256sum (since the
primary key's fingerprint won't change with key rotations, but the
sha256sum necessarily will).

Update documentation for this to establish best practice and prepare
users for the upcoming key rotation.

Adjust dockerfiles to use this methodology.
2025-07-09 10:13:29 -05:00
Jason Stirnaman 68fb31153b
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-09 09:09:51 -05:00
Jason Stirnaman cf092cfb17 fix(test): revert to staged_files 2025-07-09 09:03:45 -05:00
Jason Stirnaman 7674012aed feat(influxdb3): Add missing precision CLI option, fix and enhance write documentation.\
- Verified precision behavior in source code. Added auto-detection note for all APIs: Added a note
  explaining that InfluxDB 3 uses timestamp magnitude to
  auto-detect precision by default, and users can specify
   precision to avoid ambiguity.
- Fix allowed precision values\
- Add examples
2025-07-08 19:38:44 -05:00
Jason Stirnaman ccf9f788f8
Merge pull request #6197 from influxdata/feat-influxdb3-cli-updates
Monolith: Add missing CLI options, enhance CLI and API docs
2025-07-08 17:18:02 -05:00
Scott Anderson 74970e07d8
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-08 15:29:25 -06:00
David Rusnak a3a515f19b
Merge pull request #6199 from influxdata/release-20250707-1777929
docs: add release notes and artifacts for 20250707-1777929
2025-07-08 16:55:57 -04:00
Scott Anderson 085aa708da
Merge branch 'master' into release-20250707-1777929 2025-07-08 14:46:36 -06:00
Jason Stirnaman 11d6b936c4
Merge pull request #6195 from mdevy-influxdata/patch-3
Remove mention of beta
2025-07-08 15:42:15 -05:00
Scott Anderson 0156a63a26
Merge branch 'master' into release-20250707-1777929 2025-07-08 14:38:33 -06:00
Jason Stirnaman 3ceabeed4a Add missing CLI options\
Fix `create token --admin` name in frontmatter
Improve schedule trigger docs with more detail:

  1. Core API documentation
  (/api-docs/influxdb3/core/v3/ref.yml):
    - Added missing duration units (weeks, months, years)
    - Added "Maximum interval: 1 year"
  2. Enterprise API documentation
  (/api-docs/influxdb3/enterprise/v3/ref.yml):
    - Added missing duration units (weeks, months, years)
    - Added "Maximum interval: 1 year"
  3. CLI reference documentation
  (/content/shared/influxdb3-cli/create/trigger.md):
    - Added complete list of supported duration units
    - Added "Maximum interval is 1 year" note

  All documentation now consistently reflects:
  - The complete set of supported duration units for
  every triggers
  - The 1-year maximum limit for interval-based
  scheduling
  - Clear examples showing the syntax
2025-07-08 15:37:09 -05:00
Jason Stirnaman 210ccf5ca1
Merge branch 'master' into patch-3 2025-07-08 15:34:50 -05:00
Jason Stirnaman 8f43b16a19
Merge pull request #6196 from influxdata/jdstrand/use-modern-gpg-key
chore: document and use modern influxdata-archive.gpg
2025-07-08 15:33:37 -05:00
Jason Stirnaman 7fa57259f5
Merge branch 'master' into patch-3 2025-07-08 15:32:07 -05:00
Jason Stirnaman c9e04946f8
Merge branch 'master' into feat-influxdb3-cli-updates 2025-07-08 15:30:43 -05:00
Jason Stirnaman 108e5e038c
Merge branch 'master' into jdstrand/use-modern-gpg-key 2025-07-08 15:30:20 -05:00
David Rusnak c8d03d6d59 docs: address PR comments 2025-07-08 16:22:50 -04:00
David Rusnak 5ccad4043e docs: add release notes and artifacts for 20250707-1777929 2025-07-08 16:08:04 -04:00
Jason Stirnaman 90da0f261c
Merge pull request #6194 from influxdata/fix-v1-auth-monolith
Fix v1 auth monolith documentation and tooling
2025-07-08 15:03:43 -05:00
Jason Stirnaman 77c4762d02
Merge branch 'master' into fix-v1-auth-monolith 2025-07-08 13:41:35 -05:00
Jason Stirnaman f244a523a2
Merge pull request #6198 from influxdata/hotfix-v1-version
hotfix(v1): Docker latest-patch
2025-07-08 13:40:39 -05:00
Jason Stirnaman 92f4afb0d7 hotfix(v1): Docker latest-patch 2025-07-08 13:35:00 -05:00
Jason Stirnaman d7c75dc9d5
Update content/shared/influxdb3-admin/tokens/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-07-08 13:30:43 -05:00
Jamie Strandboge adb9a6e857
chore: update Dockerfile.pytest to verify primary key fingerprint 2025-07-08 13:26:21 -05:00
Jason Stirnaman aacef0a06a Add missing CLI options\
Fix `create token --admin` name in frontmatter
Improve schedule trigger docs with more detail:

  1. Core API documentation
  (/api-docs/influxdb3/core/v3/ref.yml):
    - Added missing duration units (weeks, months, years)
    - Added "Maximum interval: 1 year"
  2. Enterprise API documentation
  (/api-docs/influxdb3/enterprise/v3/ref.yml):
    - Added missing duration units (weeks, months, years)
    - Added "Maximum interval: 1 year"
  3. CLI reference documentation
  (/content/shared/influxdb3-cli/create/trigger.md):
    - Added complete list of supported duration units
    - Added "Maximum interval is 1 year" note

  All documentation now consistently reflects:
  - The complete set of supported duration units for
  every triggers
  - The 1-year maximum limit for interval-based
  scheduling
  - Clear examples showing the syntax
2025-07-08 13:24:52 -05:00
Jamie Strandboge 60abfdf562
chore: document and use modern influxdata-archive.gpg 2025-07-08 12:39:23 -05:00