Commit Graph

  • f819f48de9
    Revert "Chore: JavaScript: refactor footer scripts modules" Jason Stirnaman 2025-06-05 09:46:37 -0500
  • e3c55eda25
    Merge pull request #6079 from influxdata/chore-js-refactor-footer-scripts-modules Jason Stirnaman 2025-06-05 09:08:11 -0500
  • 36056cea6c
    Merge branch 'master' into chore-js-refactor-footer-scripts-modules Jason Stirnaman 2025-06-05 09:04:33 -0500
  • 568180e94f
    Merge branch 'master' into fix-lefthook-patterns Jason Stirnaman 2025-06-04 17:44:37 -0500
  • ad8fbc37dc fix(lefthook): Incorrect glob patterns. Add linting for influxdb3/explorer Jason Stirnaman 2025-06-04 17:40:53 -0500
  • c137885cc6
    Merge pull request #6122 from influxdata/fix-kapacitor-link Jason Stirnaman 2025-06-04 17:12:27 -0500
  • 6b424ef106
    Merge branch 'master' into chore-js-refactor-footer-scripts-modules Jason Stirnaman 2025-06-04 17:10:11 -0500
  • 36cfabae9c fix: broken links - Flux links in Kapacitor and others: flux/v0.x/ -> flux/v0/ - influxdb/v2%2E0/ -> influxdb/v2/ Jason Stirnaman 2025-06-04 17:05:34 -0500
  • 1ff3d56497 chore(js): CONTRIBUTING.md: Add JavaScript development and debugging instructions Jason Stirnaman 2025-06-04 16:30:50 -0500
  • 18b78b7214
    Release influxctl v2.10.1 (#6115) Maya Strandboge 2025-06-04 15:15:52 -0600
  • a8c8517088 corrected influxctl version number Scott Anderson 2025-06-04 15:12:52 -0600
  • 9cb2081b2f influxctl 2.10.1 release notes Scott Anderson 2025-06-04 15:09:54 -0600
  • ef5fc1862e updated js syntax and resolved merge conflicts Scott Anderson 2025-06-04 14:51:27 -0600
  • cd57b49285
    Merge branch 'master' into chore-js-refactor-footer-scripts-modules Jason Stirnaman 2025-06-04 15:34:24 -0500
  • 1c50196055
    Merge branch 'master' into influxctl-v2.10.1 Scott Anderson 2025-06-04 15:13:33 -0500
  • 6696812e70
    Release Kapacitor v1.7.7 (#6090) Jakub Bednář 2025-06-04 22:06:36 +0200
  • 3130beb3b4
    Update content/kapacitor/v1/reference/about_the_project/release-notes.md Scott Anderson 2025-06-04 15:03:17 -0500
  • aac841a749 fix(ci): Disable unnecessary SCSS processing when building JS assets. - Build resources if not cached - Ensure node_modules dependencies are available for asset processing - Be more precise in the template when building assets in production mode and avoid conflicts with SCSS and CSS processing. - Ignore node_modules when loading source maps - Add .vscode/launch.json with debugging configuration for localhost:1313. In VSCode, go to Run and select the site to launch Chrome, connect to Developer Tools, and start debugging. - Add support for debugging in VS Code without using source maps. Adds a debug helpers module for developers to use in IDE debugging and interact with the browser console. This is a workaround for lack of good source map support with js.Build and the Hugo asset pipeline. Jason Stirnaman 2025-06-03 11:23:34 -0500
  • 5c419c18bb fix(ci): Clear Hugo cache before build: - When building in CircleCI, the previous Hugo config changes prevents Hugo finding previously processed CSS in the file cache. Clean up the cache before building. Jason Stirnaman 2025-06-03 10:50:39 -0500
  • f908bab51f Update assets/js/components/diagram.js Jason Stirnaman 2025-06-03 10:11:38 -0500
  • d184f45434 Update assets/js/flux-group-keys.js Jason Stirnaman 2025-06-02 17:40:38 -0500
  • 13129c5687 chore(js): Unbundle assets in Hugo development and testing environments: - Keep assets unbundled for easier debugging in development and testing. - Copies other config from development to testing. Jason Stirnaman 2025-06-02 17:37:20 -0500
  • c43df7508f chore(js): Remove unnecessary JS module config, remove redundant index.js Jason Stirnaman 2025-06-02 15:14:23 -0500
  • 483b41753a fix(style): datetime shortcode text blends with dark background - When span.current-timestamp (and related shortcodes) are children of .article--content, the text isn't visible in the dark theme--it blends with the background. - Add specific style settings for datetime shortcodes so that the timestamp text is visible outside of a table. Jason Stirnaman 2025-05-28 10:16:32 -0500
  • de585ddfe6 fix(js): datetime: import jquery, clone date before mutating, define variable Jason Stirnaman 2025-05-27 18:17:11 -0500
  • 67d3044e4a Update assets/js/datetime.js Jason Stirnaman 2025-05-27 18:04:50 -0500
  • e3f49f6e47 Update assets/js/datetime.js Jason Stirnaman 2025-05-27 18:04:29 -0500
  • c214ff44a8 fix(js): Apply fixes for CoPilot suggestions. Jason Stirnaman 2025-05-27 17:38:51 -0500
  • 0696335ff6 fix(js): Apply fixes suggested by CoPilot. - Fix inverted logic from previous commit in feature-callouts.js - Pass to other functions in flux-group-keys.js Jason Stirnaman 2025-05-27 16:54:25 -0500
  • bf40c43b40 fix(js): Minor JS fixes: declare variable in keybindings.js, improve selector specificity in flux-group-keys, add group-key shortcode example to example.md Jason Stirnaman 2025-05-23 17:38:22 -0500
  • 812d294e42 ### Refactor keybindings to a component and replace deprecated detection method - Extracted platform detection to its own reusable utility module - Eliminates deprecated Navigator.platform API usage; uses the User-Agent Client Hints API as the primary method when available - Handles iOS and Android devices correctly Jason Stirnaman 2025-05-13 15:59:27 -0500
  • 76511caf47 Improve DocSearch loading Jason Stirnaman 2025-05-13 14:43:20 -0500
  • f3ca2f5388 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. Jason Stirnaman 2025-05-13 10:40:07 -0500
  • e7780f5c42 fix(theme-switch): ThemeSwitch() should pass the component when calling Theme(). Jason Stirnaman 2025-05-12 17:47:12 -0500
  • 947554dba9 WIP: removed remaining scripts from footer/javascript.html. Migrated to components and utilities. Conditionally imports Mermaid if page has a diagram. Jason Stirnaman 2025-05-12 17:05:36 -0500
  • 2a500f0dc4 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. Jason Stirnaman 2025-05-12 15:58:12 -0500
  • 3ce6bb4c3d WIP: Removed unused home-interactions.js Jason Stirnaman 2025-05-12 15:52:43 -0500
  • 926644ef7b
    Merge branch 'master' into kapacitor-1.7.7 Scott Anderson 2025-06-03 18:11:50 -0500
  • 451fb58521 fix: serverless url replacement bug Scott Anderson 2025-06-03 17:11:16 -0600
  • c4d93ab249 fix(ci): Disable unnecessary SCSS processing when building JS assets. - Build resources if not cached - Ensure node_modules dependencies are available for asset processing - Be more precise in the template when building assets in production mode and avoid conflicts with SCSS and CSS processing. - Ignore node_modules when loading source maps - Add .vscode/launch.json with debugging configuration for localhost:1313. In VSCode, go to Run and select the site to launch Chrome, connect to Developer Tools, and start debugging. Jason Stirnaman 2025-06-03 11:23:34 -0500
  • 03fbbf6201
    Merge branch 'master' into chore-js-refactor-footer-scripts-modules Jason Stirnaman 2025-06-03 11:48:45 -0500
  • eebd43bfa0
    Merge pull request #6120 from influxdata/pbarnett/update-quick-start-for-explorer Jason Stirnaman 2025-06-03 11:26:09 -0500
  • 8b7f8467f7 fix: remove the git stuff pbarnett/update-quick-start-for-explorer Peter Barnett 2025-06-03 12:03:44 -0400
  • 0b09b2a514 fix(ci): Clear Hugo cache before build: - When building in CircleCI, the previous Hugo config changes prevents Hugo finding previously processed CSS in the file cache. Clean up the cache before building. Jason Stirnaman 2025-06-03 10:50:39 -0500
  • 34f6bec51e
    Update assets/js/components/diagram.js Jason Stirnaman 2025-06-03 10:11:38 -0500
  • 20d2dc093a update: add docker pull to quickstart Peter Barnett 2025-06-03 10:50:20 -0400
  • ff8fa4ea63
    Merge branch 'master' into chore-js-refactor-footer-scripts-modules Jason Stirnaman 2025-06-02 17:41:10 -0500
  • 130a662567
    Update assets/js/flux-group-keys.js Jason Stirnaman 2025-06-02 17:40:38 -0500
  • da586702a3 chore(js): Unbundle assets in Hugo development and testing environments: - Keep assets unbundled for easier debugging in development and testing. - Copies other config from development to testing. Jason Stirnaman 2025-06-02 17:37:20 -0500
  • 95ab1a1430 chore(js): Remove unnecessary JS module config, remove redundant index.js Jason Stirnaman 2025-06-02 15:14:23 -0500
  • d6229a5bcc
    Merge pull request #6118 from influxdata/pbarnett/update-explorer-version-requirements Jason Stirnaman 2025-06-02 15:02:50 -0500
  • 06e7430a20
    Update content/influxdb3/explorer/_index.md Jason Stirnaman 2025-06-02 15:02:12 -0500
  • d3f7ab3511 fix(style): datetime shortcode text blends with dark background - When span.current-timestamp (and related shortcodes) are children of .article--content, the text isn't visible in the dark theme--it blends with the background. - Add specific style settings for datetime shortcodes so that the timestamp text is visible outside of a table. Jason Stirnaman 2025-05-28 10:16:32 -0500
  • 008499d73e fix(js): datetime: import jquery, clone date before mutating, define variable Jason Stirnaman 2025-05-27 18:17:11 -0500
  • a318eb682e Update assets/js/datetime.js Jason Stirnaman 2025-05-27 18:04:50 -0500
  • 4570018a38 Update assets/js/datetime.js Jason Stirnaman 2025-05-27 18:04:29 -0500
  • 9cabc40a91 fix(js): Apply fixes for CoPilot suggestions. Jason Stirnaman 2025-05-27 17:38:51 -0500
  • ec0c815377 fix(js): Apply fixes suggested by CoPilot. - Fix inverted logic from previous commit in feature-callouts.js - Pass to other functions in flux-group-keys.js Jason Stirnaman 2025-05-27 16:54:25 -0500
  • 4296293fcc fix(js): Minor JS fixes: declare variable in keybindings.js, improve selector specificity in flux-group-keys, add group-key shortcode example to example.md Jason Stirnaman 2025-05-23 17:38:22 -0500
  • 9fc0ff36d3 ### Refactor keybindings to a component and replace deprecated detection method - Extracted platform detection to its own reusable utility module - Eliminates deprecated Navigator.platform API usage; uses the User-Agent Client Hints API as the primary method when available - Handles iOS and Android devices correctly Jason Stirnaman 2025-05-13 15:59:27 -0500
  • 4bbf1d7094 Improve DocSearch loading Jason Stirnaman 2025-05-13 14:43:20 -0500
  • d92d253242 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. Jason Stirnaman 2025-05-13 10:40:07 -0500
  • 3c64c01f75 fix(theme-switch): ThemeSwitch() should pass the component when calling Theme(). Jason Stirnaman 2025-05-12 17:47:12 -0500
  • f7a5c53ecf WIP: removed remaining scripts from footer/javascript.html. Migrated to components and utilities. Conditionally imports Mermaid if page has a diagram. Jason Stirnaman 2025-05-12 17:05:36 -0500
  • ccf74df759 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. Jason Stirnaman 2025-05-12 15:58:12 -0500
  • db4048f9e3 WIP: Removed unused home-interactions.js Jason Stirnaman 2025-05-12 15:52:43 -0500
  • 707ea48c10
    Merge branch 'master' into kapacitor-1.7.7 Jason Stirnaman 2025-06-02 12:50:07 -0500
  • f70abf8c0c
    Merge branch 'master' into pbarnett/update-explorer-version-requirements Jason Stirnaman 2025-06-02 12:49:14 -0500
  • 1d25e4b1b7
    Update content/influxdb3/explorer/_index.md Jason Stirnaman 2025-06-02 12:49:04 -0500
  • a6f53a2d5f
    Merge pull request #6117 from srebhan/telegraf_templates Jason Stirnaman 2025-06-02 12:00:02 -0500
  • bd4bded364
    chore: clarify required version number for Explorer peterbarnett03 2025-06-02 11:52:07 -0400
  • afd475aa59 Adapt templates to generator tool definitions Sven Rebhan 2025-06-02 17:21:47 +0200
  • 932df718e8 Release influxctl v2.10.1 Maya Strandboge 2025-05-30 11:21:20 -0600
  • b32c482ab3
    Update Explorer docker run commands with correct mode specification (#6114) Scott Anderson 2025-05-30 12:12:43 -0500
  • c5df0ea2df updated mode examples for explorer docker run Scott Anderson 2025-05-30 10:56:32 -0600
  • 776349582f updated the docker commands for explorer Scott Anderson 2025-05-30 10:54:07 -0600
  • b0823b6323
    Merge pull request #6109 from influxdata:fix-mono-get-started Jason Stirnaman 2025-05-30 11:08:08 -0500
  • 197f362edc fix(mono): Get started and Explorer: - Update Explorer query section and tip - Move tip - Fix anchor link in Explorer install fix-mono-get-started Jason Stirnaman 2025-05-30 10:42:00 -0500
  • 02dde9ace4
    Merge branch 'master' into fix-mono-get-started Jason Stirnaman 2025-05-30 10:07:58 -0500
  • ea3a2e0d63
    Merge pull request #6113 from influxdata/pbarnett/update-getting-started-video peterbarnett03 2025-05-30 09:49:01 -0400
  • 26e8614dcc
    Update _index.md Jameelah Mercer 2025-05-30 12:28:00 +0900
  • ba7bbff900
    Update _index.md Jameelah Mercer 2025-05-30 12:27:52 +0900
  • 8e9e890752
    Update _index.md Jameelah Mercer 2025-05-30 12:27:41 +0900
  • df347fd679
    Update _index.md Jameelah Mercer 2025-05-30 12:27:28 +0900
  • 97fb7f1cdb
    Update _index.md Jameelah Mercer 2025-05-30 12:27:20 +0900
  • 5989d07617
    Update _index.md Jameelah Mercer 2025-05-30 12:27:11 +0900
  • 589374a1d2
    Update _index.md Jameelah Mercer 2025-05-30 12:26:58 +0900
  • 751e13d1c2
    Update _index.md Jameelah Mercer 2025-05-30 12:26:44 +0900
  • 1ec434645a
    fix: update video pbarnett/update-getting-started-video peterbarnett03 2025-05-29 21:50:42 -0400
  • c4dbe4db83
    Merge pull request #6112 from influxdata/garylfowler-patch-1 peterbarnett03 2025-05-29 19:58:22 -0400
  • ef94943f54
    Update _index.md garylfowler-patch-1 Gary Fowler 2025-05-29 13:53:19 -1000
  • 6e127d4572 hotfix: included explorer in discord-preferred list Scott Anderson 2025-05-29 17:41:12 -0600
  • bd543f6a14
    update: start explorer docs (#6102) peterbarnett03 2025-05-29 19:29:16 -0400
  • 4370327b0d
    Add InfluxDB 3 Explorer installation documentation (#6111) pbarnett/explorer-docs Scott Anderson 2025-05-29 18:20:09 -0500
  • 1fc60aee98 more minor updates Scott Anderson 2025-05-29 17:17:34 -0600
  • 7c1a03df9a other minor updates Scott Anderson 2025-05-29 17:13:49 -0600
  • 7a85172685 adjust page weights for explorer docs Scott Anderson 2025-05-29 17:08:42 -0600
  • 86a03e7b5e Merge branch 'explorer/install' of github.com:influxdata/docs-v2 into explorer/install Scott Anderson 2025-05-29 16:47:16 -0600
  • 04f4cfeca9 updated to address PR feedback Scott Anderson 2025-05-29 16:47:07 -0600
  • 78d07a6a9d update: add getting started video Peter Barnett 2025-05-29 18:42:58 -0400