Philip O'Toole
e07aeaa030
Unit test leading underscore as IDENTs
2015-03-26 13:11:11 -07:00
Philip O'Toole
6627257f44
Allow leading underscores for IDENTs
2015-03-26 13:11:06 -07:00
Philip O'Toole
0bcec78527
Merge pull request #2076 from influxdb/fix_up_logging
...
Fix up logging
2015-03-25 21:34:26 -07:00
Philip O'Toole
1660cb349e
Merge pull request #2079 from influxdb/rename_report_server
...
Rename reporting function since it's not stats
2015-03-25 19:41:20 -07:00
Philip O'Toole
5e01e83e47
Rename reporting function since it's not stats
2015-03-25 19:39:27 -07:00
Philip O'Toole
56dc5c05b4
Merge pull request #2078 from influxdb/move_copy_url
...
Move small utility function closer to its use
2015-03-25 19:37:49 -07:00
Philip O'Toole
da25c94484
Move small utility function closer to its use
2015-03-25 19:35:27 -07:00
Philip O'Toole
c461c7e7b4
Remove logging to specific file
2015-03-25 17:41:39 -07:00
Philip O'Toole
e957c2b6db
Update changelog
2015-03-25 15:59:00 -07:00
Philip O'Toole
225459b25c
Always write the logo to stdout
...
This change means it will always go to stdout, regardless of the log
setting.
2015-03-25 15:56:03 -07:00
Philip O'Toole
2305b365fe
Allow STDOUT and STDERR to be set
2015-03-25 15:54:25 -07:00
Philip O'Toole
2fe974f1d6
Remove obsolete PEM file
2015-03-25 15:45:21 -07:00
Philip O'Toole
3ccba15b94
Removed obsolete daemon file
2015-03-25 15:45:10 -07:00
Todd Persen
6de597a226
Merge pull request #1631 from influxdb/drop-continuous-query
...
Wire up DROP CONTINUOUS QUERY
2015-03-25 12:42:02 -07:00
Todd Persen
8842110674
Update CHANGELOG.md
2015-03-25 11:58:49 -07:00
Todd Persen
94a8019fc7
Wire up DROP CONTINUOUS QUERY
2015-03-25 11:58:33 -07:00
Todd Persen
edf42569a0
Merge pull request #2049 from influxdb/fix-cq-example
...
Fix CQ example on InfluxQL spec
2015-03-25 11:50:48 -07:00
Mark Rushakoff
538f07306f
Merge pull request #2072 from mark-rushakoff/remove-travis-yml
...
Remove .travis.yml - we're on CircleCI now
2015-03-25 08:46:06 -07:00
Mark Rushakoff
5864fe8f58
Remove .travis.yml - we're on CircleCI now
2015-03-25 08:12:03 -07:00
Paul Dix
035500fb9f
Update CHANGELOG.md
2015-03-24 22:19:43 -04:00
Paul Dix
7076b9ea9a
Merge pull request #2067 from influxdb/relative-times-off-2045
...
Fixing intervals for group by.
2015-03-24 22:17:12 -04:00
Paul Dix
5e47ed1cb8
Merge pull request #2053 from influxdb/backup-restore
...
Backup & Restore
2015-03-24 22:16:59 -04:00
Cory LaNou
84a9b8a3fa
the naming of the function is wrong, need future refactor, this logic is valid
2015-03-24 20:14:05 -06:00
Cory LaNou
c21ca156e9
this logic should never happen
2015-03-24 20:14:05 -06:00
Cory LaNou
805cba71a4
clarify test name
2015-03-24 20:14:05 -06:00
Cory LaNou
09097c7d68
remove warning
2015-03-24 20:14:05 -06:00
Cory LaNou
d2529a24e7
make comment clearer
2015-03-24 20:14:05 -06:00
Cory LaNou
f5659183a5
update changelog
2015-03-24 20:13:35 -06:00
Cory Lanou
7be574534c
Fixing intervals for group by. Fixing bad PR
2015-03-24 20:13:05 -06:00
Todd Persen
b164b6378d
Merge pull request #2068 from influxdb/fix-drop-series-typo
...
Change `datbase` => `database`
2015-03-24 16:18:43 -07:00
Todd Persen
ceb65f7aa7
Update CHANGELOG.md for #2068
2015-03-24 15:58:48 -07:00
Todd Persen
76b8c39e50
Change `datbase` => `database`
2015-03-24 15:58:30 -07:00
Ben Johnson
21782c0a67
Merge branch 'master' of https://github.com/influxdb/influxdb into backup-restore
2015-03-24 16:05:49 -06:00
Ben Johnson
4bc92c3018
Code review fixes.
2015-03-24 16:04:39 -06:00
Ben Johnson
2401e69f58
Add incremental backups.
...
This commit adds incremental backup support. Snapshotting from the server
now creates a full backup if one does not exist and creates numbered
incremental backups after that.
For example, if you ran:
$ influxd backup /tmp/snapshot
Then you'll see a full snapshot in /tmp/snapshot. If you run the same
command again then an incremental snapshot will be created at
/tmp/snapshot.0. Running it again will create /tmp/snapshot.1.
2015-03-24 15:57:03 -06:00
Philip O'Toole
bfad9a194d
Merge pull request #2061 from influxdb/show_diags_command
...
SHOW DIAGNOSTICS command
2015-03-24 12:25:56 -07:00
Philip O'Toole
9f723d6a24
Merge pull request #2060 from influxdb/reload_sharp_map
...
Reload shard map on restart
2015-03-24 12:25:08 -07:00
Philip O'Toole
895b781e72
Creates "values" correctly for various diags
2015-03-24 09:27:54 -07:00
Philip O'Toole
b9e0821422
Correct minor typos in CHANGELOG
2015-03-23 23:48:05 -07:00
Philip O'Toole
f6644d4de8
Add "shard groups" and "shards" to diags
2015-03-23 23:46:20 -07:00
Philip O'Toole
b7162b01f0
Update CHANGELOG
2015-03-23 23:46:20 -07:00
Philip O'Toole
e79d063f4f
Count number of open shards
2015-03-23 23:45:57 -07:00
Philip O'Toole
1c440f8542
Implement "SHOW DIAGNOSTICS"
2015-03-23 23:45:57 -07:00
Philip O'Toole
fba41df82b
Push version and commit hash onto Server
2015-03-23 23:45:57 -07:00
Philip O'Toole
f554a1a9ee
Merge pull request #2064 from influxdb/service_script_master
...
Allow init.d script to get influxd version
2015-03-23 23:45:07 -07:00
Philip O'Toole
1f3b7c66a0
Allow init.d script to get influxd version
2015-03-23 23:42:58 -07:00
Philip O'Toole
a8f0dbcf1d
Load shards on restart
...
Fix for #2012
2015-03-23 18:34:46 -07:00
Philip O'Toole
0a76c2bdfc
Clear server maps on close
...
These maps are reloaded from the metastore on open.
2015-03-23 18:27:36 -07:00
Philip O'Toole
32d982b471
Merge pull request #2046 from ctrlrsf/lint-client
...
Cleanup golint warnings for client code
2015-03-23 17:38:57 -07:00
Philip O'Toole
db28814e32
Merge pull request #2059 from influxdb/sort_rps
...
Support sorting of retention policies
2015-03-23 17:36:20 -07:00