2867 Commits

Author SHA1 Message Date
libscott
d48c72682b Merge pull request #1222 from bigchaindb/consensus-cleanup
Don't load consensus in vote pipeline (unneeded)
2017-03-01 17:50:58 +01:00
Troy McConaghy
4e32a492b1 docs: changed PersistentVolumeClaim from 2Gi to 20Gi 2017-03-01 16:26:57 +01:00
Troy McConaghy
77c6b138a8 expanded docs re/ Azure storage accounts & ACS 2017-03-01 15:49:20 +01:00
Trent McConaghy
8be2e20559 Update CONTRIBUTING.md 2017-03-01 15:29:09 +01:00
Troy McConaghy
35ee6e5539 docs: add instructions to update az command 2017-03-01 13:35:31 +01:00
Troy McConaghy
cc8916d782 Merge remote-tracking branch 'origin/master' into docs-re-k8s-persistent-storage 2017-03-01 11:32:44 +01:00
Troy McConaghy
f2f1ee8ef1 docs: create k8s StorageClass & PVC 2017-02-28 19:08:13 +01:00
Troy McConaghy
6821170fcd docs: rm paren. sentence re/ deploying an ACS 2017-02-28 13:58:44 +01:00
Troy McConaghy
0759b6827a Merge pull request #1223 from bigchaindb/docs-to-create-ssh-key-for-k8s-vms
Docs on using special SSH keypair with ACS/Kubernetes
2017-02-28 12:25:07 +01:00
Troy McConaghy
b3e697f05b docs: can SSH to k8s agent via master using private hostname 2017-02-28 11:25:57 +01:00
Scott Sadler
c993f954e0 wip 2017-02-27 20:56:01 +01:00
Scott Sadler
ebeb94f35a cleanup has_previous_vote 2017-02-27 16:25:29 +01:00
Scott Sadler
9bdc8ca341 fix in election pipeline 2017-02-27 16:23:46 +01:00
Scott Sadler
1eefcff736 Merge branch 'identify-voters' into voting-class-integration 2017-02-27 16:12:20 +01:00
Troy McConaghy
ffb1d7a624 Docs on using special SSH keypair with ACS/Kubernetes 2017-02-27 15:29:49 +01:00
Scott Sadler
3523036617 don't load consensus in vote pipeline (unneeded) 2017-02-27 15:23:53 +01:00
vrde
f21811323f
Remove unused import 2017-02-27 11:51:06 +01:00
vrde
f9748042c2
Fix exception handling in changefeed 2017-02-27 11:14:11 +01:00
vrde
213139d4c6
Improve tests and connection class 2017-02-27 02:54:02 +01:00
Scott Sadler
2116d199d5 simplify vote counting 2017-02-26 12:28:13 +01:00
Scott Sadler
6ab1089bda voting cleanup 2017-02-25 14:18:06 +01:00
Scott Sadler
6a10127268 Merge branch 'identify-voters' into voting-class-integration 2017-02-25 10:28:38 +01:00
Scott Sadler
f858fc8f8d fix voting bug with prev_block 2017-02-25 10:21:40 +01:00
Scott Sadler
ae8367c6c7 log election results in election pipeline 2017-02-24 13:27:48 +01:00
Scott Sadler
8ecd89c18c Merge branch 'identify-voters' into voting-class-integration 2017-02-24 10:44:53 +01:00
Scott Sadler
f860753192 test for block_election 2017-02-24 10:43:30 +01:00
libscott
4a5a5566e7 Merge pull request #1208 from bigchaindb/is_new_transaction
Bigchaindb.is_new_transaction, fix double inclusion in Vote pipeline
2017-02-24 10:17:06 +01:00
Scott Sadler
6295749997 pull in tests and fixes from integration branch 2017-02-24 10:12:26 +01:00
Scott Sadler
d4af68a05d voting schema validate 2017-02-24 10:10:23 +01:00
Scott Sadler
d73134e6c3 Static Classify Voting 2017-02-24 10:10:23 +01:00
Scott Sadler
f8a7123f0a check count_votes invalid input 2017-02-24 10:10:23 +01:00
Scott Sadler
4f997f60c0 flesh out voting module 2017-02-24 10:10:23 +01:00
Scott Sadler
b5a1c90d63 voting.py 2017-02-24 10:10:23 +01:00
Scott Sadler
e1312b88a3 Voting uses BigchainDBCritical 2017-02-24 10:04:24 +01:00
Scott Sadler
c44c9d0282 tests for vote schema and signature validation 2017-02-23 21:53:12 +01:00
Scott Sadler
e88c98a695 test_count_votes 2017-02-23 21:53:12 +01:00
Scott Sadler
1ff84bd670 test_partition_eligible_votes 2017-02-23 21:53:12 +01:00
Scott Sadler
89e76ffec2 fix tests, temporarily disabling some tests that need to be re-written 2017-02-23 21:53:12 +01:00
Scott Sadler
ff7e4d11d1 remove test from test_core.py which is just wrong 2017-02-23 21:53:12 +01:00
Scott Sadler
7fd1de696c move voting logic out of block_election_status 2017-02-23 21:53:12 +01:00
Scott Sadler
c68856bc43 voting schema validate 2017-02-23 21:53:12 +01:00
Scott Sadler
fdad8cd796 Static Classify Voting 2017-02-23 21:53:12 +01:00
Scott Sadler
20f6539e10 check count_votes invalid input 2017-02-23 21:53:12 +01:00
Scott Sadler
d71e560ba4 flesh out voting module 2017-02-23 21:53:12 +01:00
Scott Sadler
dbfcce34e7 voting.py 2017-02-23 21:53:12 +01:00
libscott
289080358d Merge pull request #1209 from bigchaindb/tymlez-consensus
Tymlez consensus plugin
2017-02-23 18:37:04 +01:00
vrde
c11808ecc5
Move common stuff to generic Connection class 2017-02-23 17:20:21 +01:00
libscott
d9dfe5fb7d Merge pull request #1210 from bigchaindb/wrong-exception
introduce BigchainDBCritical exception
2017-02-23 15:28:05 +01:00
Krish
1bcf84262c Adding a VOLUME statement in Dockerfile (#1212)
- MacOS does not allow users to mount folders from the host unless it is
specified during build time.
- This is needed as the container on Mac needs to access the .bigchaindb
conf file residing on the host.
2017-02-22 18:48:31 +01:00
Scott Sadler
b94eab715d introduce BigchainDBCritical exception 2017-02-22 14:37:34 +01:00