Todd Persen
4e17f4dbc0
Handle OPTIONS for CORS preflight.
2015-02-10 23:04:20 -08:00
Todd Persen
4cdda0ba31
Initialize the admin interface on startup.
2015-02-10 23:04:19 -08:00
Todd Persen
631f2946ff
Serve static admin assets.
2015-02-10 23:04:19 -08:00
Todd Persen
c7ea8144ec
Remove admin path from .gitignore
2015-02-10 23:04:19 -08:00
Philip O'Toole
beefdee425
Merge pull request #1564 from influxdb/persist_policies
...
Update retention policy before saving database
2015-02-10 21:25:03 -08:00
Ben Johnson
e4178520da
Close shards on server close.
2015-02-10 22:18:36 -07:00
Philip O'Toole
f87d97467c
Restart server tests after shard group creation
2015-02-10 20:32:36 -08:00
Philip O'Toole
d00718c3a8
Update retention policy before saving database
...
Without this change, new shard group information is not persisted in the
metastore and only when the next database-save took place would this
update be persisted. If the server shutdown before the update, the new
shard group would be lost.
2015-02-10 19:21:02 -08:00
Philip O'Toole
40c211a1ce
Merge pull request #1563 from influxdb/rlock_for_server_ID
...
Only need a read lock for server ID
2015-02-10 16:56:27 -08:00
Philip O'Toole
c003b39611
Only need read-lock for path
2015-02-10 16:53:43 -08:00
Philip O'Toole
bb73ff8825
Only need a read lock for server ID
2015-02-10 16:51:01 -08:00
Philip O'Toole
dd312a940e
Merge pull request #1466 from influxdb/directly_index_fields
...
Look up Field by ID by direct indexing
2015-02-10 16:16:30 -08:00
Cory LaNou
257582cf23
Merge pull request #1561 from influxdb/wire-up-max
...
Wire up max fix #1474
2015-02-10 17:15:53 -07:00
Cory LaNou
e6ed4f87a7
Merge pull request #1560 from influxdb/default-timestamp
...
Time stamps were not being set to now if they were blank
2015-02-10 17:15:25 -07:00
Cory LaNou
d0873a9b15
wire up max fix #1474
2015-02-10 16:14:22 -07:00
Philip O'Toole
699df0ee8d
Merge pull request #1559 from sarlalian/master
...
Changed first line to use /usr/bin/env bash as bash can't be expected
2015-02-10 15:11:12 -08:00
Cory LaNou
ffd71ea39c
fixes #1542 - my bad
2015-02-10 15:57:46 -07:00
Will Fife
2c11d3dbe3
Changed first line to use /usr/bin/env bash as bash can't be expected
...
to reside at /bin/bash, for instance on FreeBSD systems its at
/usr/local/bin/bash.
2015-02-10 14:18:28 -08:00
Cory LaNou
2bc428f806
Merge pull request #1557 from influxdb/wire-up-min
...
Wire up min aggregate query function
2015-02-10 13:49:40 -07:00
Cory LaNou
eb845b1ecc
return nil instead of 0 if there is nothing to reduce, additional zero test
2015-02-10 13:35:55 -07:00
Cory LaNou
b17af5d7d5
more testing
2015-02-10 12:47:30 -07:00
Cory LaNou
4228635bf1
wire up min
2015-02-10 12:10:37 -07:00
Cory LaNou
a61baeafc2
Merge pull request #1554 from influxdb/refactor-planSelectStatement-signature
...
Signature no longer requires database as an argument
2015-02-10 11:11:59 -07:00
Cory LaNou
9bfbf15bad
signature no longer requires database as an argument
2015-02-10 11:03:07 -07:00
Cory LaNou
313174f51a
Merge pull request #1552 from influxdb/select-wildcard-sorting-fix
...
Sorting was not required, it was a testing setup issue
2015-02-10 10:45:56 -07:00
Cory LaNou
6b269ef09e
adding comment on test for predictability, enhancing test
2015-02-10 10:00:09 -07:00
Cory LaNou
0811af6211
sorting was not required, it was a testing setup issue
2015-02-10 09:49:22 -07:00
Cory LaNou
9d1a027639
ignoring goconvey files
2015-02-10 09:28:39 -07:00
Cory LaNou
adcf038323
Merge pull request #1550 from influxdb/cli-not-reporting-errors
...
CLI needs to echo out errors from client library.
2015-02-10 09:28:27 -07:00
Cory LaNou
7dbd9c0d3d
combine error checking
2015-02-10 09:12:18 -07:00
Cory LaNou
1f56514c29
Merge pull request #1540 from influxdb/select-wildcard
...
Select wildcard functionality implemented
2015-02-10 09:07:31 -07:00
Cory LaNou
7b28df0d49
someone needs to add a precommit hook...
2015-02-10 08:54:19 -07:00
Cory LaNou
84ac4dbddb
sort fields for select * for consitency in results
2015-02-10 08:40:40 -07:00
Todd Persen
6b70408864
Merge pull request #1351 from influxdb/go-external
...
Change "code.google.com/p/go.*" to "golang.org/x/*"
2015-02-09 20:23:26 -08:00
Philip O'Toole
fdacb4da7b
Merge pull request #1548 from influxdb/more_integration_testing
...
More integration testing
2015-02-09 20:03:12 -08:00
Philip O'Toole
0c14a5e5de
Group util functions together
2015-02-09 20:00:45 -08:00
Philip O'Toole
bfc9ea66be
Perform query against full slice of nodes
...
This will allow the integration tests to query against any portion of
the cluster, to ensure data has been correctly replicated.
2015-02-09 19:56:54 -08:00
Philip O'Toole
ae748551a6
Merge pull request #1547 from influxdb/more_integration_testing
...
Further factoring of integration testing
2015-02-09 19:54:16 -08:00
Philip O'Toole
87bd21d204
Allow integration tests to specify query
2015-02-09 19:46:01 -08:00
Philip O'Toole
cdeab14201
Pretty up test JSON for cluster testing
2015-02-09 19:42:56 -08:00
Philip O'Toole
8bbdfd237a
Break out write and query
2015-02-09 19:38:06 -08:00
Cory LaNou
c866f57473
rebasing can suck sometimes
2015-02-09 20:04:19 -07:00
Cory LaNou
df7e8e3add
removing comments, test back to original state
2015-02-09 20:01:14 -07:00
Cory LaNou
c83de8695a
simplify test
2015-02-09 20:01:14 -07:00
Cory LaNou
86969a1fe8
add a test that better covers select *
2015-02-09 20:01:14 -07:00
Cory LaNou
82ae461378
defend against select *,value
2015-02-09 19:59:13 -07:00
Cory LaNou
62df7152c6
wildcards are now supported
2015-02-09 19:59:13 -07:00
Cory LaNou
8a1bb5922c
added wildcard query functionality. fixes #1432
2015-02-09 19:59:13 -07:00
Cory LaNou
804b426068
removing obsolete code
2015-02-09 19:58:11 -07:00
Todd Persen
cec1858a87
Merge pull request #1531 from influxdb/panic-on-null-field
...
Fix panic if a point doesn't have a value for a field.
2015-02-09 18:28:59 -08:00