Commit graph

5199 commits

Author SHA1 Message Date
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
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
Alan Bernstein
b77462e8ad Improve FAQ 2018-05-15 14:44:27 -05:00
Alan Bernstein
53dc34c36e Fix some docs links 2018-05-15 14:36:02 -05:00
Alan Bernstein
537c0e160a Address review comments 2018-05-15 14:35:35 -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
Alan Bernstein
3bb140a45c Remove TODO 2018-05-14 18:18:39 -05:00
Alan Bernstein
e8ce4b99d6 Clarify PDK schema table 2018-05-14 18:18:09 -05:00
Alan Bernstein
6cc848efc9 Update sample CLI output 2018-05-14 18:17:04 -05:00
Alan Bernstein
d0ae47f350 Minor corrections 2018-05-14 18:16:29 -05:00
Alan Bernstein
c8ff67262d Add some links 2018-05-14 18:15:37 -05:00
Cody Soyland
208dc1c8dc Add new things to PHONY 2018-05-14 17:54:11 -05:00
Alan Bernstein
6e1ddf7400 Minor grammar and formatting fixes 2018-05-14 17:54:02 -05:00