Commit Graph

278 Commits (v3/inspect-partitions)

Author SHA1 Message Date
Scott Anderson 0c2ed394b7 unskip influxctl tests 2024-08-22 16:37:57 -06:00
Scott Anderson 5624e68bf8
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-22 15:32:17 -06:00
Jason Stirnaman 7652baf27e
Merge branch 'master' into v3/inspect-partitions 2024-08-22 16:26:46 -05:00
Scott Anderson 04e1fef5a5 updated partition time template examples 2024-08-22 13:24:59 -06:00
Scott Anderson fd94b761ba resolved merge conflicts 2024-08-22 11:54:38 -06:00
Scott Anderson f6a47ac800 updates partitioning information, closes #5561 2024-08-22 11:50:59 -06:00
Joshua Powers 22c85631ba
Merge branch 'master' into influxctl-v2.9.5 2024-08-22 07:30:46 -06:00
Jason Stirnaman 4a00926c86 fix(v3): Apply suggestions from @sanderson 2024-08-21 15:29:25 -05:00
Jason Stirnaman 4dc2033b99 fix(v3): apply correction, remove duplicate content, add links
- restore column limit defaults to 250
- remove duplicate content from schema-design

Co-authored-by: domodwyer <domodwyer@users.noreply.github.com>
2024-08-21 12:04:22 -05:00
Joshua Powers fcbc9028c8
Merge branch 'master' into influxctl-v2.9.5 2024-08-20 19:21:51 -06:00
Jason Stirnaman 57ed336ea2
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-20 16:44:44 -05:00
Jason Stirnaman 7f8bde4abf fix(v3): Update Cloud Dedicated and Clustered column limit to 1000 and clarify the potential impact of wide schemas. 2024-08-20 14:27:36 -05:00
Scott Anderson eb51d27f69 hotfix: port array workaround to clustered and dedicated 2024-08-20 09:05:54 -06:00
Joshua Powers ab66399801
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-19 10:21:21 -06:00
Joshua Powers 86b7821c04
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-16 12:17:09 -06:00
Joshua Powers 20b76dea76
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-16 07:09:01 -06:00
Josh Powers f536f56ee5
more updates for 2.9.6, change log, and make messages more clustered/dedicated specific 2024-08-15 13:40:56 -06:00
Joshua Powers 7b53f28296
Apply suggestions from code review
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-15 09:15:26 -06:00
Josh Powers ad81cc9c98
remove unnecessary omit 2024-08-13 12:19:59 -06:00
Josh Powers 689df6e080
Add auth subcommand 2024-08-13 10:40:15 -06:00
Josh Powers 97a50d41fe
update change log 2024-08-13 10:26:19 -06:00
Scott Anderson 80371454ba
Update the v3 storage diagram with missing components (#5558)
* update v3 storage diagram with missing components

* remove orphaned style tag from svg

* Apply suggestions from code review
2024-08-09 17:46:36 -07:00
Fraser Savage 57eb8c6aa4
refactor(write-api): Use proper product terms for Dedicated
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-08-09 16:17:43 +01:00
Fraser Savage 749c59b525
fix(write-api): Update Cloud Dedicated outside-retention failure to HTTP 422 2024-08-09 15:51:18 +01:00
Jason Stirnaman 09d4956293
Merge branch 'master' into v3-java-reference-examples 2024-08-05 09:34:35 -05:00
Adam 4465d8562f
Replace startsWith with startswith method
The startswith method is not capitalized:
https://docs.python.org/3/library/stdtypes.html#str.startswith
2024-07-30 16:00:43 -07:00
Jason Stirnaman 66b0ddff04 feat(v3): Port Java client library examples to Dedicated and Clustered.
- Fixes Serverless examples and adds references.
- Ports the previously published Serverless Java reference to Dedicated and Clustered.
2024-07-30 13:57:19 -05:00
Josh Powers 5f7d23cc73
Update release notes 2024-07-25 09:13:02 -06:00
Jason Stirnaman 4408a43de3 fix: failing tests, skip tests for unsupported code samples, typos and updates 2024-07-23 15:41:16 -05:00
Jason Stirnaman 37a7a7c6e7 chore(ci): Improve pre-commit hook, test harness, and linter
- Pre-commit hook:
       - Redo test harness so commands can run in parallel
       - Cleanup Vale command args
       - Replace lint-staged and husky with Lefthook.
    - Pre-push hook:
       - Scan for package vulnerabilities
    - Tests
      - Run tests on demand, in parallel, or debugged using docker compose up, run, exec, etc.
      - Each test container (service) runs the prepare-content script before running tests.
      - Return to using Python instead of Docker to provide environment variables so they don't get exposed in Docker inspect.
      - Bind mount influxctl config.toml and .env.test files
      - Bind mount scripts for faster builds while iterating on test scripts.
    - Vale:
      - Override Acronyms style def--ignore acronym if it's linked.
2024-07-23 15:08:28 -05:00
Adam 3a4235c27d
Update _index.md (#5528) 2024-07-22 17:18:38 -06:00
Scott Anderson 5c7d3407ad
Update the placeholder URL for dedicated (#5527)
* update the placeholder URL for dedicated

* added dedicated URL migration
2024-07-22 16:55:00 -06:00
Jason Stirnaman 838d615692 chore(ci): Update migrate guide for testing. Monitor for URLs that the container tries to open in a browser and then open them in the host. 2024-07-03 17:09:49 -05:00
Jason Stirnaman a8a772264c chore(ci): Skip tests for deleting databases. 2024-07-03 17:09:49 -05:00
Jason Stirnaman 4e601710b1 chore(ci): Adjusts Unix timestamps (line protocol) and query time bounds for testing
- Adjusts times for writing and querying data within a recent retention period.
- Adjusts Unix timestamps (in line protocol samples) to yesterday's date.
- Adjusts UTC time bounds (in queries) to today and yesterday.
- Reverts mistakenly changed timestamps in clustered.
2024-07-03 17:09:49 -05:00
Jason Stirnaman bb64ca32bb fix(v3): duplicate word, test updates 2024-07-03 17:09:49 -05:00
Jason Stirnaman 9e5f346636 chore(dedicated): cleanup get-started/query 2024-07-03 17:09:49 -05:00
Jason Stirnaman dbaa790fdb fix(v3): curl write examples 2024-07-03 17:09:49 -05:00
Jason Stirnaman 61acef1527 chore(v3): whitespace fix 2024-07-03 17:09:49 -05:00
Jason Stirnaman e4b32fbec6 fix(v3): database update formatting 2024-07-03 17:09:49 -05:00
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 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
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