Commit graph

2924 commits

Author SHA1 Message Date
Alan Bernstein
a3dc756be4 Wrap errors in handler 2018-05-08 19:46:26 -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
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
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
Travis Turner
437fcc5438
Merge pull request #1237 from willf/fix-misssspelllingz
fix minor spelling errors
2018-05-01 09:20:45 -05:00
Will Fitzgerald
5a56b33826 fix minor spelling errors 2018-05-01 05:45:19 -04: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
Travis Turner
47607d5d2e
Merge pull request #1191 from travisturner/min-max-bsi
Implement Min/Max BSI queries
2018-04-24 11:00:35 -05:00
Matthew Jaffee
abda2a1267
Merge pull request #1213 from jaffee/1204-pdk-docs
remove outdated pdk docs, and write some new ones
2018-04-24 09:24:35 -05:00
Matthew Jaffee
a15dde5291
Merge branch 'master' into 1204-pdk-docs 2018-04-24 08:57:31 -05:00
Yuce Tekol
6285a8cf0f
Merge pull request #1225 from yuce/test-32bits
Run 32bits on CI
2018-04-24 16:55:40 +03:00
Matthew Jaffee
f9ff20689a
remove holder.Peek, combine with HasData, move server logic
Server initializing happens more in NewServer than Open now - expecting to
continue this trend. goal was to remove remoteClient from Server (since it has a
defaultClient) as well, but we'll have to refactor the client usage in fragment
and frame first.
2018-04-24 08:44:58 -05:00
Yuce Tekol
ff8ab6930a
Run 32bits on CI 2018-04-24 16:13:36 +03:00
Travis Turner
7fbd5ff82f
Merge pull request #1222 from travisturner/remove-frame-timequantum-patch
remove PATCH frame endpoint
2018-04-23 20:32:12 -05:00
Travis Turner
579234d216
Merge pull request #1224 from travisturner/docs-row-col
remove references to row and column labels from the docs
2018-04-23 18:56:00 -05:00
Matthew Jaffee
87702af9a4
Merge pull request #1220 from jaffee/refactor-logger
refactoring pilosa/server
2018-04-23 17:32:39 -05:00
Travis Turner
7ecd2ec794
adjust references to RowID and ColumnID in the docs 2018-04-23 17:10:48 -05:00