Matt Jaffee
|
4767ea7bad
|
fix indentation issue
|
2018-05-25 14:34:25 -05:00 |
|
Matt Jaffee
|
75e8a873b1
|
remove rangeEnabled option everywhere
|
2018-05-25 13:09:32 -05:00 |
|
tgruben
|
63e440bb74
|
Merge pull request #1326 from tgruben/bitsToColumn
Change bits terminolgy to column
|
2018-05-25 11:44:40 -05:00 |
|
Matt Jaffee
|
1317d5e989
|
more bit/column comment tweaks
|
2018-05-25 11:02:14 -05:00 |
|
Matt Jaffee
|
ca530b1fc3
|
more fixes
|
2018-05-25 10:57:51 -05:00 |
|
tgruben
|
f7f20c6595
|
Merge branch 'master' into bitsToColumn
|
2018-05-25 10:42:32 -05:00 |
|
Matt Jaffee
|
b878ab347a
|
few more fixes to bsi comments
|
2018-05-25 10:23:14 -05:00 |
|
Yuce Tekol
|
5cc4e07df1
|
Merge pull request #1329 from yuce/update-clearbit-docs
ClearBit doc fix
|
2018-05-25 09:01:41 +03:00 |
|
Matt Jaffee
|
4ef266e5cc
|
revert a bunch of stuff and fix some comments
|
2018-05-24 16:35:27 -05:00 |
|
Todd Gruben
|
e3da6efe3c
|
revert to old labels on BSI; revert MustSetColumns
|
2018-05-24 12:48:24 -05:00 |
|
Yuce Tekol
|
c3166fb0c1
|
ClerBit doc fix
|
2018-05-24 18:36:09 +03:00 |
|
Todd Gruben
|
de4de2ba2e
|
changed ExcludeAttr -> ExcludeRowAttr for clarity
|
2018-05-24 08:27:18 -05:00 |
|
Todd Gruben
|
fb7bf11825
|
Bit -> Column migration
|
2018-05-23 15:05:22 -05:00 |
|
Yuce Tekol
|
3943e3e3cb
|
Merge pull request #1305 from yuce/docker-swarm-tutorial
Docker swarm tutorial
|
2018-05-21 23:01:36 +03:00 |
|
tgruben
|
61164a5def
|
Merge pull request #1311 from tgruben/changeBitmapToRow
renamed pilosa.Bitmap to Row
|
2018-05-21 13:25:16 -05:00 |
|
Todd Gruben
|
5b2f8b4c33
|
migrated internal.Bitmap to internal.Row
|
2018-05-21 13:08:45 -05:00 |
|
Yuce Tekol
|
2a60f09c8c
|
updates
|
2018-05-21 20:32:27 +03:00 |
|
Todd Gruben
|
6d7178ca91
|
replaced some overlooked bm's
|
2018-05-21 12:13:15 -05:00 |
|
Todd Gruben
|
47b100e96b
|
migrate BitmapSegment RowSegment
|
2018-05-21 11:44:51 -05:00 |
|
Todd Gruben
|
6f204e11f1
|
cleanup local variable naming and comments for Rows
|
2018-05-21 11:35:34 -05:00 |
|
Yuce Tekol
|
91df211be7
|
Updated docker swarm tutorial with required open ports
|
2018-05-21 19:25:19 +03:00 |
|
Todd Gruben
|
575e199ad8
|
renamed pilosa.Bitmap to Row
|
2018-05-21 09:12:42 -05:00 |
|
Matthew Jaffee
|
8e071df0c2
|
Merge pull request #1309 from jaffee/more-errors-cause
wrap switch errs in errors.Cause in handler
|
2018-05-18 16:02:54 -05:00 |
|
Matt Jaffee
|
1c850e51f2
|
wrap switch errs in errors.Cause in handler
|
2018-05-18 13:21:00 -05:00 |
|
Cody Soyland
|
2486fcefa1
|
Merge pull request #1307 from codysoyland/make-version-fix
Use lazy assignment for VERSION_ID so enterprise flag is set appropriately
|
2018-05-18 13:16:42 -05:00 |
|
Cody Soyland
|
f4bed7767d
|
Use lazy assignment for VERSION_ID so enterprise flag is set appropriately.
|
2018-05-18 11:51:20 -05:00 |
|
Cody Soyland
|
4fe29827ac
|
Merge pull request #1302 from codysoyland/http-handler-close-redux
Close HTTP handler gracefully (Fixes #1018)
|
2018-05-18 09:29:10 -05:00 |
|
Travis Turner
|
316e657257
|
Merge pull request #1297 from travisturner/cluster-state-test-poll
adjust cluster state tests so they aren't so dependent upon a sleep
|
2018-05-18 09:03:53 -05:00 |
|
Yuce Tekol
|
8f79815f9b
|
Fixed the response in the docker swarm tut.
|
2018-05-18 16:44:57 +03:00 |
|
Yuce Tekol
|
89ece0e147
|
Added docker swarm tutorial
|
2018-05-18 16:41:45 +03:00 |
|
Matthew Jaffee
|
7aff846bc5
|
Merge pull request #1304 from jaffee/errcause-handler
use errors.Cause in handler so that we return correct status codes
|
2018-05-17 18:42:43 -05:00 |
|
Matt Jaffee
|
7a5608a93f
|
use errors.Cause in handler so that we return correct status codes
|
2018-05-17 16:30:48 -05:00 |
|
Travis Turner
|
12352e598f
|
increase cluster poll in tests from 2s to 10s
|
2018-05-17 15:55:11 -05:00 |
|
Cody Soyland
|
422d901e44
|
Close HTTP handler gracefully (Fixes #1018)
An earlier version of this patch (PR #1019) was erroneously removed during a merge.
|
2018-05-17 15:47:56 -05:00 |
|
Cody Soyland
|
9d2fca7f39
|
Merge pull request #1300 from codysoyland/enterprise-make-fix
Makefile enterprise build fixes
|
2018-05-17 14:25:40 -05:00 |
|
Cody Soyland
|
6d2d8080de
|
Fix syntax for multiple build tags, add boolean flag for RELEASE, improve boolean handling to support "0"
|
2018-05-17 13:22:36 -05:00 |
|
Yuce Tekol
|
b69d7c67c0
|
Merge pull request #1296 from yuce/docker-cluster-tutorial
Added Docker cluster tutorial
|
2018-05-17 06:00:10 +03:00 |
|
Yuce Tekol
|
b4aa9013a4
|
Updated Docker cluster tutorial
|
2018-05-17 05:26:46 +03:00 |
|
Yuce Tekol
|
059810b99f
|
Docker cluster update
|
2018-05-17 05:12:28 +03:00 |
|
Travis Turner
|
e7e3e2def5
|
adjust cluster state tests so they aren't so dependent upon a sleep before checking state
|
2018-05-16 13:06:23 -05:00 |
|
Cody Soyland
|
f4baea7650
|
Merge pull request #1294 from codysoyland/make-enterprise-fix
Re-add unintentionally removed check-clean
|
2018-05-16 09:58:21 -05:00 |
|
Yuce Tekol
|
f3eed9de2a
|
docker cluster tutorial updates
|
2018-05-16 17:24:32 +03:00 |
|
Yuce Tekol
|
b40f257179
|
Added Docker cluster tutorial
|
2018-05-16 17:00:22 +03:00 |
|
Cody Soyland
|
bf789e2e97
|
Re-add unintentionally removed check-clean. Add ability to skip check-clean.
|
2018-05-16 08:47:36 -05:00 |
|
Cody Soyland
|
e7bd468562
|
Merge pull request #1292 from codysoyland/make-enterprise-fix
Fix syntax error and add i386 enterprise build
|
2018-05-16 07:50:44 -05:00 |
|
Cody Soyland
|
a2ef9afabb
|
Fix syntax error and add i386 enterprise build
|
2018-05-15 17:09:45 -05:00 |
|
Cody Soyland
|
1ae4705140
|
Merge pull request #1291 from codysoyland/release-v0.10.0
Release v0.10.0
|
2018-05-15 16:55:09 -05:00 |
|
Cody Soyland
|
683c524c60
|
Release v0.10.0
|
2018-05-15 16:49:21 -05:00 |
|
alanbernstein
|
df32da1c8c
|
Merge pull request #1281 from alanbernstein/docs-intro-fixes
Assorted docs fixes
|
2018-05-15 16:34:28 -05:00 |
|
Cody Soyland
|
76fa64df79
|
Merge pull request #1285 from codysoyland/vendor-btree
B+Tree Containers / Enterprise
|
2018-05-15 16:32:15 -05:00 |
|