Hercules Mango Churchill
0f90374627
Update changelog
2018-05-02 13:29:24 +00:00
Hercules Mango Churchill
3a9a046b59
Update changelog
2018-05-01 20:08:52 +00:00
Hercules Mango Churchill
ef505542ad
Update changelog
2018-04-30 21:38:26 +00:00
Hercules Mango Churchill
c3138fa926
Update changelog
2018-04-26 09:56:08 +00:00
Hercules Mango Churchill
de942aca52
Update changelog
2018-04-26 09:42:32 +00:00
Hercules Mango Churchill
bac46fd1bb
Update changelog
2018-04-24 16:06:02 +00:00
Hercules Mango Churchill
c3af5bb845
Update changelog
2018-04-23 21:26:02 +00:00
Hercules Mango Churchill
fbb3486352
Update changelog
2018-04-23 18:10:13 +00:00
Hercules Mango Churchill
1bf0d16dbf
Update changelog
2018-04-20 14:14:40 +00:00
Hercules Mango Churchill
12b1ecc40e
Update changelog
2018-04-17 19:49:05 +00:00
Hercules Mango Churchill
4337f5a547
Update changelog
2018-04-05 20:03:07 +00:00
Hercules Mango Churchill
38d2d29f79
Update changelog
2018-04-04 21:16:18 +00:00
Hercules Mango Churchill
7576bed1ec
Update changelog
2018-03-31 16:16:51 +00:00
Hercules Mango Churchill
8682fa9c3e
Update changelog
2018-03-29 21:17:54 +00:00
Hercules Mango Churchill
d4690eab2e
Update changelog
2018-03-29 19:55:19 +00:00
Hercules Mango Churchill
50ef2907c6
Update changelog
2018-03-29 17:59:47 +00:00
Hercules Mango Churchill
3a85586618
Update changelog
2018-03-28 18:09:15 +00:00
Hercules Mango Churchill
fd3c9c7de2
Update changelog
2018-03-27 16:19:59 +00:00
Hercules Mango Churchill
50ea3f8506
Update changelog
2018-03-21 20:36:45 +00:00
Hercules Mango Churchill
307aac873a
Update changelog
2018-03-21 00:02:49 +00:00
Jonathan A. Sternberg
f8d60a881d
Refactor the math engine to compile the query and use eval
...
This change makes it so that we simplify the math engine so it doesn't
use a complicated set of nested iterators. That way, we have to change
math in one fewer place.
It also greatly simplifies the query engine as now we can create the
necessary iterators, join them by time, name, and tags, and then use the
cursor interface to read them and use eval to compute the result. It
makes it so the auxiliary iterators and all of their complexity can be
removed.
This also makes use of the new eval functionality that was recently
added to the influxql package.
No math functions have been added, but the scaffolding has been included
so things like trigonometry functions are just a single commit away.
This also introduces a small breaking change. Because of the call
optimization, it is now possible to use the same selector multiple times
as a selector. So if you do this:
SELECT max(value) * 2, max(value) / 2 FROM cpu
This will now return the timestamp of the max value rather than zero
since this query is considered to have only a single selector rather
than multiple separate selectors. If any aspect of the selector is
different, such as different selector functions or different arguments,
it will consider the selectors to be aggregates like the old behavior.
2018-03-19 15:01:15 -05:00
Hercules Mango Churchill
aeb4060cf7
Update changelog
2018-03-15 20:36:04 +00:00
Hercules Mango Churchill
7b1c0e75d3
Update changelog
2018-03-15 18:00:18 +00:00
Hercules Mango Churchill
9213546bb2
Update changelog
2018-03-14 17:12:00 +00:00
Hercules Mango Churchill
2b2e578c07
Update changelog
2018-03-12 17:38:29 +00:00
Hercules Mango Churchill
ad3e5becfa
Update changelog
2018-03-12 16:52:39 +00:00
Pangaj J G
7ab9e05c92
updated date
2018-03-08 17:36:50 +05:30
Gershon Shif
6ac835404e
Merge pull request #9520 from influxdata/gs-change-log-update
...
Updated CHANGELOG.md to the GA released date - 2017-03-06
2018-03-06 11:31:00 -08:00
Gershon Shif
356e9523d2
Updated CHANGELOG.md to the GA released date - 2017-03-06
2018-03-06 11:24:48 -08:00
Hercules Mango Churchill
48d1cc5839
Update changelog
2018-03-06 18:42:54 +00:00
Hercules Mango Churchill
f627a2d48d
Update changelog
2018-03-05 22:27:25 +00:00
Hercules Mango Churchill
af1c35b4a2
Update changelog
2018-02-28 15:49:18 +00:00
Hercules Mango Churchill
3fa3af4e1b
Update changelog
2018-02-28 15:22:12 +00:00
Hercules Mango Churchill
6a83bf4e39
Update changelog
2018-02-28 14:06:33 +00:00
Hercules Mango Churchill
8fa9f0f681
Update changelog
2018-02-27 16:26:59 +00:00
Hercules Mango Churchill
bf88bbc232
Update changelog
2018-02-27 15:48:57 +00:00
Hercules Mango Churchill
01288bdb08
Update changelog
2018-02-21 22:33:40 +00:00
Hercules Mango Churchill
290717bd04
Update changelog
2018-02-21 16:55:35 +00:00
Hercules Mango Churchill
43c17cf4ff
Update changelog
2018-02-21 15:14:57 +00:00
Hercules Mango Churchill
3f7076a68e
Update changelog
2018-02-20 21:49:10 +00:00
Hercules Mango Churchill
5218efd1cb
Update changelog
2018-02-15 18:22:05 +00:00
Hercules Mango Churchill
1a3af441cb
Update changelog
2018-02-14 23:25:19 +00:00
Hercules Mango Churchill
482b2d5fb6
Update changelog
2018-02-14 22:24:10 +00:00
Hercules Mango Churchill
b866943945
Update changelog
2018-02-14 19:49:29 +00:00
Jonathan A. Sternberg
2bb5b68833
Add an auto choice that will choose the most appropriate logger
...
This restricts the logging format options so console cannot be chosen.
This way, logs written to a non-TTY will never be the console format.
2018-02-14 11:56:29 -05:00
Jonathan A. Sternberg
e451c6cadf
Update changelog
2018-02-09 12:18:33 -06:00
Jonathan A. Sternberg
ef12d464ad
Merge pull request #9423 from influxdata/js-9336-fix-imports-of-multiple-databases
...
Fix imports of multiple databases in a single import file from `influx -import`
2018-02-09 11:35:53 -06:00
Jonathan A. Sternberg
ca7cc021ee
Revert "Merge pull request #9352 from wwilfinger/walter/influx-inspect-export-import"
...
This reverts commit 9aeae7ce82
, reversing
changes made to 35b44cc2f0
.
The contributor was unable to sign the contributor license agreement so
we have to revert this commit.
2018-02-09 09:53:19 -06:00
Hercules Mango Churchill
7472c3eba4
Update changelog
2018-02-08 20:45:31 +00:00
Hercules Mango Churchill
262b69955e
Update changelog
2018-02-08 19:30:46 +00:00