Commit graph

5199 commits

Author SHA1 Message Date
Todd Gruben
1488ac0e3a Merge branch 'develop' into slicecount-optimization 2018-06-19 10:36:05 -05:00
Yuce Tekol
80fadb5d21
Updated client libraries 2018-06-19 16:59:13 +03:00
Yuce Tekol
1e6d0a433e
Updated getting started section for latest develop 2018-06-19 16:19:36 +03:00
Matthew Jaffee
f591c4911e
Merge pull request #1389 from pilosa/remove-broadcaster-gossip
remove broadcaster methods from gossip- don't use sendAsync anywhere
2018-06-18 22:36:25 -05:00
Matt Jaffee
56ed9bfbe1
remove broadcaster methods from gossip- don't use sendAsync anywhere 2018-06-18 18:47:29 -05:00
Matthew Jaffee
6ef9b0bb93
Merge pull request #1388 from tgruben/issue-1283
added fields meta to index http endpoint
2018-06-18 14:45:41 -05:00
tgruben
f412f4d0c7
Merge branch 'develop' into issue-1283 2018-06-18 14:20:21 -05:00
Matthew Jaffee
b4c7c400e1
Merge pull request #1387 from pilosa/attr-test-cleanup
Attr test cleanup
2018-06-18 14:12:16 -05:00
Todd Gruben
18c67269ae clarity 2018-06-18 14:08:22 -05:00
Todd Gruben
07ab60d6cf adjust requirements to match schema response 2018-06-18 13:58:12 -05:00
Todd Gruben
277ee1e25e added fields meta to index http endpoint 2018-06-18 13:28:24 -05:00
Matthew Jaffee
18f159cf70
Merge branch 'develop' into attr-test-cleanup 2018-06-18 13:15:02 -05:00
Matthew Jaffee
2fc9f41806
Merge pull request #1386 from pilosa/client-test-cleanup
move pilosa/test/client.go helpers into pilosa/client_test.go
2018-06-18 13:14:38 -05:00
Matt Jaffee
60dee04ed1
move pilosa/test/attr.go into pilosa/attr_test.go 2018-06-18 12:52:58 -05:00
Matt Jaffee
9a74763156
move pilosa/test/client.go helpers into pilosa/client_test.go 2018-06-18 12:40:59 -05:00
Matt Jaffee
5c081d1518
more tests, fix bug where Condition wasn't pointer 2018-06-18 11:59:39 -05:00
Matt Jaffee
a6b6442ef4
more tests and fix range 2018-06-18 11:32:21 -05:00
Ben Johnson
c9ff679efc
Merge pull request #1337 from benbjohnson/translator
ID-Key Translation
2018-06-18 08:26:27 -06:00
Ben Johnson
060254e0d6
Key-to-ID Translation
This commit adds id-to-key translation to make it easier for users
to provide non-integer identifiers for rows & columns.
2018-06-15 16:45:05 -06:00
Matt Jaffee
23bca175ae
add tests, fix tests, fix bugs 2018-06-15 15:02:41 -05:00
Matt Jaffee
4b856bea55
change parser for new PQL 2018-06-15 12:22:16 -05:00
Matt Jaffee
1e05920742
fuzz testing and bug fixes 2018-06-15 08:34:14 -05:00
Matt Jaffee
2ddc2ceeeb
add old parser implementation to pql/internal/oldpql for comparison fuzz testing 2018-06-15 08:34:13 -05:00
Matt Jaffee
c66cb59f1d
remove -switch option from peg generator 2018-06-15 08:34:13 -05:00
Matt Jaffee
3656bc83a0
support quoted strings properly 2018-06-15 08:34:13 -05:00
Matt Jaffee
47233c8bee
replace PQL parser with one created by PEG parser generator 2018-06-15 08:34:12 -05:00
tgruben
9ad8d8d0b9
Merge pull request #1378 from tgruben/query-generator
add supporting functions for functional pql.Query construction
2018-06-14 11:55:00 -05:00
tgruben
bffa009fa7
Merge branch 'develop' into query-generator 2018-06-14 10:55:42 -05:00
Todd Gruben
aa21890503 moved to internal/test 2018-06-14 10:02:36 -05:00
Todd Gruben
b36b3b16ff moved to pilosa core 2018-06-14 09:12:05 -05:00
Cody Soyland
80712cf05f
Merge pull request #1377 from codysoyland/http-inversion-2
Remove more net/http references
2018-06-13 22:00:19 -05:00
Cody Soyland
415b4de110
Merge branch 'develop' into http-inversion-2 2018-06-13 21:38:30 -05:00
Travis Turner
6e804d8d51
Merge pull request #1374 from travisturner/global-consts
un-export package level consts
2018-06-13 19:23:10 -05:00
Travis Turner
7d91261968
un-export some package level constants 2018-06-13 17:18:52 -05:00
Travis Turner
70030305f2
Merge pull request #1372 from travisturner/global-functions
un-export some top-level functions
2018-06-13 17:09:21 -05:00
Cody Soyland
fba865fc6c Remove more net/http references 2018-06-13 16:50:44 -05:00
Travis Turner
fe167ea78c
un-export some top-level functions 2018-06-13 16:44:24 -05:00
Travis Turner
64103253aa
Merge pull request #1369 from travisturner/unexport-cluster-methods
un-export (some) Cluster methods
2018-06-13 16:11:14 -05:00
Todd Gruben
1211663019 add supporting functions for functional query contstruction 2018-06-13 15:47:00 -05:00
Travis Turner
8021fc389b
un-export (some) Cluster methods 2018-06-13 15:42:35 -05:00
Cody Soyland
ab652ebe7d
Merge pull request #1375 from codysoyland/http-inversion
Migrate HTTP handler and client into http subpackage
2018-06-13 09:38:00 -05:00
Cody Soyland
37153daf15 Remove commented code 2018-06-13 09:21:25 -05:00
Cody Soyland
952db994c7 Fix mistake in interface name 2018-06-13 09:21:15 -05:00
Cody Soyland
ecbbd31b4e Improve naming 2018-06-13 09:18:50 -05:00
Cody Soyland
daffa3b125 Rename InternalHTTPClient -> InternalClient 2018-06-13 09:04:04 -05:00
Cody Soyland
64287905bd Add missing argument to Errorf call 2018-06-13 08:56:14 -05:00
Cody Soyland
0b16a3afb9 Merge branch 'develop' into http-inversion 2018-06-12 14:49:54 -05:00
Cody Soyland
f2c104dfef Migrate HTTP handler and client into http subpackage. 2018-06-12 13:22:40 -05:00
Travis Turner
f0b52d70f6
Merge pull request #1367 from travisturner/unexport-view-methods
unexport (most) View methods
2018-06-08 13:10:20 -05:00
Travis Turner
e58d407182
unexport (most) View methods 2018-06-07 22:50:49 -05:00