Jason Wilder
d69a21c4e4
Allow skipping fields in templates
2015-06-24 23:09:07 -06:00
Jason Wilder
a7d4d97743
Convert template matching to matcher struct
2015-06-24 23:09:06 -06:00
Jason Wilder
d132263f08
Add support for measurement*
2015-06-24 23:09:06 -06:00
Jason Wilder
d539b23817
Move graphite parser to separate file
2015-06-24 23:09:06 -06:00
Can ZHANG
2a383e6858
Fix unit tests for graphite
2015-06-24 23:09:06 -06:00
Can ZHANG
c130efb5e2
Add fields to config metric name schema of graphite
2015-06-24 23:09:06 -06:00
Philip O'Toole
9323edea46
Remove the repo dir after nightly build completes
2015-06-24 16:33:16 -07:00
Philip O'Toole
7037b2f027
Add very simple helper script for nightly builds
2015-06-24 16:30:38 -07:00
Philip O'Toole
28543d1bbb
Override version during nightly builds
2015-06-24 16:25:29 -07:00
Philip O'Toole
0c3c79c725
Replace package version name with night if NIGHTLY
2015-06-24 15:44:55 -07:00
Philip O'Toole
3f295dcb14
Use correct boolean operator in packaging script
2015-06-24 15:12:30 -07:00
Philip O'Toole
fa08c8d808
Make packaging script nightly build-aware
2015-06-24 15:08:27 -07:00
Philip O'Toole
7147aa0a0e
Correctly set GOPATH during packaging
2015-06-24 14:47:34 -07:00
Philip O'Toole
566a47259b
Merge pull request #3132 from influxdb/package_gopath_override
...
Revert to any pre-existing GOPATH after gvm
2015-06-24 14:40:36 -07:00
Philip O'Toole
04eaddfde8
Revert to any pre-existing GOPATH after gvm
2015-06-24 14:40:03 -07:00
Gunnar
34739f0208
Merge pull request #3082 from influxdb/ga-cli-into
...
Fix CLI panic on malformed INSERT
2015-06-24 11:55:27 -07:00
gunnaraasen
9e59272b0b
Change error message
2015-06-24 11:50:06 -07:00
gunnaraasen
5bb4d3d3e6
Add tests
2015-06-23 23:11:12 -07:00
gunnaraasen
a367e2b165
Update CHANGELOG
2015-06-23 23:11:11 -07:00
gunnaraasen
b01d63f148
Fix CLI panic on malformed INSERT. Fixes #3078
2015-06-23 23:11:11 -07:00
Philip O'Toole
246ce61b85
Make quick start example clearer
2015-06-23 16:57:55 -07:00
Sean Beckett
01440f90e9
Merge pull request #3095 from influxdb/beckettsean-patch-3
...
more examples for line protocol
2015-06-23 15:20:26 -07:00
Sean Beckett
c2a1511e2e
Update README.md
2015-06-23 15:19:53 -07:00
Sean Beckett
92b38583f3
more examples for line protocol
...
showing escape characters and proper string quoting
2015-06-22 17:10:24 -07:00
Sean Beckett
1d9aa31e7b
Merge pull request #3072 from influxdb/beckettsean-patch-3
...
typos, clarifications in line protocol doc
2015-06-22 17:00:31 -07:00
Philip O'Toole
93d7cd10a0
Merge pull request #3075 from influxdb/fix_tag_sets
...
Fix GROUP BY when different tags have same values
2015-06-22 16:07:22 -07:00
Philip O'Toole
4b0871e293
Update CHANGELOG
2015-06-22 16:04:38 -07:00
Philip O'Toole
e010daf74c
Test GROUP BY when different tags have same value
2015-06-22 16:04:13 -07:00
Philip O'Toole
cb7baa6d9e
Don't group TagSets when tag values are identical
...
Fixes issue #3059
2015-06-22 16:04:13 -07:00
Jason Wilder
7873ccbb20
Merge pull request #3039 from neonstalwart/line-comments
...
allow comments in line protocol
2015-06-22 14:09:56 -06:00
dgnorton
eb20558c4c
Merge pull request #2985 from influxdb/cq-nowhere-2944
...
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:51:22 -04:00
Jason Wilder
cc7e59a12a
Merge pull request #3088 from influxdb/jw-field-values
...
Fix string field value escaping
2015-06-22 13:48:47 -06:00
David Norton
c76e904aa3
remove commented out code
2015-06-22 15:42:13 -04:00
David Norton
6cbb605930
fix #2944 : update unit tests
2015-06-22 15:40:31 -04:00
David Norton
90520beb70
fix #2944 : update unit test
2015-06-22 15:40:31 -04:00
David Norton
fefd1ce24d
fix #2944 : update CHANGELOG.md
2015-06-22 15:40:31 -04:00
David Norton
0467aa8fec
fix #2944 : don't require WHERE time on create CQ
2015-06-22 15:39:22 -04:00
Jason Wilder
0949b0783b
Update changelog
...
Add fix for #3013
2015-06-22 13:17:40 -06:00
Jason Wilder
2854108941
Fix string field value escaping
...
Commas and quotes could get escaped and parsed incorrectly if they
were both present in a string value.
Fixes #3013
2015-06-22 13:17:35 -06:00
Philip O'Toole
4f3d890d6a
Merge pull request #3090 from influxdb/drop_database_from_store
...
DROP DATABASE should remove entry from TSDB index
2015-06-22 12:09:39 -07:00
Philip O'Toole
1e6a9394df
Update CHANGELOG
2015-06-22 11:57:17 -07:00
Philip O'Toole
841a8d35ee
Test queries after drop-and-create database with data
2015-06-22 11:55:44 -07:00
Philip O'Toole
01700f79b0
On DROP DATABASE remove from TSDB index
2015-06-22 11:44:46 -07:00
Gunnar
371a17b6b8
Merge pull request #3084 from influxdb/ga-fix-readme
...
Fix download link in README
2015-06-22 11:07:15 -07:00
Jason Wilder
2c2371e260
Merge pull request #3086 from influxdb/jw-field-values
...
Fix invalid field value format not parsed correctly
2015-06-22 11:24:14 -06:00
Jason Wilder
cb9a40df64
Fix invalid field value format not parsed correctly
...
A field value of just a numeric value would be accepted by the line
protocol parser but the value would be set as the field name and
the value would be nil. Instead, return an error because all field
values need a field name.
2015-06-22 10:35:08 -06:00
gunnaraasen
87f857ae52
Fix download link in README
2015-06-22 08:49:14 -07:00
Todd Persen
13468449eb
Update static assets.
2015-06-22 01:50:23 -07:00
Todd Persen
c2f2735f3b
New admin interface.
2015-06-22 01:49:59 -07:00
Todd Persen
4c501cd86f
Remove old admin interface!
2015-06-22 01:47:26 -07:00