Commit graph

5199 commits

Author SHA1 Message Date
Alan Bernstein
78704dc55a Remove SetupVersionBuild 2017-04-21 14:55:07 -05:00
Travis Turner
ea663b980f Merge pull request #435 from travisturner/messenger-rebase
Messenger rebase
2017-04-21 14:04:27 -05:00
Travis
93f36d0e9a
adds a basic BroadcastReceiver test 2017-04-21 13:54:39 -05:00
Alan Bernstein
44aa9fded5 Remove duplicate tags 2017-04-21 13:33:07 -05:00
Linh Vo
49269a5d90 Merge pull request #465 from linhvo/457-option-validation
#457 rewrite validateOptions, update frame options
2017-04-21 12:41:42 -05:00
Alan Bernstein
57f9dcf44a Move logging and reporting back to defer'd track() 2017-04-21 12:13:45 -05:00
Alan Bernstein
0e5ba0c56f Add stats to snapshot 2017-04-21 12:05:35 -05:00
Linh Vo
e1404cf330 change variable name of getValidOptions 2017-04-21 11:42:31 -05:00
Linh Vo
7e935dd90a rewrite custom UnmarshalJSON for postDBRequest and postFrameRequest 2017-04-21 11:37:32 -05:00
Cody Soyland
2163dc3829 .gitignore additions 2017-04-21 10:53:31 -05:00
Cody Soyland
41c900c9c4 Add WIP pared-down webui/console prototype 2017-04-21 10:52:44 -05:00
Alan Bernstein
ef8892ad01 Add versioned user-agent to requests 2017-04-21 10:15:58 -05:00
Alan Bernstein
83e13bec74 Move version vars to pilosa package 2017-04-21 10:14:21 -05:00
Linh Vo
be89a070f2 Merge branch 'master' of github.com:pilosa/pilosa 2017-04-21 10:11:41 -05:00
Alan Bernstein
985c0b4cdf Update tests to work with handler stats 2017-04-21 10:11:19 -05:00
Alan Bernstein
222206fc3f Add stats reporting in handler 2017-04-21 10:10:09 -05:00
Michael Baird
579b381c12 Merge pull request #1 from linhvo/statsD-report
Stats d report
2017-04-21 10:04:30 -05:00
Linh Vo
9198dfab59 inverseEnabled check for bool type 2017-04-20 22:11:01 -05:00
Linh Vo
100fcfdc6b reformat 2017-04-20 21:39:47 -05:00
Linh Vo
f9792cb9e8 Merge branch 'metrics' of github.com:raskle/pilosa into statsD-report 2017-04-20 21:39:04 -05:00
Linh Vo
4f07113f65 readd stastD report with new branch 2017-04-20 21:37:31 -05:00
Linh Vo
9c02edc4e3 #457 rewrite validateOptions, update frame options 2017-04-20 17:28:22 -05:00
Michael Baird
940b62335c move the StateHandler interface from the Gossip package back to Pilosa and us this interface for the Handler to access the LocalState 2017-04-20 16:52:05 -05:00
Michael Baird
81525f2d4a move the StateHandler interface from the Gossip package back to Pilosa and us this interface for the Handler to access the LocalState 2017-04-20 16:52:05 -05:00
Michael Baird
989e0273be Merge remote-tracking branch 'upstream/master' into metrics 2017-04-20 16:35:21 -05:00
Michael Baird
9cff292bed Merge remote-tracking branch 'upstream/master' into metrics 2017-04-20 16:35:21 -05:00
Michael Baird
3f43b0d496 Merge remote-tracking branch 'travis/messenger-rebase' into metrics
# Conflicts:
#	server.go
2017-04-20 16:00:17 -05:00
Michael Baird
41921ff75d Merge remote-tracking branch 'travis/messenger-rebase' into metrics
# Conflicts:
#	server.go
2017-04-20 16:00:17 -05:00
Travis
3487bc373f
group Server interface implementation function together 2017-04-20 15:45:00 -05:00
Travis
3f3c40e241 group Server interface implementation function together 2017-04-20 15:45:00 -05:00
Travis
a4921ac55a
remove leftover Receive() method from gossip implementation 2017-04-20 15:14:11 -05:00
Travis
281e6e8e0f remove leftover Receive() method from gossip implementation 2017-04-20 15:14:11 -05:00
Michael Baird
539b134e10 Store the node state information in Cluster
Access the overall cluster state info via the /status endpoint
2017-04-20 14:23:24 -05:00
Michael Baird
070a27aa31 Store the node state information in Cluster
Access the overall cluster state info via the /status endpoint
2017-04-20 14:23:24 -05:00
Travis
95bd4913c8
adjusted DBOptions/FrameOptions logic and removed some unused tests 2017-04-20 10:41:17 -05:00
Travis
749ffdcf65 adjusted DBOptions/FrameOptions logic and removed some unused tests 2017-04-20 10:41:17 -05:00
Travis Turner
cf7082f235 Merge pull request #462 from travisturner/import-inverseenabled
Don't try to create inverse views on Import() when inverseEnabled is …
2017-04-19 18:10:07 -05:00
Travis Turner
f6f1252ff7 Merge pull request #462 from travisturner/import-inverseenabled
Don't try to create inverse views on Import() when inverseEnabled is …
2017-04-19 18:10:07 -05:00
Travis
6268c96264
add a client test for imports to an inverseEnabled frame 2017-04-19 18:05:22 -05:00
Travis
5c50ab8f0e add a client test for imports to an inverseEnabled frame 2017-04-19 18:05:22 -05:00
Travis
35383b9b9c
Don't try to create inverse views on Import() when inverseEnabled is false 2017-04-19 17:27:08 -05:00
Travis
1ed4ecef25 Don't try to create inverse views on Import() when inverseEnabled is false 2017-04-19 17:27:08 -05:00
Michael Baird
b0b6e2c544 measure runtime stats
added package to measure when garbage collection occurs
2017-04-19 17:22:40 -05:00
Michael Baird
7da469d62d measure runtime stats
added package to measure when garbage collection occurs
2017-04-19 17:22:40 -05:00
Michael Baird
c4334b1ac6 The server uses the stats service specified in the config 2017-04-19 17:22:00 -05:00
Michael Baird
ef5fbddf37 The server uses the stats service specified in the config 2017-04-19 17:22:00 -05:00
Michael Baird
fea18bc14b specify the StatsD host string 2017-04-19 17:21:08 -05:00
Michael Baird
8fe0ee47cc specify the StatsD host string 2017-04-19 17:21:08 -05:00
Travis
d2e68b2980
adjust some handler comments. remove debugging line 2017-04-19 17:08:10 -05:00
Travis
c101f647c8 adjust some handler comments. remove debugging line 2017-04-19 17:08:10 -05:00