Commit Graph

185 Commits (jstirnaman/monolith-clients)

Author SHA1 Message Date
Scott Anderson 22fb2daf9d Merge branch 'master' into monolith 2025-01-09 19:33:15 -07:00
Jason Stirnaman 2354285f77 Cloud Dedicated: update backup policy
Fixes #5716
- Update backup policy to 30 days
- Misc. cleanup
2025-01-09 14:17:23 -06:00
Scott Anderson f0a07950f2 Merge branch 'master' into monolith 2025-01-09 09:45:27 -07:00
Jason Stirnaman 8b5f31d9af fix(partitioning): add hyphen and links 2025-01-09 10:22:12 -06:00
Scott Anderson 80ffbf1ea3
Merge branch 'master' into jstirnaman/DAR-463 2025-01-09 07:19:41 -07:00
Scott Anderson 303d009e80 Merge branch 'master' into monolith 2025-01-08 16:47:39 -07:00
Jason Stirnaman 086b7013c9
Merge pull request #5735 from influxdata/master
Update from master
2025-01-08 12:39:45 -06:00
Jason Stirnaman 6b7d78c751 fix(partitioning): hyphenate and link. Fix related and miscellaneous glossary updates.
- Based on internal docs, single-series is indeed defined by the tag set.
- I'm not sure if that applies directly to series key and cardinality so I'm leaving them alone for now.
2025-01-08 12:29:04 -06:00
Jason Stirnaman de522a7c78 fix(v3): Python flight_client_options param, update list examples
- Fixes #5159
- Applies changes from pr/5723
2025-01-06 13:54:47 -06:00
Jason Stirnaman c97e9b1592
Update content/influxdb/cloud-dedicated/reference/client-libraries/v3/python.md 2024-12-31 09:40:44 -06:00
Jameelah Mercer 420c65ed7c
Merge pull request #1 from influxdata/updates-to-python.md
fix(client-lib): commented code block for test setup #5711
2024-12-30 11:22:35 -08:00
Jason Stirnaman 868a7528de
Update content/influxdb/cloud-dedicated/reference/client-libraries/v3/python.md 2024-12-30 13:08:03 -06:00
Jason Stirnaman 326c9827c3 fix(client-lib): commented code block for test setup #5711
- Add CONTRIBUTING.md step for building the influxdata:docs-pytest image before running tests.
2024-12-30 11:44:21 -06:00
Scott Anderson 24eea8c548
SQL & InfluxQL reference docs for Pro and OSS v3 (#5718)
* point to shared influxql source files

* add sql and influxql references to pro and oss v3 docs

* Apply suggestions from code review

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

* ported changes to distributed influxql refs

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-12-30 08:19:49 -07:00
meelahme 103ba61436 closing tag at line 190 2024-12-28 14:59:12 -08:00
meelahme bcd6ee1dfd updates: closing tag at 190 2024-12-28 14:50:13 -08:00
meelahme 0ecbe89eef Reverted recent list_code_example additions 2024-12-28 13:52:52 -08:00
meelahme 560505d423 Added list_code_example to csharp.md 2024-12-26 18:30:39 -08:00
meelahme e28d3934f2 Added list_code_example to go.md 2024-12-26 18:16:11 -08:00
meelahme 2427fd1c62 Added list_code_example to java.md 2024-12-26 17:36:33 -08:00
meelahme a274c27259 updates to javascript.md list_code_example 2024-12-26 11:47:23 -08:00
meelahme e98002c795 Updates to lis_code_example and submodule removal 2024-12-24 10:04:08 -08:00
Scott Anderson 5122847981
consolidate v3 InfluxQL docs into shared docs (#5715) 2024-12-16 16:59:39 -07:00
Scott Anderson f9ad60d7e2
Consolidate SQL reference docs (#5712)
* add source frontmatter for importing shared content

* update sql refrences docs to use shared source files

* updated note shortcodes to github-style alerts
2024-12-16 13:08:14 -07:00
karel rehor 456fa98b60 docs: update all references to influxdb3-go client library to influxdb3-go/v2 2024-12-13 11:14:31 +01:00
Scott Anderson e924c0a82d
Add new date_bin_wallclock SQL functions (#5691)
* add new date_bin_wallclock sql fns

* Apply suggestions from code review

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

* updates to address PR feedback

* Apply suggestions from code review

Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com>

* updates to address PR feedback

* fixed typos

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Chunchun Ye <14298407+appletreeisyellow@users.noreply.github.com>
2024-12-05 17:10:19 -07:00
Scott Anderson 240873cd14
InfluxQL TZ clause and function (#5689)
* document influxql tz support, related to influxdb/influxdb_iox#12681

* updated deps
2024-11-27 11:58:37 -07:00
Jakub Bednar 80470f9959 docs(clients): new major version of Go v3 client 2024-11-15 09:58:09 +01:00
Jason Stirnaman 6206d53d48
Merge branch 'master' into DAR-450-add-user-groups-for-dedicated 2024-11-08 10:07:24 -06:00
Scott Anderson 4045a6c12e
Add timezone support to v3 SQL docs (#5581)
* updated timezone-related functions and operators

* updated deps

* Apply suggestions from code review

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

* updates to address PR feedback

* chore: remove unnecessary ::timestamp casts (#5596)

* feat: Update for latest SQL timezone behavior (#5657)

* feat: Update for latest SQL timezone behavior

* fix: cleanup and improve wording

Co-authored-by: Scott Anderson <scott@influxdata.com>

---------

Co-authored-by: Scott Anderson <scott@influxdata.com>

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Jeffrey Smith II <jsmith@influxdata.com>
2024-10-30 16:42:47 -06:00
Jason Stirnaman 83b7da3a6c feat(dedicated): cleanup Auth0 mentions, apply PR suggestions 2024-10-17 14:44:08 -05:00
Jason Stirnaman fed3277d21
Merge branch 'master' into DAR-450-add-user-groups-for-dedicated 2024-10-16 17:44:50 -05:00
Dane Strandboge cb7f2fc3e3
Release influxctl v2.9.8 (#5647)
* Release influxctl v2.9.8

* add doc updates for influctl 2.9.7 and 2.9.8 (#5649)

---------

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2024-10-16 15:40:43 -06:00
Jason Stirnaman b51a168a85 fix(Dedicated): User group shortcuts 2024-10-16 13:51:51 -05:00
Jason Stirnaman 56eeec15bc fix(Dedicated): User group shortcuts 2024-10-16 13:39:49 -05:00
Jason Stirnaman 4dd7f46e8e feat(dedicated): Add user groups
Closes influxdata/dar/issues/450
- Introduces user groups for Dedicated
- Invite new users and assign groups
- Reassign existing users to different groups
- Update internals/security
2024-10-16 12:20:23 -05:00
Jason Stirnaman 7fa4a5a27a
Merge branch 'master' into 5619-npm-init-y-influx-node-app-not-found 2024-09-26 14:00:06 -05:00
Jason Stirnaman 51ba414849 fix(influxdb): npm -y <package-name> expects an existing template
- Closes #5619
- Update example to first create the directory and then init the package inside the directory.
- Explain the -y flag and apply to other examples.
- Fix typescript examples.
2024-09-26 13:58:24 -05:00
Jason Stirnaman 92b45fac16 fix(v1): Make stable-version OSS-specific. Update API notes. 2024-09-26 12:07:10 -05:00
Jason Stirnaman 77b3e592df
Merge branch 'master' into 5576-add-optimizations-to-system-table-queries 2024-09-25 09:20:30 -05:00
Jason Stirnaman 1c4a5ce8e6 fix(v3): Apply suggestion from code review to combine query-system-data with system-tables.md. Fix prepare-content delimiter. 2024-09-24 16:33:17 -05:00
Chunchun fc1fed1aa9
chore(dedicated): add filters on system table examples 2024-09-24 13:47:13 -05:00
Scott Anderson de4e42ba28
View partition documentation and update partition time templates (#5574)
* updates partitioning information, closes #5561

* upgraded yarn deps

* updated partition time template examples

* Apply suggestions from code review

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

* unskip influxctl tests

---------

Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2024-08-22 17:06:44 -06:00
Joshua Powers 22c85631ba
Merge branch 'master' into influxctl-v2.9.5 2024-08-22 07:30:46 -06: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
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
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