Commit Graph

3248 Commits (95597fc812d512d6f865745498ecb8a5bfa7cdfb)

Author SHA1 Message Date
Philip O'Toole 95597fc812 Fix typo in LIST USERS example 2015-01-25 17:45:47 -08:00
Paul Dix c524d9afe5 Fix parser tests 2015-01-25 17:51:51 -05:00
dgnorton e7c8b55577 Merge pull request #1363 from influxdb/offset
influxql: add OFFSET
2015-01-25 16:04:36 -05:00
David Norton ab39d471a3 influxql: add OFFSET 2015-01-25 15:34:49 -05:00
Paul Dix f1d141af46 Merge pull request #1358 from influxdb/new-logo
New version, new logo.
2015-01-24 15:30:15 -05:00
Todd Persen c5c242a7f9 New version, new logo. 2015-01-24 15:11:03 -05:00
Paul Dix bd8fccba3e Merge pull request #1354 from djherbis/master
added missing bounds check to SeriesIDs Intersect
2015-01-24 13:03:50 -05:00
djherbis 4132e91f9d added boundary check to TestDatabase_SeriesIDsIntersect 2015-01-23 21:39:26 -05:00
Philip O'Toole c332d36919 Merge pull request #1357 from influxdb/pretty_printing
Support pretty-print ouput on query endpoint
2015-01-23 15:14:10 -08:00
Philip O'Toole 65562162b0 Support pretty-print ouput on query endpoint
Re-implementation of existing 0.7+ feature.
2015-01-23 15:07:16 -08:00
Todd Persen e7cdd48831 Fix typo in first echo 2015-01-23 11:14:02 -05:00
djherbis ea6a87466e added missing bounds check to SeriesIDs Intersect 2015-01-22 21:22:30 -05:00
Philip O'Toole 387b91cce3 Merge pull request #1347 from influxdb/new_packaging
Add initial version of new release script
2015-01-22 15:18:26 -08:00
Philip O'Toole abe89e1552 init.d script does not support 'reload' 2015-01-22 15:02:20 -08:00
Philip O'Toole b9c1eea7b8 Add simple header to script 2015-01-22 14:56:11 -08:00
Philip O'Toole 813c27f313 Set execute bit on init.d symlink 2015-01-22 14:45:00 -08:00
Philip O'Toole c3b53f8af8 Add init.d script to packaging 2015-01-22 14:40:16 -08:00
Philip O'Toole 71fb61f701 Add first version of init.d script 2015-01-22 14:29:11 -08:00
Philip O'Toole f1b56c849f Offer to tag source code with version 2015-01-22 14:20:24 -08:00
Philip O'Toole bae5679c2e Add packaging script for debs and RPMs
No init.d script is yet included.
2015-01-22 13:57:51 -08:00
Cory LaNou 201d357c2c Merge pull request #1348 from influxdb/tests
End to end test scripts
2015-01-22 14:22:56 -07:00
Cory LaNou 5321a246be Merge pull request #1340 from influxdb/log-format
Move handlers and associated http functionality to httpd package
2015-01-22 14:22:01 -07:00
Cory LaNou d3f0b8ac6b adding readme to tests 2015-01-22 14:03:49 -07:00
Cory LaNou 6615dd799f refactoring based on PR comments 2015-01-22 13:54:19 -07:00
Cory LaNou 60043b76a5 format your code 2015-01-22 10:26:08 -07:00
Cory LaNou 7e463e4f5d merging httpd/handler.go and httpd/filters.go 2015-01-21 18:17:09 -07:00
Cory LaNou fd626de462 refactoring the refactoring 2015-01-21 18:13:51 -07:00
Cory LaNou def4590fca refactoring of build log line for http 2015-01-21 16:14:51 -07:00
Cory LaNou 5cdc5523da parse username properly for http logging 2015-01-21 16:00:44 -07:00
Cory LaNou 7a329c6c2c introducing requestID to http stack 2015-01-21 15:36:50 -07:00
Cory LaNou 29a784efef add in authorization for http write endpoint 2015-01-21 14:20:51 -07:00
Cory LaNou 4c99eef8af minor refactoring, commenting 2015-01-21 14:07:30 -07:00
Cory LaNou 65e502b8e7 updating comment on cors filter 2015-01-21 14:03:05 -07:00
Cory LaNou 7cedeed987 change comment to match renamed method 2015-01-21 14:01:57 -07:00
Cory LaNou f902ecae24 real common log format logging 2015-01-21 13:58:06 -07:00
Cory LaNou 5421285be2 added version to server struct 2015-01-21 12:53:18 -07:00
Cory LaNou 2771996865 Merge branch 'master' into log-format 2015-01-21 12:45:59 -07:00
Cory LaNou d1f212963f rename getUsernameAndPassword -> basicAuthCredentials. move it to filters 2015-01-21 12:45:42 -07:00
Philip O'Toole 9337742b1d Merge pull request #1346 from influxdb/re-enable_auth_tests
Re-enable auth tests now that auth is complete
2015-01-21 11:42:38 -08:00
Philip O'Toole 37fb416723 Re-enable auth tests now that auth is complete
Passwords also have to be quoted due to some recent scanner changes.
2015-01-21 11:29:51 -08:00
Philip O'Toole b3091be3d3 Merge pull request #1345 from influxdb/go14_build
Update 'go get' for Go 1.4
2015-01-21 11:24:27 -08:00
Philip O'Toole 03367bf32c Make it clear what the influxDB binary is named 2015-01-21 11:14:09 -08:00
Philip O'Toole 4f7d0e5e46 Pass -f to 'go get'
InfluxDB source is affected by this issue:

    https://github.com/golang/go/issues/8850

which resulted in the new '-f' flag, which our build process must use.
This flag was added to Go 1.4 in:

    ea295a4cfb
2015-01-21 11:09:51 -08:00
Cory LaNou 5c0c728fc3 merge conflict 2015-01-21 11:06:59 -07:00
Cory LaNou 1278a32487 starting web logging 2015-01-21 08:07:03 -07:00
dgnorton fee20908bc Merge pull request #1329 from influxdb/meta-queries
This PR adds authorization.
2015-01-21 10:00:52 -05:00
Ben Johnson f0ac0d16e9 Merge pull request #1344 from tstorch/orthography
correction: orthography
2015-01-21 07:01:47 -07:00
Tristan Storch 2994e52fec correction: orthography 2015-01-21 14:28:24 +01:00
David Norton 2d34c71c0c Add authorization unit tests & code review fixes 2015-01-20 23:45:18 -05:00
Cory LaNou f52d9aa582 wip - added filters. added the concept of routes. more to come 2015-01-20 17:10:45 -07:00