Scott Anderson
7acdad37e2
Merge pull request #937 from influxdata/flux/get-record-column
...
Flux 'getRecord' and 'getColumn' functions
2020-04-20 15:33:19 -06:00
Scott Anderson
62d8de6306
update influxdb urls on window focus, exempt code blocks from being updated, added info to contributing.md
2020-04-20 14:47:04 -06:00
Kelly
3a489c94c6
fix typo
2020-04-16 10:36:15 -07:00
Scott Anderson
8dd8757d1e
removed mapFn from pushbullet.endpoint example
2020-04-14 14:55:42 -06:00
Scott Anderson
aeb5437503
Merge pull request #910 from influxdata/flux/pushbullet
...
Flux Pushbullet package
2020-04-10 08:46:42 -06:00
Scott Anderson
d2bab5ed98
updated findRecord, findColumn, and scalar values to address PR feedback
2020-04-10 08:27:22 -06:00
Scott Anderson
d508b8a389
updated scalar values doc, resolves #932
2020-04-09 15:27:58 -06:00
Scott Anderson
37598606bf
added findColumn and findRecord functions, fixed transformation doc ordering
2020-04-09 15:02:38 -06:00
Scott Anderson
23d89aa148
updated endpoint examples
2020-04-09 10:08:56 -06:00
Scott Anderson
454babc0da
updated examples of mapFn and endpoint functions
2020-04-07 17:06:22 -06:00
Scott Anderson
b2f8ccd831
updated increase doc, address PR feedback
2020-04-07 15:40:01 -06:00
Scott Anderson
b88532723e
removed verbose parameter from testing.diff
2020-04-03 15:35:31 -06:00
Scott Anderson
d2408b7e3f
added default verbose value to testing.diff
2020-04-03 15:23:47 -06:00
Scott Anderson
14072a1fab
added epsilon and verbose parameters to testing.diff, resolves #911
2020-04-03 14:58:17 -06:00
Scott Anderson
d31796c1e8
updated alignTime function to address PR feedback
2020-04-03 12:03:41 -06:00
Scott Anderson
4f8f7da2a7
updated pushbullet docs, added mapFn param to pushbullet.endpoint
2020-04-03 09:18:44 -06:00
Scott Anderson
a6fecf5207
added the flux pushbullet package, resolves #909
2020-04-02 16:49:37 -06:00
Scott Anderson
99ad8c4a94
added experimental.alignTime function, resolves #874
2020-04-02 15:48:31 -06:00
Scott Anderson
ff0a313f8b
Merge pull request #897 from influxdata/flux-0.65
...
Flux 0.65
2020-03-31 11:29:22 -06:00
Scott Anderson
ec9e79f031
added links to flux 0.65 changelog, fixed typo in shapeData doc
2020-03-31 11:26:01 -06:00
Scott Anderson
597e1f3e90
removed extra space from stateChangesOnly description
2020-03-31 09:49:29 -06:00
Scott Anderson
662a486eea
added sample input and output to state change functions, updated for PR feedback
2020-03-30 17:05:43 -06:00
Scott Anderson
5a48cddc3c
updated stateChanges function, added stateChangesOnly, resolves #873
2020-03-30 16:16:38 -06:00
Scott Anderson
f50d110da6
updated experimental join doc to address PR feedback
2020-03-30 14:35:17 -06:00
Scott Anderson
88d23c3f0e
beta-7 link audit, fixed broken links
2020-03-27 17:14:47 -06:00
Scott Anderson
e5848e041d
included measurements in experimental.join note
2020-03-27 15:53:51 -06:00
Scott Anderson
d74730d819
updated experimental.join to address PR feedback
2020-03-27 15:10:01 -06:00
Scott Anderson
9819abb585
fixed typo in experimental.join page description
2020-03-27 12:12:27 -06:00
Scott Anderson
a83b4bd3a2
added page description to experimental.join func
2020-03-27 12:11:56 -06:00
Scott Anderson
3cb94b8de0
added the experimental.join function, resolves #875
2020-03-27 12:08:30 -06:00
Scott Anderson
f75cf124df
Merge pull request #856 from influxdata/flux/misc
...
Miscellaneous Flux updates
2020-03-24 13:43:30 -06:00
Scott Anderson
c326b97eb6
added v1.databases function, resolves #859
2020-03-24 11:39:24 -06:00
Scott Anderson
20d3edebfc
updated tagColumn exclusions in to function, resolves #820
2020-03-24 09:52:07 -06:00
Scott Anderson
72fa4a29d7
improved string and regexp split documentation, resolves #805
2020-03-24 09:35:04 -06:00
Scott Anderson
8e47ed0cd1
added object and arry to input types for json.encode, resolves #843
2020-03-24 09:16:07 -06:00
Scott Anderson
38710ce4ac
updated geo.shapeData doc to address PR feedback
2020-03-23 15:26:37 -06:00
Scott Anderson
3b2d827e37
Merge pull request #851 from influxdata/geo-guide
...
Geo guides
2020-03-23 14:22:13 -06:00
Scott Anderson
eb218e8993
updated geo guides to address PR feedback
2020-03-23 14:14:04 -06:00
Scott Anderson
26c5fb2e58
added note about adding s2_cell_id to the group key, resolves #839
2020-03-20 22:45:40 -06:00
Scott Anderson
ea219c7f37
added the geo.shapeData function
2020-03-20 22:32:40 -06:00
Scott Anderson
d115f3cf9d
changed can not to cannot
2020-03-20 21:21:26 -06:00
Scott Anderson
eedfd8666a
fixed typo in sqlite warning
2020-03-20 11:42:32 -06:00
Scott Anderson
163deb26fe
updated page link on sql.to doc
2020-03-20 11:41:21 -06:00
Scott Anderson
630ba7c0f6
added warning about sqlite driver, resolves #848
2020-03-20 11:38:47 -06:00
David McKay
66a6fc7d16
fix(sql): sqlite datasource format and mode were incorrect
2020-03-19 12:34:51 +00:00
Kelly
a15a3478b1
fix typo per #844
2020-03-18 14:00:20 -07:00
Scott Anderson
c47fde22d1
added note about csv file parameter support, resolves #836 , resolves influxdata/influxdb#17238
2020-03-13 12:41:44 -06:00
Scott Anderson
1ef8e3ee35
added experimental csv package
2020-03-13 12:30:20 -06:00
Scott Anderson
a7790d5522
updated s2CellIDToken function with point object requirements
2020-03-11 16:02:35 -06:00
Scott Anderson
8c68341415
updated geo.s2CellIDToken function doc to address PR feedback
2020-03-11 13:14:21 -06:00
Scott Anderson
5d77de3b08
added geo.s2CellIDToken function, resolves #817
2020-03-10 22:53:28 -06:00
Scott Anderson
8037cecf7f
updated strict filtering content to address PR feedback
2020-03-10 21:19:39 -06:00
Scott Anderson
7e2befedf8
updated svg styles, added strict filtering explanation, resolves #802
2020-03-10 16:37:25 -06:00
Scott Anderson
731203ae1d
Merge pull request #800 from influxdata/query-guides
...
Query guides
2020-03-10 15:19:17 -06:00
Scott Anderson
9a13ffe9c9
updated keep empty tables on filter example
2020-03-09 11:45:18 -06:00
Scott Anderson
ab4d0d44b4
fixed typos
2020-03-09 11:40:20 -06:00
Scott Anderson
f2c539ffda
explained why keeping empty tables can affect performance, added example
2020-03-09 11:39:37 -06:00
Scott Anderson
d083160b83
added warning about keeping empty tables on first filter call
2020-03-09 11:15:57 -06:00
Scott Anderson
016c0aae2c
restructured query guides
2020-03-06 08:40:37 -07:00
Scott Anderson
9a3753acba
hotfix: updated page weights in experimental package
2020-03-05 08:57:09 -07:00
Scott Anderson
b816463fd7
updates to geo package docs to address PR feedback
2020-03-05 08:39:11 -07:00
Scott Anderson
78566271d8
added all experimental geo functions
2020-03-04 15:29:20 -07:00
Scott Anderson
87316459b3
finished index page for geo package
2020-03-04 12:05:41 -07:00
Scott Anderson
74774a3dc3
WIP experimental geo package
2020-03-04 09:11:00 -07:00
Scott Anderson
3285cbcbb3
hotfix: adjusted commented content on join function doc, resolves #779
2020-02-25 09:44:31 -07:00
Scott Anderson
711bcd72aa
hotfix: fixed formatting of join method list
2020-02-24 15:22:28 -07:00
Scott Anderson
74ab9383b6
minor update to experimental.rate description
2020-02-21 11:48:54 -07:00
Scott Anderson
703715dc2c
updated description of aggregate package
2020-02-21 11:42:38 -07:00
Scott Anderson
86c6b468ec
added flux aggregate package, resolves #774
2020-02-21 11:26:28 -07:00
Scott Anderson
745c67011c
updated content about keeping empty tables
2020-02-21 08:58:29 -07:00
Scott Anderson
0f4cea9c80
added information about counting rows in empty tables, resolves #749
2020-02-20 17:13:36 -07:00
Scott Anderson
919e4e78fb
updated query package docs to address PR feedback
2020-02-20 15:50:21 -07:00
Scott Anderson
51de6dcc1e
updated function type of query.fromRange
2020-02-20 10:02:21 -07:00
Scott Anderson
18ea6f0741
updated example of query.inBucket, fixed typos
2020-02-20 09:57:58 -07:00
Scott Anderson
bb2c54f494
added used functions lists to query package docs
2020-02-20 09:48:51 -07:00
Scott Anderson
b024694112
added the length function, resolves #755
2020-02-20 09:31:00 -07:00
Scott Anderson
6535413f65
added experimental query package, resolves #767
2020-02-20 09:25:08 -07:00
Scott Anderson
638f4870ef
remove experimental key from frontmatter
2020-02-19 22:02:59 -07:00
Scott Anderson
823469f243
automatically detect experimental packages and functiosn and add warning
2020-02-19 21:59:40 -07:00
Scott Anderson
9c9e84b2b6
hotfix: fixed param name on derivative function
2020-01-23 16:36:19 -07:00
Adrian Thurston
45bc6929f1
minor typo and omission fixes
...
* Added missing '.' characters terminating each production
* identifer -> identifier
* date_time_lit was missing from Literals, added.
* AdditiveExpression was bypassed in the expression chain, added.
2020-01-22 17:57:09 +02:00
Scott Anderson
1f74076aff
updated explanation of join function
2020-01-14 13:49:34 -07:00
Scott Anderson
af669d44e9
illustrated the difference between union and join, resolves #557
2020-01-14 06:57:18 -07:00
Scott Anderson
8af043069e
hotfix: added exists operator to list of logical operators, resolves #698
2020-01-09 08:39:48 -07:00
Scott Anderson
34c862e89f
added onEmpty parameter to filter function
2020-01-07 12:01:48 -07:00
Scott Anderson
b74a18856c
added string inforamtion to duration type conversion function
2019-12-10 15:02:22 -07:00
Scott Anderson
80f0a1d069
added type information to flux type conversion functions, resolves #665
2019-12-10 14:27:38 -07:00
Scott Anderson
63da1b0703
added details about http.get reponse format
2019-12-09 17:07:31 -07:00
Scott Anderson
dde491ccfe
added timeout parameter to http.get
2019-12-05 16:45:31 -07:00
Scott Anderson
e088a1d270
resolved merge conflicts
2019-12-05 10:23:53 -07:00
Scott Anderson
9728a47a4d
updated flux operator list
2019-12-04 10:11:14 -07:00
Scott Anderson
fbe6d18a49
update to range start and stop param descriptions
2019-11-21 13:26:08 -07:00
Scott Anderson
a70583936f
updated range param descriptions, resolves #612
2019-11-21 10:45:07 -07:00
Scott Anderson
145c082f55
commented out unavailable join methods, resolves #613
2019-11-21 10:32:30 -07:00
Scott Anderson
55897b0368
updated reference nav order, nested client libraries under api
2019-11-21 10:08:00 -07:00
Scott Anderson
b3a1035ad8
Merge pull request #620 from influxdata/flux/http-get
...
Flux experimental HTTP package and 'http.get()' function
2019-11-20 15:16:22 -07:00
Scott Anderson
85bb26530d
minor update to the http.get function description
2019-11-20 15:05:56 -07:00
Scott Anderson
68156ba0c1
updated http.get doc
2019-11-20 14:06:51 -07:00
Scott Anderson
5c164bd658
updated http.get with format of repsonse
2019-11-20 10:18:48 -07:00
Scott Anderson
c817ed04ea
updated SQL docs to address formal pronunciation of SQLite
2019-11-20 09:48:01 -07:00