Commit Graph

6036 Commits (6b7aba002964c4a7ec77fb119427ff5366ccd007)

Author SHA1 Message Date
Michael Hall a11e3d9a66
Add 'How-to Guides' to the Sidebar navigation under 'Additional resources' (#4176) 2022-07-02 16:15:31 -07:00
sunbryely-influxdata 16478e847a
Merge pull request #4169 from influxdata/flux-0.173
Flux 0.173
2022-06-30 12:24:37 -07:00
Sunbrye Ly 8d103f7b9d pr requested fixes 2022-06-30 12:20:59 -07:00
Sunbrye Ly 49d0295984 spelling 2022-06-29 18:54:38 -07:00
Sunbrye Ly 4cefd447c3 auto gen 2022-06-29 18:52:35 -07:00
Sunbrye Ly 926bf4097d release notes 2022-06-29 18:26:40 -07:00
peterreg f072501bed
Fix for broken Telegraf Install link (#4167) 2022-06-28 17:36:08 -07:00
Jason Stirnaman 72c31b5d12
Chore/upgrade hugo (#4164)
* fix: Upgrade Hugo and CSS dependencies to fix code samples

Upgrade to latest version of hugo-extended.
Upgrade to latest compatible version of PostCSS.
Fixes syntax highlighting for JavaScript code samples.

* chore: add openapi elements and reimplement Regex to replace shortcode.
2022-06-28 16:17:05 -05:00
sunbryely-influxdata fe1a68961b
Merge pull request #4166 from influxdata/flux-0.172
chore/Flux 0.172
2022-06-27 17:42:35 -07:00
sunbryely-influxdata fcbb10fa93
Merge branch 'master' into flux-0.172 2022-06-27 17:30:25 -07:00
Sunbrye Ly 23dc25a4e6 pr changes 2022-06-27 17:29:49 -07:00
sunbryely-influxdata 61e3fdf31b
Update content/flux/v0.x/release-notes.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-27 17:14:44 -07:00
Jason Stirnaman 2f5a08c101
fix: replace npm with yarn (#4165)
- Use yarn instead of npm (#4147).
2022-06-27 16:19:47 -05:00
Sunbrye Ly e5e257328b priotize new join functions 2022-06-27 12:41:49 -07:00
Sunbrye Ly 4b6c27d781 autogen docs 2022-06-27 12:34:11 -07:00
Jason Stirnaman 88d3057f21
fix(api): reimplement Regex to replace shortcode. (#4161)
* fix(api): reimplement Regex to replace shortcode.

- Update README with more detailed instructions for updating API docs.
- Use regular expression instead of string to replace URL shortcode, just in case of extra whitespace or line breaks.
- Look for shortcode in additional nodes, especially Parameters.
- Regenerate docs with URL shortcode replacement.

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

* Update api-docs/openapi/plugins/decorators/replace-shortcodes.js

* Update api-docs/README.md

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-27 08:53:32 -05:00
Kelly 4df63b0dc9 hotfix 2022-06-24 10:23:18 -07:00
peterreg 36adf017a1
Formating fixes for create variable section (#4118)
* Draft

* Updates from Kelly

* Fixes for #4059

* Added edit from Larissa

Thanks!

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-23 16:37:49 -07:00
Scott Anderson 909980c765
Auto-generated Flux docs (#4158)
* WIP testing autogen

* WIP autogen docs, added contributors parital

* updated stdlib

* WIP autogen

* Inject Flux stdlib frontmatter script (#4157)

* added frontmatter injection script and frontmatter data file

* regenerated stdlib

* finalize frontmatter injection script

* add frontmatter injection to CI build

* remove debug line from frontmatter script

* fresh docs generate

* fresh generate
2022-06-23 16:21:58 -06:00
dependabot[bot] 12305352fd
chore(deps): bump got from 11.8.3 to 11.8.5 (#4154)
Bumps [got](https://github.com/sindresorhus/got) from 11.8.3 to 11.8.5.
- [Release notes](https://github.com/sindresorhus/got/releases)
- [Commits](https://github.com/sindresorhus/got/compare/v11.8.3...v11.8.5)

---
updated-dependencies:
- dependency-name: got
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-06-23 08:23:38 -06:00
Jason Stirnaman d6b4f8cf04
chore: add OSS v2.3 API docs. (#4152) 2022-06-22 15:36:39 -07:00
Jamie Strandboge 310acf9e52
add missed items from 2.2 (#4151)
* copy forward security/disable-devel.md from v2.2

* apply 2.2 repl fixes in a37484ca to 2.3
2022-06-22 09:05:03 -07:00
Anaisdg 2c05f032b9
added how to guides on: 1. assigning more than four states to data 2.… (#4087)
* added how to guides on: 1. assigning more than four states to data 2. selecting specific hours from data 3. monitoring state changes across task executions

* Update content/resources/how-to-guides/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/_index.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/state-changes-across-task-executions.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/state-changes-across-task-executions.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/state-changes-across-task-executions.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/state-changes-across-task-executions.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Update content/resources/how-to-guides/assigning-more-than-four-states.md

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

* fix suggestions: header corrections, details on packages imported

* Apply suggestions from code review

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>

Co-authored-by: Anais Dotis-Georgiou <anais@Anaiss-MacBook-Pro.local>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-06-22 09:22:11 -06:00
Scott Anderson 546b5b1123 hotfix: fix latest telegraf version 2022-06-22 08:24:49 -06:00
Kelly cfb539eb24 hotfix for portal link 2022-06-21 15:07:53 -07:00
Kelly c0837775a2 hotfix 2022-06-21 14:06:07 -07:00
kelseiv bacc623c9a
2.3oss (#4140)
* updates for 2.3
* upd ref menu
* add influxd flag
* add 2.3 security notes plus opt out of devel features (#4145)
* add security section to the 2.3 release notes
* security/disable-devel.md: opt out of potentially unneeded features in prod
* Update content/influxdb/v2.2/security/disable-devel.md
* Update content/influxdb/v2.3/reference/release-notes/influxdb.md
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
* update links
* Update content/influxdb/v2.2/security/disable-devel.md
Co-authored-by: Sam Dillard <sam@influxdata.com>
* tweak config info (#4149)
* update version
* Update content/influxdb/v2.3/reference/release-notes/influxdb.md
* clarify functions were renamed
* add overview link to security updates
* change to edge file
Co-authored-by: Jamie Strandboge <jamie@strandboge.com>
Co-authored-by: Sam Dillard <sam@influxdata.com>
2022-06-21 13:20:36 -07:00
Jamie Strandboge 560ca692d1
adjust influxdb1.8 and telegraf to be consistent; add repo instructions for 2.2 (#4135)
* adjust telegraf apt install to be consistent with downloads page
* adjust influxdb 1.8 apt install to be consistent with downloads page
* adjust influxdb 2.2 yum and apt repo instructions (preferred)
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-21 13:00:02 -07:00
Scott Anderson f7bfddc574
Flux function type signatures (#4138)
* adds flux type signature documentation

* updates to type signature doc

* renamed type signature doc

* udpated type signatures doc to address PR feedback

* last few updates to type signature doc
2022-06-21 13:50:00 -06:00
Jamie Strandboge a37484ca8b
fix: edge data replication typos (#4144)
* replicate-data.md: --remote-url needs the protocol

* replicate-data.md: remove errant ']'

* replicate-data.md: aggregateWindow() requires positive 'every'

* replicate-data.md: add clarifying comment for 'option task' line in flux
2022-06-21 08:07:26 -07:00
Felix Wehnert 4cf8bfb0ff
Update telegraf_plugins.yml (#4142)
Typo
2022-06-20 15:51:22 -07:00
sunbryely-influxdata 0ef4929d21
Merge pull request #3875 from influxdata/fix/run-task
fix: update task run docs with Clockface changes.
2022-06-17 09:52:46 -07:00
sunbryely-influxdata e44c471b27
Merge branch 'master' into fix/run-task 2022-06-17 09:34:19 -07:00
Sunbrye Ly 2ccb60bb69 fix: last pr request fixes 2022-06-17 09:31:13 -07:00
Sunbrye Ly 73115cbdd1 fix: pr request fixes 2022-06-17 09:30:09 -07:00
Sunbrye Ly 13b3b3009b fix: pr request fixes 2022-06-17 09:28:33 -07:00
Scott Anderson d0f4d657cf
hotfix: port update that fixes dead link in upgrade guide 2022-06-17 10:26:43 -06:00
Aleksander Bless b65522ba2c
Update automatic-upgrade.md (#3694)
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-06-17 10:24:38 -06:00
sunbryely-influxdata 5a5510dfe2
Merge pull request #4116 from influxdata/fix/dar-305-export-all
fix: adding possible resource types
2022-06-17 09:23:15 -07:00
Scott Anderson a94dbfbb18
Merge branch 'master' into fix/dar-305-export-all 2022-06-17 10:20:38 -06:00
Scott Anderson 00c08c2434
hotfix: update CLI links in 2.2 2022-06-17 10:19:55 -06:00
sunbryely-influxdata 5df7918f22
Merge branch 'master' into fix/dar-305-export-all 2022-06-17 09:19:00 -07:00
David ce7260b62e
Update _index.md (#3929)
fix "list" subcommand link

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-06-17 10:17:48 -06:00
Scott Anderson 62a798df64
Merge branch 'master' into fix/dar-305-export-all 2022-06-17 10:15:23 -06:00
kelseiv 9b4de3b064
Add compaction information (#4084)
* add word to dict
* add compation info tsi details
* misc edits
* add compaction info to oss 2.2+
2022-06-16 14:49:57 -07:00
sunbryely-influxdata 516662cf12
Merge pull request #4132 from influxdata/fix/iot-starter-page
fix: fix children
2022-06-16 14:08:25 -07:00
sunbryely-influxdata 50a3eb1d99
Merge branch 'master' into fix/iot-starter-page 2022-06-16 14:01:33 -07:00
sunbryely-influxdata 6866c690bc
Merge pull request #4129 from influxdata/hotfix/tutorial-list-title
hotfix: JS tutorial list title.
2022-06-16 14:01:26 -07:00
sunbryely-influxdata d96040e60c
Merge branch 'master' into hotfix/tutorial-list-title 2022-06-16 13:58:25 -07:00
Sunbrye Ly 0a118d5f5f fix: fix children 2022-06-16 13:57:50 -07:00