Commit graph

3816 commits

Author SHA1 Message Date
Cody Soyland
cbabd99e74
Merge pull request #1565 from codysoyland/v1.0-backport-1495
Backport #1495
2018-07-31 20:23:20 -05:00
Cody Soyland
95a8a867a2
Merge pull request #1564 from codysoyland/v1.0-backport-1502
Backport #1502
2018-07-31 20:23:04 -05:00
Cody Soyland
8fd33a6651
Merge pull request #1563 from codysoyland/v1.0-backport-1533
Backport #1533
2018-07-31 20:22:47 -05:00
Cody Soyland
f6b9a73a59
Merge pull request #1562 from codysoyland/v1.0-backport-1541
Backport #1541
2018-07-31 20:22:28 -05:00
Cody Soyland
5209fbabc8
Merge pull request #1560 from codysoyland/v1.0-backport-1551
Backport #1551
2018-07-31 20:22:10 -05:00
Cody Soyland
e155392694
Merge pull request #1559 from codysoyland/v1.0-backport-1555
Backport #1555
2018-07-31 20:21:45 -05:00
Travis Turner
7069c8a43e Merge pull request #1495 from travisturner/docs-fixes
another pass through the docs adjusting for fields and field types

(cherry picked from commit e707e9c6b8)
2018-07-31 19:30:32 -05:00
Cody Soyland
1ebd57628d Merge pull request #1502 from codysoyland/export-row-intersect
Re-export Row.Intersect

(cherry picked from commit cdf5649ead)
2018-07-31 19:29:26 -05:00
Matthew Jaffee
7f9b9a3bc7 Merge pull request #1533 from jaffee/1370-cluster-locking
1370 cluster locking

(cherry picked from commit e4eef98a77)
2018-07-31 19:22:05 -05:00
Matthew Jaffee
df7546c953 Merge pull request #1541 from jaffee/translate-test-race
fix race cond in translate_test

(cherry picked from commit 0e9f9d7c0b)
2018-07-31 19:20:30 -05:00
Matthew Jaffee
00763a3bd1 Merge pull request #1551 from jaffee/1550-topn-doc
fix topn spec and example in docs

(cherry picked from commit ada9857f35)
2018-07-31 19:15:00 -05:00
Travis Turner
319dcc5c65 Merge pull request #1555 from travisturner/setrowattrs-with-rowkeys
update parser to handle row keys on SetRowAttrs()

(cherry picked from commit 45d89d7136)
2018-07-31 19:03:43 -05:00
Cody Soyland
8abdd38e30
Merge pull request #1523 from codysoyland/backport-1503
Backport #1503
2018-07-16 10:24:19 -05:00
Cody Soyland
2fd69508cc Merge pull request #1503 from codysoyland/docs-fix
Remove errant char at top of query language doc

(cherry picked from commit fa6e0da1bb)
2018-07-16 09:44:03 -05:00
Cody Soyland
844eb62f97
Merge pull request #1494 from codysoyland/release-1.0.1
Release 1.0.1
2018-07-11 19:10:33 -05:00
Cody Soyland
2ea24d6eee Release v1.0.1 2018-07-11 15:20:49 -05:00
Cody Soyland
bb462136ec Merge branch 'master' into release-1.0.1
All changes on master are bugfixes/doc changes.
2018-07-11 15:05:24 -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
Travis Turner
d22507d36d
rename gossip.NewGossipMemberSet to gossip.NewMemberSet 2018-07-09 17:05:58 -05:00
Cody Soyland
7728bdae71 Regenerate proto files 2018-07-09 12:53:33 -05:00
Cody Soyland
df639f101e Remove Go 1.9 support 2018-07-09 12:53:09 -05:00
Ben Johnson
bcd15ef271
peg: Allow single quoted key 'col'. 2018-07-09 18:31:27 +01:00