Commit Graph

7161 Commits (docs/clustered/explain-postgresql-dsn-password-with-symbols)

Author SHA1 Message Date
Jason Stirnaman 2591db7315 fix(v3): Don't use test monitoring script when running a container with -t (TTY). Fix update example. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 23816d9a7e fix(v3): Skip tests for creating databases; namespaces aren't reusable. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 478cb39332 chore(v3): Skip tests for influxctl database create. Fix influxctl reference. 2024-07-03 17:09:49 -05:00
Jason Stirnaman f6a9e72c50 chore(v3): Test influxctl token create 2024-07-03 17:09:49 -05:00
Jason Stirnaman cf9756c0f1 chore(Dedicated): Update management tokena and Management API info. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 75f3e996b3 chore(v3): Improve linting, test influxctl:
- Remove date format linting in table cells. Copies Google's DateFormat style config to InfluxDataDocs style with modified scope.
- Update styles (vale sync)
- Skip database create in tests.
- Add example test for table create.
- Fix linting errors.
- Add TEST_RUN placeholder replacement in prepare-content.sh.
2024-07-03 17:09:49 -05:00
Jason Stirnaman 9c035fbd4d fix(ci): Simplify Vale terms list, support OAuth browser flow in tests
- For influxctl OAuth flow, add support for writing auth URLs to a container-shared file monitored by the host during the pre-commit hook.
- In prepare-content.sh, add Management API-associated placeholder substitutions.
- Update CONTRIBUTING.md with env.test requirements.
2024-07-03 17:09:49 -05:00
Jason Stirnaman 118f692065
Merge branch 'master' into jstirnaman/fix-vale 2024-07-03 17:01:35 -05:00
Scott Anderson 37c5aa7d88
Update "observability" to "operational" dashboards (#5507)
* update observability to operational dashboards

* fix typo
2024-06-28 16:04:45 -06:00
Jack 1889447e01
docs(clustered): warning for manual horizontal scaling (#5500)
* docs: add warning for manual horizontal scaling

* docs: use suggested format

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* docs: move warning

* docs: concise wording

* docs: remove unnecessary backticks

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-06-28 11:01:14 -06:00
Scott Anderson fbbf145699
Merge branch 'master' into jstirnaman/fix-vale 2024-06-28 10:20:47 -06:00
Scott Anderson 25470b280f
SQL JOIN clause (#5504)
* WIP sql join statement

* WIP SQL joins

* added join type descriptions and examples

* Apply suggestions from code review

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

* add info about fully-qualified references in joins

* Apply suggestions from code review

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

* port sql join reference to serverless and clustered

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-06-28 10:18:19 -06:00
Joshua Powers 41e83d6343
Release influxctl v2.9.3 (#5506) 2024-06-26 10:09:02 -06:00
Josh Powers a9c33634df
Update release notes 2024-06-26 09:36:28 -06:00
Josh Powers dc123c9f22 Release influxctl v2.9.3 2024-06-26 09:34:29 -06:00
Jason Stirnaman ea9b786b83 fix(ci): test content:
- Add python replacement for get-started database/bucket name
- Fixes race condition when deleting previous content:
  - Assign each product it's own test content volume instead of sharing a volume.
  - Delete existing content in the volume before copying test files.
  - Pros and cons, but I suspect a similar approach will be better when ported to Circle CI.
2024-06-26 10:26:52 -05:00
Jason Stirnaman 922e48182a chore(ci): Improve Vale style linting:
- Run Vale in a Docker container by running ./.ci/vale/vale.sh <args>
- Define vale lint scripts in package.json. Lint added and changed files for products.
- Define error-level vale linting in the lint-staged configuration for staged files.
- Improve product-specific nomenclature checks (e.g. database vs bucket)
- Simplify vocab terms and allowed words lists.
- Fixes content errors revealed by vale.
2024-06-26 08:52:21 -05:00
Jason Stirnaman 26eb724431
Merge pull request #5503 from influxdata/jstirnaman/issue5475
fix: write-data sections and code samples
2024-06-26 08:50:37 -05:00
Jason Stirnaman f3f81a456b
Merge branch 'master' into jstirnaman/issue5475 2024-06-25 14:00:52 -05:00
Jason Stirnaman 9d542dd8d6 fix: write-data section: consistent page titles, database and table nomenclature in dedicated and clustered 2024-06-25 11:51:26 -05:00
Jason Stirnaman f9bd0891d9 fix: lint-staged test runner to not fail if no tests are collected, update CONTRIBUTING.md instructions for test credentials 2024-06-25 11:37:28 -05:00
Jack b4e3f11477
docs(clustered): update ingester scaling strategy recommendation (#5502) 2024-06-25 15:45:59 +01:00
Jason Stirnaman bb166b0bdb fix: add serverless alt-links for influxctl 2024-06-24 16:14:07 -05:00
Jason Stirnaman cc0a4de57b fix: bad link 2024-06-24 16:01:49 -05:00
Jason Stirnaman 3bde9061e7 chore: Remove prettier from Markdown linting--to many whitespace conflicts with code blocks 2024-06-24 15:57:26 -05:00
Jason Stirnaman e0097c9b95 fix: whitespace 2024-06-24 15:51:08 -05:00
Jason Stirnaman 17c4315569 chore: Write data improvements
-  Format and structure serverless write-data
- Structure cloud-serverless write-data/line-protocol the same as clustered and dedicated to allow for adding more tool-specific pages.
- Make influxctl examples pass tests
2024-06-24 15:42:10 -05:00
Jason Stirnaman 3274742abe chore: fix formatting 2024-06-24 09:42:44 -05:00
Jason Stirnaman 5c74f013a1 chore(ci): Improve CI lint and test runners
- Reconfigures prettier linting.
- Adds .editorconfig to help with consistent editor settings
- Refactors test runs:
  - Removes test configuration from compose.yaml (not suited for this use case).
  - Splits test runner into test content setup and pytest that can be run separately or together (and with other test runners in the future).
  - Configuration is in Dockerfiles and command line (`.lintstagedrc.mjs`)
- Updates CONTRIBUTING.md
- Updates client library write examples in cloud-dedicated and clustered.
2024-06-21 18:41:07 -05:00
Joshua Powers 2191214316
Release Kapacitor v1.7.5 (#5495) 2024-06-18 10:06:12 -06:00
Jakub Bednář 4a1aeadbbb docs: Update content/kapacitor/v1/reference/about_the_project/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-06-18 10:03:28 -06:00
Jakub Bednar e6d7bff287 Release Kapacitor v1.7.5 2024-06-18 10:03:28 -06:00
Joshua Powers fb44ec8827
Release influxctl v2.9.2 (#5498) 2024-06-17 09:30:25 -06:00
Josh Powers 2d9bef6423
Update release notes 2024-06-17 09:26:52 -06:00
Josh Powers 4c7523f630 Release influxctl v2.9.2 2024-06-17 09:22:45 -06:00
Scott Anderson 4a20c3fb58
Fixed broken link 2024-06-17 07:43:26 -06:00
Scott Anderson b496dff5b5
Flux 0.195.1 (#5493)
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-06-11 15:14:37 -06:00
Joshua Powers f46dd1d335
telegraf: Release v1.31.0 (#5494) 2024-06-11 14:16:05 -06:00
Joshua Powers 45ce1c31af
Update content/telegraf/v1/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-06-11 14:11:29 -06:00
Josh Powers 48c19ad770
Update dates 2024-06-11 12:11:37 -06:00
Josh Powers cb7aa38157
telegraf: Release v1.31.0
Adds all missing change log entries as well.
2024-06-11 12:05:24 -06:00
Joshua Powers 58aba6674f
Release influxctl v2.9.1 (#5492) 2024-06-06 12:37:41 -06:00
Josh Powers bdef2901ab
release notes 2024-06-06 12:31:49 -06:00
Josh Powers 1e40668021 Release influxctl v2.9.1 2024-06-06 12:26:19 -06:00
Jason Stirnaman a952d1f756
Merge pull request #5490 from influxdata/jstirnaman-patch-1
Fix create.md
2024-06-05 10:54:22 -05:00
Jason Stirnaman 3dcfac829b
Fix create.md
Add missing leading slash.
2024-06-05 10:45:32 -05:00
Jason Stirnaman 12219f21c7
Merge pull request #5489 from influxdata/fix/fix-cloud-dedicated-management-api-retention-period
fix: use int64 for retention period in API spec
2024-06-05 10:02:16 -05:00
Dustin Eaton a0ea0fcb41 fix: use int64 for retention period in API spec
This updates the Cloud Dedicated Management API spec to use the `int64`
format for the `ClusterDatabaseRetentionPeriod` schema, which matches
the corresponding type in IOx's namespace API.
2024-06-04 16:16:02 -05:00
Scott Anderson 97f9dca3a9
update monitoring to observability dashboard (#5488) 2024-06-04 13:25:45 -06:00
Joshua Powers e752a87985
Release Chronograf v1.10.5 (#5487) 2024-05-31 08:38:06 -06:00