Commit Graph

2466 Commits (a1574fb43abe46f78f0a5bb23fccafd2fd2f9863)

Author SHA1 Message Date
pierwill a1574fb43a Fix Postman docs 2020-08-14 08:58:36 -07:00
noramullen1 efd5dc76eb Fixed broken link 2020-08-13 12:02:46 -07:00
noramullen1 27ca17b2e3
Merge pull request #1295 from influxdata/view-dashboard-id
Add how to view dashboard ID (addresses #1278 )
2020-08-12 14:29:36 -07:00
noramullen1 c63a94b65e Addressed PR feedback 2020-08-12 14:29:01 -07:00
Scott Anderson 0fc12d9d52 added int support to range, resolves #1296 2020-08-12 13:16:54 -06:00
Scott Anderson ce19e4d7d8 removed integer support from timeable function parameters 2020-08-12 11:47:42 -06:00
Scott Anderson 9a6a6bc966 added flux 0.80.0 release notes 2020-08-12 11:27:00 -06:00
Scott Anderson 31ddc639fe
Merge pull request #1297 from influxdata/flux-0.79
Flux 0.78 & 0.79
2020-08-12 11:20:00 -06:00
noramullen1 3e393cf491 Add how to view dashboard ID (addresses #1278 ) 2020-08-12 06:54:35 -07:00
Scott Anderson 9944fc4d3b added flux array package 2020-08-11 23:59:42 -06:00
Scott Anderson 71c15534bb added flux 0.79.0 release notes 2020-08-11 23:26:22 -06:00
Scott Anderson f85f76310e
Revert "Flux Google BigQuery support" 2020-08-11 23:21:33 -06:00
Scott Anderson db00320508 quick typo fix in sql.to doc 2020-08-11 22:49:43 -06:00
Scott Anderson fe4fd7967e quick typo fix in sql.from doc 2020-08-11 22:49:23 -06:00
Scott Anderson 9571096c5f added bigquery links to flux changelog 2020-08-11 17:02:21 -06:00
Scott Anderson ea1acd43fe added bigquery to query sql db guide 2020-08-11 16:48:01 -06:00
Scott Anderson eb329c7aba added bigquery to sql package 2020-08-11 16:33:50 -06:00
Scott Anderson 36cf187b20 updated geo docs to address PR feedback 2020-08-11 14:18:15 -06:00
Scott Anderson ce71c90a2c fixed typo in geo index page 2020-08-11 10:36:29 -06:00
Scott Anderson 0861363f0c updated flux 0.78 release notes with breaking changes 2020-08-11 09:19:43 -06:00
Scott Anderson 71f5651516 added new GIS functions and unit support to geo package 2020-08-11 09:16:06 -06:00
noramullen1 16c3126bd1
Update data-elements.md 2020-08-10 13:50:14 -07:00
noramullen1 6780037718 Add series cardinality note to tags info per DAR #106 2020-08-10 13:27:37 -07:00
Scott Anderson cbeff50523 added flux 0.78.0 changelog 2020-08-10 13:29:52 -06:00
pierwill e2365f602c
Fix link to sample data
Closes https://github.com/influxdata/DAR/issues/108
2020-08-10 11:56:08 -07:00
noramullen1 81cef622d9
Merge pull request #1273 from influxdata/beta-16-changelog
Beta 16 changelog
2020-08-06 12:26:01 -07:00
Scott Anderson 6e9c8df361 updated influx dashboards example comments 2020-08-06 13:07:23 -06:00
noramullen1 45f53dec90 Update breaking changes 2020-08-06 11:48:09 -07:00
Scott Anderson 7c198fc07b removed unnecessary influx dashboards syntax 2020-08-06 12:27:52 -06:00
Scott Anderson e6c937b516 added influx dashboards command, deprecated influx repl, resovles #1270 2020-08-06 12:25:47 -06:00
noramullen1 c090a7d04c Merge branch 'beta-16' into beta-16-changelog 2020-08-06 11:05:18 -07:00
noramullen1 9de2147efb Add changelog 2020-08-06 11:04:37 -07:00
Scott Anderson 61ef334676 updated download links for beta-16 2020-08-06 11:52:42 -06:00
Scott Anderson 3649bd3159 added link to flux 0.77.0 changelog 2020-08-04 14:56:48 -06:00
Scott Anderson 4be2fa8655 updated duration example, commented out fn param on keyValues 2020-08-04 14:56:04 -06:00
Scott Anderson c48a8147cf updated influxdb.select to address PR feedback 2020-08-04 12:56:48 -06:00
Scott Anderson 3c8b07cda7 added user-contributed influxdb package and influxdb.select function 2020-08-04 11:27:40 -06:00
Scott Anderson 456fef4da5 added toc for rows.map examples 2020-08-04 08:58:24 -06:00
Scott Anderson 6abdfe6dcb added contrib fn note, added link to group key definition 2020-08-04 08:50:17 -06:00
Scott Anderson b379586bbf add map.rows link to flux changelog 2020-08-03 17:18:16 -06:00
Scott Anderson a5fd7bdd07 added rows papckage and rows.map function 2020-08-03 17:16:01 -06:00
Scott Anderson 84e3b1b094 added flux 0.77.0 and 0.77.1 release notes 2020-08-03 14:05:36 -06:00
pierwill 462e1fd4c5
Merge pull request #1259 from influxdata/fix-duration-link
Fix link in Flux docs
2020-07-31 10:54:39 -07:00
pierwill 0558007cfd Fix link in Flux docs 2020-07-31 10:53:31 -07:00
pierwill 2b161005a2 Link to InfluxDB URLs from Write Data page
Closes #1242
2020-07-29 12:42:30 -07:00
noramullen1 78bf3b8fef
Merge pull request #1233 from influxdata/aws-lambda
AWS Lambda content
2020-07-29 08:24:43 -07:00
noramullen1 6ddd23e886 Update name to fix build 2020-07-29 08:01:11 -07:00
Scott Anderson a909d2ac32
Merge pull request #1249 from influxdata/flux-0.76
Flux 0.75 & 0.76
2020-07-29 08:43:17 -06:00
Scott Anderson bdfc95b178 updated http.post with note about special characters in header keys, resolves influxdata/DAR#103 2020-07-28 13:45:05 -06:00
pierwill 1d7479dc4c
Fix check example
Closes #1247
2020-07-27 15:07:10 -07:00