Ben Johnson
cc025f3e74
Fix broker metadata persistence.
2015-01-28 03:21:00 -05:00
Ben Johnson
5926e38e58
Merge pull request #1394 from influxdb/fix-measurement-persistence
...
Fix measurement persistence.
2015-01-28 03:03:56 -05:00
Ben Johnson
ef50a180b4
Fix measurement persistence.
2015-01-28 02:53:16 -05:00
Philip O'Toole
f37d7fe5f8
Merge pull request #1393 from influxdb/no_caps
...
'SHOW DATABASES' should output lower-case keys
2015-01-27 23:45:02 -08:00
Philip O'Toole
655fa7fd59
'SHOW DATABASES' should output lower-case keys
2015-01-27 23:40:49 -08:00
Ben Johnson
26163e16df
Merge pull request #1391 from influxdb/fixes
...
Fixes!
2015-01-28 02:06:49 -05:00
Ben Johnson
dc6afbd2e2
Fix metastore copy.
2015-01-28 01:51:08 -05:00
Ben Johnson
3601c3c79f
Fix restarts and broker redirection.
2015-01-28 01:09:50 -05:00
Ben Johnson
def5fc4703
Fix data node reload.
2015-01-27 22:44:22 -05:00
Philip O'Toole
c428879891
Use --data-urlencode with each URL parameter
2015-01-27 18:29:16 -08:00
Philip O'Toole
5d26365c01
Merge pull request #1388 from influxdb/richer_api_response
...
Richer API responses for USERS and RPs
2015-01-27 17:51:48 -08:00
Philip O'Toole
be02a9823c
Add full details for 'SHOW USERS'
2015-01-27 17:49:28 -08:00
Paul Dix
573477eaac
Merge pull request #1369 from influxdb/engine
...
WIP: Query Engine Refactor
2015-01-27 20:32:22 -05:00
Paul Dix
74e1bb99b6
Fix failures after rebase
2015-01-27 20:29:15 -05:00
Paul Dix
f2419caeb5
Wire up field expression evaluation
2015-01-27 20:27:19 -05:00
Paul Dix
861163c03e
Add influxql.Eval().
2015-01-27 20:27:19 -05:00
Paul Dix
c2ded241ea
WIP: wire up group bys and pretty much the whole shebang
2015-01-27 20:27:19 -05:00
Paul Dix
a4e32eb8e6
Fix raw data query test.
2015-01-27 20:26:32 -05:00
Paul Dix
7052fcdde9
WIP: add raw data points query, refactor mapper and iterator
...
Refactors the mapper to only take a single iterator. This will also make it so that we have many mappers (one per shard) that get properly reduced so order comes through correctly.
2015-01-27 20:26:32 -05:00
Ben Johnson
385687b8b4
Add multishard iteration.
2015-01-27 20:26:32 -05:00
Paul Dix
7c4a79248d
Add percentile aggregate function
2015-01-27 20:26:32 -05:00
Paul Dix
8148259bfc
Add mean aggregate function
2015-01-27 20:26:32 -05:00
Ben Johnson
a6746b3a21
Remove MultiIterator.
2015-01-27 20:26:32 -05:00
Ben Johnson
1eda0ffcb9
Refactoring query engine.
2015-01-27 20:26:31 -05:00
Ben Johnson
d340ffcf3c
Expression expansion and reduction.
2015-01-27 20:26:31 -05:00
Philip O'Toole
efefd73c70
Return full details for 'SHOW RETENTION POLICIES'
2015-01-27 16:48:04 -08:00
Philip O'Toole
34181592e9
Set DefaultShardRetention to 1 week
2015-01-27 16:43:21 -08:00
Philip O'Toole
59c47fd699
Correct typo in packaging script comments
2015-01-27 16:25:43 -08:00
Philip O'Toole
6b8f7c4967
Merge pull request #1385 from influxdb/compliant_api
...
Add top-level "results" key
2015-01-27 16:20:28 -08:00
Philip O'Toole
a197d16ac8
Add top-level "results" key
...
This brings the API output into line with the API specification.
2015-01-27 15:47:47 -08:00
Philip O'Toole
155bc9a531
Merge pull request #1384 from influxdb/allow_2_writes
...
Don't enable JSON 'UseNumber'
2015-01-27 10:49:57 -08:00
Philip O'Toole
97d4548790
JSON decoder should not UseNumber
2015-01-27 08:41:46 -08:00
Philip O'Toole
4df60be9b2
Merge pull request #1383 from sakamotomsh/fix-markdown_syntaxerror
...
Fix markdown syntax error.
2015-01-26 22:54:21 -08:00
sakamotomsh
18272ba63c
Fix markdown syntax error.
2015-01-27 15:10:00 +09:00
Philip O'Toole
b23dffcd1c
Merge pull request #1379 from influxdb/list_users
...
Implement SHOW USERS
2015-01-26 19:34:02 -08:00
Philip O'Toole
aad0fe8bec
Implement SHOW USERS
2015-01-26 19:12:24 -08:00
Philip O'Toole
7a796a9bd9
Merge pull request #1378 from influxdb/make_pid_dir
...
Ensure PID directory tree exists
2015-01-26 18:50:25 -08:00
Philip O'Toole
a2b09ca966
Start influxd with up-to-date launch params
...
Simplify for now, and more complexitity can come later if needed.
2015-01-26 18:45:33 -08:00
Philip O'Toole
2aa9b6ea33
Ensure PID directory tree exists
2015-01-26 18:33:06 -08:00
Philip O'Toole
5b5dd896bd
Merge pull request #1376 from influxdb/role_join_to_config
...
Push "join URLs" into config
2015-01-26 17:56:53 -08:00
Philip O'Toole
170f89d08e
Merge pull request #1377 from influxdb/rename_config_file
...
Rename config file during packaging
2015-01-26 17:54:41 -08:00
Philip O'Toole
3c3792f670
Push "joinURLs" into config file
...
Command-line still take precedence.
2015-01-26 17:53:56 -08:00
Philip O'Toole
48fdb239c8
Rename config file during packaging
2015-01-26 17:33:14 -08:00
Philip O'Toole
d5c0ea396b
Remove redundant option 'role'
2015-01-26 17:15:47 -08:00
Cory LaNou
d36f3a28aa
Merge pull request #1360 from influxdb/tests-shards-tmux
...
Create testing scripts via tmux
2015-01-26 18:01:57 -07:00
Cory LaNou
3186553f0a
Merge branch 'master' into tests-shards-tmux
2015-01-26 17:31:03 -07:00
Cory LaNou
2432d6bad1
Merge pull request #1349 from influxdb/client-refactoring
...
New Go client library and benchmarks.
2015-01-26 17:16:31 -07:00
Cory LaNou
6ecb96ebfa
clarifying a comment on starting up servers
2015-01-26 17:16:05 -07:00
Cory LaNou
eaf8ed1d23
use standard library for path expansion
2015-01-26 16:10:51 -07:00
Cory LaNou
51ce3189d1
Merge pull request #1373 from influxdb/http-logging-basic-auth
...
Http logging basic auth
2015-01-26 15:47:29 -07:00