Commit graph

3762 commits

Author SHA1 Message Date
Yuce Tekol
96620dd2df
Merge pull request #1236 from yuce/1232-server-info
Added /info endpoint. Fixes #1232
2018-05-08 03:02:48 +03:00
Travis Turner
cea4b02941
Merge pull request #1234 from travisturner/nil-timestamp-slice
avoid creating a slice of nil timestamps on Import()
2018-05-07 16:17:12 -05:00
Matthew Jaffee
134a88d91d
Merge pull request #1253 from jaffee/fixup-internal-client
Fixup internal client
2018-05-07 12:43:12 -07:00
Matt Jaffee
b2eb8f02ee
fix QueryNode comment 2018-05-07 12:42:39 -07:00
Matt Jaffee
420631e748
remove last vestiges of passing URI via context
this chould be safe as context.WithValue doesn't seem to appear anywhere else in Pilosa
2018-05-07 12:40:38 -07:00
Matt Jaffee
2738c92286
stop passing uri via context to InternalClient.ExecuteQuery 2018-05-07 12:40:38 -07:00
Matt Jaffee
0d3df71e37
add URI argument to InternalClient.SendMessage
passing values through context is error prone and usually bad practice.
2018-05-07 12:40:37 -07:00
Matt Jaffee
b3f529cb1b
remove unused NodeID method on InternalClient 2018-05-07 12:40:35 -07:00
Todd Gruben
2c9d238acf Merge remote-tracking branch 'upstream/master' 2018-05-07 09:22:30 -05:00
Cody Soyland
bba472f012
Merge pull request #1251 from codysoyland/release-v0.9.0
Release v0.9.0
2018-05-04 17:38:05 -05:00
Cody Soyland
7cecfd30cf Changelog fixes 2018-05-04 17:07:39 -05:00
Cody Soyland
76ee46bd0d Add note about upgrading to v0.9 2018-05-04 17:03:43 -05:00
Cody Soyland
4454bedb3d Update changelog 2018-05-04 16:28:19 -05:00
Cody Soyland
3529043fbc Update Go version 2018-05-04 16:22:08 -05:00
Cody Soyland
995a90ac9d Update pilosa version in installation docs 2018-05-04 16:22:00 -05:00
Cody Soyland
46a929e1d6 More updates for v0.9 branch 2018-05-04 15:49:03 -05:00
Cody Soyland
84ed1953bd Update changelog 2018-05-04 15:40:56 -05:00
Matthew Jaffee
eec784f0dd
Merge pull request #1228 from pilosa/cluster-race-conds
Cluster race conds
2018-05-04 11:39:47 -07:00
Matthew Jaffee
985b56f50b fix utils_test comments 2018-05-04 10:48:57 -07:00
Todd Gruben
4a1d15ec9d missed a file on last commit 2018-05-04 10:48:57 -07:00
Todd Gruben
2ef78af0ca adjusted protection around cluster coordinator mutations 2018-05-04 10:48:57 -07:00
Matthew Jaffee
992c3e8bdd WIP - adding more locking to Cluster 2018-05-04 10:48:57 -07:00
Cody Soyland
3c48efb5b5
Merge pull request #1246 from codysoyland/391-log-startup
Log time/version to startup log (Fixes #391)
2018-05-04 12:48:15 -05:00
Cody Soyland
fab755573b
Merge pull request #1245 from codysoyland/id-file-name
Rename ID file to ".id" for consistency with existing data files
2018-05-04 12:47:47 -05:00
Cody Soyland
9e1a7d45a6
Merge pull request #1250 from codysoyland/upgrading-docs
Add docs for upgrading Pilosa
2018-05-04 12:47:23 -05:00
Cody Soyland
0afb95c171 Minor upgrading docs changes 2018-05-04 12:33:20 -05:00
Cody Soyland
e751945bf1 Add docs for upgrading Pilosa 2018-05-04 11:33:59 -05:00
Cody Soyland
85f90ac8fc Log time/version to startup log (Fixes #391) 2018-05-03 16:11:43 -05:00
Yuce Tekol
beaa69a7bd
Made expandDirName generic. 2018-05-03 00:07:56 +03:00
Cody Soyland
18d7664fc4 Rename ID file to ".id" for consistency with existing data files. 2018-05-02 15:04:12 -05:00
Travis Turner
b961378b2f
Merge pull request #1221 from travisturner/vendor-lrucache
vendor github.com/golang/groupcache/lru. rebuild Gopkg.lock
2018-05-02 12:58:55 -05:00
Travis Turner
331a4fc5b8
add NOTICE to binary distributions 2018-05-02 12:21:03 -05:00
Yuce Tekol
244c4e894e
Remove ~ expanding code from Command.Start 2018-05-02 17:33:51 +03:00
Yuce Tekol
806437bd23
Make sure ~ is expanded in NewServer; BroadcastReceiver uses temp path 2018-05-02 17:07:17 +03:00
Yuce Tekol
b34e87a094
Typo 2018-05-01 17:31:01 +03:00
Yuce Tekol
02b67ed101
Adds fragment test data, implements #1090 2018-05-01 17:28:10 +03:00
Travis Turner
437fcc5438
Merge pull request #1237 from willf/fix-misssspelllingz
fix minor spelling errors
2018-05-01 09:20:45 -05:00
Yuce Tekol
878b55ec40
Removes /id and /hosts endpoints. Augments /status endpoint with the node local ID. 2018-05-01 13:04:49 +03:00
Will Fitzgerald
5a56b33826 fix minor spelling errors 2018-05-01 05:45:19 -04:00
Yuce Tekol
15f997c137
Added /info endpoint. Fixes #1232 2018-04-30 16:45:31 +03:00
Travis Turner
7f41c0256c
avoid creating a slice of nil timestamps on Import() 2018-04-29 16:40:32 -05:00
Matthew Jaffee
fdd552bf30
Merge pull request #1233 from jaffee/nil-client-bug
fix nil client bug in monitorAntiEntropy (and test)
2018-04-28 09:55:45 -05:00
Matthew Jaffee
57ac2f40aa
fix nil client bug in monitorAntiEntropy (and test)
also fix bug where broadcast_test tried to listen on localhost:10101
2018-04-28 09:12:59 -05:00
Cody Soyland
94f4015196
Merge pull request #1230 from codysoyland/build-matrix-goarch
Use build matrix instead of separate commands to test different architectures
2018-04-27 14:58:49 -05:00
Cody Soyland
52002f5455 Correct travis.ci matrix build config 2018-04-27 14:51:54 -05:00
Cody Soyland
0f8b630ab2 Only run "deployment" (binary prerelease upload) for one build condition. 2018-04-27 11:43:31 -05:00
Cody Soyland
210c78a20a Use build matrix instead of separate commands to test different architectures 2018-04-27 11:26:05 -05:00
Yuce Tekol
64953b4cd5
Merge pull request #1229 from yuce/fix-crash
[URGENT] Fixes crash due to server.diagnostics.server not set
2018-04-27 15:20:23 +03:00
Yuce Tekol
75bd93d895
Fixes crash due to server.diagnostics.server not set 2018-04-27 15:11:15 +03:00
Matthew Jaffee
dbc4e150e2
Merge pull request #1226 from jaffee/server-refactoring
remove holder.Peek, combine with HasData, move server logic
2018-04-24 20:21:53 -05:00