Travis Turner
42405cecbf
Merge pull request #475 from travisturner/new-slice-message
...
Broadcast `CreateSliceMessage` when a new max slice is created
2017-04-27 11:54:17 -05:00
Travis
ba455064d9
Add a test to ensure that BroadcastMessage is handling new indexes, frames, and slices
2017-04-27 11:44:14 -05:00
Travis
7246e1e00d
Broadcast CreateSliceMessage when a new max slice is created
2017-04-27 11:44:13 -05:00
Michael Baird
bb2f9c4c31
Merge pull request #496 from raskle/495-owns-slice
...
OwnsSlice
2017-04-26 17:10:53 -05:00
Michael Baird
6fa4c61061
pluralized owns slices function
2017-04-26 16:46:18 -05:00
Michael Baird
6a8e205769
Use OwnsSlice to determine the slice list per node and index for the Cluster Node Status.
2017-04-26 16:19:59 -05:00
Michael Baird
08590be4c3
Merge pull request #490 from raskle/485-godocs
...
godoc cleanup
2017-04-26 15:37:12 -05:00
Travis Turner
7fde443642
Merge pull request #482 from travisturner/readme
...
Change the README to be an index of links to the Docs
2017-04-26 13:07:45 -05:00
Michael Baird
ce399d722d
clarify HTTPBroadcastReceiver comment
2017-04-26 09:08:39 -05:00
Michael Baird
2f876c46a6
Broadcaster comment corrections
2017-04-25 22:25:10 -05:00
Yuce Tekol
25739ee1f1
Merge pull request #492 from yuce/rename-nodes-enpoint
...
Renamed /nodes to /hosts
2017-04-26 03:15:11 +03:00
Yuce Tekol
d2b2e258df
Renamed /nodes to /hosts
2017-04-26 02:19:17 +03:00
Ben Johnson
743351cdeb
Merge pull request #489 from benbjohnson/time-quantum-options
...
Allow explicit time quantum during frame creation.
2017-04-25 16:55:48 -06:00
Michael Baird
6ea72a1657
added comments to http broadcaster
2017-04-25 17:20:26 -05:00
Michael Baird
e2cab9b5a9
adding gossip comments
2017-04-25 17:00:02 -05:00
Michael Baird
d2a7869142
comment cleanup
2017-04-25 16:40:39 -05:00
Michael Baird
fe0e8a3c5b
fixed enum comments
2017-04-25 15:27:10 -05:00
Michael Baird
35c1648c75
missing comments
2017-04-25 15:12:44 -05:00
Ben Johnson
a7fdf95d04
Allow explicit time quantum during frame creation.
...
Changes the `Index.CreateFrame()` function to use the `TimeQuantum`
field in the options. If it is blank then it is defaulted to the
time quantum of the index.
2017-04-25 14:01:33 -06:00
Michael Baird
3512dd4549
missing comments
2017-04-25 14:15:02 -05:00
Michael Baird
66496a73d7
additional comments for config
2017-04-25 13:57:20 -05:00
Travis
0e2b793de0
add Query Language section to the README
2017-04-25 13:41:44 -05:00
Michael Baird
3972d0cfaa
added missing comments for godocs
2017-04-25 13:31:12 -05:00
Travis Turner
0fac826c69
Merge pull request #472 from travisturner/option-messages
...
Pass all Index/Frame meta data to other nodes via messages
2017-04-25 12:29:08 -05:00
Travis Turner
ca6a0b239b
Merge pull request #473 from travisturner/inverse-calls
...
Determine if a Call is inverse or not to correctly map to slices.
2017-04-25 12:15:12 -05:00
Travis
13b07b99b5
Change the README to be an index of links to the Docs
2017-04-25 12:05:28 -05:00
Travis Turner
610c7f2d54
Merge pull request #474 from travisturner/standard-time-import
...
During import, write to standard view as well as time views
2017-04-24 22:47:37 -05:00
Travis
cd6b3f9605
During import, write to standard view as well as time views
2017-04-24 18:43:33 -05:00
Travis
7dc06f918b
Determine if a Call is inverse or not so that the map to slices is correct.
2017-04-24 16:19:17 -05:00
Travis
dfd17b38a4
Pass all Index/Frame meta data to other nodes via messages
2017-04-24 15:56:07 -05:00
Travis Turner
03aa9447a8
Merge pull request #470 from travisturner/nodestate
...
Implement NodeState as an attribute of *Node
2017-04-24 14:30:20 -05:00
Michael Baird
445023a04f
fixed some comments
2017-04-24 14:21:50 -05:00
Michael Baird
1dc5d6f348
handle Join error
2017-04-24 14:14:16 -05:00
Michael Baird
acc4b022d7
added Join method to Static Nodeset so that Status is calculated with the local node
2017-04-24 13:57:35 -05:00
Michael Baird
5857438d8b
fixed state to status
2017-04-24 13:56:26 -05:00
Travis
74bf4731f5
WIP: Implement NodeState as an attribute of *Node
...
NodeState is shared among nodes in the cluster (via gossip
in a gossip implementation) and cached locally in Cluster.Nodes
in order to be available to the /status endpoint.
2017-04-24 12:33:43 -05:00
Travis Turner
6fe8e2b8ab
Merge pull request #471 from travisturner/database-to-index
...
Rename Database to Index
2017-04-24 11:34:26 -05:00
Travis
1343979308
Fixes up a few overlooked d := Index()
2017-04-24 11:17:30 -05:00
Travis
2ad322c2c7
Rename DB to Index
...
Rename `db.go` to `index.go` and `db_test.go` to `index_test.go`
2017-04-23 21:49:27 -05:00
Travis
2cacff8e09
Rename Index to Holder
...
Rename `index.go` to `holder.go` and `index_test.go` to `holder_test.go`
2017-04-23 15:59:20 -05:00
Ben Johnson
eec02179c8
Merge pull request #469 from benbjohnson/nomenclature
...
Rename bitmap/profile to row/column.
2017-04-21 21:25:24 -06:00
Ben Johnson
d34687121f
Rename bitmap/profile to row/column.
2017-04-21 21:23:24 -06: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
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
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
Linh Vo
9198dfab59
inverseEnabled check for bool type
2017-04-20 22:11:01 -05:00
Linh Vo
9c02edc4e3
#457 rewrite validateOptions, update frame options
2017-04-20 17:28:22 -05:00
Travis
3487bc373f
group Server interface implementation function together
2017-04-20 15:45:00 -05:00