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 |
|
Travis Turner
|
241150ddeb
|
Merge pull request #1088 from travisturner/cluster-resize-docs
update docs to include cluster-resize config and instructions
|
2018-03-19 15:22:08 -05:00 |
|
Travis Turner
|
f3b140cfa4
|
update docs to consider coordinator as boolean
|
2018-03-19 14:52:53 -05:00 |
|
Alan Bernstein
|
bd76bfc25b
|
Fix a few more internal links
|
2018-03-19 14:49:41 -05:00 |
|
Travis Turner
|
836c8f4c2f
|
remove the Gossip stutter from memberlist-related config options
|
2018-03-19 14:29:53 -05:00 |
|
Alan Bernstein
|
37015e32a5
|
Ensure internal links end with slash
|
2018-03-19 14:25:36 -05:00 |
|
Cody Soyland
|
68581d50c0
|
Remove empty line between godoc and package declaration
|
2018-03-19 14:04:21 -05:00 |
|
Cody Soyland
|
4e1ff7c86f
|
Merge branch 'cluster-resize' into webui-interface
|
2018-03-19 14:02:01 -05:00 |
|
Cody Soyland
|
ce9100172b
|
Merge pull request #1168 from codysoyland/cluster-resize-license-text
Add license text headers
|
2018-03-19 13:45:07 -05:00 |
|
Travis Turner
|
b66bedd1ef
|
put BoltDB behind AttrStore interface
|
2018-03-19 11:30:41 -05:00 |
|
Cody Soyland
|
b36e8c7a14
|
Combine two subpackages and consolidate doc.go into filestystem.go for simplicity.
|
2018-03-19 08:39:17 -05:00 |
|
Cody Soyland
|
b424811da9
|
Add license text
|
2018-03-16 15:28:03 -05:00 |
|
Cody Soyland
|
3690264108
|
Change wording to reflect that you can specify more than one gossip seed
|
2018-03-15 16:25:06 -05:00 |
|
Travis Turner
|
f31966553f
|
update docs to include cluster-resize config and instructions
|
2018-03-15 16:25:06 -05:00 |
|
Cody Soyland
|
70ec216acf
|
Merge pull request #1166 from codysoyland/cluster-resize-refactor-diagnostics
Refactor Diagnostics: Move to main package, remove gobreaker, add SystemInfo abstraction for gopsutil dependency injection
|
2018-03-15 15:52:03 -05:00 |
|
Cody Soyland
|
be70bbfed2
|
Fix bug: backend won't store empty strings.
|
2018-03-15 15:27:48 -05:00 |
|
Cody Soyland
|
85b33f1bfb
|
Remove unused code and TODO and clarify with comment.
|
2018-03-15 15:27:01 -05:00 |
|
Cody Soyland
|
754de2e057
|
Add correct diagnostics interval to startup message.
|
2018-03-15 15:26:36 -05:00 |
|
Travis Turner
|
a9b72b5443
|
Merge pull request #1142 from travisturner/remove-old-gossip-config
remove old GossipPort and GossipSeed config options
|
2018-03-15 11:32:29 -05:00 |
|
Alan Bernstein
|
1452bf24d6
|
Clarify Sum description
|
2018-03-15 11:07:07 -05:00 |
|
Alan Bernstein
|
fae429f971
|
Remove outdated column labels
|
2018-03-15 10:57:19 -05:00 |
|
Cody Soyland
|
680acf4e3d
|
Fix error on linux
|
2018-03-14 17:41:44 -05:00 |
|
Cody Soyland
|
2d425e32e9
|
Log platform
|
2018-03-14 17:33:54 -05:00 |
|
Cody Soyland
|
20dc1212f8
|
Address code review (mostly comments)
|
2018-03-14 16:51:40 -05:00 |
|
Cody Soyland
|
88471e94f1
|
Remove caching (the lib code is fast) and add tests
|
2018-03-14 16:50:27 -05:00 |
|
Alan Bernstein
|
00bbdc1107
|
Move SetFieldValue to write section
|
2018-03-13 14:50:09 -05:00 |
|
Cody Soyland
|
c2444870c6
|
Remove gobreaker dep and add HTTP timeout
|
2018-03-13 12:30:39 -05:00 |
|
Cody Soyland
|
f4c1e0c492
|
Refactor gopsutil into SystemInfo interface/subpackage for dependency injection.
|
2018-03-13 11:41:45 -05:00 |
|
Cody Soyland
|
510c64ef06
|
Move diagnostics into package pilosa
|
2018-03-12 16:32:35 -05:00 |
|
Travis Turner
|
1206e40931
|
Merge pull request #1158 from travisturner/cluster-resize-coordinator-bool
Cluster resize coordinator bool
|
2018-03-12 11:58:37 -05:00 |
|
Alan Bernstein
|
8cfe7583ce
|
Fix broken anchor links
|
2018-03-09 15:27:21 -06:00 |
|
Alan Bernstein
|
1b4445a00d
|
Fix formatting
|
2018-03-09 15:27:00 -06:00 |
|
Matthew Jaffee
|
17d1bd18aa
|
Merge pull request #1165 from dosko64/misspell
Fix misspells in comments
|
2018-03-09 10:03:51 -06:00 |
|
Ilias Dimos
|
13e3b04443
|
Fix misspells in comments
|
2018-03-09 14:12:15 +02:00 |
|
Alan Bernstein
|
85799739af
|
Address review comments
|
2018-03-08 15:55:21 -06:00 |
|
Alan Bernstein
|
cb0ac00eb3
|
Switch ref links to relative urls
|
2018-03-08 14:31:03 -06:00 |
|
Travis Turner
|
2a462d5e42
|
make sure cluster.Nodes[].IsCoordinator values get updated. return old coordinator node in response.
|
2018-03-08 14:18:10 -06:00 |
|
Travis Turner
|
fa4e543e84
|
send a NodeJoin event on startup for cases where a quick restart has occurred and memberlist is not aware of it
|
2018-03-08 12:42:24 -06:00 |
|
Travis Turner
|
1cc45b22a2
|
Change Config.Coordinator from URI to bool
|
2018-03-08 12:42:24 -06:00 |
|