Cody Soyland
6b5595d48c
Unexport NopSystemInfo
2018-07-05 23:11:56 -05:00
Cody Soyland
92d521912e
Unexport NewNopSystemInfo
2018-07-05 23:11:56 -05:00
Cody Soyland
5f74927d03
Unexport NewDiagnosticsCollector
2018-07-05 23:11:56 -05:00
Cody Soyland
7245a93676
Unexport DiagnosticsCollector
2018-07-05 23:11:56 -05:00
Matt Jaffee
06ad83b64b
more unexports - index methods and fields
2018-07-03 08:10:33 -05:00
Travis Turner
5dd7a9556a
rename slice to shard
2018-06-28 14:07:07 -05:00
Matt Jaffee
44d3e87d4e
remove remaining external ref to Server.Holder and unexport holder
2018-06-20 11:21:03 -05:00
Travis Turner
b88ebfb754
GoRename Frame to Field in diagnostics.go
2018-06-05 22:52:57 -05:00
Travis Turner
3531c128c4
GoRename Frame to Field in index.go
2018-06-05 22:33:48 -05:00
Travis Turner
1d3c4d6fcb
first pass at GoRename Frame to Field in frame.go
2018-06-05 17:52:22 -05:00
Travis Turner
d799967fc6
add Type to frame so support BSI frame type "int"
2018-06-04 14:45:28 -05:00
Matt Jaffee
2b311d267c
check some unchecked errors
2018-05-15 10:42:55 -05:00
Alan Bernstein
0ba14600da
Wrap a few more errors
2018-05-10 12:08:46 -05:00
Matthew Jaffee
9f1720f01d
unexport stuff in pilosa.Server
...
refactor gossip.NewGossipMemberset to not take Server
2018-04-23 15:12:23 -05:00
Matthew Jaffee
fe0ba6280f
deprecate RangeEnabled, but leave in API
...
the RangeEnabled option now has no effect, but it still exists in the API. A few
tests still use it to ensure this. This would only be considered a breaking
change if someone was relying on Pilosa to enforce the RangeEnabled: false
option to prevent fields being created in certain frames. This seems unlikely.
2018-04-16 16:08:04 -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
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
20dc1212f8
Address code review (mostly comments)
2018-03-14 16:51:40 -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