Commit Graph

5979 Commits (7d120aae3527da69f35320c2d14f1b47ed4cb126)

Author SHA1 Message Date
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
lwandzura 128f0409fb
added edge data replication to title, fixed formatting (#4131)
* added edge data replication, fixed formatting
* fixed list numbering
* add Edge Data Replication overview doc; add task-based doc as child
* update filename replicate-data; add Sam's video

Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2022-06-16 12:30:46 -07:00
noramullen1 1e1cc79eff
Telegraf 1.23 (#4119)
* version number updates

* Add changelog and new plugins

* add tags per pr review
2022-06-16 12:20:23 -07:00
JamesGibo 9cb89ce965
Correct replication instructions to use bucket id (#4130) 2022-06-16 09:57:42 -06:00
Jason Stirnaman 4e7acc1385 hotfix: JS tutorial list title. 2022-06-15 19:44:49 -05:00
Jason Stirnaman 9e33fe690a
Jts/api guides (#3862)
* - Add tutorial that guides a developer through building a simplified IoT
  center app with client libraries.
- device registration and authorization.
- write and query--explain batch writes with the JS client library.

* - feat: queries and visualizations with Giraffe library. queryToTable, Giraffe table.

* feat(api-guide): revise intro, auth, example headings.

* feat(api-guide): describe resources. describe auth and API tokens.

- API basics

* fix: influxdb and iot center setup

* fix: update registration steps to include the new INFLUX_BUCKET_AUTH flow.

* feat(api-guides): Add client library example to fetch routes.

- install, links.
- replace use of getIoTAuthorizations with query from getDevices.
- breakdown create device API requests.
- initial commit of API guide using Next.js with Influx client libraries. Project source at https://github.com/jstirnaman/nextjs-iot-starter.
- explain the flow to register a device. Remove unused example code. TODO: document the setup and UI.
- Add UI code samples. Revise headings. Explain API purpose.
- UI component fixes and refactor. Input field takes a device ID, queries, and re-renders the list with results. Registration button submits device ID for a new authorization.

* feat(api-guide): add iot-starter guide index page, fix errors

- add the iot-starter directory and index page
- fix tag errors and links.

* feat: IoT starter navigation.

* feat(api-guide): nav and intros.

* wip: rearrange, move full examples to top of section and link to explainers.

* chore: Shared intro shortcode for iot-starter tutorials.

* fix: intros, navigation, and config instruction

- Add intro shortcode for tutorials to share.
- Organize navigation for language-specific tutorials (would prefer to unify as much as possible).
- Update environment variable config instruction.

* Feature/api guide python client (#4023)

* adding placeholders into code

* create_device not tested yet

* everything working except flux query and filter query

* fix: replace download button with spec link. (#4013)

- Closes #3810 - Remove download button and add a link to the spec source in Github.

* Enterprise 1.9.7 release notes (#4007)

* added not under flux updates

* updates based on feedback

* changed release notes date

* added requested update

* added detail about script builder (#3995)

* added detail about script builder

* Update content/chronograf/v1.9/guides/querying-data.md

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

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

* fix: async writes and deletes (#4015)

- Correct handling of writes and deletes in cloud vs. oss (async vs. sync).
- Cleanup redundancy in Troubleshooting.
- Closes https://github.com/influxdata/DAR/issues/291

Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>

* Collect user feedback per page and restructure modals (#4014)

* WIP feedback forms

* WIP complete feedback lifecycles

* finalize page feedback interactions

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

* Revert "Enterprise 1.9.7 release notes (#4007)" (#4017)

This reverts commit c6f4a99d72.

* hotfix: fix cli homebrew package name, closes #4022

* docs: add python iot guide

* fix: remove .idea files

* fix: remove .idea files and package-lock

* fix: initial batch of fixes

* fix: finished PR changes

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/python.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

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

* Update content/influxdb/v2.2/api-guide/iot-starter/_index.md

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

* Delete _index.md

Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>

* chore: replace UI code with GH links, fix navigation.

* feat: API client library tutorials

- Cleanup py and js tutorials.
- JS is still WIP.
- Fix nav.

* fix: Revise Node.js tutorial.

* fix: Revise Python tutorial.

* fix: Remove last bullet since Node.js tutorial isn't that far yet.

* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/_index.md

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

* Update content/influxdb/v2.2/api-guide/tutorials/client-library-starter/nodejs.md

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

* wip: Install and run the UI.

* docs: fix instructions and move UI docs to iot-api-ui README.

* fix: Update JS and Py tutorials with common UI.

* fix: Update code samples in nodejs and python IoT starter tutorials.

* fix: fixup.

* fix: Cleanup code tabs.

* fix: update toc

* fix: iot-starter

Fix examples.
Cleanup.

* fix: python restart

* fix: Cleanup.

* chore: add repo links

* Add cloud, fix frontmatter.

* fix: Remove links to sections.

Co-authored-by: sunbryely-influxdata <101659702+sunbryely-influxdata@users.noreply.github.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MacBook-Pro.local>
Co-authored-by: lwandzura <51929958+lwandzura@users.noreply.github.com>
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Scott Anderson <scott@influxdata.com>
Co-authored-by: Sunbrye Ly <sunbryely@Sunbryes-MBP.lan>
2022-06-15 19:15:46 -05:00
Scott Anderson bb10438c0b
add table of mapped CLI environment variables, closes influxdata/DAR#292 (#4063) 2022-06-15 13:30:43 -06:00
lwandzura be203b054d
added infinite retention period of 0 (#4122)
* added infinite retention period of 0

* suggestions

Co-authored-by: Kelly <kelly@influxdata.com>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-06-15 11:44:02 -05:00