Commit Graph

8440 Commits (90ea3fc4ad8e94512ada1f3a6bd8e6082fdbc330)

Author SHA1 Message Date
John Nguyen 90ea3fc4ad updated CHANGELOG.md 2015-11-16 17:36:21 +08:00
John Nguyen 63e958f06e fixed export lint issues in services/admin 2015-11-16 17:31:53 +08:00
Cory LaNou 43a4201a33 update changelog for 4768 2015-11-14 07:27:41 -06:00
Cory LaNou bb00645a84 Merge pull request #4768 from pires/4719-cli_history_refactor
CLI history skips blank lines.
2015-11-14 07:25:58 -06:00
Paulo Pires a8fa170f29 Removed bogus comment. 2015-11-14 11:12:31 +00:00
Philip O'Toole 69803ddc6f Merge pull request #4791 from orthogonous/master
Added some comments to the udp service so golint passes. Ref #4098
2015-11-13 19:10:49 -08:00
Philip O'Toole 5333437d5b Correct CHANGELOG re PR4778
[ci skip]
2015-11-13 17:57:07 -08:00
Philip O'Toole 1228431d85 Merge pull request #4789 from influxdb/multi_field_agg
WHERE fields must be decoded during aggregates
2015-11-13 17:30:32 -08:00
Gunnar f9a651ee7a Merge pull request #4777 from influxdb/ga-admin-v0.9.6
Bump version string in admin UI to 0.9.6
2015-11-13 15:32:33 -08:00
gunnaraasen a68fc448a0 Bump version string in admin UI 2015-11-13 15:24:02 -08:00
Philip O'Toole 912684b8d6 WHERE fields must be decoded during aggregates
This change ensures that if there are any fields in the WHERE clause of
an aggregate that are different from the fields in the SELECT clause,
that the cursors also decode those fields. Otherwise WHERE clauses of
the form 'SELECT f(w) FROM x WHERE y=z' will return incorrect results

Fixes issue #4701.
2015-11-13 15:18:54 -08:00
Philip O'Toole b924bcda2a Merge pull request #4790 from influxdb/control_opentsdb_error_logs
Allow openTSDB point errors logging to be disabled
2015-11-13 15:05:35 -08:00
Philip O'Toole 7ea9b3e49e Allow openTSDB point errors logging to be disabled 2015-11-13 14:54:54 -08:00
Gunnar fa557a1e5f Merge pull request #4131 from influxdb/update-admin-ui-version-0.9.5
Update admin assets for v0.9.5
2015-11-13 14:49:54 -08:00
orthogonous 434d06008e Added some comments to the udp service so golint passes. Ref #4098 2015-11-14 08:46:26 +10:00
Todd Persen 467078c9a5 Update admin assets for v0.9.5 2015-11-13 14:26:21 -08:00
Philip O'Toole 7d506c1e64 Update CHANGELOG for PR 4766
[ci skip]
2015-11-13 11:18:58 -08:00
Philip O'Toole 172cc43732 Merge pull request #4766 from aneshas/cli-help-contrib
Changed help command output from inside the cli
2015-11-13 11:17:18 -08:00
Paulo Pires aa6ec0cc6f Added more tests to increase coverage. Refs #2313 2015-11-13 11:38:35 +00:00
Anes Hasicic 95ced0bcc1 Changed help command output from inside the cli to
match the info provided by the influx --help output,
and added history command

Reverted description for pretty command

+ minor edits

Removed duplication of command names

Signed-off-by: Anes Hasicic <anes.hasicic@gmail.com>
2015-11-13 09:41:51 +01:00
Philip O'Toole 664b20e5fd CHANGELOG typo
[ci skip]
2015-11-12 19:42:24 -08:00
Philip O'Toole df6e76d357 Update CHANGELOG for 0.9.6
[ci skip]
2015-11-12 19:18:34 -08:00
Philip O'Toole 0339d472ec Merge pull request #4778 from influxdb/where_blocker
If no points to count, count is 0
2015-11-12 19:14:29 -08:00
Philip O'Toole a8fa58b8e9 Update CHANGELOG 2015-11-12 19:08:47 -08:00
Philip O'Toole eebf157171 Remove incorrect count() tests 2015-11-12 19:08:44 -08:00
Philip O'Toole f889ac1140 If no points to count, count is 0
Fix issue #4701.
2015-11-12 18:52:58 -08:00
Paulo Pires 81658de1be Exit gracefully on forced CLI termination. 2015-11-12 23:14:36 +00:00
Philip O'Toole 76eca03e90 master is now 0.9.6!
[ci skip]
2015-11-12 14:38:53 -08:00
Philip O'Toole 6f81fde398 Tweak Support sectioning
[ci skip]
2015-11-12 14:28:20 -08:00
Cameron Sparr e32d97e770 Don't send data _without_ a timestamp 2015-11-12 15:27:18 -07:00
Philip O'Toole b2cc5498aa Add support and sales details to README
[ci skip]
2015-11-12 14:27:11 -08:00
Ross McDonald 596e00b1b3 Merge pull request #4479 from influxdb/package-updates
Filesystem Hierarchy and Packaging Proposed Modifications
2015-11-12 16:19:20 -06:00
Cameron Sparr 909f5e8ae3 Small comment fixups 2015-11-12 15:18:04 -07:00
Philip O'Toole ce02db8d8b Merge pull request #4771 from influxdb/max_proc_log
Set GOMAXPROCS before log message
2015-11-12 13:57:56 -08:00
Philip O'Toole dc609b06fd Set GOMAXPROCS before log message
Previously the impression was being given that GOMAXPROCS was not being
set correctly.
2015-11-12 13:28:35 -08:00
Cameron Sparr b0e9f7e844 Refactor HTTP client for consistency with UDP
This makes error handling easier across clients and more consistent.
Also eliminates the need for users to parse their own URLs first,
because that doesn't even guarantee the URLs will be correct http URLs
2015-11-12 14:22:16 -07:00
Paulo Pires c812aaa36b Refactored command parsing tokenization. 2015-11-12 20:52:41 +00:00
Paulo Pires 194b2c4965 CLI history skips blank lines.
Fixes #4719
2015-11-12 20:50:23 +00:00
Jason Wilder f56f3ae1e0 Merge pull request #4756 from influxdb/jw-tsm
TSM file reader/writers
2015-11-12 11:07:02 -07:00
Jason Wilder e4312d854c Fix typo 2015-11-12 09:53:38 -07:00
Ross McDonald bd186195db Restructured filesystem hierarchy, and updated pre/post installation scripts to ease upgrade progress. Also adding first iteration of new build script (build.py).
New package filesystem hierarchy:
	 - /var/lib/influxdb => Data directories
	 - /usr/lib/influxdb => Scripts and other miscellaneous files
	 - /etc/influxdb => Configuration
	 - /usr/bin/ => Where InfluxDB binaries will live
2015-11-12 10:42:41 -06:00
Philip O'Toole edb84f040e Merge pull request #4762 from faiq/syntax-highlighting-contrib
adds syntax highlighting for bash
2015-11-11 22:27:02 -08:00
Faiq Raza 1a15ac6cf9 adds syntax highlighting for bash 2015-11-12 01:07:26 -05:00
Philip O'Toole ebb9172ad7 Merge pull request #4759 from influxdb/it_kills_me_but_out_it_goes
Revert to Go 1.4.2
2015-11-11 16:20:25 -08:00
Philip O'Toole 898dac6f8e Merge remote-tracking branch 'origin/master' into it_kills_me_but_out_it_goes 2015-11-11 16:03:06 -08:00
Philip O'Toole 268701d2ba Merge pull request #4757 from influxdb/tsdb-go-1.4-fix
Remove reference to strings.Compare from tsdb/functions.go
2015-11-11 16:02:16 -08:00
Jason Wilder 8e14877e98 Add diagrams/documentation about indirect indexing strategy 2015-11-11 17:01:20 -07:00
Philip O'Toole 3cab8fac02 Revert to Go 1.4.2
This is not passing 'go vet' under 1.4.2.
2015-11-11 15:48:37 -08:00
Jason Wilder 7df1c2dd31 Add an indirectIndex implementation
Implements the indirect indexing approach to allow indexes on MMAPed files
that may be larger than available RAM
2015-11-11 15:16:11 -07:00
Ross McDonald 2c687abf91 Removing reference to strings.Compare for downgrade from Go 1.5 to Go 1.4. 2015-11-11 14:40:34 -06:00