Commit Graph

8231 Commits (staging/jts-js-qol)

Author SHA1 Message Date
Jason Stirnaman 320294ec73 chore(search): Refactor search to component. 2025-05-13 13:42:53 -05:00
Jason Stirnaman c5f6889fa1 fix(diagram): Mermaid.js: dynamic loading, support dark theme, background color for edgeLabel paragraph elements
- Fixes dynamic loading of Mermaid.js
- Adds MutationObserver to handle light/dark theme switching.
- Sets the background-color for edgeLabel p elements to override a white background that obscures text in the dark theme.
2025-05-13 10:40:07 -05:00
Jason Stirnaman 2afcc867ca fix(theme-switch): ThemeSwitch() should pass the component when calling Theme(). 2025-05-12 17:47:12 -05:00
Jason Stirnaman f31d1098cc WIP: removed remaining scripts from footer/javascript.html. Migrated to components and utilities. Conditionally imports Mermaid if page has a diagram. 2025-05-12 17:05:36 -05:00
Jason Stirnaman 4ffe541880 WIP: Refactored all scripts from footer.js into components. Removed footer.js. Exports jQuery ($) to a window global for use by other scripts. Scripts bundled into footer.js didn't reliably load after jQuery. 2025-05-12 16:00:34 -05:00
Jason Stirnaman 4d39e7c7c2 WIP: Removed unused home-interactions.js 2025-05-12 15:52:43 -05:00
Jason Stirnaman 9492100691 chore(js): JavaScript QoL improvements:
- Refactor main.js with a componentRegistry object and clear initialization of components and globals
- Add a standard index.js with all necessary exports.
- Update javascript.html to use the index.js
- Remove jQuery script tag from header javascript.html (remains in footer)
- Update package file to improve module discovery.
- Improve Hugo and ESLint config for module discovery and ES6 syntax
2025-05-05 14:03:31 -05:00
Jason Stirnaman 925fb37e02
Merge pull request #6038 from influxdata/update-copilot-instructions
chore(copilot): Update instructions.
2025-05-01 13:49:05 -05:00
Jason Stirnaman c069ee74c3 chore(copilot): Update instructions. 2025-05-01 13:47:22 -05:00
Jason Stirnaman 5b4e911ba8
Merge pull request #6037 from influxdata/6036-the-right-blue-arrow-button-at-bottom-of-page-just-redirects-to-same-page
hotfix(cloud-dedicated): replace links pointing to influxdb/clustered
2025-05-01 11:29:32 -05:00
Jason Stirnaman 1272849ef3 hotfix(cloud-dedicated): replace links pointing to influxdb/clustered 2025-05-01 11:26:25 -05:00
Jason Stirnaman d6a399aaca
Merge pull request #6035 from influxdata/mgattozzi/fix-core-docs
feat: Remove --ram-pool-data-bytes flag in docs
2025-05-01 11:01:37 -05:00
Michael Gattozzi be7b57f042
feat: Remove --ram-pool-data-bytes flag in docs
This command no longer exists in InfluxDB 3 Core/Enterprise. This commit
removes any reference to this flag.

Closes https://github.com/influxdata/influxdb/issues/26343
Closes #6034
2025-05-01 11:53:45 -04:00
Jason Stirnaman 5a22e4c4cb
Merge pull request #6027 from abalone23/patch-4
Remove "rw" name part for system token
2025-04-30 11:24:37 -05:00
Jason Stirnaman b128fc7b12
Merge branch 'master' into patch-4 2025-04-30 11:21:07 -05:00
Jason Stirnaman 5e71c6c133
Merge pull request #5656 from influxdata/automate-telegraf-docs
Feature: Autogenerate Telegraf docs from influxdata/telegraf repo.
2025-04-30 11:17:39 -05:00
Jason Stirnaman 2d24b972dc
Merge branch 'master' into automate-telegraf-docs 2025-04-30 11:14:19 -05:00
Jason Stirnaman 20b0e39f6a
Merge pull request #6032 from influxdata/6031-influxdb2-cli-client-cannot-be-downloaded
hotfix(v2): broken downloaded link, replace latest-cli shortcode with…
2025-04-30 10:51:01 -05:00
Jason Stirnaman 88fc48888c hotfix(v2): broken downloaded link, replace latest-cli shortcode with latest-patch 2025-04-30 10:48:15 -05:00
Adam S 483b763d3f
Remove "rw" name for system token
There is no write access for system tokens.
2025-04-28 10:48:01 -07:00
Jason Stirnaman afd2959ab0
Merge pull request #6026 from influxdata/influxdb3-list-tokens
Influxdb3: Core and list tokens
2025-04-28 11:42:27 -05:00
Jason Stirnaman ffd0ea2ee3 fix(influxdb3): Relocate example and definitions 2025-04-28 11:36:38 -05:00
Jason Stirnaman e9d3cb46d8
Apply suggestions from code review
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: Copilot <175728472+Copilot@users.noreply.github.com>
2025-04-28 10:29:16 -05:00
Jason Stirnaman 97856f61c6
Update content/influxdb3/core/admin/tokens/admin/list.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-04-28 10:06:36 -05:00
Jason Stirnaman bcb1977844 fix(influxdb3): create token --permission parent 2025-04-28 08:43:04 -05:00
Jason Stirnaman 6358ec8b6f chore(influxdb3): Tokens: Guides and references for list and create admin and resource tokens. 2025-04-28 00:16:53 -05:00
Jason Stirnaman 23434f0d4f chore(influxdb3): Add script to generate CLI reference docs from influxdb3 CLI help output. This is better than manually creating docs, but still needs improvement. Run it from the docs-v2 root and it uses whatever influxdb3 is in your global PATH. 2025-04-27 23:58:04 -05:00
Jason Stirnaman 039c729905 fix(influxdb3): system tokens for endpoints, not databases (Closes #6021) 2025-04-27 23:58:04 -05:00
Jason Stirnaman 5b1f61efe2
Merge pull request #6006 from influxdata/update-request-trigger-spec
chore(influxdb3): Core and Enterprise: update to request trigger-spec
2025-04-27 19:30:56 -05:00
Jason Stirnaman c750ff997d
Merge branch 'master' into update-request-trigger-spec 2025-04-27 19:03:01 -05:00
peterbarnett03 f73d29c0d7
Merge pull request #6024 from influxdata/pbarnett/install-updates-for-docker
fix: update docs for Docker
2025-04-27 17:07:30 -04:00
Peter Barnett ee6db1fb8f fix: getting one last quay 2025-04-25 18:57:58 -04:00
Peter Barnett 033e89841a fix: update to Docker in install pages as well 2025-04-25 18:56:31 -04:00
Jameelah Mercer c2ad2e5ba2
Merge pull request #5958 from influxdata/5950-reference-influxdb3-processing-engine
Create a separate reference page for the  Processing engine
2025-04-23 17:03:59 -07:00
Jameelah Mercer f15b04d991
Update content/shared/influxdb3-processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-23 17:00:04 -07:00
Jameelah Mercer 2e627381cc
Update content/shared/influxdb3-processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-23 16:59:54 -07:00
Jameelah Mercer 37456d9ba8
Update content/shared/influxdb3-processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-23 16:59:34 -07:00
Jameelah Mercer 271d585820
Update content/shared/influxdb3-processing-engine.md
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-23 16:59:16 -07:00
Jameelah Mercer eba605c273
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-23 13:59:57 -07:00
meelahme ad2a2fe3a8 revising note 2025-04-23 13:48:58 -07:00
meelahme aac71feedb removing redundant title 2025-04-23 13:41:53 -07:00
meelahme 630b690acd revising misleading isloated contexts bullet point 2025-04-23 13:35:56 -07:00
peterbarnett03 bcee41f777
Merge pull request #6018 from influxdata/pbarnett/update-licensing-and-docker-links
chore: update licensing and docker token command
2025-04-23 16:33:53 -04:00
meelahme ed8e10f979 removing' Isolated contexts' bullet because it is not true 2025-04-23 13:21:18 -07:00
peterbarnett03 56341bf174
Update content/shared/v3-enterprise-get-started/_index.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2025-04-23 16:16:34 -04:00
Peter Barnett 9800d1911e chore: update docker command to proper styling 2025-04-23 16:15:40 -04:00
Peter Barnett e7f563dc12 chore: update licensing and docker token command 2025-04-23 15:57:40 -04:00
peterbarnett03 1150e31a26
Merge pull request #6017 from influxdata/pbarnett/update-from-quay-to-docker
chore: update to Docker image
2025-04-23 14:48:12 -04:00
Peter Barnett 6b561615dc chore: update to Docker image 2025-04-23 14:42:19 -04:00
Jameelah Mercer 699a51ccbc
Merge branch 'master' into 5950-reference-influxdb3-processing-engine 2025-04-23 10:49:25 -07:00