Ben Johnson
f4c9c0fed3
Maintain available shards set.
...
This commit removes the previous `MaxShard` tracking and replaces
it with an `Available Shards` set tracking. This allows sparse shard
tracking without implicitly tracking all shards in between.
2018-08-22 07:57:58 -06:00
Matt Jaffee
0e467e5492
rename cluster.nodes and fix race in API
2018-08-08 15:11:39 -05:00
Travis Turner
3ffafaca4a
ignore remote translation
2018-07-30 11:45:34 -05:00
Travis Turner
dfd529b2f5
update parser to handle row keys on SetRowAttrs()
2018-07-27 10:50:04 -05:00
Cody Soyland
a962a0c526
Fix linter issues: deadcode
2018-07-17 17:17:42 -05:00
Cody Soyland
486edbec43
Merge branch 'master' into 1511-metalinter-interfacer
2018-07-17 13:41:11 -05:00
Cody Soyland
573ec91fc2
Fix linter issues: interfacer
2018-07-17 12:36:02 -05:00
Cody Soyland
f9625ef4fa
Fix linter issues: unparam
2018-07-17 12:05:07 -05:00
Cody Soyland
d22e015423
Re-export Row.Intersect
...
This method was previously unexported with an automatic unexporting tool. It
seems to be something that should be exported.
2018-07-13 08:03:54 -05:00
Travis Turner
e2406a4b52
fix typo
2018-07-06 17:50:23 -05:00
Travis Turner
4f86b2be83
fix test that differed based on map key order
2018-07-06 17:32:04 -05:00
Cody Soyland
ffde862679
Unexport ValCount.Smaller
2018-07-05 23:11:56 -05:00
Cody Soyland
d7cebfa7c4
Unexport ValCount.Larger
2018-07-05 23:11:56 -05:00
Cody Soyland
cd3eac00d2
Unexport ValCount.Add
2018-07-05 23:11:56 -05:00
Cody Soyland
45f3439a7f
Unexport RowSegment
2018-07-05 23:11:56 -05:00
Cody Soyland
259f5ac3b9
Unexport Row.InvalidateCount
2018-07-05 23:11:56 -05:00
Cody Soyland
3025586378
Unexport Row.Intersect
2018-07-05 23:11:56 -05:00
Cody Soyland
631ee915df
Unexport NewNopInternalQueryClient
2018-07-05 23:11:56 -05:00
Cody Soyland
16461345f6
Unexport Field.Keys
2018-07-05 23:11:56 -05:00
Matt Jaffee
27c071ac85
Merge branch 'develop' into core-structs
2018-07-05 17:20:30 -05:00
Travis Turner
462b27d9a9
change executeSetBit to executeSet
2018-07-05 16:31:06 -05:00
Travis Turner
b7a583d6a8
use Set() instead of SetValue() for integer fields
2018-07-05 16:24:40 -05:00
Matt Jaffee
bbb93abd57
remove lots of unused code
2018-07-05 15:35:32 -05:00
Matt Jaffee
e76a90e69b
change Query and QueryNode to use pilosa.* Query structs
2018-07-05 15:02:33 -05:00
Matt Jaffee
06ad83b64b
more unexports - index methods and fields
2018-07-03 08:10:33 -05:00
Matt Jaffee
2202bf467b
unexport view stuff
2018-07-02 17:18:00 -05:00
Matt Jaffee
cff01f46c2
unexport fragment.go stuff
2018-07-02 14:50:33 -05:00
Matt Jaffee
9995b0032e
unexport Holder.Fragment, HolderSyncer and HolderCleaner
2018-07-02 14:00:31 -05:00
Matt Jaffee
3be609ed10
unexport newCluster and some other stuff
2018-07-02 09:10:09 -05:00
Matt Jaffee
91f531f2cd
more unexports - executor, api fields
2018-07-02 08:14:13 -05:00
Matt Jaffee
7801b81b10
unexport cluster (gorename)
2018-07-02 07:56:51 -05:00
Travis Turner
e17096328d
Merge branch 'develop' into slice-to-shard
2018-06-28 15:38:40 -05:00
Travis Turner
5dd7a9556a
rename slice to shard
2018-06-28 14:07:07 -05:00
Todd Gruben
4970083d4d
refactored strategy for time based clearbit
2018-06-27 18:15:44 -05:00
Todd Gruben
f16426b50a
Merge remote-tracking branch 'upstream/develop' into clearbit-notime
2018-06-26 13:24:06 -05:00
Todd Gruben
35af580183
expanded views to contain viewType for special handling
2018-06-26 10:54:06 -05:00
Matt Jaffee
bb33411c5d
remove debugging print statement
2018-06-25 12:40:46 -05:00
Matt Jaffee
b2dd9c50ca
Merge branch 'develop' into fix-translate
2018-06-25 12:33:52 -05:00
Matt Jaffee
ba9112507d
fix server/handler_test.go for newpql
2018-06-22 12:57:28 -05:00
Ben Johnson
8f3189c1b3
Translation fixes, error checking.
2018-06-22 08:12:35 -06:00
Alan Bernstein
35526dd0d7
Update to new PQL syntax beyond the parser
2018-06-22 08:11:27 -05:00
Travis Turner
c77b7d5ca5
remove view argument from Field.SetBit and Field.ClearBit
2018-06-19 18:15:38 -05: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
Travis Turner
7d91261968
un-export some package level constants
2018-06-13 17:18:52 -05:00
Travis Turner
fe167ea78c
un-export some top-level functions
2018-06-13 16:44:24 -05:00
Travis Turner
8021fc389b
un-export (some) Cluster methods
2018-06-13 15:42:35 -05:00
Cody Soyland
ecbbd31b4e
Improve naming
2018-06-13 09:18:50 -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
3c3c98371b
unexport Fragment.Row(). This required creating Field.Row() and View.row()
2018-06-07 15:09:58 -05:00