Commit Graph

1142 Commits (fbbc5ddd887703279bc2657e543a734bc10575a2)

Author SHA1 Message Date
Scott Anderson b0d9574ac1 updated flux 0.40.0 changelog items 2019-08-23 08:56:51 -06:00
Scott Anderson 9c5958bc21 added aggregateWindow output details 2019-08-22 15:31:20 -06:00
Scott Anderson 788fc297e7 added flux kaufman functions, resolves #382 2019-08-22 15:25:15 -06:00
Kelly a045b314e1 add links to java and C# client libraries #367 2019-08-22 13:42:10 -07:00
Kelly 145513f3cb indent button to fix numbering 2019-08-22 12:23:02 -07:00
Scott Anderson 163037d5a1 added flux 0.40.2 to changelog 2019-08-22 11:31:07 -06:00
Scott Anderson 970ff0889b added 0.40.1 to flux changelog 2019-08-21 09:54:21 -06:00
Scott Anderson 5853526a8a Merge branch 'flux-0.40' of github.com:influxdata/docs-v2 into flux-0.40 2019-08-20 11:18:07 -06:00
Scott Anderson 3a62b6a54f udpated holtwinters message in 0.39 changelog 2019-08-20 11:17:59 -06:00
Scott Anderson 3eadfd1aac
Merge pull request #386 from influxdata/flux/triple-exponential-derivative
Flux 'tripleExponentialDerivative()' function
2019-08-20 11:13:53 -06:00
Scott Anderson 7511473563 updated flux changelog with v0.40.0 2019-08-20 11:07:44 -06:00
Scott Anderson 61de431200 fixed typo in logarithmicBin examples 2019-08-15 14:42:22 -06:00
Kelly 49b6540a4e add queryd panic in holt-winters 2019-08-14 16:21:12 -07:00
kelseiv bb539baef9
Merge pull request #390 from influxdata/alpha-17
Alpha 17
2019-08-14 13:27:48 -07:00
Scott Anderson c5ab4eb0d4 updated map functions that were using deprecated map shorthand 2019-08-14 13:43:50 -06:00
Nora 9f8a66286e Fix release note formatting 2019-08-14 10:18:53 -07:00
noramullen1 cf36040359
Merge pull request #391 from influxdata/alpha-17-changelog
Alpha 17 changelog
2019-08-14 10:15:17 -07:00
Nora a580a1d156 fix date 2019-08-14 10:14:35 -07:00
Scott Anderson 6202c401d0 resolved merge conflicts with master branch 2019-08-13 15:00:26 -06:00
Scott Anderson 73f16bc0fb
Merge pull request #388 from influxdata/flux-0.39
Flux 0.39
2019-08-13 14:55:20 -06:00
Scott Anderson e1792fcac5 updated flux changelog with 0.39 2019-08-13 14:54:15 -06:00
Scott Anderson 59244db05b
Merge pull request #366 from influxdata/flux/chande
Flux chandeMomentumOscillator function
2019-08-13 14:38:54 -06:00
Scott Anderson 4cb0a170be
Merge pull request #380 from influxdata/flux/hour-selection
Flux 'hourSelection()' function
2019-08-13 14:38:48 -06:00
Nora 7e1f8d4184 Changelog update for alpha 17 2019-08-13 11:34:45 -07:00
Scott Anderson 280a2efe76
Merge pull request #387 from influxdata/flux-0.38
Flux 0.38
2019-08-13 10:44:17 -06:00
Scott Anderson 733fc6f13c updated tripleExponentialDerivative to address PR feedback 2019-08-12 08:52:13 -06:00
Scott Anderson 187b95f8f0 added flux tripleExponentialDerivative, resolves #373 2019-08-09 16:36:40 -06:00
Scott Anderson 92c5413e96 minor updates to limit and tail function docs 2019-08-09 14:47:25 -06:00
Scott Anderson 76dba6db64 added flux tail function, resolves #374 2019-08-09 14:42:32 -06:00
Scott Anderson 063eaa057c updated influxd report-tsi to address PR feedback 2019-08-08 09:53:33 -06:00
Scott Anderson 4ba04ad1b7 added influxd report-tsi doc, resolves #359 2019-08-07 17:12:57 -06:00
Scott Anderson a31e9be735
Merge pull request #372 from influxdata/flux/holt-winters
Added 'holtWinters()' function
2019-08-07 14:53:25 -06:00
Scott Anderson 934ed4b6e8 add example title to hourSelection example 2019-08-07 14:23:51 -06:00
Scott Anderson 6992b34fb8 added hourSelection function, resolves #363 2019-08-07 09:42:19 -06:00
Scott Anderson bcf28c309d fixed difference params, resolves #369 2019-08-06 16:47:16 -06:00
Scott Anderson 6a85f883b4 upated holtWinters doc to address PR feedback 2019-08-06 16:36:46 -06:00
Scott Anderson a04c0f344f added selector info to aggregateWindow, resolves #371 2019-08-06 16:20:24 -06:00
Scott Anderson 8c9fd6a524 added flux 0.38.0 release notes 2019-08-06 15:48:35 -06:00
Scott Anderson e65f2f55e5
Merge pull request #349 from influxdata/flux/date-package
New date package functions
2019-08-06 15:34:38 -06:00
Scott Anderson 6b1342916e marked date.year as draft 2019-08-06 14:52:36 -06:00
Scott Anderson ba7bcd6452 added holtWinters function 2019-08-06 14:11:46 -06:00
Scott Anderson c4e3669a88
Merge pull request #350 from influxdata/flux/relative-strength-index
Flux relativeStrengthIndex function
2019-08-05 13:25:35 -06:00
Scott Anderson 00fd6f7ae1
Merge pull request #334 from influxdata/flux/double-ema
Flux Double and Triple EMA
2019-08-05 13:24:48 -06:00
Scott Anderson a2c9de850a added date.year function 2019-08-05 13:21:51 -06:00
Scott Anderson 87b4a9f316
Merge pull request #353 from influxdata/flux/runtime-package
Added the Flux runtime package
2019-08-05 13:15:42 -06:00
Christopher Henn e2e5320fba
Update description of v.windowPeriod variable 2019-08-02 14:58:15 -07:00
Scott Anderson f581191349 added more details about the CMO algorithm calculation to address PR feedback 2019-07-29 10:56:30 -06:00
Scott Anderson b381781d19 updated difference function doc to address PR feedback 2019-07-29 10:49:49 -06:00
kelseiv 006d2325d3
Merge pull request #358 from influxdata/matching-params
Matching params
2019-07-29 08:24:55 -07:00
Scott Anderson a9e553ed44 added keepFirst param to difference function 2019-07-26 15:52:58 -06:00
Scott Anderson 305e2e318c added the chandeMomentumOscillator function, resolves #360 2019-07-26 15:34:40 -06:00
Scott Anderson 004a623107 added tripleEMA(), udpated params on existing moving avg docs 2019-07-26 15:04:01 -06:00
Scott Anderson ee019fd165 added cloud ga release notes 2019-07-26 13:24:51 -06:00
kelseiv f50bbacf8b
Update expressions.md
remove extra line
2019-07-26 12:15:02 -07:00
Scott Anderson 87ba42544a fixed bad frontmatter 2019-07-26 11:16:06 -06:00
Scott Anderson bfe844266e resolved merge conflicts 2019-07-26 11:04:16 -06:00
Scott Anderson 3c2c4dba2d initial changes for alpha-17 2019-07-26 10:59:45 -06:00
Kelly ec9b768285 add note for matching params to the to() function 2019-07-25 18:30:51 -07:00
Kelly 554a293e78 add note for matching params in tablefind() 2019-07-25 18:22:39 -07:00
Kelly 6a6f07acff add note for matching params to stateduration() 2019-07-25 18:17:22 -07:00
Kelly 14b3574f4c add note for matching params to statecount() 2019-07-25 18:15:45 -07:00
Kelly fe17d9cb72 add note for matching params to keyvalues() 2019-07-25 18:13:08 -07:00
Kelly 9c2f330e39 add note for matching params to keep() function 2019-07-25 18:07:56 -07:00
Kelly c6295402aa add note for matching params to drop() function 2019-07-25 18:06:21 -07:00
Kelly 4a42a4cbc4 add note for matching params to rename() function 2019-07-25 18:04:12 -07:00
Kelly 5a94e0a668 add note for matching params to reduce() function 2019-07-25 17:58:24 -07:00
Kelly e6130f8a7e add note for matching params to map() function 2019-07-25 17:55:43 -07:00
Kelly 3b460ea8de add matching params note to filter() 2019-07-25 17:47:56 -07:00
Kelly dc0093f82a update matching params note in aggregate window 2019-07-25 17:46:59 -07:00
Kelly 463b0375c9 clarify matching parameter note 2019-07-25 17:42:13 -07:00
Kelly 3268ef9759 add note for matching params in aggregateWindow() 2019-07-25 17:25:30 -07:00
noramullen1 108f6e5463
Merge pull request #357 from influxdata/alpha-16
Alpha 16
2019-07-25 17:09:11 -07:00
Nora fbfc36fed2 Fix formatting 2019-07-25 17:08:30 -07:00
Kelly 18fb91037c update format 2019-07-25 16:58:50 -07:00
Kelly a71b4669c4 remove gerund from heading 2019-07-25 16:50:46 -07:00
Kelly 461d7affd7 add "Matching parameter names" heading 2019-07-25 16:47:56 -07:00
Kelly 92104b6e4d add parameter names must match in transformations 2019-07-25 16:36:20 -07:00
Kelly af5182ffb7 add support for short notation in call expressions 2019-07-25 16:33:37 -07:00
Nora 9f8960191f Release notes for alpha-16 2019-07-25 16:06:23 -07:00
Scott Anderson d26c4c44c4 removed draft flag from exponentialMovingAverage 2019-07-25 16:23:18 -06:00
Scott Anderson 00ee515e01 finalized flux 0.37 release 2019-07-25 16:18:00 -06:00
kelseiv 8fe9cf857c
Merge pull request #354 from influxdata/gloss
Remove remaining questions and hid all enterprise content. Closes #285
2019-07-25 14:12:43 -07:00
kelseiv 9a4af62a6e
Update glossary.md 2019-07-25 13:56:51 -07:00
Kelly 54d496f59e rmd questions and hid all enterprise content 2019-07-25 13:14:06 -07:00
Scott Anderson 93d4b284f7 added the flux runtime package, resolves #352 2019-07-24 15:56:13 -06:00
Scott Anderson 71c055ad9f updates to the histogram doc to address feedback 2019-07-24 15:19:04 -06:00
Scott Anderson 9f2cd6bb51 updated RSI function doc to address PR feedback 2019-07-24 15:06:16 -06:00
Nora 6c2b877ce5 Miscellaneous UI updates missed in an earlier round 2019-07-23 16:06:27 -07:00
Scott Anderson ce94a62057 added relativeStrengthIndex function doc, resolves #339 2019-07-23 16:32:07 -06:00
Scott Anderson 22bcd1c951 re-added single stat graph doc that was unintentially removed 2019-07-23 15:48:51 -06:00
Scott Anderson 1dc00f2ec8 added new date package functions 2019-07-23 15:42:48 -06:00
Scott Anderson af210afbd8
Merge pull request #335 from influxdata/flux/date-package
Flux date package
2019-07-23 14:25:59 -06:00
Scott Anderson 3f8574778f updated flux release notes with 0.37 2019-07-23 14:23:54 -06:00
Scott Anderson 2fb5231fc2 Merge branch 'master' into flux-0.37 2019-07-23 14:17:41 -06:00
Scott Anderson 543ea3c8b7
Merge pull request #340 from influxdata/variable-enhancements
Enhance variable docs
2019-07-23 11:27:53 -06:00
Scott Anderson 28c41bdcd4
Merge pull request #320 from influxdata/query/sql-guide
Query SQL guide with sample data
2019-07-23 11:24:10 -06:00
Scott Anderson f7e9172d0e updated cloud support box, fixed typos, updated favicon 2019-07-23 11:18:41 -06:00
Scott Anderson 276ff53659
Merge pull request #337 from influxdata/influxdb-cloud-release-updates
Influxdb cloud release updates for go-live
2019-07-23 10:45:24 -06:00
Scott Anderson 02fd4dd544 updated cloud getting started to address pr feedback 2019-07-23 10:36:59 -06:00
Scott Anderson 2fa1cbbd9f fixed typo in cloud getting started 2019-07-23 09:05:10 -06:00
Scott Anderson b43148aa97 edits to cloud getting started, removes about cloud section 2019-07-23 08:58:26 -06:00
stevebang c6ac16162b Tweak to get-started 2019-07-22 17:03:37 -07:00
Scott Anderson a4685356f9
Merge pull request #343 from influxdata/cloud-account-management
Cloud account management
2019-07-22 17:57:43 -06:00
Scott Anderson 474ba04ada updated upgrade to payg doc 2019-07-22 17:51:10 -06:00
Scott Anderson dbed1e25e8 updated account management docs to address PR feedback 2019-07-22 17:38:46 -06:00
stevebang fda7a9136a Incorporate some of tim's feedback 2019-07-22 16:33:27 -07:00
stevebang 42ed0c8ba7 Add links to Flux and API docs 2019-07-22 16:11:42 -07:00
Scott Anderson 9fd4923d55 resolved merge conflicts for new cloud docs 2019-07-22 17:03:22 -06:00
stevebang 01c2cb871e Add link to csv.from funtion docs 2019-07-22 16:01:59 -07:00
Scott Anderson 9ec0be2f44 Merge branch 'cloud-account-management' of github.com:influxdata/docs-v2 into cloud-account-management 2019-07-22 17:01:48 -06:00
Scott Anderson fde167283a updated wording on cloud usage stats 2019-07-22 17:01:44 -06:00
stevebang f52d25f437 modifications based on feedback 2019-07-22 15:55:40 -07:00
noramullen1 6da940a069
Update offboarding.md 2019-07-22 15:28:35 -07:00
Scott Anderson 585c3c4011 updated placeholder descriptions and updated list titles for cloud acct management docs 2019-07-22 16:18:49 -06:00
Scott Anderson 8dcfc06320 minor tweaks to cloud cancel doc 2019-07-22 16:11:53 -06:00
noramullen1 289ee67296
Merge pull request #341 from influxdata/cloud-account-management-offboarding
Cancellation page
2019-07-22 15:03:18 -07:00
Scott Anderson 4c242b7e1d updated create variable doc to address PR feedback 2019-07-22 16:02:28 -06:00
Nora 8f57ab6365 Cancellation page 2019-07-22 15:02:18 -07:00
Scott Anderson 7db405714b made standalone payg upgrade doc, renamed pricing plans doc 2019-07-22 15:32:02 -06:00
Scott Anderson 6edae167bb added pricing plans doc, added view usage doc with rate limit info 2019-07-22 15:15:08 -06:00
Scott Anderson 801d1b67bc added cloud account management section 2019-07-22 13:14:00 -06:00
Scott Anderson 466bb01e32 enhance variable docs 2019-07-22 13:03:48 -06:00
Scott Anderson 8ff8bcbc1a added toc to sql guide to address PR feedback 2019-07-22 12:30:21 -06:00
Scott Anderson cd94b9102d updated sql guide to address PR feedback 2019-07-22 11:11:51 -06:00
stevebang 63c4be5dba Tweak Free Tier description 2019-07-22 10:09:53 -07:00
stevebang e471a774c5 Clean up and edit rate limits page 2019-07-22 10:07:37 -07:00
stevebang e0e0439e6c Add internal links 2019-07-22 09:44:40 -07:00
stevebang 88c0a1d462 Add description to getting started page 2019-07-22 09:36:37 -07:00
stevebang 1dd22fa286 Tweak text and get ready for more feedback 2019-07-20 15:50:45 -07:00
stevebang 841a96fbb7 Update rate limits page 2019-07-20 15:38:09 -07:00
stevebang d6f61a1c21 Add new usage image and update get started and rate limits 2019-07-20 15:27:42 -07:00
stevebang 563371e54a Update InfluxDB Cloud overview and getting started 2019-07-20 15:19:59 -07:00
stevebang 5b52d20744 Update rate limits page and get started page 2019-07-20 15:08:37 -07:00
stevebang 0d4f53d5a3 Update content about cloud, rate limits, and more 2019-07-20 14:36:47 -07:00
stevebang a33273162b Edit the intro 2019-07-19 17:35:31 -07:00
stevebang 036bf7792a Fix product name and add longer intro 2019-07-19 17:24:00 -07:00
stevebang ff4f5d49a4 Remove known issues and bug-feedback 2019-07-19 17:01:03 -07:00
stevebang 17a1394f5f Remove beta from content and tweak text 2019-07-19 16:49:17 -07:00
Scott Anderson b73acbeea5 updated anchor links 2019-07-18 14:08:12 -06:00
Scott Anderson 56b8263879 added histogram visualization info to histogram guide, resolves #111 2019-07-18 10:59:57 -06:00
Scott Anderson ff3bdf6bb8 updated date functions to address PR feedback 2019-07-18 06:36:55 -06:00
Scott Anderson 46a77d15cd added functions for date package 2019-07-17 16:10:16 -06:00
Scott Anderson 13e16a823b udpated sql guide to address feedback 2019-07-17 14:15:10 -06:00
Scott Anderson 45f9a561c3 removed syntax highlighting from nested code blocks 2019-07-17 12:08:57 -06:00
Scott Anderson bddc10f28b updated sample data file name, updates to sql guide to address PR feedback 2019-07-17 08:53:07 -06:00
Scott Anderson c5fb00e8c1 WIP Flux date package 2019-07-17 08:31:18 -06:00
Scott Anderson 579c9d93b1 updated sample sql data import process, updated pre code style 2019-07-16 15:57:44 -06:00
Scott Anderson 4b409da0f5
Merge pull request #333 from influxdata/flux/type-conversion-update
Updated type conversion function definitions
2019-07-16 15:40:16 -06:00
Scott Anderson 98fbe153c1
Merge pull request #332 from influxdata/flux/new-math-operators
New Flux math operators
2019-07-16 15:38:47 -06:00
Scott Anderson 2e42f6b394
Merge pull request #328 from influxdata/exponential-moving-average
Added exponentialMovingAverage()
2019-07-16 15:38:16 -06:00
Scott Anderson 481652c9d9 added related links to moving average functions 2019-07-16 15:34:26 -06:00
Scott Anderson ef92659856 added doubleExponentialMovingAverate() function, resolves #329 2019-07-16 15:31:10 -06:00
Kelly b25601d428 fix typos 2019-07-16 11:07:21 -07:00
Scott Anderson aa3857ab2d Merge branch 'flux-0.36' into flux-0.37 2019-07-16 11:06:51 -06:00
kelseiv 44e6911674
Merge pull request #331 from influxdata/gloss
Gloss
2019-07-16 09:20:55 -07:00
Kelly e244565f74 add edits f Scott 2019-07-16 09:20:04 -07:00
Scott Anderson bc917a927d udpated type conversion function definitions, added note to toDuration, resolves #315 2019-07-16 09:35:18 -06:00
Scott Anderson 7e1e8bc45c added modulo and power operators to flux docs, resolves #323 2019-07-15 16:48:35 -06:00
Scott Anderson 9806984919 removed newest time reference from range stop parameter 2019-07-15 16:32:19 -06:00
kelseiv 889e11a42e
Update glossary.md 2019-07-15 15:10:25 -07:00
kelseiv 44ea32e877
Update glossary.md 2019-07-15 15:04:24 -07:00
kelseiv aedeab0eaa
Update glossary.md 2019-07-15 15:01:22 -07:00
Kelly 87e521d0cc add updates up to line 803 2019-07-15 14:53:41 -07:00
Scott Anderson e56eb17267 based changes for alpha-16 2019-07-15 15:52:40 -06:00
Scott Anderson abee486c28 resolved merge conflict with master 2019-07-15 15:51:08 -06:00
Scott Anderson 24b41eb975 resolved merge conflict with master 2019-07-15 15:50:54 -06:00
Scott Anderson 94bf2c5cae updated exponentialMovingAverage to address PR feedback 2019-07-15 08:57:32 -06:00
Kelly 2de0269f81 update definition of point per #2312 2019-07-12 13:32:59 -07:00
Scott Anderson 53f59dcbf8 updated sql guide to fix confusing instructions 2019-07-12 14:26:42 -06:00
Scott Anderson ee24af2bab udpated sql guide to address PR feedback 2019-07-12 14:22:14 -06:00
Scott Anderson 06660e9d75 added flux 0.36.2 to the release notes 2019-07-12 13:35:35 -06:00
Scott Anderson 31115c4d36 added exponentialMovingAverage doc, resolves #317 2019-07-12 11:59:49 -06:00
Scott Anderson 35e59595cd
Merge pull request #327 from influxdata/alpha-15
Alpha 15
2019-07-11 16:56:27 -06:00
Scott Anderson 30a0085327
Merge pull request #325 from influxdata/flux/new-functions
New Flux functions for 0.36.1
2019-07-11 16:35:55 -06:00
Scott Anderson cda89d879a updated function docs to address PR feedback 2019-07-11 16:34:51 -06:00
Scott Anderson 2685af0851 udpated map example 2019-07-11 16:19:40 -06:00
Scott Anderson b72b6b2af8 added more examples to moving average docs 2019-07-11 16:13:42 -06:00
Scott Anderson f1c2500f9d updates to movingAverage to address PR feedback 2019-07-11 15:49:29 -06:00
Scott Anderson 8b66cce520
Merge pull request #306 from influxdata/optimize-writes
Optimize writes
2019-07-11 15:46:30 -06:00
Scott Anderson 48f02569e7 updated optimize writes doc to address PR feedback 2019-07-11 15:43:28 -06:00
Scott Anderson 77a8fd4216 Merge branch 'alpha-15' of github.com:influxdata/docs-v2 into alpha-15 2019-07-11 15:25:04 -06:00
Scott Anderson 0d48a1b1c6 updated alpha-15 release notes 2019-07-11 15:24:57 -06:00
Scott Anderson a3c3404888
Merge pull request #322 from influxdata/cli/new-inspect-commands
New influxd inspect commands
2019-07-11 14:58:32 -06:00
kelseiv 184176e452
Update glossary.md 2019-07-11 13:26:57 -07:00
Scott Anderson 30ba2eef27 updated covariance example 2019-07-11 13:04:46 -06:00
Scott Anderson b6d2908bcd added breaking changes to the flux 0.36 release notes 2019-07-11 12:18:24 -06:00
Scott Anderson 1c065ab1a6 removed parameters from movingAverage 2019-07-11 12:14:00 -06:00
Scott Anderson 920a0abe87 added the sleep() function, resolves #310 2019-07-11 12:08:15 -06:00
Scott Anderson de4f0eba6b updated mode() function, resolves #308 2019-07-11 11:10:26 -06:00
Scott Anderson 98e5854583 added the elapsed() function, resolved #304 2019-07-11 10:59:50 -06:00
Scott Anderson 860ee180c1 refactored movingAverage and added timedMovingAverage, resolves #311 2019-07-11 10:35:35 -06:00
Scott Anderson ef0708f757 added flux-0.36 to the changelog 2019-07-11 08:08:32 -06:00
Scott Anderson 61366861fa added flux-0.35.1 to release notes 2019-07-11 07:54:00 -06:00
Scott Anderson 4c2ebeb8c7 added new influxd inspect commands, resolves #307, resolves #321 2019-07-11 07:48:28 -06:00
Scott Anderson e84a1cf6d8 finished sql guide, added downloadable sample data 2019-07-10 17:19:27 -06:00
Kelly 02d7f59518 define terms up to line 603 2019-07-10 11:10:03 -07:00
Kelly 057e43b77a define terms through line 591 2019-07-09 16:27:36 -07:00
kelseiv 75be8b4e64
Merge branch 'master' into gloss 2019-07-05 09:40:11 -07:00
Kelly b444244802 add edits f Scott 2019-07-05 09:35:42 -07:00
Kelly 0f232902a6 add definitions 2019-07-03 12:24:52 -07:00
Kelly feea732252 add definitions 2019-07-03 12:21:44 -07:00
Scott Anderson d0135ab63a
Merge pull request #303 from influxdata/flux/new-aggregate-functions
movingAverage and mode functions
2019-07-02 09:58:25 -06:00
Scott Anderson 399d587c5b updated signature of movingAverage function 2019-07-02 09:55:15 -06:00
Scott Anderson e494b1e5e9 marked mode() doc as draft 2019-07-02 09:50:26 -06:00
Scott Anderson a0ba0e73fb updated flux release notes with 0.35 2019-07-02 09:49:08 -06:00
Scott Anderson 72cc88e814 WIP sql query guide 2019-07-02 09:45:29 -06:00
Scott Anderson c62f9f0c66 updated optimize writes title 2019-07-01 17:10:45 -06:00
Scott Anderson 0f8a78b8c8 optimize writes to influxdb 2019-07-01 17:09:20 -06:00
Scott Anderson d31105ab9c
Merge pull request #300 from influxdata/duplicate-data-points
Duplicate data points
2019-07-01 16:04:38 -06:00
Scott Anderson 04763a7475
Merge pull request #305 from influxdata/flux/sql-package
Enabled sql.to function doc
2019-07-01 16:03:01 -06:00
Scott Anderson 1c80f47315 enabled sql.to function doc, resolves #299 2019-07-01 16:01:56 -06:00
Scott Anderson fe7cd3a786 udpated strlen and substring functions to address PR feedback 2019-07-01 15:41:09 -06:00
Scott Anderson eb9fe063cd more updates to the duplicate data points doc 2019-07-01 15:34:48 -06:00
Scott Anderson 11b6287198 updated duplicate data points doc to address PR feedback 2019-07-01 14:56:31 -06:00
Scott Anderson fd413f51d9 updated mode() doc to address PR feedback 2019-07-01 14:22:00 -06:00
Scott Anderson 2d9a73ac1e added movingAverage and mode functions, resolves #298 2019-07-01 09:07:05 -06:00
Scott Anderson 3ad7dcccb8 fixed typo in analyze-wal command doc 2019-07-01 07:38:57 -06:00
Scott Anderson d2fba66818 added string functions - strlen and substring, resolves #296 2019-06-28 15:15:53 -06:00
Scott Anderson 4686d779b8 removed mergeKey from map function, resolves #297 2019-06-28 14:41:13 -06:00
Scott Anderson a111ca9c3c initial changes for alpha-15 2019-06-28 14:33:22 -06:00
noramullen1 325a66332b
Merge pull request #295 from influxdata/alpha-14-tokens
Alpha 14 tokens
2019-06-28 10:40:15 -07:00
Nora 32200d5a4f Token option in task UI 2019-06-28 10:37:45 -07:00
Scott Anderson 74070f9a70 switched order of process and visualize on home page and in nav 2019-06-28 11:19:09 -06:00
Scott Anderson 7c856490f1 adjusted order of items in the reference section 2019-06-28 11:16:54 -06:00
Scott Anderson e92421e9a4 Merge branch 'master' into alpha-14 2019-06-28 11:15:02 -06:00
Scott Anderson a93a3265b3 added release notes for alpha-14 2019-06-28 09:23:41 -06:00
Scott Anderson 7a1c8b5ba8 updated typos in the verify-wal doc 2019-06-28 08:56:32 -06:00
Scott Anderson ee6915813f added influxd inpsect verify-wal doc, resolves #290 2019-06-27 17:23:58 -06:00
Scott Anderson 1dc4c98767 standardized order of flux packages in left nav 2019-06-27 16:56:17 -06:00
Scott Anderson 6bc39031c3 enable link to go client library, resolves #287 2019-06-27 13:55:44 -06:00
Scott Anderson 0f46d6aaed updated flux release notes with 0.34.2 2019-06-27 12:41:48 -06:00
Scott Anderson 1791d1093f
Merge pull request #289 from influxdata/release-notes-reorg
Reorganized all release notes into a single directory
2019-06-27 12:36:06 -06:00
Scott Anderson f21fc450e4 updates to release notes to address PR feedback 2019-06-27 12:31:51 -06:00
Scott Anderson 62592007fd various function updates 2019-06-27 12:06:02 -06:00
Scott Anderson 8c54fb636d corrected strings.compare example 2019-06-27 11:03:49 -06:00
Scott Anderson a056d9ffd8 reorganized all release notes into a single directory in the reference section 2019-06-27 10:07:37 -06:00
Scott Anderson b8d736f21d
Merge pull request #288 from influxdata/flux-0.34
Flux 0.34
2019-06-27 08:59:37 -06:00
Scott Anderson 7fd8c0de48
Merge pull request #282 from influxdata/flux-0.33
Flux 0.33
2019-06-27 08:58:26 -06:00
Scott Anderson f75fbf2331 updated sql package docs with PR feedback 2019-06-27 08:56:29 -06:00
Scott Anderson f672a8ffe1 added sql package documentation 2019-06-26 15:38:41 -06:00
Scott Anderson c1d26bbddb added flux-0.34.1 to flux changelog 2019-06-26 12:52:33 -06:00
kelseiv 26f6e28828
Merge pull request #284 from influxdata/gloss
add Scott's edits
2019-06-26 10:55:30 -07:00
Kelly 2b0349cb54 edit 2019-06-26 10:53:50 -07:00
Kelly 89ebd3e469 add Scott's edits 2019-06-26 10:52:07 -07:00
kelseiv dee3772e5e
Merge pull request #283 from influxdata/gloss
add glossary
2019-06-25 19:16:02 -07:00
Kelly 4705226a83 first draft glossary 2019-06-25 19:13:11 -07:00
Kelly c20a496c83 glossary edits 2019-06-25 18:54:37 -07:00
Kelly 7aed37cbed glossary edits 2019-06-25 17:03:14 -07:00
Scott Anderson 263439df6b
Merge pull request #276 from influxdata/flux/regexp-functions
Flux regular expression functions
2019-06-25 16:52:54 -06:00
Scott Anderson 79e83824fe added with operator to regexp function examples 2019-06-25 16:51:11 -06:00