Commit graph

730 commits

Author SHA1 Message Date
Travis
8d05f56df0
Fixes broken index sync test. 2016-12-12 12:36:21 -06:00
Travis
dd63382ed3
Fixes merge conflicts related to MaxSlices.
Merge branch 'time' of github.com:benbjohnson/pilosa into benbjohnson-time
2016-12-12 09:04:23 -06:00
Ben Johnson
3d0dada6fb
Add time-based frames and Range() support. 2016-12-08 12:29:49 -07:00
Travis Turner
730f52d401 Merge pull request #144 from travisturner/test-logic
fixes a minor logic bug in the cluster tests
2016-12-05 17:24:20 -06:00
tgruben
7fb3ffda16 Merge pull request #152 from travisturner/db-specific-slices
Continuation of PR #143: DB-specific slice logic
2016-12-01 09:13:55 -06:00
Travis
05f65ef09c standardizes on MaxSlice (instead of SliceN)
creates DB locally even if node doesn't have data for that DB
2016-11-30 12:59:17 -06:00
Matthew Jaffee
306c64793e Merge pull request #147 from codysoyland/145-remove-godep
Remove Godep now that we use Glide
2016-11-29 15:06:30 -07:00
Cody Soyland
f2d44333cf Modify docs for people scared of piping to bash ;) 2016-11-29 16:04:19 -06:00
Cody Soyland
a4279eb215 Remove Godep now that we use Glide 2016-11-29 15:15:11 -06:00
Matthew Jaffee
e833326887 Merge pull request #146 from codysoyland/145-package-manager
Switch to Glide.sh for dependency management (Fixes #145)
2016-11-29 14:06:58 -07:00
Cody Soyland
23ab7063b8 Switch to Glide.sh for dependency management (Fixes #145) 2016-11-29 12:36:58 -06:00
Travis
4d1c12b4d7 Merge branch 'master' into db-specific-slices 2016-11-29 11:59:41 -06:00
Cody Soyland
2bc8a8d8d0 Change references from "umbel" to "pilosa" 2016-11-28 16:35:56 -06:00
Cody Soyland
a2d9a9a8d3 Migrate from Umbel to Pilosa organization on Github 2016-11-28 15:21:11 -06:00
Travis
5e16f8d9d0 set DefaultPollingInterval back to its original value 2016-11-21 16:36:17 -06:00
Travis
388aab515d fixes a minor logic bug in the cluster tests 2016-11-21 16:25:15 -06:00
Travis
461ac13c2a changes MaxSlices logic to be DB-specific 2016-11-21 16:12:30 -06:00
tgruben
396b6f4bd7 Merge pull request #142 from benbjohnson/fault-tolerance
Add query fault tolerance to Executor.
2016-11-17 14:09:53 -06:00
Ben Johnson
24337f3fe8
Add fault tolerance to executor. 2016-11-17 12:02:53 -07:00
Travis Turner
a17bb2a19e Merge pull request #141 from benbjohnson/ctx
Add context to pilosactl.
2016-11-16 22:00:15 -06:00
Ben Johnson
7c1a39a02d
Add context to pilosactl. 2016-11-16 19:53:40 -07:00
Cody Soyland
ef1bef9aa1 Update README. Pilosa client requires Go 1.7 (context package) 2016-11-15 16:57:25 -06:00
tgruben
6bd8469dac Merge pull request #139 from benbjohnson/context
Add context to Client, Executor, & Handler.
2016-11-10 16:00:35 -06:00
Ben Johnson
5fcea77be3
Add context to Client, Executor, & Handler.
This changes the API of the types but does not alter the functionality
since only the `context.Background()` is currently being used. Adding
`Context` will help handle fault tolerance in the future by allowing
timeouts to be propagated across calls to different nodes.
2016-11-10 13:37:00 -07:00
tgruben
a58a167315 Merge pull request #138 from benbjohnson/frame-fragment-lock
Fix unlocked Frame.fragments accessor.
2016-11-04 10:56:07 -05:00
Ben Johnson
d42ea03b76
Fix unlocked Frame.fragments accessor. 2016-11-04 09:32:58 -06:00
tgruben
9b965042ef Merge pull request #135 from benbjohnson/assert
Clear empty containers, add assertions.
2016-11-03 14:52:53 -05:00
Ben Johnson
154a00f747
Clear empty containers, add assertions. 2016-11-03 13:42:46 -06:00
tgruben
aaa0d4eacf Merge pull request #134 from yuce/dev-docs
added dev docs
2016-11-03 11:27:44 -05:00
Yuce Tekol
59dde04b6d Removed export /home/yuce/Work/pilosa/server lines 2016-11-03 16:55:01 +03:00
Cody Soyland
db6df60877 Merge pull request #133 from yuce/updated-vendor-deps
updated vendors
2016-11-03 08:50:06 -05:00
Yuce Tekol
ef3f40bc9c typo 2016-11-03 16:47:17 +03:00
Yuce Tekol
9e3bfe9d5c typo 2016-11-03 16:45:52 +03:00
Yuce Tekol
64bad3f218 added dev docs 2016-11-03 16:37:45 +03:00
Yuce Tekol
92f0ddb39a updated vendors 2016-11-03 16:14:11 +03:00
tgruben
b2de0e8937 Merge pull request #132 from travisturner/stats
fix the datadog stub so that it compiles without error
2016-11-02 17:21:09 -05:00
Travis
32f0246bf3 fix the datadog stub so that it compiles without error 2016-11-02 16:34:45 -05:00
tgruben
7dbd66baf8 Merge pull request #130 from benbjohnson/check
Add pilosactl check.
2016-10-26 20:34:10 -05:00
Ben Johnson
748484040d
Add pilosactl check. 2016-10-26 13:51:23 -06:00
tgruben
a5502e207e Merge pull request #129 from benbjohnson/127-array-write-fix
Avoid array write if length is zero.
2016-10-26 14:51:21 -05:00
Ben Johnson
65fffc0efa
Avoid array write if length is zero. 2016-10-26 13:47:37 -06:00
tgruben
fe0c83f986 Merge pull request #128 from benbjohnson/stats
Add ExpvarStatsClient and basic tracking.
2016-10-20 16:46:20 -05:00
Ben Johnson
b00901d265
Add ExpvarStatsClient and basic tracking.
A `StatsClient` for `expvar` is added so we can track Stats through
the `/debug/vars` endpoint. Tags are nested inside maps so that we
can see stats for db, frame & slice.

Also added a `MultiStatsClient` for chaining multiple `StatsClient`
implementations together (e.g. `expvar` and DataDog).
2016-10-20 14:35:14 -06:00
tgruben
f20ec5187a Merge pull request #126 from umbel/clearbit_bug
added remote termination clause for clearbit
2016-10-18 15:54:42 -05:00
tgruben
f46f87dc7c Merge pull request #124 from benbjohnson/123-clear-bit-fix
Fix ClearBit() file handle issue.
2016-10-18 15:12:03 -05:00
Todd Gruben
2b6ef06e13 added remote termination clause for clearbit 2016-10-18 15:10:02 -05:00
tgruben
8d27ae9c15 Merge pull request #125 from benbjohnson/123-fix-clear-bit-return
Handle return data from remote ClearBit()
2016-10-18 15:05:40 -05:00
Ben Johnson
a6d77ef580
Handle return data from remote ClearBit()
Previously `ClearBit()` did not handle returned data correctly
and panicked. This change adds it to the list of available return
types.
2016-10-18 11:54:00 -06:00
Ben Johnson
a5dad11131
Fix ClearBit() file handle issue.
Previously the index would create a fragment if it didn't exist
when clearing a bit. This causes additional file handles to be
created when it's already known that the bit is not set.
2016-10-18 10:27:38 -06:00
tgruben
cb5a4176c3 Merge pull request #122 from benbjohnson/120-fix-topn
Add slice to BitmapSegment operations.
2016-10-13 13:04:27 -05:00