Commit Graph

3413 Commits (3680b8769e72c9fee0eae757c20b734217db621d)

Author SHA1 Message Date
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
Cory LaNou 53ffb997a1 Merge branch 'master' into broker-config 2015-01-18 14:48:52 -07:00
Ben Johnson 6462608574 Merge branch 'master' of https://github.com/influxdb/influxdb into normalize 2015-01-18 14:45:39 -07:00
Ben Johnson 81f457907f Add measurement normalization and identifier splitting. 2015-01-18 14:45:22 -07:00
Cory LaNou 3e54774600 Merge pull request #1326 from influxdb/http-json-endpoint
Http json write series endpoint
2015-01-18 14:43:20 -07:00
Cory LaNou 3791cbe722 launch and re-launch server with no config 2015-01-16 16:45:31 -07:00
Cory LaNou a2f09e52c7 refactor write response for json, added blank/exists database tests 2015-01-15 14:58:21 -07:00
Cory LaNou 97084f4e9f http json endpoint requires database 2015-01-15 14:42:38 -07:00
Ben Johnson 0d590f8c99 Begin broker/client config messaging. 2015-01-15 13:42:56 -07:00
Cory LaNou e379150d74 more tests for invalid requests on http json endpoint 2015-01-15 13:09:52 -07:00
Cory LaNou 72281986b5 Merge branch 'master' into http-json-endpoint 2015-01-15 12:08:29 -07:00
Ben Johnson bb4c67c06a Merge pull request #1330 from influxdb/engine-intg
Basic query engine integration
2015-01-15 12:03:40 -07:00
Ben Johnson 4a03f09e9d Code review fixes. 2015-01-15 12:03:31 -07:00
Ben Johnson 2f2300f201 Code review fixes. 2015-01-15 10:35:42 -07:00
Ben Johnson 55d623220c Merge branch 'master' of https://github.com/influxdb/influxdb into engine-intg
Conflicts:
	server_test.go
2015-01-14 22:21:55 -07:00
Ben Johnson 0e2aae61e3 Basic query engine integration. 2015-01-14 16:44:09 -07:00
Cory LaNou 9d028fc8e3 /series -> /write 2015-01-14 14:49:37 -07:00
Cory LaNou 3b59fa75f8 adding test for http json endpoint 2015-01-14 14:08:53 -07:00
Cory LaNou a38b47f144 Merge branch 'master' into http-json-endpoint 2015-01-14 13:47:59 -07:00
Cory LaNou 14812626c6 allow json http endpoint to take batches and defaults 2015-01-14 13:45:42 -07:00
Philip O'Toole 3c126a2319 Merge pull request #1302 from influxdb/parsed_to_metastore
Add database and retention policy control via queries
2015-01-14 12:38:52 -08:00
Philip O'Toole 771d70b55b Consolidate all switch statements 2015-01-14 12:26:29 -08:00