Hercules Mango Churchill
432f9eaf31
Update changelog
2018-10-17 14:53:08 +00:00
Hercules Mango Churchill
772a44eddf
Update changelog
2018-10-16 13:34:47 +00:00
Hercules Mango Churchill
b235036661
Update changelog
2018-10-10 14:12:37 +00:00
Hercules Mango Churchill
86ac358448
Update changelog
2018-10-09 16:08:23 +00:00
Hercules Mango Churchill
13e3dd5828
Update changelog
2018-10-08 14:35:28 +00:00
Hercules Mango Churchill
576c14c018
Update changelog
2018-10-08 14:31:38 +00:00
Hercules Mango Churchill
634f4219fd
Update changelog
2018-10-04 18:55:37 +00:00
Jonathan A. Sternberg
ad83a19ad9
Merge pull request #10333 from influxdata/js-subquery-fixes
...
Assorted fixes to subquery regressions in 1.6
2018-10-04 13:55:21 -05:00
Jonathan A. Sternberg
22fc9f6a19
Strip tags from a subquery when the outer query does not group by that tag
...
The following would, erroneously, not strip the tag from the inner
query:
SELECT value FROM (SELECT value FROM cpu GROUP BY host)
The inner query was supposed to group by the host tag, but the outer
query should strip it away since it is not being grouped by anymore.
This fixes things so that the result will have the tags stripped away
when they are not requested in the grouping.
2018-10-04 10:05:46 -05:00
Jonathan A. Sternberg
634471f12e
Fix subquery functionality when a function references a tag from the subquery
...
It has previously been allowed for a subquery to use a tag within a
function (such as `count()`) when the tag is from a subquery and the
subquery itself references a field at some point to perform the join.
This functionality regressed in 1.6 because of a change in how
subqueries were executed that forgot to treat a tag the same as a string
field.
This fixes that regression and adds a test case to avoid hitting that
regression again.
2018-10-04 10:05:20 -05:00
Hercules Mango Churchill
c6889b1a95
Update changelog
2018-10-02 14:43:52 +00:00
Hercules Mango Churchill
05acc10f0f
Update changelog
2018-09-10 15:57:12 +00:00
Jonathan A. Sternberg
237801c212
Fixing the changelog
...
Since there is no v1.6.0 in the revision list for the changelog, it
assumes that the current commits are for 1.6.0.
2018-08-31 09:32:19 -05:00
Jonathan A. Sternberg
c4f26dd62c
Update changelog
2018-08-31 09:29:56 -05:00
Hercules Mango Churchill
cfd4b0d35d
Update changelog
2018-08-23 17:17:43 +00:00
Hercules Mango Churchill
a8fd8d787d
Update changelog
2018-08-21 17:27:43 +00:00
Hercules Mango Churchill
ccc4fae0b5
Update changelog
2018-08-10 15:52:39 +00:00
Hercules Mango Churchill
0c724f1ce4
Update changelog
2018-08-10 13:50:59 +00:00
Hercules Mango Churchill
1320c09edd
Update changelog
2018-08-09 18:21:02 +00:00
Jonathan A. Sternberg
beae42a090
Merge pull request #10151 from influxdata/js-480-config-flux-section
...
Modify the `ifql` section to `flux`
2018-08-08 11:26:33 -05:00
Hercules Mango Churchill
3c94ab188b
Update changelog
2018-08-07 16:23:18 +00:00
Hercules Mango Churchill
3f49ab190e
Update changelog
2018-08-03 17:55:28 +00:00
Jonathan A. Sternberg
be83e81102
Modify the `ifql` section to `flux`
...
Mark the breaking changes in the changelog.
2018-08-02 15:50:23 -05:00
Hercules Mango Churchill
3e12599a44
Update changelog
2018-07-31 16:29:17 +00:00
Hercules Mango Churchill
818b1838de
Update changelog
2018-07-18 17:50:50 +00:00
Hercules Mango Churchill
e4384fe1c2
Update changelog
2018-07-18 16:41:16 +00:00
Edd Robinson
5641b2ef32
Merge pull request #10067 from influxdata/cl-master
...
Update CHANGELOG on master for 1.5.x releases and 1.6 release date.
2018-07-18 17:40:58 +01:00
Hercules Mango Churchill
4c7de894f2
Update changelog
2018-07-18 13:18:34 +00:00
Gershon Shif
bb1db2eb52
updated 1.6.0 releade date
2018-07-13 13:28:24 -07:00
Jacob Marble
dda1ae0cde
Update changelog for #10005
2018-07-13 13:07:18 -07:00
timhallinflux
adbfee28b3
Update CHANGELOG.md
...
Fixed year. Put time machine back into storage.
2018-07-11 11:29:04 -07:00
timhallinflux
9c21c4120f
Update CHANGELOG.md
...
Update to include release date for 1.6 and maintenance releases for 1.5.x where x > 0
2018-07-11 01:41:19 -07:00
Hercules Mango Churchill
ab786a1331
Update changelog
2018-07-10 15:16:49 +00:00
Hercules Mango Churchill
ba38447e60
Update changelog
2018-07-05 17:20:45 +00:00
Hercules Mango Churchill
48797873ee
Update changelog
2018-06-28 16:25:36 +00:00
Hercules Mango Churchill
aed6b23cc8
Update changelog
2018-06-26 17:27:21 +00:00
Gershon Shif
6befcba50f
Added the description for PR 9996
2018-06-22 13:50:55 -07:00
Hercules Mango Churchill
0a4f9dc1a2
Update changelog
2018-06-22 18:20:12 +00:00
Hercules Mango Churchill
5414d37e3d
Update changelog
2018-06-15 13:30:42 +00:00
Hercules Mango Churchill
968a390621
Update changelog
2018-06-14 00:50:14 +00:00
Jonathan A. Sternberg
87d2469877
Merge pull request #9964 from influxdata/js-enable-storage-service
...
Enable the storage service by default
2018-06-13 16:28:27 -05:00
Hercules Mango Churchill
2be1620c32
Update changelog
2018-06-13 20:06:27 +00:00
Hercules Mango Churchill
81e32387f0
Update changelog
2018-06-13 17:21:00 +00:00
Jonathan A. Sternberg
17ca220f33
Enable the storage service by default
2018-06-13 10:56:50 -05:00
Hercules Mango Churchill
1a16a4ec61
Update changelog
2018-06-01 15:32:21 +00:00
Hercules Mango Churchill
3ccc076b0f
Update changelog
2018-05-31 20:49:41 +00:00
Hercules Mango Churchill
8efed00569
Update changelog
2018-05-30 19:44:28 +00:00
Hercules Mango Churchill
590d4d4fee
Update changelog
2018-05-17 18:25:19 +00:00
Hercules Mango Churchill
86b90960a0
Update changelog
2018-05-17 17:35:51 +00:00
Hercules Mango Churchill
e9605f8077
Update changelog
2018-05-15 17:51:35 +00:00