Cody Soyland
|
76fa64df79
|
Merge pull request #1285 from codysoyland/vendor-btree
B+Tree Containers / Enterprise
|
2018-05-15 16:32:15 -05:00 |
|
Matt Jaffee
|
4f3a4864f0
|
add godoc comment to enterprise/enterprise.go
|
2018-05-15 16:08:54 -05:00 |
|
Travis Turner
|
c27faaa271
|
add GOARCH=386 ENTERPRISE=1 to travisCI
|
2018-05-15 16:07:58 -05:00 |
|
Matt Jaffee
|
61fcf99f3e
|
unexport bitmapsEqual
|
2018-05-15 15:53:26 -05:00 |
|
Matt Jaffee
|
00a39aa338
|
implement Container.equals and get rid of reflect
|
2018-05-15 15:18:44 -05:00 |
|
Travis Turner
|
f9aa854918
|
add Licenses section to readme
|
2018-05-15 15:02:22 -05:00 |
|
Matthew Jaffee
|
d2853cda56
|
Merge pull request #1286 from jaffee/remove-unused-code
Remove unused code
|
2018-05-15 13:48:19 -05:00 |
|
Travis Turner
|
b363debd83
|
replace "Pilosa starting..." log line
|
2018-05-15 12:52:49 -05:00 |
|
Cody Soyland
|
b1eb137a20
|
Add missing license headers.
|
2018-05-15 12:26:33 -05:00 |
|
Cody Soyland
|
1f925324d7
|
Add enterprise license
|
2018-05-15 12:20:45 -05:00 |
|
Cody Soyland
|
5103bfd8ce
|
Remove errant "z".
|
2018-05-15 11:34:47 -05:00 |
|
Cody Soyland
|
cfb9146515
|
Use NewFileBitmap to get container implementation for testing ContainersIterator.
|
2018-05-15 11:30:37 -05:00 |
|
Cody Soyland
|
e8fcb0f055
|
Use NewFileBitmap for tests to test btree/slice containers separately.
|
2018-05-15 11:22:19 -05:00 |
|
Matt Jaffee
|
8ae170ac6c
|
simplify regexes by using backquoted strings to avoid double escapes
|
2018-05-15 11:05:36 -05:00 |
|
Matt Jaffee
|
c543831937
|
remove unused code
nodeByURI, deleteFrameFieldRequest, readColumnAttrSets, validOptions, defaultBody
|
2018-05-15 11:05:31 -05:00 |
|
Matt Jaffee
|
620226d6ef
|
simplify comparisons to bool constants
|
2018-05-15 11:00:09 -05:00 |
|
Matt Jaffee
|
a0f4c613a2
|
remove uneccessary underscores when accessing map values
|
2018-05-15 10:58:33 -05:00 |
|
Cody Soyland
|
36aab7e223
|
Use new enterprise flag
|
2018-05-15 10:56:57 -05:00 |
|
Matt Jaffee
|
652b5695e1
|
fix redundant arguments to make() calls
|
2018-05-15 10:56:24 -05:00 |
|
Matt Jaffee
|
a3445ec884
|
simplify loops with append... in cluster.go
|
2018-05-15 10:48:40 -05:00 |
|
Matt Jaffee
|
68dec9c60a
|
remove unnecessary capacity in make()
|
2018-05-15 10:46:41 -05:00 |
|
Matt Jaffee
|
0e38eae6e3
|
convert time.Now().Sub() to time.Since()
|
2018-05-15 10:45:58 -05:00 |
|
Matt Jaffee
|
2b311d267c
|
check some unchecked errors
|
2018-05-15 10:42:55 -05:00 |
|
Cody Soyland
|
57e904f1fc
|
Re-add Todd\'s benchmark functions lost during merge
|
2018-05-15 10:41:33 -05:00 |
|
Cody Soyland
|
89f3c10d2c
|
Clarify comment
|
2018-05-15 10:25:53 -05:00 |
|
Cody Soyland
|
71373945da
|
Rename Contiterator -> ContainerIterator
|
2018-05-15 10:22:02 -05:00 |
|
Cody Soyland
|
1c715aebe7
|
Improve enterprise build process
|
2018-05-15 10:16:55 -05:00 |
|
Matt Jaffee
|
1550279ebc
|
simplify some error returns
removes unnecessary if statements
|
2018-05-14 19:29:29 -05:00 |
|
Matt Jaffee
|
0c06549a5b
|
remove unnecessary returns in stats_test.go
|
2018-05-14 19:29:29 -05:00 |
|
Matt Jaffee
|
a10750009b
|
remove decodeColumnAttrSet(s) (unused)
|
2018-05-14 19:29:29 -05:00 |
|
Matt Jaffee
|
b280ab2c47
|
remove MustParseTimePtr
|
2018-05-14 19:29:29 -05:00 |
|
Matt Jaffee
|
eb5187bfd0
|
remove encode/decodeURIs
|
2018-05-14 19:29:29 -05:00 |
|
Matt Jaffee
|
fb8cc455b6
|
remove viewSlice (unused)
|
2018-05-14 19:29:28 -05:00 |
|
Matthew Jaffee
|
c55209a9fb
|
Merge pull request #1284 from jaffee/remove-input-def
remove input definition, add install-stringer to Makefile
|
2018-05-14 18:49:24 -05:00 |
|
Cody Soyland
|
208dc1c8dc
|
Add new things to PHONY
|
2018-05-14 17:54:11 -05:00 |
|
Cody Soyland
|
251d21dee1
|
Remove leftover debug log line
|
2018-05-14 17:51:10 -05:00 |
|
Cody Soyland
|
b4b28cb8bd
|
Add enterprise tests to CI and Makefile
|
2018-05-14 17:38:39 -05:00 |
|
Cody Soyland
|
513c7fd705
|
B+tree integration work.
Export necessary vars from roaring to fix b+tree containers implementation.
Clean up naming.
Use constructor replacement for enterprise integration.
|
2018-05-14 17:32:30 -05:00 |
|
Matt Jaffee
|
616545cd5c
|
remove input definition, add install-stringer to Makefile
also removes one line of unreachable code in cluster.go (unrelated)
|
2018-05-14 17:14:20 -05:00 |
|
Cody Soyland
|
4282e90fe1
|
Export a few things to enable enterprise/b/containers_btree.go to work
|
2018-05-14 14:03:46 -05:00 |
|
Cody Soyland
|
faa79a385c
|
Add B+tree to enterprise subpackage
|
2018-05-11 20:20:24 -05:00 |
|
alanbernstein
|
d36e33fa52
|
Merge pull request #1279 from alanbernstein/bench-columnid-fix
Update PQL syntax in bench subcommand
|
2018-05-11 11:12:28 -05:00 |
|
Cody Soyland
|
4014f22802
|
Rename (export) container -> Container
|
2018-05-11 10:57:06 -05:00 |
|
Cody Soyland
|
bfb692e37e
|
Merge pull request #1278 from codysoyland/webui-help-menu-fixes
Update help menu in WebUI. Fixes #1277.
|
2018-05-11 10:44:40 -05:00 |
|
Alan Bernstein
|
a1ad7de82c
|
Update PQL syntax in bench subcommand
|
2018-05-11 10:41:54 -05:00 |
|
Yuce Tekol
|
ec10e74c85
|
Merge pull request #1239 from yuce/1090-testdata-for-fragment-benchmarks
[TRIVIAL] Adds fragment test data, implements #1090
|
2018-05-11 17:48:07 +03:00 |
|
Yuce Tekol
|
2dcd664a28
|
Added a comment about how to create the sample fragment file
|
2018-05-11 17:17:15 +03:00 |
|
Yuce Tekol
|
beef74a31e
|
Merge pull request #1238 from yuce/1235-remove-endpoints
Removes /id and /hosts endpoints. Adds local ID to /status
|
2018-05-11 16:57:29 +03:00 |
|
Yuce Tekol
|
90464dc01a
|
Merged with master
|
2018-05-11 16:41:36 +03:00 |
|
Cody Soyland
|
e24d2648c0
|
Update help menu in WebUI. Fixes #1277.
|
2018-05-11 08:36:10 -05:00 |
|