Commit graph

1633 commits

Author SHA1 Message Date
alanbernstein
757c341195 Merge pull request #587 from alanbernstein/docs-update
Document inverse=true for TopN
2017-06-07 12:51:19 -05:00
Cody Soyland
ec092df1e8 Merge pull request #605 from codysoyland/fix-test-command
Add "test" to PHONY list in Makefile.

This fixes the "make: `test' is up to date." message we are getting after "test" directory added to the repo.
2017-06-05 17:03:16 -04:00
Cody Soyland
fd2592e261 Add "test" to PHONY list in Makefile 2017-06-05 15:45:36 -05:00
Linh Vo
f066d1e125 Merge pull request #586 from linhvo/improve-test-coverage
Improve test coverage for ctl package
2017-06-05 11:03:51 -05:00
Ben Johnson
13db3237fc Merge pull request #594 from benbjohnson/fix-ipv6-test
Fix failing tests when IPv6 is disabled.
2017-06-01 19:10:59 -06:00
Travis Turner
bd9d3e9431 Merge pull request #599 from jnovinger/patch-1
Minor docs fix, indent in JSON
2017-06-01 16:07:07 -05:00
Travis
ed8bf2ecac
ensure that the sample JSON definition file is proper JSON 2017-06-01 15:59:31 -05:00
Michael Baird
8cd8661241 Merge pull request #597 from raskle/576-handler-missing-index
BroadcastHandler handle missing index
2017-06-01 15:44:08 -05:00
Ben Johnson
ca29f7692b
Fix failing tests when IPv6 is disabled.
Turning off IPv6 causes the tests to fail because the Go
`net.Listen()` function obtains a `[::]` address when using
a `localhost:0` bind address. Looking through the Go source
code, I don't see a good way to fix that.

This change adds a test flag to allow users to specify the
network name when running the test:

```sh
go test github.com/pilosa/pilosa/server -network tcp4
```
2017-06-01 14:43:59 -06:00
Jason Novinger
c2e18b251d Minor docs fix
Properly indent `Fields.Mappers.Max` field in example JSON.
2017-06-01 15:14:31 -05:00
Alan Bernstein
7aeca13085 Fix typo 2017-06-01 11:10:33 -05:00
Matthew Jaffee
fa4234b04c Merge pull request #590 from jaffee/set-n-at-end
set n based on array length instead of incrementing repeatedly
2017-06-01 11:03:35 -05:00
tgruben
f4815484a7 Merge pull request #592 from tgruben/flip
add support for bit flip (negate) in roaring
2017-06-01 10:35:12 -05:00
Michael Baird
3b67f1bd92 return an error if the BroadcastHandler CreateFrameMessage encounters an Index that does not exist 2017-06-01 10:24:57 -05:00
Todd Gruben
542d748baf corrected tests to no longer use String method 2017-06-01 10:17:49 -05:00
Todd Gruben
ba2b8cd5b1 removed String method upon discovery of %v 2017-06-01 10:03:23 -05:00
Travis
879e02de81
fix misspelling and run gofmt 2017-05-31 16:22:43 -05:00
Todd Gruben
f584400330 attempt to conquer weird 2017-05-31 16:10:48 -05:00
Todd Gruben
e12fdb69a1 better String() 2017-05-31 15:04:33 -05:00
Todd Gruben
7382428f38 clensed String method;added documentation for tests 2017-05-31 15:01:48 -05:00
Michael Baird
30081370a8 Merge pull request #568 from raskle/567-statsd-docs
StatsD documentation
2017-05-31 14:13:44 -05:00
Michael Baird
015f2a9046 Merge pull request #468 from raskle/metrics
Metrics
2017-05-31 14:11:22 -05:00
Todd Gruben
649e58253a corrected flip prefix;changed flip to inclusive 2017-05-31 13:58:54 -05:00
Michael Baird
3d6646b82a changed comment for Handler ServeHTTP metrics . 2017-05-31 11:39:58 -05:00
Todd Gruben
a6975192d6 Merge branch 'flip' of github.com:tgruben/pilosa into flip 2017-05-31 10:55:31 -05:00
Todd Gruben
aa13bbb6ce cleaned up comments 2017-05-31 10:40:52 -05:00
tgruben
a58206bb4d Merge branch 'master' into flip 2017-05-31 08:43:50 -05:00
tgruben
8c5c48bba9 Merge pull request #571 from tgruben/xor
added xor support to roaring
2017-05-31 08:34:58 -05:00
Michael Baird
00e60247f6 Verify Cluster object before calculating long query time stat. 2017-05-30 16:49:04 -05:00
Michael Baird
d2fbc0a08f set long query time parameter at startup 2017-05-30 16:33:03 -05:00
Michael Baird
8c4950bc75 check for valid holder before using calculating stats metrics when serving http requests 2017-05-30 16:21:01 -05:00
Michael Baird
81ce68817f fixed test output 2017-05-30 16:20:17 -05:00
Michael Baird
d43d83ad2f need to add sample rate to stats 2017-05-30 16:19:18 -05:00
Matt Jaffee
56ba127210 set n based on array length instead of incrementing repeatedly 2017-05-30 16:09:02 -05:00
Michael Baird
f0c3fdcdda Merge remote-tracking branch 'origin/master' into metrics 2017-05-30 15:36:19 -05:00
Matthew Jaffee
c4fccc025c Merge pull request #577 from jaffee/intersectCountOptimization
rewrite intersectCountArrayBitmap for perf test
2017-05-30 15:15:20 -05:00
Todd Gruben
1c468fb38e bitmap container xor empty test 2017-05-30 15:07:10 -05:00
Todd Gruben
b5bd8433cc added empty and equivlence testing 2017-05-30 13:27:11 -05:00
alanbernstein
f4466f97e4 Merge pull request #589 from alanbernstein/webui-fixes
Webui fixes
2017-05-30 13:19:55 -05:00
Alan Bernstein
f8b4b6a323 Use correct syntax in help text 2017-05-30 13:02:09 -05:00
Alan Bernstein
4ed670b709 Remove unused styles 2017-05-30 12:57:07 -05:00
Alan Bernstein
48192edac1 Hide unimplemented status section 2017-05-30 12:56:48 -05:00
Alan Bernstein
e32bbb077f Fix html structure again 2017-05-30 12:56:29 -05:00
Michael Baird
f822bb43e9 Remove long query time from Server. That parameter is managed in the Cluster. 2017-05-30 12:55:45 -05:00
Todd Gruben
7090ee4d7a @jaffee cleanup 2017-05-30 12:39:23 -05:00
Ben Johnson
010c21d882 Merge pull request #562 from benbjohnson/450-set-attrs-optimization
Check for duplicate attributes under read lock on insert.
2017-05-30 10:53:57 -06:00
Alan Bernstein
87475220bc Document inverse=true for TopN 2017-05-30 11:35:01 -05:00
Todd Gruben
498045f25a added copy optimization ; type check; and code cleanup 2017-05-30 11:18:05 -05:00
Michael Baird
59f26ce585 removed no-op stats tracking, fixed typos 2017-05-30 11:13:39 -05:00
alanbernstein
03aeb64e11 Merge pull request #560 from alanbernstein/autocomplete-improvements
Autocomplete improvements
2017-05-30 10:30:10 -05:00