1576 Commits

Author SHA1 Message Date
Rodolphe Marques
1d4eddf635 Created templates and util functions for benchmark testing. 2016-05-09 17:27:16 +02:00
Rodolphe Marques
9f959fc6ed Add command to configure number of shards.
Changed aws deployment script to automatically set the number of shards.
Created tests
2016-05-09 16:45:09 +02:00
Troy McConaghy
5c26bb439a Merge pull request #257 from bigchaindb/aws-deploy-doesnt-auto-start-servers
AWS deployment script doesn't auto-start servers anymore
2016-05-09 13:24:45 +02:00
troymc
fd6009b4f3 Updated docs to say how to start BigchainDB on all nodes 2016-05-09 13:18:36 +02:00
troymc
72bc7cb1d0 Don't bigchaindb start all nodes automatically once deployed 2016-05-09 13:17:49 +02:00
vrde
644b15a831
Fix typo 2016-05-09 10:07:59 +02:00
Troy McConaghy
4a6c3ba891 Merge pull request #254 from bigchaindb/deploy-clients-on-aws
Deploy clients on AWS
2016-05-09 10:06:21 +02:00
vrde
82eb154a67
Merge branch 'sbellem-docs-small-improvements' 2016-05-09 09:57:43 +02:00
vrde
474ac5eec0
Merge branch 'docs-small-improvements' of https://github.com/sbellem/bigchaindb into sbellem-docs-small-improvements 2016-05-09 09:57:13 +02:00
Troy McConaghy
13f7d34738 Merge pull request #255 from dangerousbeans/readme_link_fix
Fix broken Readme links
2016-05-09 08:22:26 +02:00
Joran Kikke
c7205d9820 Fix broken Readme links 2016-05-07 11:56:32 +12:00
troymc
f159b10cfa Reformatted some docs to be more readable 2016-05-06 17:31:29 +02:00
Sylvain Bellemare
6c4381ad15 Small improvements on docs 2016-05-06 16:20:13 +02:00
troymc
eba5facb9e Merge remote-tracking branch 'origin/master' into deploy-clients-on-aws 2016-05-06 15:01:31 +02:00
troymc
886b6fce44 Copy-edited Python Server API Examples section of the docs 2016-05-06 14:31:28 +02:00
troymc
be88b264a3 Move JSON Serialization docs before Cryptography docs 2016-05-06 14:23:43 +02:00
Rodolphe Marques
521c7e5b0a Merge pull request #222 from bigchaindb/monitor-yml-fix
aws monitor deployment
2016-05-06 10:46:43 +02:00
troymc
8f2541cc6a Fixed docstring about where Bigchain instance param vals come from 2016-05-06 10:40:29 +02:00
Rodolphe Marques
dc0c2020f3 Merge pull request #243 from bigchaindb/fix/minor/server-api-docs-and-test
update docs/test file to avoid conflicts between testcases
2016-05-06 09:33:33 +02:00
ryan
197eeb178b get_owned_id checks block status 2016-05-05 15:17:49 +02:00
ryan
929b1ab4dc force wait for index construction 2016-05-05 15:10:02 +02:00
ryan
bb0bb9a1b4 get_tx_by_payload_hash checks block status (no tests) 2016-05-05 14:05:30 +02:00
ryan
475b9d97ce factor out secondary index search 2016-05-05 11:49:55 +02:00
ryan
9d7178e620 set up transactions index in test config 2016-05-05 11:15:49 +02:00
ryan
c36a95cfa6 factor out block status code 2016-05-05 10:48:35 +02:00
ryan
3121c9498a get_transaction to ignore invalid blocks 2016-05-05 10:31:40 +02:00
ryan
b69a897b26 correct block model 2016-05-04 18:22:38 +02:00
troymc
9e4cab7ffc Minor stylistic/consistency edits to fabfile-monitor.py 2016-05-04 17:12:18 +02:00
troymc
4dd4de120f Edits to docs on monitoring 2016-05-04 17:10:27 +02:00
troymc
b1683ff824 Added client_confile to .gitignore 2016-05-03 21:05:38 +02:00
troymc
d8a0765a2a awsdeploy.sh can now deploy N servers or N clients 2016-05-03 21:02:58 +02:00
diminator
eab54e1a02
update docs/test file to avoid conflicts between testcases 2016-05-03 20:32:56 +02:00
troymc
19819b880f awsdeploy_servers.sh -> awsdeploy.sh & changed its args 2016-05-03 17:16:06 +02:00
Rodolphe Marques
389319e497 Added fab task to run monitor
Updated documentation
2016-05-03 17:06:58 +02:00
Rodolphe Marques
b82e60f074 Added option to specify a mount point for influxdb.
INFLUXDB_DATA=/somedir/ docker-compose -f docker-compose-monitor up
2016-05-03 16:30:30 +02:00
ryan
9006e77296 remove unused queue 2016-05-03 16:10:42 +02:00
ryan
84b5e4f332 comments on voting logic 2016-05-03 16:10:22 +02:00
ryan
4f56ed43e1 comments on voting logic 2016-05-03 16:08:10 +02:00
troymc
a250c6b35a Auto-generate server tag for AWS nodes 2016-05-03 16:04:28 +02:00
ryan
dfcdb785f1 variable name change 2016-05-03 15:54:25 +02:00
ryan
41328b3255 Merge branch 'master' into core/193/invalid-block-backlog 2016-05-03 15:37:56 +02:00
troymc
443589bb67 Renamed startup.sh to awsdeploy_servers.sh 2016-05-03 15:37:22 +02:00
ryan
6de1d18efc test mismatched vote, block sigs 2016-05-03 15:36:41 +02:00
ryan
fd44ca7bf0 test update 2016-05-03 15:29:24 +02:00
ryan
a3d8c68298 count invalid votes as votes for invalid block 2016-05-03 15:28:46 +02:00
troymc
4aeac23f33 Removed last line of startup.sh 2016-05-03 15:24:44 +02:00
ryan
dbfd35a39d tests for elector pubkey 2016-05-03 14:51:43 +02:00
ryan
48641ea6ae election checks pubkey is in block voters 2016-05-03 14:51:16 +02:00
Rodolphe Marques
1be81dbdf9 Merge remote-tracking branch 'remotes/origin/master' into monitor-yml-fix 2016-05-03 14:38:32 +02:00
Rodolphe Marques
55e219c61c Added fab command to install docker compose.
Added fab command to run monitor
2016-05-03 14:37:12 +02:00