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 |
|
Cody Soyland
|
251d21dee1
|
Remove leftover debug log line
|
2018-05-14 17:51:10 -05:00 |
|
Alan Bernstein
|
b670afaa8d
|
Clean up CLI
|
2018-05-14 17:46:11 -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 |
|
Alan Bernstein
|
f053d9a541
|
Fix formatting
|
2018-05-14 12:27:33 -05:00 |
|
Alan Bernstein
|
2c125b2ac3
|
Fix typos
|
2018-05-14 12:07:00 -05:00 |
|
Alan Bernstein
|
0504172cc5
|
Expand TopN query examples
|
2018-05-14 11:47:10 -05:00 |
|
Alan Bernstein
|
540ba2b804
|
Add example output in Java client section
|
2018-05-14 11:19:21 -05:00 |
|
Alan Bernstein
|
4fcf5ef1ca
|
Address review comments
|
2018-05-14 11:18:54 -05:00 |
|
Cody Soyland
|
faa79a385c
|
Add B+tree to enterprise subpackage
|
2018-05-11 20:20:24 -05:00 |
|
Alan Bernstein
|
f0a4e5ab82
|
Fix broken github tree link
|
2018-05-11 15:56:20 -05:00 |
|
Alan Bernstein
|
d90e4f2745
|
Add request+response language tags, and update interleaved query-language wording
|
2018-05-11 14:55:15 -05:00 |
|
Alan Bernstein
|
bdc00a4212
|
Add a few links
|
2018-05-11 14:52:59 -05:00 |
|
Alan Bernstein
|
2abca951e7
|
Minor formatting fixes
|
2018-05-11 14:52:35 -05:00 |
|
Alan Bernstein
|
22cb90c1a3
|
Update relational analogy section
|
2018-05-11 14:51:42 -05:00 |
|
Alan Bernstein
|
d9affeea73
|
Miscellaneous wording and grammar updates
|
2018-05-11 14:50:41 -05:00 |
|
Alan Bernstein
|
8339e913ce
|
Fix pql syntax in getting-started
|
2018-05-11 14:44:32 -05:00 |
|
Alan Bernstein
|
a7459a9450
|
Fix typo
|
2018-05-11 14:42:55 -05:00 |
|
Alan Bernstein
|
fedf8c44bf
|
Minor updates to contributing guide and docs readme
|
2018-05-11 14:42:29 -05:00 |
|
Alan Bernstein
|
36d2bfd4ce
|
Add sample output to client examples
|
2018-05-11 14:41:26 -05:00 |
|
Alan Bernstein
|
09302050ec
|
Fix syntax in go client example
|
2018-05-11 14:41:04 -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 |
|
Alan Bernstein
|
7783716f37
|
Add relational analogy section
|
2018-05-10 22:30:27 -05:00 |
|
alanbernstein
|
cc39733bf5
|
Merge pull request #1271 from alanbernstein/wrap-errors-index
Wrap errors index
|
2018-05-10 19:13:17 -05:00 |
|
alanbernstein
|
64ebae3a8a
|
Merge branch 'master' into wrap-errors-index
|
2018-05-10 18:57:44 -05:00 |
|
alanbernstein
|
64d55d502a
|
Merge pull request #1258 from alanbernstein/wrap-errors-frame
Wrap errors in frame
|
2018-05-10 18:45:47 -05:00 |
|
Alan Bernstein
|
bbdb2d207c
|
Fix typo
|
2018-05-10 18:22:48 -05:00 |
|