Cody Soyland
ba7720b4dd
Merge pull request #1181 from codysoyland/1146-makefile-cleanup
...
Makefile cleanup
2018-04-03 08:44:37 -05:00
Cody Soyland
ba9c26e689
Code review fixes: Create build directory if it doesn't exist. Use better URL for protoc installation instructions.
2018-04-02 16:39:14 -05:00
Cody Soyland
7f0208defb
Merge pull request #1185 from codysoyland/cluster-resize-webui-fixes
...
WebUI fixes for compatibility with API changes
2018-04-02 14:59:11 -05:00
Travis Turner
083b730536
Merge pull request #1178 from travisturner/logger
...
Clean up logger; make it honor --log-path flag.
2018-04-02 11:48:17 -05:00
Travis Turner
fb3a2b8b03
Merge pull request #904 from pilosa/cluster-resize
...
WIP: Cluster Resize
2018-03-30 16:12:33 -05:00
Travis Turner
421aff999b
Merge branch 'master' into cluster-resize
2018-03-30 15:54:32 -05:00
Cody Soyland
14dd54cc73
WebUI fixes to accommodate API changes
2018-03-29 15:50:53 -05:00
Cody Soyland
d59d20d27b
Redundant chmod
2018-03-29 10:34:34 -05:00
Cody Soyland
9bf70705a3
Add docs for "make install-build-deps"
2018-03-28 12:23:03 -05:00
Cody Soyland
743726331f
Add make instructions for travis-ci build process and use Makefile in Docker build
2018-03-28 12:22:47 -05:00
Cody Soyland
e601d694c0
Document Makefile
2018-03-27 15:02:12 -05:00
Cody Soyland
96e2ef534f
Clean up Makefile
...
Turn off the automatic installation of build-time dependencies, which was
confusing and inconsistent. Update PHONY list. Simplify git status
check. Remove PKGS as Go 1.9+ automatically ignores `vendor` when
running tests. Consolidate release/prerelease build code. Add comments.
2018-03-27 14:25:27 -05:00
Travis Turner
5c52e48b12
change NewStandardLogger() to only take an io.Writer
2018-03-27 10:30:41 -05:00
Travis Turner
36ce12da59
This commit adds a Close() method to the pilosa.Logger interface,
...
and it moves the file handling (open/close) out of the main Command and
into the interface implementation. The Logger implementations both have
a `Logger()` method which returns their internal logger (`*log.Logger`).
This is because the gossip setup (memberlist) needs a `*log.Logger` for
its configuration.
2018-03-27 08:40:05 -05:00
Travis Turner
fd8040e699
remove LogOutput and instead close any logger that implements io.Closer
2018-03-27 08:40:05 -05:00
Travis Turner
633d99b217
remove leftover logger from NopLogger implementation
2018-03-27 08:40:05 -05:00
Travis Turner
0dc8aa0a5c
add --verbose flag to docs
2018-03-27 08:40:05 -05:00
Travis Turner
d113ebe147
Support --verbose logging
2018-03-27 08:40:05 -05:00
Travis Turner
9a2aeac6f8
Clean up logger; make it honor --log-path flag.
...
Add functional options to NewGossipMemberSet.
2018-03-27 08:40:04 -05:00
Travis Turner
5a95a49c83
Merge pull request #1179 from travisturner/remove-default-gossip-seed
...
Default gossip seed should be empty instead of local bind address
2018-03-26 10:21:02 -05:00
Cody Soyland
762196809d
Merge pull request #1175 from codysoyland/remove-unused-cgo
...
Remove unused cgo preamble
2018-03-26 09:40:08 -05:00
Cody Soyland
99eb00bbdc
Remove obsolete coverage tools from Makefile
...
Go 1.10 allows -coverprofile when testing multiple packages, so these hacks are no longer needed.
2018-03-26 08:41:21 -05:00
Cody Soyland
80a06486d7
Merge pull request #1177 from codysoyland/cluster-resize-unreleased-changelog
...
Add unfinished release notes for v0.9
2018-03-23 19:02:06 -05:00
Cody Soyland
684e874396
Remove extra parentheses.
2018-03-23 19:01:16 -05:00
Cody Soyland
59bb134a52
Add unfinished release notes for v0.9
2018-03-23 19:01:16 -05:00
Travis Turner
7dd41399cb
Merge pull request #1169 from travisturner/attrstore-interface
...
put BoltDB behind AttrStore interface
2018-03-23 16:39:19 -05:00
Travis Turner
0ca7cfe498
Change Seeds() to GetBindAddr() to clarify GossipMemberSet testing.
2018-03-23 16:34:19 -05:00
Travis Turner
8686a8645c
Default gossip seed should be empty instead of local bind address
2018-03-23 15:11:45 -05:00
Cody Soyland
f9efa6c579
Use type func(string) AttrStore in place of interface AttrStoreGenerator for simplicity
2018-03-23 13:57:29 -05:00
Travis Turner
62cd22f017
Merge branch 'master' into cluster-resize
2018-03-22 16:05:20 -05:00
tgruben
4ffd28ca1b
Merge pull request #1167 from TocarIP/count
...
roaring: speed-up intersectionCountArrayBitmap
2018-03-22 15:01:45 -05:00
alanbernstein
78af37e2c6
Merge pull request #1164 from alanbernstein/docs-updates
...
Docs QA updates
2018-03-22 11:43:37 -05:00
Alan Bernstein
48081c1265
Move external tutorial list to a note under the main heading
2018-03-22 11:30:51 -05:00
Cody Soyland
4b96991a9d
Merge pull request #1176 from codysoyland/merge-changelog
...
Add CHANGELOG changes from v0.8 to master
2018-03-21 13:41:10 -05:00
Cody Soyland
cfd083042f
Add CHANGELOG changes from v0.8 to master
2018-03-21 12:00:15 -05:00
Cody Soyland
a95993fb69
Remove unused cgo preamble
2018-03-20 17:17:40 -05:00
Alan Bernstein
daca793c7f
Remove reference to deprecated index timeQuantum
2018-03-20 16:00:51 -05:00
Alan Bernstein
38812a38aa
Improve links
2018-03-20 15:21:48 -05:00
Alan Bernstein
edb63e70b1
Synchronize mac and linux install sections
2018-03-20 15:17:48 -05:00
Alan Bernstein
96c7f285e5
Ensure directory exists before cloning
2018-03-20 14:52:15 -05:00
Alan Bernstein
23e65cc225
Clean up a few links
2018-03-20 14:45:27 -05:00
Alan Bernstein
9e5d011b4a
Remove 'go get' in favor of 'git clone' or curlbash
2018-03-20 14:44:51 -05:00
Alan Bernstein
54cb6ce47e
Add description for external tutorials
2018-03-20 14:21:16 -05:00
Alan Bernstein
0800c0348a
Add readthedocs link
2018-03-20 12:48:46 -05:00
Alan Bernstein
ef4c709828
Deprecate input definitionn in docs
2018-03-20 12:47:22 -05:00
Alan Bernstein
457b1f394c
Add format details to docs readme
2018-03-20 12:46:11 -05:00
Alan Bernstein
02a822bcd3
Merge README-dev.md into CONTRIBUTING.md
2018-03-20 12:44:39 -05:00
Travis Turner
7a0c7e581a
Merge pull request #1163 from travisturner/webui-interface
...
put Statik behind an interface
2018-03-20 08:42:36 -05:00
Travis Turner
1694dbe294
Merge pull request #1171 from travisturner/gossip-config-cleanup
...
remove the Gossip stutter from memberlist-related config options
2018-03-19 17:17:17 -05:00
Alan Bernstein
fa66de0461
Fix one more link
2018-03-19 16:13:54 -05:00