Commit graph

3762 commits

Author SHA1 Message Date
Yuce Tekol
5f2b587e7c
More backup/restore stuff removal 2018-05-29 16:44:57 +03:00
Cody Soyland
b8e4f721d7 Merge branch 'master' into coveralls-removal 2018-05-29 08:37:44 -05:00
Cody Soyland
2d06100bd2 Enable fast_finish (do not wait on allow_failures section to complete before marking complete. 2018-05-29 08:37:12 -05:00
Yuce Tekol
57ba900174
Merge pull request #1339 from yuce/1319-remove-backup-endpoint-t2
Removes backup/restore stuff
2018-05-29 16:28:54 +03:00
Cody Soyland
adcbb8fc2d Remove coveralls from CI build 2018-05-29 08:24:31 -05:00
Cody Soyland
77a5c6f811 Merge branch 'master' into cors-support 2018-05-29 08:18:26 -05:00
Yuce Tekol
82f2f14503
Removed backup/restore stuff 2018-05-28 16:54:32 +03:00
Yuce Tekol
70cc3303cc
removed restore endpoint 2018-05-28 16:52:55 +03:00
Matthew Jaffee
7510ff2baa
Merge pull request #1335 from jaffee/remove-inverse
Remove inverse
2018-05-25 20:12:48 -05:00
Matt Jaffee
a8795a7445
remove comments about views no longer applicable 2018-05-25 19:30:48 -05:00
Matt Jaffee
b3b29fad47
correct bug where slices were being ignored 2018-05-25 17:18:39 -05:00
Matt Jaffee
47f7beaecc
WIP removing inverse 2018-05-25 17:18:38 -05:00
tgruben
18b485cba1
Merge branch 'master' into optimizeMax 2018-05-25 16:58:42 -05:00
Matthew Jaffee
4a91a9f0a1
Merge pull request #1332 from jaffee/remove-rangeenabled
remove rangeEnabled option everywhere
2018-05-25 16:54:48 -05:00
Matt Jaffee
4767ea7bad
fix indentation issue 2018-05-25 14:34:25 -05:00
Todd Gruben
621e22d26c simplified bitmap max function 2018-05-25 14:24:46 -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
ad29269a7f
Add tls tag 2018-05-25 16:03:53 +03:00
Yuce Tekol
5ee2c45d4a
Match TLSConfig to the docs 2018-05-25 10:41:42 +03: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
Cody Soyland
364bbfcf2c Add docs for handler.allowed-origins 2018-05-24 15:32:34 -05:00
Cody Soyland
1cbc626c1c Modify comments, change default on handler.allowed-origins 2018-05-24 15:32:09 -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
Cody Soyland
1a9beb0916 Add CORS support to handler. 2018-05-24 08:42:34 -05: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