Alan Bernstein
fe6d2189a7
Change output background to red on error
2017-04-25 12:10:27 -05:00
Travis
13b07b99b5
Change the README to be an index of links to the Docs
2017-04-25 12:05:28 -05:00
Alan Bernstein
cd30b412f8
Add real query time to output
2017-04-25 11:59:49 -05:00
Michael Baird
684a8afa23
missed these db to index changes in the merge conflicts
2017-04-25 11:48:20 -05:00
Michael Baird
e699c55700
fixed conflicts from the db index change
...
Conflicts:
cluster.go
executor_test.go
handler_test.go
server.go
2017-04-25 11:47:29 -05:00
Alan Bernstein
7ee65e6022
Populate dropdown from /schema, use selected index for queries
2017-04-25 11:46:17 -05:00
Linh Vo
beb280624d
create/delete index/frame tag
2017-04-25 11:08:28 -05:00
Michael Baird
6cacf5d0dc
Merge pull request #6 from linhvo/entropy
...
add entropy statsD
2017-04-25 10:43:49 -05:00
Michael Baird
7ea82a363c
Merge pull request #4 from alanbernstein/stats-view-tag
...
Fix typo to add view tag
2017-04-25 10:11:20 -05:00
Michael Baird
866c5e8773
Merge remote-tracking branch 'origin/metrics' into stats-view-tag
...
Conflicts:
frame.go
2017-04-25 09:45:52 -05:00
Cody Soyland
a0e496f6a0
Update JS to hit Pilosa
2017-04-25 09:40:17 -05:00
Linh Vo
b450a62816
add entropy statsD
2017-04-25 09:22:30 -05:00
Cody Soyland
60c8ba238c
Add new webui design from Joe
2017-04-25 08:57:15 -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
Michael Baird
12f1e64709
example metric config is singular
2017-04-24 22:39:49 -05:00
Michael Baird
0c9f652ffb
missing comments from merge
2017-04-24 22:38:12 -05:00
Michael Baird
a543ba21bb
fixed DB to index conflicts after merge
2017-04-24 21:59:39 -05:00
Travis
cd6b3f9605
During import, write to standard view as well as time views
2017-04-24 18:43:33 -05:00
Michael Baird
5a8c165c53
Merge remote-tracking branch 'origin/master' into metrics
...
Conflicts:
cache.go
cluster.go
db.go
executor.go
fragment.go
frame.go
gossip/gossip.go
handler.go
index.go
server.go
server/server.go
2017-04-24 16:35:25 -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
Linh Vo
ce9159cd5a
Merge branch 'master' of github.com:pilosa/pilosa
2017-04-24 15:45:29 -05:00
Alan Bernstein
9bf6e1b3b7
Move LongQueryTime option to cluster section of config file
2017-04-24 15:22:12 -05:00
Alan Bernstein
5413597998
Move LongQueryTime option to cluster section of config file
2017-04-24 15:20:08 -05:00
Alan Bernstein
dd465cc77b
Fix typo to add view tag
2017-04-24 15:13: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
Cody Soyland
92ec0a0cb0
Update glide.lock
2017-04-24 14:25:33 -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
Cody Soyland
15378c02da
Update statik version and add subdependency
2017-04-24 12:36:13 -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
Cody Soyland
18f6d3cd15
Separate go generate make targets, remove generate from test requirements
2017-04-24 12:16:44 -05:00
Cody Soyland
3db8b02865
Track statik directory in git so it will build without first running go generate
2017-04-24 11:57:26 -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
Alan Bernstein
bbffc8f500
Add Clusters to Handlers in tests
2017-04-24 11:32:22 -05:00
Alan Bernstein
615c830ecc
Move LongQueryTime to Cluster
2017-04-24 11:31:50 -05:00
Cody Soyland
1cdbca1a1e
Install statik in build process, fix glide.yaml
2017-04-24 11:22:28 -05:00
Travis
1343979308
Fixes up a few overlooked d := Index()
2017-04-24 11:17:30 -05:00
Michael Baird
2e3455e447
Merge pull request #3 from alanbernstein/snapshot-stats
...
Snapshot stats
2017-04-24 10:46:40 -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
Alan Bernstein
6a162c4be2
Support LongQueryTime as config option
2017-04-21 18:50:25 -05:00
Michael Baird
baafc7792a
Merge remote-tracking branch 'origin/master' into metrics
2017-04-21 15:36:40 -05:00
Alan Bernstein
e0fb322632
Simplify stats naming
2017-04-21 15:11:43 -05:00
Alan Bernstein
a1ba58398d
Improve comments
2017-04-21 15:10:16 -05:00
Alan Bernstein
3b415ef3fd
Simplify stats naming
2017-04-21 15:01:31 -05:00