Commit Graph

5915 Commits (50f9f9d888b8b9433b794a09e7fa622a64e90fdb)

Author SHA1 Message Date
Helvio Pedreschi 50f9f9d888
Fixed private CIDRs (#4216) 2022-07-14 12:15:20 -06:00
Scott Anderson 51946813b8 hotfix: fix versioning in influxdb release notes 2022-07-13 08:56:30 -06:00
kelseiv c4f090b8d1
telegraf 1.23.2 (#4201)
* telegraf 1.23.2
* add edits from release announcement
* edit f Sam
2022-07-12 15:21:58 -07:00
Scott Anderson c398fbc70f hotfix: update monitor states examples, closes #4187 2022-07-12 15:31:19 -06:00
sunbryely-influxdata cb84692dd8
Merge pull request #4205 from influxdata/flux-0.174.1
Flux 0.174.1 Release Notes
2022-07-12 14:18:48 -07:00
sunbryely-influxdata 0f90ab1198
Merge branch 'master' into flux-0.174.1 2022-07-12 14:15:41 -07:00
sunbryely-influxdata d680b9e152
Update content/flux/v0.x/release-notes.md
Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-07-12 13:00:16 -07:00
wiedld 51121eff2e
fix: add field to example annotated csv, such that it copy/paste works in the UI in linked example (#4206) 2022-07-12 12:01:00 -07:00
Sunbrye Ly a348ddaa33 release notes 2022-07-12 10:30:31 -07:00
Sunbrye Ly 548178966f need to reset pycharm 2022-07-12 10:27:34 -07:00
Jason Stirnaman 064d9d0a25
chore/api-tags flatten tags (#4191)
* chore(api):

- Replace some x-tagGroups with tags to flatten the navigation and redundant headings.
- Remove unnecessary x-tagGroups from 1.x compat docs.

* chore: remove unused tag-group files.

* chore: update api-docs README

- Document the generate -c flag.
- Cleanup.

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-12 12:21:35 -05:00
Ignacio Van Droogenbroeck 836bd1bcbd
Update database_management.md (#4182)
For some reason <br> was not allowing the snippets are displayed correctly on the docs website.

Co-authored-by: Scott Anderson <sanderson@users.noreply.github.com>
2022-07-12 10:43:25 -06:00
Mike Eriksson 8318ed4919
Update data-elements.md (#4204)
Just fixe a spelling mistake, 'follwoing' to 'following'.
2022-07-12 10:40:16 -06:00
lwandzura a9475eb0a6
Enterprise 1.9.8 release notes (#4185)
* added cli 2.4 release updates

* added 1.9.8 update, added passive node to glossary

* added passive node feature paragraph

* updated inlfud-ctl command

* additional updates

* Revert "added cli 2.4 release updates"

This reverts commit d8964e689e.

* Update content/enterprise_influxdb/v1.9/concepts/glossary.md

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

* added additional feature

* updated with today's date

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-11 11:35:25 -05:00
peterreg 7abe87fbc2
This adds videos for Seasons 4-6 (#4177)
* This adds videos for Seasons 4-6

* Update Intro-to-Client-Libraries.md

* Update API-Invocable-Scripts.md

* Update Edge-Data-Replication.md

* Update Flux-Data-Structure.md

* Update Flux-Functions.md

* Update Optimizing-Flux-Functions.md

* Update Intro-to-Check-&-Notifications.md

* Update Checks-&-Notification-in-Action.md

* Update Aggregator-&-Processor-Plugins-in-Telegraf.md

* Update Using-MQTT-and-InfluxDB-for-IoT.md

* Update Basics-of-Geo-temporal-data-and-InfluxDB.md

* Update Flux-and-S2-Geometry.md

* Update Using-Flux-to-query-geo-temporal-data.md

* Update InfluxDB-in-the-IoT-stack.md

* Update Architecture-Overview-for-IoT-and-InfluxDB.md

* Update Configuring Replications For Downsampling To Cloud.md

* Update Retaining-Data-Shape-When-Downsampling-To-Cloud.md

* Update Using-Scripts-in-InfluxDB.md

* Update Invocable-Scripts-and-Tasks.md

* Update Invocable-Scripts-for-Alerting.md

* Update Batching-Data-with-the-Python-Client-Library.md

* Update Querying-Data-with-the-Python-Client-Library.md

* Update Using-the-InfluxDB-Python-Client-Library-Administrative-API.md

* Update Basics-of-Geo-temporal-data-and-InfluxDB.md

* Update Basics-of-Geo-temporal-data-and-InfluxDB.md

* Update content/resources/videos/API-Invocable-Scripts.md

* Update content/resources/videos/Checks-&-Notification-in-Action.md

* Update API-Invocable-Scripts.md

* Testing Circle ci fix

* Edits for videos seasons 4-6

* Resolve conflict duplicate videos

* Further revisions to videos seasons 4-6

* update filenames

* video edits

Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
Co-authored-by: Jason Stirnaman <jstirnaman@influxdata.com>
Co-authored-by: Kelly <kelly@influxdata.com>
2022-07-08 17:52:41 -07:00
Jason Stirnaman 91a8b7c826
Chore/improve api docs generation (#4196)
* chore: getswagger quality-of-life

- Exit on invalid options.
- Show curl output, e.g. if the filepath is incorrect.
- Replace $_ with $outFile for readability.
- Replace context with platform, the common jargon.

* chore(api): generate.sh quality-of-life

- Only regenerate HTML for a spec version if the current file differs from master.
- Refactor to remove code repetition.

* chore: generate.sh generates all versions by default

- Add a -c flag that only generates changed files (for development).
- More refactoring.
2022-07-08 16:30:02 -05:00
Jason Stirnaman e76dfb1ff4
Revert "Chore/improve api docs generation (#4190)" (#4194)
This reverts commit ee7239189c.
Got 404s for API docs pages after deploy.
2022-07-08 10:48:41 -05:00
Jason Stirnaman ee7239189c
Chore/improve api docs generation (#4190)
* chore: getswagger quality-of-life

- Exit on invalid options.
- Show curl output, e.g. if the filepath is incorrect.
- Replace $_ with $outFile for readability.
- Replace context with platform, the common jargon.

* chore(api): generate.sh quality-of-life

- Only regenerate HTML for a spec version if the current file differs from master.
- Refactor to remove code repetition.
2022-07-08 09:55:04 -05:00
kelseiv d9d30d093b
add deprecated warning (#4192) 2022-07-07 15:39:00 -07:00
Anaisdg bea34af485
new how-to: reduce to construct JSON (#4160)
new how-to: reduce to construct JSON
Co-authored-by: Anais Dotis-Georgiou <anais@Anaiss-MacBook-Pro.local>
Co-authored-by: kelseiv <47797004+kelseiv@users.noreply.github.com>
2022-07-07 11:09:17 -07:00
Jay Clifford 5cd87a623e
Wrong function in docs (#4180)
sum() function has an incorrect example.
Pointed out by community user : https://community.influxdata.com/t/sum-function-documentation/25631
2022-07-07 10:37:58 -07:00
sunbryely-influxdata b93e8161b2
Merge pull request #4188 from influxdata/flux-0.174
Flux 0.174 release notes
2022-07-06 15:32:16 -07:00
sunbryely-influxdata 22c0f1fdf8
Merge branch 'master' into flux-0.174 2022-07-06 15:24:54 -07:00
Sunbrye Ly b3718a4ba4 PR requested changes 2022-07-06 15:19:37 -07:00
Jamie Strandboge a6f21fae93
chore(security): also mention notifications with hardening-enabled (#4183) 2022-07-06 15:10:06 -07:00
Sunbrye Ly b3e764fe7f 0.174 2022-07-06 11:42:47 -07:00
Sunbrye Ly 896c4d8fa1 release notes 2022-07-06 11:29:21 -07:00
kelseiv 6dce2c71e9
June cloud updates (#4178)
* June Cloud updates
* remove black links
* edit from Sam
2022-07-06 09:00:35 -07:00
noramullen1 4ad137d51e
1.23.1 patch release (#4186) 2022-07-05 15:44:50 -07:00
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