Commit graph

5570 commits

Author SHA1 Message Date
Cody Soyland
486edbec43 Merge branch 'master' into 1511-metalinter-interfacer 2018-07-17 13:41:11 -05:00
Cody Soyland
3017740f3a
Merge pull request #1529 from codysoyland/1514-metalinter-misspell
Fix linter issues: misspell
2018-07-17 13:38:43 -05:00
Cody Soyland
8efbb02fb1 Merge branch 'master' into 1514-metalinter-misspell 2018-07-17 12:38:12 -05:00
Cody Soyland
97b0bcfcc2
Merge pull request #1528 from codysoyland/1515-metalinter-unparam
Fix linter issues: unparam
2018-07-17 12:37:03 -05:00
Cody Soyland
573ec91fc2 Fix linter issues: interfacer 2018-07-17 12:36:02 -05:00
Cody Soyland
2635759893 Fix linter issues: misspell 2018-07-17 12:22:41 -05:00
Cody Soyland
f9625ef4fa Fix linter issues: unparam 2018-07-17 12:05:07 -05:00
Cody Soyland
379e5daf44
Merge pull request #1526 from codysoyland/1525-metalinter-goimports
Fix linter issue: goimports
2018-07-17 08:03:27 -05:00
Cody Soyland
8917359960 Merge branch 'master' into 1525-metalinter-goimports 2018-07-17 07:54:48 -05:00
Cody Soyland
b67bd2bf3f
Merge pull request #1527 from codysoyland/1509-metalinter-gofmt
Fix linter issues: gofmt
2018-07-17 07:51:51 -05:00
Cody Soyland
c464e0fe64 Fix linter issues: gofmt 2018-07-16 16:45:42 -05:00
Cody Soyland
34e3d21b34 Fix linter issue: goimports 2018-07-16 16:31:46 -05:00
Cody Soyland
7e3ae59ec3
Merge pull request #1504 from codysoyland/ci-staging
Add TravisCI staged builds
2018-07-16 14:54:29 -05:00
Cody Soyland
471cf38a56 Add TravisCI staged builds
Creates the following 3 stages:
1. add cached vendor directory, run metalinter
2. tests with env matrix
3. prerelease compilation/upload
2018-07-16 08:09:39 -05:00
Cody Soyland
fa6e0da1bb
Merge pull request #1503 from codysoyland/docs-fix
Remove errant char at top of query language doc
2018-07-13 09:39:49 -05:00
Matthew Jaffee
88f405a916
Merge branch 'master' into docs-fix 2018-07-13 09:28:22 -05:00
Cody Soyland
927a7f0cd9 Remove errant char at top of query language doc 2018-07-13 09:09:16 -05:00
Cody Soyland
cdf5649ead
Merge pull request #1502 from codysoyland/export-row-intersect
Re-export Row.Intersect
2018-07-13 08:56:49 -05:00
Cody Soyland
d22e015423 Re-export Row.Intersect
This method was previously unexported with an automatic unexporting tool. It
seems to be something that should be exported.
2018-07-13 08:03:54 -05:00
Travis Turner
e707e9c6b8
Merge pull request #1495 from travisturner/docs-fixes
another pass through the docs adjusting for fields and field types
2018-07-12 18:47:31 -05:00
Travis Turner
e5fbadba01
another pass through the docs adjusting for fields and field types 2018-07-11 17:28:48 -05:00
Cody Soyland
f50685d94c
Merge pull request #1487 from benbjohnson/proto-keys
encoding/proto: Fix key fields in protobuf.
2018-07-11 14:19:03 -05:00
Cody Soyland
1fd28560e7
Merge branch 'master' into proto-keys 2018-07-11 12:56:39 -05:00
Cody Soyland
a02a894781
Merge pull request #1493 from codysoyland/docs-console
Rename WebUI to Console, update installation instructions.
2018-07-11 12:53:41 -05:00
Cody Soyland
42c935395b Update alt text 2018-07-11 12:37:44 -05:00
Cody Soyland
3cd3cc050b
Merge branch 'master' into docs-console 2018-07-11 12:25:03 -05:00
Cody Soyland
c456662ce9
Merge pull request #1491 from codysoyland/1490-dep-ensure-vendor-only
Use `dep ensure -vendor-only` for build repeatability
2018-07-11 12:24:47 -05:00
Cody Soyland
8196fae7bc Rename WebUI to Console, update installation instructions. 2018-07-11 12:15:15 -05:00
Travis Turner
bfb21068fd
Merge pull request #1485 from travisturner/time-range
make sure time range views are calculated correctly across months
2018-07-11 12:09:32 -05:00
Travis Turner
493e77ae41
Merge branch 'master' into time-range 2018-07-11 11:50:43 -05:00
Cody Soyland
96cabf1a0a Use dep ensure -vendor-only for build repeatability. Fixes #1490. 2018-07-11 11:38:57 -05:00
Matthew Jaffee
d75f11a48d
Merge branch 'master' into proto-keys 2018-07-11 09:23:52 -05:00
Ben Johnson
8a0e99562a
encoding/proto: Fix key fields in protobuf. 2018-07-10 23:41:09 +01:00
Matthew Jaffee
302166dac6
Merge pull request #1486 from jaffee/handler-close-timeout
add a configurable timeout to http handler closing
2018-07-10 16:52:40 -05:00
Matt Jaffee
64c3dae4d7
fix error message handler->holder 2018-07-10 16:40:45 -05:00
Matt Jaffee
c2c1910671
fix comment typos 2018-07-10 16:38:55 -05:00
Matt Jaffee
b7e5f8842e
add a configurable timeout to http handler closing
refactor handler Close func to use errgroup to be a bit less messy.

refactor pilosa.Server closing to actually return an underlying error if one occurs

add option to pilosa/test.Cluster and pilosa/server.Command to control close
timeout. currently is only used by the http handler, but conceivably could be
passed as a parameter to other subsystems of pilosa/server.Command
2018-07-10 15:16:35 -05:00
Travis Turner
08fe3db1cc
Merge pull request #1483 from travisturner/close-gossip
add gossip Closer
2018-07-10 13:41:11 -05:00
Travis Turner
ce91fae141
Merge branch 'master' into close-gossip 2018-07-10 13:32:37 -05:00
Travis Turner
d24fb4e719
fix typo 2018-07-10 13:32:04 -05:00
Travis Turner
38eec5793f
make sure time range views are calculated correctly across months 2018-07-10 13:26:18 -05:00
Cody Soyland
2d903e329f
Merge pull request #1484 from codysoyland/fix-default-map-size-var
Unexport DefaultMapSize on 32-bit
2018-07-10 12:55:14 -05:00
Cody Soyland
62e172dbac Unexport DefaultMapSize on 32-bit 2018-07-10 12:15:11 -05:00
Travis Turner
4013cccb30
fix comment 2018-07-10 11:48:45 -05:00
Travis Turner
1723616aac
add gossip Closer 2018-07-10 11:41:54 -05:00
Cody Soyland
4689ada100
Merge pull request #1477 from codysoyland/update-deps-v1.0.0
Update dependencies for v1.0.0
2018-07-10 08:50:34 -05:00
Cody Soyland
1159a3a45a
Merge branch 'master' into update-deps-v1.0.0 2018-07-10 08:37:33 -05:00
Matthew Jaffee
22280762c0
Merge pull request #1478 from benbjohnson/pql-keys
peg: Allow single quoted key 'col'
2018-07-10 08:15:51 -05:00
Matthew Jaffee
cc5e4393e9
Merge branch 'master' into pql-keys 2018-07-10 07:29:42 -05:00
Travis Turner
19b2bb3fe6
Merge pull request #1480 from travisturner/rename-memberset
rename gossip.NewGossipMemberSet to gossip.NewMemberSet
2018-07-09 17:19:31 -05:00