Ben Johnson
00806de9b8
refactor query engine
2016-02-10 09:40:25 -07:00
Ben Johnson
0ad9c31169
simple derivative
2016-02-10 09:40:24 -07:00
Ben Johnson
57336bd6ee
fix conditionals
2016-02-10 09:40:24 -07:00
Ben Johnson
60b051ee88
LIMIT/OFFSET
2016-02-10 09:40:24 -07:00
Ben Johnson
036382ee20
SLIMIT/SOFFSET
2016-02-10 09:40:24 -07:00
Ben Johnson
cde973f409
refactor query engine
2016-02-10 09:40:24 -07:00
Edd Robinson
bb9eed941e
Merge pull request #5590 from influxdata/er-sub-panic
...
Fixes #5545
2016-02-10 10:46:22 +00:00
Edd Robinson
bcc46171cf
Address some lint issues
2016-02-10 08:52:08 +00:00
Ross McDonald
887df3c730
Merge pull request #5600 from bwolf/buildpy-pkg-arch-fixes
...
Fix handling of build.py --pkgarch.
2016-02-09 15:12:12 -06:00
Edd Robinson
cfbb219e49
Fixes #5545
2016-02-09 18:41:26 +00:00
Edd Robinson
c8210a6ed4
Merge pull request #5586 from otoolep/tweak_tsm_output
...
Make it clear what the trailing parallel factor is
2016-02-09 18:39:53 +00:00
Edd Robinson
f0afa35d0e
Merge pull request #5535 from nicgrayson/patch-1
...
Update README.md for Collectd
2016-02-09 18:39:04 +00:00
Marcus Geiger
9974a6a4d2
Fix handling of build.py --pkgarch.
...
--pkgarch overrides the architecture which is used in subsequent runs to
build different packages (deb,tar.gz,rpm) and the architecture is used
to index the build information kept in a dict, which of course fails if
it has been overridden. This commit resets the overridden architecture
after each run of fpm to initial, in order to fix the packaging.
2016-02-09 18:39:46 +01:00
Nic Grayson
87deeb6348
fixed grammar/typos in collectd section of docs
2016-02-09 10:32:43 -06:00
Nic Grayson
3a12b2e392
fixed grammar/typos in collectd section of docs
2016-02-09 10:31:57 -06:00
Jason Wilder
aacacbc4c3
Update changelog
...
[ci skip]
2016-02-09 09:25:09 -07:00
Jason Wilder
83b96b35e9
Merge pull request #5419 from m4ce/master
...
Adding support for matching tags multiple times in Graphite parser
2016-02-09 09:23:54 -07:00
Jason Wilder
efc5de0bf4
Update changelog
...
[ci skip]
2016-02-09 09:19:49 -07:00
Jason Wilder
e24e57cf43
Merge pull request #5376 from nuss-justin/golint/models
...
Lint models package
2016-02-09 09:17:53 -07:00
Philip O'Toole
3c1cbe0ea7
Don't dump blank entry for backup dir if not set
2016-02-09 08:13:40 -08:00
Philip O'Toole
d2908def07
Make it clear what the trailing parallel factor is
2016-02-09 08:13:37 -08:00
Edd Robinson
142ff668c8
Merge pull request #5550 from gabelev/lint_engine_wal
...
Enable `golint` on the tsdb/engine/wal
2016-02-09 15:54:12 +00:00
Gabriel Levine
7d4217ab97
enabled golint for tsdb/engine/wal.go and wal_test.go and updated changelog.
2016-02-09 10:29:09 -05:00
Edd Robinson
f2c6a45b58
Merge pull request #5594 from oldmantaiter/fix/lease-redirect
...
Fix for lease redirect
2016-02-09 15:23:15 +00:00
Tait Clarridge
63ff0ca488
Fix for lease redirect
...
Previously, the lease redirect was invalid causing anything relying
on a lease for execution (eg. continuous queries) to cease functioning.
The name/nodeid URL param parsing has been moved up to the top of the
handler so the options can be forwarded on to the real leader.
X-Github-Closes: #5592
2016-02-09 09:48:19 -05:00
Matteo Cerutti
b26859a5db
adding support for matching tags multiple times
2016-02-09 10:19:37 +01:00
Justin Nuß
80e1cd3410
Lint models package
2016-02-09 08:01:30 +01:00
Jason Wilder
a9552fdd91
Merge pull request #5565 from tpitale/configure-udp-precision
...
Configurable precision on UDP services
2016-02-08 15:20:55 -07:00
Tony Pitale
f76569c536
update changelog
2016-02-08 16:03:26 -06:00
Jason Wilder
7d03cd859e
Update changelog
...
[ci skip]
2016-02-08 12:54:05 -07:00
Jason Wilder
dc74bb53d0
Merge pull request #4299 from arussellsaw/feature/client-reject-uint64
...
Reject uint64 Client.Point.Field values
2016-02-08 12:52:17 -07:00
Jason Wilder
119ba299b9
Update changelog
...
[ci skip]
2016-02-08 12:19:36 -07:00
Jason Wilder
4002733695
Merge pull request #5182 from flisky/master
...
Graphite: prefer more specific template over default template when possible
2016-02-08 12:08:43 -07:00
Jason Wilder
ddcdd97416
Merge pull request #5541 from influxdata/tls-client
...
Support for adding custom TLS Config for HTTP client
2016-02-08 11:58:52 -07:00
Jason Wilder
d4ee1cb2b1
Merge pull request #5284 from mglazer/secure-cli
...
CLI Option to Connect without HTTPS Verifica…
2016-02-08 11:45:32 -07:00
Jason Wilder
770397deaa
Merge pull request #5373 from pra85/2016
...
Update year to 2016 in LICENSE
2016-02-08 11:07:06 -07:00
Edd Robinson
e35c0287b6
Merge pull request #5572 from influxdata/er-fix-lint-typo
...
Fix typo from a rename
2016-02-08 17:46:57 +00:00
Jason Wilder
016bdf729d
Merge pull request #5533 from influxdata/pd-010-release-notes
...
Update CHANGELOG for v0.10.0 release
2016-02-08 10:29:06 -07:00
Jason Wilder
66929851fe
Merge pull request #5508 from pra85/patch-2
...
Fixes typo in CODING_GUIDELINES.md
2016-02-08 10:28:31 -07:00
Cory LaNou
958d5ecca3
release 0.10.0
2016-02-08 11:14:18 -06:00
Jason Wilder
9edb819cb8
Merge pull request #5575 from influxdata/jw-5566
...
Fix reading too far in fileAccess.readBytes
2016-02-08 09:43:40 -07:00
Jason Wilder
2b3c640695
Fix reading too far in fileAccess.readBytes
...
Fixes #5566
2016-02-08 09:08:57 -07:00
Edd Robinson
b34699d222
Fix typo from a rename
2016-02-08 16:05:05 +00:00
Jason Wilder
db5d715846
Merge pull request #5536 from mmattioli/cleanup
...
Cleanup
2016-02-08 08:57:44 -07:00
Jason Wilder
c2fb3f8590
Merge pull request #5570 from jonseymour/typo
...
typo: remove trailing i.
2016-02-08 08:31:40 -07:00
Jon Seymour
0f674e5c59
typo: remove trailing i.
...
Signed-off-by: Jon Seymour <jon@wildducktheories.com>
2016-02-08 16:44:42 +11:00
Tony Pitale
6dd407c819
use go fmt
2016-02-07 10:59:31 -06:00
Tony Pitale
1e4eae4343
Configurable precision on UDP services
...
* pass configured precision string to point parsing
* add Precision configuration to UDP config
* default configured precision to match what it appears to be now (from ParsePoints)
2016-02-06 13:56:53 -06:00
Jason Wilder
af1a22da76
Merge pull request #5552 from influxdata/graphite
...
Fix [[graphite]] config section
2016-02-05 15:31:02 -07:00
Jack Zampolin
611090412e
Address PR comments
2016-02-05 14:08:24 -08:00