Peter Barnett
6b561615dc
chore: update to Docker image
2025-04-23 14:42:19 -04:00
Jason Stirnaman
ff27f51293
Merge pull request #6011 from influxdata/token-link-shortcode
...
Add 'token-link' shortcode
2025-04-23 11:00:10 -05:00
Jason Stirnaman
84bf123515
Merge branch 'master' into token-link-shortcode
2025-04-23 10:48:33 -05:00
Scott Anderson
4c7c8d13fd
Apply suggestions from code review
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-23 09:47:04 -06:00
Jason Stirnaman
8eae6b658d
Merge pull request #6015 from influxdata/path-like-code-placeholders
...
Path like code placeholders
2025-04-23 10:33:43 -05:00
Jason Stirnaman
bf7b395b06
chore(code-placeholders): Support path-like patterns:
...
- Assigns the match expression to a data attribute (data-id) to use in eleement selection. Previously, it assigned the regex expression to input.id and used the ID to select the element when updating the placeholder value. A regex that starts with a slash causes an error; input#/path/to/match isn't a valid id.
- Supports placeholders like '\/path\/to\/file.parquet'
- Refactors code-placeholders to the component pattern.
2025-04-23 10:27:20 -05:00
Jason Stirnaman
2c6b0c4650
fix(code-placeholders): Store escaped expression in a data attribute
2025-04-23 10:25:25 -05:00
Jason Stirnaman
48cf246b86
Merge pull request #6014 from influxdata/revert-6013-path-like-code-placeholders
...
Revert "chore(code-placeholders): Support path-like patterns:"
2025-04-23 10:21:14 -05:00
Jason Stirnaman
ae054efed7
Revert "chore(code-placeholders): Support path-like patterns:"
2025-04-23 10:21:02 -05:00
Jason Stirnaman
151671f0eb
Merge pull request #6013 from influxdata/path-like-code-placeholders
...
chore(code-placeholders): Support path-like patterns:
2025-04-23 10:18:28 -05:00
Jason Stirnaman
7d3d8703aa
Merge branch 'master' into path-like-code-placeholders
2025-04-23 10:15:12 -05:00
Jason Stirnaman
6287e0aa76
chore(code-placeholders): Support path-like patterns:
...
- Assigns the match expression to a data attribute (data-id) to use in eleement selection. Previously, it assigned the regex expression to input.id and used the ID to select the element when updating the placeholder value. A regex that starts with a slash causes an error; input#/path/to/match isn't a valid id.
- Supports placeholders like '\/path\/to\/file.parquet'
- Refactors code-placeholders to the component pattern.
2025-04-23 10:14:45 -05:00
Scott Anderson
a7c92c9fd4
Revert "InfluxDB OSS and InfluxDB Enterprise 1.12.0 ( #5992 )" ( #6012 )
...
This reverts commit 735c843ff0
.
2025-04-22 17:54:32 -06:00
Scott Anderson
11541e912b
updated token-link shortcode to use local scratch
2025-04-22 15:07:50 -06:00
Scott Anderson
e6f53d025e
add token-link shortcode
2025-04-22 14:47:47 -06:00
Jason Stirnaman
38a19403ca
Merge pull request #6008 from influxdata/fix-outdated-bearer-token-arg
...
hotfix(influxdb3): Core and Enterprise: remove outdated serve --bearer-t…
2025-04-21 16:15:13 -05:00
Jason Stirnaman
53b0fd7dd9
Merge pull request #6010 from influxdata/6009-fix-missing-dashboard-image
...
hotfix(cloud-dedicated): Missing operational dashboard image:
2025-04-21 16:13:45 -05:00
Jason Stirnaman
d25356974e
fix(cloud-dedicated): Missing operational dashboard image:
...
- Move image from /influxdb to expected /influxdb3
2025-04-21 16:11:01 -05:00
Jason Stirnaman
ed7395d145
fix(influxdb3): Core and Enterprise: remove outdated serve --bearer-token arg ( Closes #6007 )
2025-04-21 15:59:32 -05:00
Jason Stirnaman
016642e305
Merge pull request #6005 from influxdata/fix-influxdb3-permissions
...
Fix influxdb3 permissions
2025-04-21 15:44:52 -05:00
Jason Stirnaman
49acdbabd7
fix(influxdb3): Apply corrections from code review
2025-04-21 15:41:03 -05:00
Jason Stirnaman
874d09ca4a
chore(influxdb3): Core and Enterprise tokens: Apply suggestions from @jdstrand
2025-04-21 13:59:04 -05:00
Jason Stirnaman
1069f31c9f
chore(influxdb3): Core and Enterprise resource tokens: Move from /shared to /enterprise. Apply suggestions from @jdstrand
2025-04-21 13:57:13 -05:00
Jason Stirnaman
80de38933c
feat(influxdb3): Core and Enterprise: add create admin token API examples
2025-04-21 13:51:10 -05:00
Jason Stirnaman
487a6d046b
feat(influxdb3): Core and Enterprise: update API references:
...
- Add token management endpoints
- Update auth traitTag content
- Revise tags
- Add cache information
- Add Cache data tag group
- Remove Data I/O tag group
- Add Query data and Write data tags
2025-04-21 13:49:49 -05:00
Jason Stirnaman
00934ec4ba
chore(influxdb3): Core and Enterprise: Cleanup admin token page, show children
2025-04-21 13:32:19 -05:00
Jason Stirnaman
2a46dddf55
chore(influxdb3): Core and Enterprise: Use shared admin/tokens
2025-04-21 13:04:51 -05:00
Jason Stirnaman
ac79824ade
feat(auth): Core and Enterprise: add ABAC auth reference
2025-04-21 12:54:13 -05:00
Jason Stirnaman
1dbe6c263f
chore: add SOURCE comment anchor
2025-04-21 09:57:26 -05:00
Jason Stirnaman
c8bc364b49
chore(influxdb3): API ref: Add auth information and token regenerate endpoints
2025-04-21 09:57:26 -05:00
Jason Stirnaman
49ac16a0b7
chore(influxdb3): add API examples and descriptions for regenerate
2025-04-21 09:57:26 -05:00
Jason Stirnaman
68fea9828c
chore(docs): Add documentation for code-placeholders and code-placeholder-key shortcodes. Instruct CoPilot to use CONTRIBUTING.md.
2025-04-21 09:57:26 -05:00
Jason Stirnaman
e5a7501a9e
chore(test): Ignore cypress/screenshots for now
2025-04-21 09:57:26 -05:00
Jason Stirnaman
b6c42c647a
Merge pull request #5995 from Marukome0743/colon
...
fix: add missing a colon to influxdb3 compose.yaml
2025-04-18 17:33:37 -05:00
Jason Stirnaman
61515a5d35
Merge branch 'master' into colon
2025-04-18 17:30:10 -05:00
Jason Stirnaman
707aefa198
Merge pull request #6004 from influxdata/hotfix-influxdb3
...
hotfix(influxdb3): install, run with docker compose
2025-04-18 17:28:22 -05:00
Jason Stirnaman
635425e03b
hotfix(influxdb3): install with docker compose
2025-04-18 17:11:00 -05:00
Scott Anderson
1ce0c76664
Fix '--node-spec' examples ( #6001 )
...
* fix node-spec flags and examples
* fix node-spec frontmatter examples
2025-04-18 08:53:13 -06:00
Scott Anderson
76c7a3b457
hotfix: switch beta to new in product selector
2025-04-18 08:13:37 -06:00
peterbarnett03
82b3a55f50
Merge pull request #6000 from influxdata/pbarnett/3.0.1-release-notes
...
fix: Configurable limits only for Enterprise
2025-04-18 09:34:43 -04:00
peterbarnett03
5d2e61eb85
Merge branch 'master' into pbarnett/3.0.1-release-notes
2025-04-18 09:31:12 -04:00
Peter Barnett
80807c91fc
fix: Configurable limits only for Enterprise
2025-04-18 09:29:53 -04:00
peterbarnett03
6ad5cbea02
Merge pull request #5994 from influxdata/pbarnett/3.0.1-release-notes
...
chore: v3.0.1 release notes
2025-04-17 16:41:59 -04:00
peterbarnett03
7564abfac0
Merge branch 'master' into pbarnett/3.0.1-release-notes
2025-04-17 16:39:14 -04:00
Jason Stirnaman
77aba60788
Merge pull request #5999 from influxdata/chore-remove-vsflux
...
chore(vsflux): Remove Flux VSCode pages, add notice that vsflux is re…
2025-04-17 15:34:05 -05:00
peterbarnett03
a088c22dfa
Update content/shared/v3-core-enterprise-release-notes/_index.md
...
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
2025-04-17 16:14:40 -04:00
peterbarnett03
42b03eaf37
Merge branch 'master' into pbarnett/3.0.1-release-notes
2025-04-17 15:21:28 -04:00
Jason Stirnaman
310ca39f10
Merge branch 'master' into chore-remove-vsflux
2025-04-17 13:59:25 -05:00
Jason Stirnaman
38f53620dd
chore(vsflux): Remove Flux VSCode pages, add notice that vsflux is removed from Marketplace extensions, and vsflux and flux-lsp are archived
...
Closes #5990 . Fix broken links.
2025-04-17 13:58:33 -05:00
Peter Barnett
cac5f71559
fix: clarify table and update misspelled word
2025-04-17 14:50:02 -04:00