Commit Graph

3234 Commits (b9c1eea7b868eec4c7a7d22074acaed7a503d061)

Author SHA1 Message Date
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
David Norton 1796998614 Add authorization 2015-01-20 16:33:28 -05:00
Cory LaNou 3ab277214d first pass at moving handlers to httpd package 2015-01-20 10:50:13 -07:00
Ben Johnson 7602968a0a Merge pull request #1337 from SaviorPhoenix/fmt-fix
Fix a simple printf fmt typo in server_test.go:574
2015-01-20 07:49:25 -07:00
SaviorPhoenix e96adbf80b Fix a simple printf fmt typo in server_test.go:574 2015-01-20 02:54:01 -07:00
Ben Johnson 8a2b078a10 Merge pull request #1334 from influxdb/ident-scan
Ident scanning, single quote strings
2015-01-19 16:16:56 -07:00
Ben Johnson 9ccc3b73e0 Refactor ident parsing into Parser.parseIdent(). 2015-01-19 16:12:33 -07:00
Ben Johnson 73bc8215bc Remove combined string/ident scanning. 2015-01-19 16:01:24 -07:00
Ben Johnson 3c8c8724ed Implement full ident scanning, single quote strings. 2015-01-19 13:05:38 -07:00
Ben Johnson 4c932d5922 Merge pull request #1333 from influxdb/normalize
Identifier Splitting & Measurement Normalization
2015-01-19 11:29:03 -07:00
Ben Johnson 10075ea8c5 Remove debugging. 2015-01-19 11:28:31 -07:00
Paul Dix 271e79d838 Update QUERIES.md
Add examples with LIMIT and OFFSET
2015-01-19 11:31:45 -05:00
Cory LaNou a147bdb69f Merge pull request #1331 from influxdb/broker-config
Begin broker/client config messaging.
2015-01-18 19:22:10 -07:00
Cory LaNou 1950f38fc1 removing unecessary method 2015-01-18 16:27:52 -07:00
Cory LaNou 34aa70e6d5 better way to re-start without a default config 2015-01-18 16:02:48 -07:00