3031 Commits

Author SHA1 Message Date
Troy McConaghy
b741c51dbc docs: added step where other nodes update their keyring 2017-04-12 15:14:44 +02:00
Troy McConaghy
da634c3892 more edits to cluster setup docs 2017-04-12 15:10:36 +02:00
Troy McConaghy
8fa6b1685e Clarify that AWS depl. scripts deploy w/ RethinkDB 2017-04-12 14:57:36 +02:00
Troy McConaghy
ee3c7f607c updated set-up-a-cluster.md in server docs 2017-04-12 14:55:56 +02:00
vrde
2bedc9b059
Fix typos 2017-04-12 14:39:15 +02:00
Troy McConaghy
ad37441115 docs: moved rethinkdb backup notes to appendices 2017-04-12 14:24:11 +02:00
Troy McConaghy
7c3f912fe0 Addressed remaining comments on PR #1386 2017-04-12 13:56:09 +02:00
Troy McConaghy
40e3c78c9a modified the Bigchaindb node diagram & notes on it 2017-04-12 13:55:07 +02:00
Sylvain Bellemare
0347fbccf4 Add a few more checks to the test 2017-04-12 13:50:09 +02:00
Sylvain Bellemare
e614834a03 Import Transaction class within fixture 2017-04-12 13:49:10 +02:00
Sylvain Bellemare
75dd645ec9 Import stdlib pkgs at the top of the test module 2017-04-12 13:47:58 +02:00
Scott Sadler
3bf1f9fa17 add additional test of negative amount to fix codecov 2017-04-12 12:16:42 +02:00
Scott Sadler
de445bb977 simplifications and clarifications for review of federation tests 2017-04-12 11:58:43 +02:00
Troy McConaghy
a6ce7b40aa docs fix: the bigchaindb package on PyPI no longer includes the Python driver 2017-04-12 11:23:34 +02:00
Troy McConaghy
8b861131d8 docs: added that we require MongoDB 3.4+ 2017-04-12 11:18:20 +02:00
Troy McConaghy
8361fae815 clarified notes on RethinkDB storage based on @r-marques comments 2017-04-12 11:16:49 +02:00
Sylvain Bellemare
98e52e047e Make utility test function into a fixture 2017-04-11 18:34:31 +02:00
Sylvain Bellemare
e0e997755e Re-order imports (pep8) 2017-04-11 18:34:20 +02:00
Sylvain Bellemare
79997848cd Refine test for the election pipeline process
test that the process is started with the events_queue kwargs
2017-04-11 17:24:21 +02:00
Troy McConaghy
beace99fc0 some edits to setup-run-node.md 2017-04-11 16:47:30 +02:00
vrde
a673d9c6ef
Add more code coverage 2017-04-11 16:34:50 +02:00
Troy McConaghy
ffc08eaef9 updated docs page 'Set Up and Run a Cluster Node' 2017-04-11 16:29:08 +02:00
Troy McConaghy
22cc47b0c5 Updated docs re: prod node reqs. Moved RethinkDB reqs to Appendices 2017-04-11 14:27:17 +02:00
Troy McConaghy
c3f173528f updated docs page: Production Node Components 2017-04-11 13:23:10 +02:00
Scott Sadler
a6ba13dc3e Merge remote-tracking branch 'origin/master' into federation-tests 2017-04-11 11:21:02 +02:00
Troy McConaghy
6cc1e75595 root docs: updated Terminology page 2017-04-11 11:15:55 +02:00
Troy McConaghy
392be98289 docs: updated Production Node Assumptions page 2017-04-11 11:15:21 +02:00
Troy McConaghy
fb2d4b19a9 bugfix: fixed ref to production-nodes/index in server index.rst 2017-04-11 10:59:56 +02:00
Troy McConaghy
ed6c90b863 renamed docs/server/source/nodes -> production-nodes 2017-04-11 10:45:09 +02:00
vrde
3758d458ce
Merge branch 'master' into events-api-first-cut 2017-04-11 10:17:39 +02:00
Troy McConaghy
8964ba33b4 updated links to the HTTP API docs in this repo 2017-04-10 15:14:18 +02:00
Troy McConaghy
b4988b29e3 Moved HTTP API docs to a top-level section 2017-04-10 13:58:58 +02:00
Troy McConaghy
85d5d08506 Add tip on upgrading to CONTRIBUTING.md 2017-04-07 15:40:17 +02:00
vrde
709eced0d3
Merge remote-tracking branch 'origin/event-handler-tests' into events-api-first-cut 2017-04-07 15:17:29 +02:00
Rodolphe Marques
da29bbc605 added tests for the events 2017-04-07 15:02:49 +02:00
vrde
be3f62dd10
Update endpoints and docs 2017-04-07 14:57:11 +02:00
vrde
aeb8827e30
Use try..except..else 2017-04-07 14:07:24 +02:00
vrde
be763022ad
Update documentation (tnx @ttmc) 2017-04-07 14:07:05 +02:00
vrde
d260e16f11
Add configuration for websocket server 2017-04-07 10:51:00 +02:00
Sylvain Bellemare
c64a35c362 Use new super syntax as per PEP 3135 2017-04-07 10:46:20 +02:00
Sylvain Bellemare
cf006e34a5 Make the keyword argument a keyword-only argument
As per PEP 3102. This helps making the code clearer.
2017-04-07 10:46:20 +02:00
vrde
f23faaa65f
Add WebSocket server 2017-04-07 09:16:22 +02:00
vrde
64a033b17a
Code cleanup, rename some vars 2017-04-07 08:42:22 +02:00
Rodolphe Marques
a92c091eeb
fix pep8 issue 2017-04-07 08:42:22 +02:00
Rodolphe Marques
bcc2e1f781
fixed pep8 issue 2017-04-07 08:42:22 +02:00
Rodolphe Marques
730b7482f6
cleanup code 2017-04-07 08:42:22 +02:00
Rodolphe Marques
83a7cffc3f
fix tests 2017-04-07 08:42:22 +02:00
Rodolphe Marques
96daa98699
Adverstise Event stream api in api info endpoint.
Updated tests.
2017-04-07 08:42:22 +02:00
vrde
83397de397
Add more tests and utils 2017-04-07 08:42:22 +02:00
vrde
5d39b42b7a
Add dependencies and first test 2017-04-07 08:42:22 +02:00