Cory LaNou
6309ec9a68
fix time inclusive comparison
2015-11-17 10:43:27 -06:00
Cory LaNou
5ff8e8c4cb
Merge pull request #4821 from influxdb/refactor-new-point-heap
...
Refactor newPointHeap
2015-11-17 10:11:04 -06:00
Philip O'Toole
4281da6688
Correct WAL logging enabled flag
...
[ci skip]
2015-11-17 08:07:55 -08:00
Cory LaNou
c24c2f720a
refactor newPointHeap
2015-11-17 09:17:35 -06:00
Philip O'Toole
6e4150acfd
Merge pull request #4802 from nii236/lint/service/admin
...
linted service/admin
2015-11-16 19:57:45 -08:00
Cory LaNou
e08dfe198d
Merge pull request #4809 from influxdb/fix-4235
...
Fix Order By Desc
2015-11-16 15:23:06 -06:00
Cory LaNou
824d7a1d9b
Add interface for heap to support Reverse for `order by desc`
2015-11-16 15:10:55 -06:00
Ross McDonald
736e0ace84
Merge pull request #4786 from influxdb/package-updates
...
Backporting changes from build.py to package.sh
2015-11-16 13:32:43 -06:00
Ross McDonald
b53ebe9d5d
Backporting changes from build.py to package.sh. Also fixes a few miscellaneous package permissions issues that Debian's lintian complained about.
2015-11-16 13:19:54 -06:00
Philip O'Toole
7e3a3e0e64
Merge pull request #4804 from nii236/lint/services/admin
...
fixed export lint issues in services/admin
2015-11-16 09:19:07 -08:00
John Nguyen
cfbfbc2361
corrected URL
2015-11-16 17:37:01 +08:00
John Nguyen
90ea3fc4ad
updated CHANGELOG.md
2015-11-16 17:36:21 +08:00
John Nguyen
63e958f06e
fixed export lint issues in services/admin
2015-11-16 17:31:53 +08:00
John Nguyen
21de6748d7
linted service/admin
2015-11-16 15:22:42 +08:00
Cory LaNou
43a4201a33
update changelog for 4768
2015-11-14 07:27:41 -06:00
Cory LaNou
bb00645a84
Merge pull request #4768 from pires/4719-cli_history_refactor
...
CLI history skips blank lines.
2015-11-14 07:25:58 -06:00
Paulo Pires
a8fa170f29
Removed bogus comment.
2015-11-14 11:12:31 +00:00
Philip O'Toole
69803ddc6f
Merge pull request #4791 from orthogonous/master
...
Added some comments to the udp service so golint passes. Ref #4098
2015-11-13 19:10:49 -08:00
Philip O'Toole
5333437d5b
Correct CHANGELOG re PR4778
...
[ci skip]
2015-11-13 17:57:07 -08:00
Philip O'Toole
1228431d85
Merge pull request #4789 from influxdb/multi_field_agg
...
WHERE fields must be decoded during aggregates
2015-11-13 17:30:32 -08:00
Gunnar
f9a651ee7a
Merge pull request #4777 from influxdb/ga-admin-v0.9.6
...
Bump version string in admin UI to 0.9.6
2015-11-13 15:32:33 -08:00
gunnaraasen
a68fc448a0
Bump version string in admin UI
2015-11-13 15:24:02 -08:00
Philip O'Toole
912684b8d6
WHERE fields must be decoded during aggregates
...
This change ensures that if there are any fields in the WHERE clause of
an aggregate that are different from the fields in the SELECT clause,
that the cursors also decode those fields. Otherwise WHERE clauses of
the form 'SELECT f(w) FROM x WHERE y=z' will return incorrect results
Fixes issue #4701 .
2015-11-13 15:18:54 -08:00
Philip O'Toole
b924bcda2a
Merge pull request #4790 from influxdb/control_opentsdb_error_logs
...
Allow openTSDB point errors logging to be disabled
2015-11-13 15:05:35 -08:00
Philip O'Toole
7ea9b3e49e
Allow openTSDB point errors logging to be disabled
2015-11-13 14:54:54 -08:00
Gunnar
fa557a1e5f
Merge pull request #4131 from influxdb/update-admin-ui-version-0.9.5
...
Update admin assets for v0.9.5
2015-11-13 14:49:54 -08:00
orthogonous
434d06008e
Added some comments to the udp service so golint passes. Ref #4098
2015-11-14 08:46:26 +10:00
Todd Persen
467078c9a5
Update admin assets for v0.9.5
2015-11-13 14:26:21 -08:00
Philip O'Toole
7d506c1e64
Update CHANGELOG for PR 4766
...
[ci skip]
2015-11-13 11:18:58 -08:00
Philip O'Toole
172cc43732
Merge pull request #4766 from aneshas/cli-help-contrib
...
Changed help command output from inside the cli
2015-11-13 11:17:18 -08:00
Paulo Pires
aa6ec0cc6f
Added more tests to increase coverage. Refs #2313
2015-11-13 11:38:35 +00:00
Anes Hasicic
95ced0bcc1
Changed help command output from inside the cli to
...
match the info provided by the influx --help output,
and added history command
Reverted description for pretty command
+ minor edits
Removed duplication of command names
Signed-off-by: Anes Hasicic <anes.hasicic@gmail.com>
2015-11-13 09:41:51 +01:00
Philip O'Toole
664b20e5fd
CHANGELOG typo
...
[ci skip]
2015-11-12 19:42:24 -08:00
Philip O'Toole
df6e76d357
Update CHANGELOG for 0.9.6
...
[ci skip]
2015-11-12 19:18:34 -08:00
Philip O'Toole
0339d472ec
Merge pull request #4778 from influxdb/where_blocker
...
If no points to count, count is 0
2015-11-12 19:14:29 -08:00
Philip O'Toole
a8fa58b8e9
Update CHANGELOG
2015-11-12 19:08:47 -08:00
Philip O'Toole
eebf157171
Remove incorrect count() tests
2015-11-12 19:08:44 -08:00
Philip O'Toole
f889ac1140
If no points to count, count is 0
...
Fix issue #4701 .
2015-11-12 18:52:58 -08:00
Paulo Pires
81658de1be
Exit gracefully on forced CLI termination.
2015-11-12 23:14:36 +00:00
Philip O'Toole
76eca03e90
master is now 0.9.6!
...
[ci skip]
2015-11-12 14:38:53 -08:00
Philip O'Toole
6f81fde398
Tweak Support sectioning
...
[ci skip]
2015-11-12 14:28:20 -08:00
Cameron Sparr
e32d97e770
Don't send data _without_ a timestamp
2015-11-12 15:27:18 -07:00
Philip O'Toole
b2cc5498aa
Add support and sales details to README
...
[ci skip]
2015-11-12 14:27:11 -08:00
Ross McDonald
596e00b1b3
Merge pull request #4479 from influxdb/package-updates
...
Filesystem Hierarchy and Packaging Proposed Modifications
2015-11-12 16:19:20 -06:00
Cameron Sparr
909f5e8ae3
Small comment fixups
2015-11-12 15:18:04 -07:00
Philip O'Toole
ce02db8d8b
Merge pull request #4771 from influxdb/max_proc_log
...
Set GOMAXPROCS before log message
2015-11-12 13:57:56 -08:00
Philip O'Toole
dc609b06fd
Set GOMAXPROCS before log message
...
Previously the impression was being given that GOMAXPROCS was not being
set correctly.
2015-11-12 13:28:35 -08:00
Cameron Sparr
b0e9f7e844
Refactor HTTP client for consistency with UDP
...
This makes error handling easier across clients and more consistent.
Also eliminates the need for users to parse their own URLs first,
because that doesn't even guarantee the URLs will be correct http URLs
2015-11-12 14:22:16 -07:00
Paulo Pires
c812aaa36b
Refactored command parsing tokenization.
2015-11-12 20:52:41 +00:00
Paulo Pires
194b2c4965
CLI history skips blank lines.
...
Fixes #4719
2015-11-12 20:50:23 +00:00