troymc
a9138dfa7c
docs: new docs about Chef Server setup: in general and on AWS
2016-08-09 17:30:30 +02:00
Troy McConaghy
1c8c65ee1a
Merge pull request #532 from bigchaindb/refactor-docs-to-prep-for-prod-node-docs
...
Many revisions to the docs laying groundwork for some big upcoming changes
2016-08-09 10:03:50 +02:00
troymc
1a766fac55
docs: updated the list of Linux distros that BigchainDB devs use
2016-08-09 09:57:01 +02:00
client
75f90ee140
Added instructions for LXC/LXD containers
...
- Added an install-with-lxd.md file
- Modified the index.rst file to include reference to this document
2016-08-09 01:26:12 +02:00
troymc
581b8d5a1b
docs: clarify what we mean by the 'machines' in a node
2016-08-08 18:45:58 +02:00
troymc
a94e1635ec
docs: started prod node setup & mgmt section
2016-08-08 18:29:31 +02:00
troymc
2cd796349c
docs: bolierplate for prod node setup & mgmt section
2016-08-08 18:28:31 +02:00
troymc
b3689ea0c9
docs: renamed deploy-on-aws to aws-testing-cluster
2016-08-08 18:16:41 +02:00
troymc
40b5c9746d
docs: edited pointer to dev/test node setup in Introduction
2016-08-08 18:01:27 +02:00
troymc
478f587f1a
docs: Fixed the links in README.md
2016-08-08 17:56:43 +02:00
troymc
608d75dfaa
docs: moved run-with-docker.md to the Appendices
2016-08-08 17:54:38 +02:00
troymc
29f8894e0e
docs: added clarification of what setup-run-node.md page is about
2016-08-08 17:44:00 +02:00
troymc
efb72c65db
docs: added 2 new pages to Appendices
2016-08-08 17:41:24 +02:00
troymc
4942d523c9
docs: changed setup-run-node.md to be for dev/test node, updated CONTRIBUTING.md
2016-08-08 17:40:54 +02:00
troymc
e2acd0aa47
docs: moved instructions to install OS-level deps to Appendices
2016-08-08 17:39:16 +02:00
troymc
02bc222739
docs: moved instructions for updating pip to Appendices
2016-08-08 17:38:50 +02:00
troymc
7f23a91328
docs: moved 'Set Up and Run...' under 'Develop & Test BigchainDB' section
2016-08-08 16:35:00 +02:00
troymc
7ab33233b5
docs: moved 'Running Unit Tests' under new 'Develop & Test BigchainDB' section
2016-08-08 16:19:36 +02:00
troymc
6c81882899
docs: moved CLI docs to new reference section
2016-08-08 15:56:30 +02:00
troymc
95db652a58
docs: Add index to new 'Server Reference' section
2016-08-08 15:27:10 +02:00
troymc
d9321a8395
docs: Moved 'Configuration Settings' to new 'Server Reference' section
2016-08-08 15:26:27 +02:00
David Gasparian
f8c1d52643
Added test case for invalid config file exception handling
2016-08-08 17:25:29 +04:00
troymc
d53523189a
docs: Updated 'Node Requirements'
2016-08-08 15:08:31 +02:00
troymc
bfd8c29ae9
docs: Added new 'Node Components' page
2016-08-08 15:02:25 +02:00
troymc
b379d1c549
docs: moved 'Nodes, Clusters & Federations' earlier
2016-08-08 14:42:25 +02:00
David Gasparian
2b97a93667
Merge remote-tracking branch 'upstream/master' into bug/419/config-syntax-error-pretty-message
2016-08-07 23:28:22 +04:00
David Gasparian
3f53e67c65
Add some exception handling to file_config() config loader
2016-08-07 23:23:40 +04:00
vrde
630906b4cd
Merge branch 'eladve-master'
2016-08-05 14:38:19 +02:00
vrde
5efe0a586c
Merge branch 'master' of https://github.com/eladve/bigchaindb into eladve-master
2016-08-05 14:38:13 +02:00
vrde
ed008b76a2
Merge branch 'd01phin-bug/426/config-file-pretty-formatting'
2016-08-05 14:37:23 +02:00
vrde
72aaca9134
Merge branch 'bug/426/config-file-pretty-formatting' of https://github.com/d01phin/bigchaindb into d01phin-bug/426/config-file-pretty-formatting
2016-08-05 14:36:45 +02:00
Troy McConaghy
8c092943eb
Merge pull request #523 from bigchaindb/ttmc-patch-quickstart
...
In Quickstart, update pip like everywhere else
2016-08-05 13:39:04 +02:00
Troy McConaghy
bbe8d7192e
In Quickstart, update pip like everywhere else
...
This makes the **Quickstart** instructions for updating `pip` (`pip3`) consistent with the other documentation and code.
2016-08-05 13:33:17 +02:00
vrde
25d10957ca
Validate block metadata
2016-08-05 11:58:07 +02:00
David Gasparian
711940af67
Make write_config() to output indented JSON into file
2016-08-05 12:41:03 +04:00
vrde
011e840cf5
Merge remote-tracking branch 'origin/refactor-multiprocessing-for-election'
2016-08-04 14:09:54 +02:00
ryan
877fc15456
election logging
2016-08-03 17:38:40 +02:00
ryan
eb10ffcba0
docstring
2016-08-03 16:39:11 +02:00
vrde
3ad72077d3
Fix failing tests
2016-08-03 15:55:24 +02:00
ryan
0dca72cad8
clean up test_election.py
2016-08-03 15:44:41 +02:00
ryan
44aa17098d
clean up processes.py
2016-08-03 15:41:27 +02:00
eladve
c895088f50
Merge pull request #3 from eladve/feat/341/move-version-inside-tx
...
fixed another test
2016-08-03 08:56:18 +02:00
Elad-PC\elad
2e1abc3d6a
fixed another test
2016-08-03 08:55:37 +02:00
eladve
461196bc3a
Merge pull request #2 from eladve/feat/341/move-version-inside-tx
...
moved version to be inside the transaction
2016-08-03 08:34:56 +02:00
Elad-PC\elad
f35d5a708e
fixed tests to deal with new location of 'version'
2016-08-03 08:31:55 +02:00
Elad-PC\elad
8c9d0fba35
fixed reference to version in get_fulfillment_message
2016-08-03 08:31:40 +02:00
eladve
a3765364a7
Merge pull request #1 from eladve/feat/341/move-version-inside-tx
...
moved transaction version inside the tx object that gets hashed
2016-08-03 06:41:54 +02:00
Elad-PC\elad
89661a9979
moved transaction version inside the tx object that gets hashed
...
moved the transaction version (currently fixed to 1.0) from the outer
"transaction" object to the inside part, where it will get hashed
together with the rest of the transaction.
updated docs accordingly.
2016-08-03 06:34:16 +02:00
Elad-PC\elad
42e0aef447
Merge remote-tracking branch 'refs/remotes/bigchaindb/master'
2016-08-03 06:18:33 +02:00
vrde
13bd69f977
Move tests to new file
2016-08-02 17:28:22 +02:00