492 Commits

Author SHA1 Message Date
troymc
3ed933cff7 Removed 'Documentation to Come' page 2016-10-03 12:10:56 +02:00
Troy McConaghy
7579c18fef Merge pull request #645 from bigchaindb/add-pdf-re-cloud9
Docs: Add Ian Worrall's PDF about setting up a dev environment on Cloud9
2016-09-30 10:35:49 +02:00
troymc
c62a626af7 Minor fix to texinfo_documents argument 2016-09-29 11:26:18 +02:00
troymc
b5f81e81ab Changed the base name of several generated help files 2016-09-29 11:23:43 +02:00
troymc
3c0514bbda Merge remote-tracking branch 'origin/master' into relabel-bigchaindb-docs-as-bigchaindb-server 2016-09-29 10:38:49 +02:00
Sylvain Bellemare
50b0b3cef2 Rebase/feat/586/integrate tx model (#641)
* Adjust imports to bigchaindb_common

* Adjust get_spent function signature

* Adjust block serialization

* Fix BigchainApi Test

* Fix TestTransactionValidation tests

* Fix TestBlockValidation tests

* WIP: TestMultipleInputs

* Adjust tests to tx-model interface changes

- Fix old tests
- Fix tests in TestMultipleInputs class

* Remove fulfillment message tests

* Fix TransactionMalleability tests

* Remove Cryptoconditions tests

* Remove create_transaction

* Remove signing logic

* Remove consensus plugin

* Fix block_creation pipeline

* Fix election pipeline

* Replace some util functions with bdb_common ones

- timestamp ==> gen_timestamp
- serialize.

* Implement Block model

* Simplify function signatures for vote functions

Change parameter interface for the following functions:

- has_previous_vote
- verify_vote_signature
- block_election_status

so that they take a block's id and voters instead of a fake block.

* Integrate Block and Transaction model

* Fix leftover tests and cleanup conftest

* Add bigchaindb-common to install_requires

* Delete transactions after block is written (#609)

* delete transactions after block is written

* cleanup transaction_exists

* check for duplicate transactions

* delete invalid tx from backlog

* test duplicate transaction

* Remove dead code

* Test processes.py

* Test invalid tx in on server

* Fix tests for core.py

* Fix models tests

* Test commands main fn

* Add final coverage to vote pipeline

* Add more tests to voting pipeline

* Remove consensus plugin docs and misc

* Post rebase fixes

* Fix rebase mess

* Remove extra blank line

* Improve docstring

* Remove comment

handled in bigchaindb/cryptoconditions#27;
see https://github.com/bigchaindb/cryptoconditions/issues/27

* Fix block serialization in block creation

* Add signed_ prefix to transfer_tx

* Improve docs

* Add library documentation page on pipelines

* PR feedback for models.py

* Impr. readability of get_last_voted_block

* Use dict comprehension

* Add docker-compose file to build and serve docs

locally for development purposes

* Change private_key for signing_key

* Improve docstrings

* Remove consensus docs

* Document new consensus module

* Create different transactions for the block

* Cleanup variable names in block.py

* Create different transactions for the block

* Cleanup variable names in block.py
2016-09-29 10:29:41 +02:00
troymc
574c53d5ce docs: Clarified that the Quickstart is for BigchainDB Server 2016-09-29 10:13:48 +02:00
troymc
0ebcf78d4f docs: Edited the Licenses page to clarify that it's about licenses for BigchainDB Server 2016-09-29 10:09:13 +02:00
troymc
ba95b0d99e docs: On the Release Notes page, noted that they are the release notes for BigchainDB Server 2016-09-29 10:06:19 +02:00
troymc
87f8c55d10 docs: Added sentence to the Introduction to clarify that these are the docs for BigchainDB Server 2016-09-29 10:03:47 +02:00
troymc
29a9b4bbc8 Changed title in docs/source/index.rst to BigchainDB Server Documentation 2016-09-29 09:59:33 +02:00
troymc
22c4772a50 Changed 'BigchainDB' to 'BigchainDB Server' in conf.py 2016-09-29 09:50:17 +02:00
Sylvain Bellemare
e74b4ee528 Link docs to python 3 (#647) 2016-09-28 16:58:30 +02:00
troymc
61ec28eef3 Changed the text of the link to cloud9.pdf on GitHub 2016-09-28 10:41:55 +02:00
troymc
d30129683a Added notes and link to Ian's PDF about setting up a dev env. on Cloud9 2016-09-28 10:35:35 +02:00
troymc
5be3b634af Added PDF by Ian Worrall to docs/source/_static/ 2016-09-28 10:33:28 +02:00
troymc
5879cdb97f Merge remote-tracking branch 'origin/master' into link-new-driver-docs 2016-09-27 11:56:53 +02:00
troymc
146f709ee6 Removed Python driver usage examples; noted that examples will soon be available in the new Python driver docs 2016-09-27 10:53:36 +02:00
vrde
7944e0cd98
Allow temporary keypair if no conf file found
Closes #482, closes #559
2016-09-20 16:49:56 +02:00
troymc
bc8f84ec8d docs: added links to new Python driver repo and docs 2016-09-07 15:40:48 +02:00
Troy McConaghy
90cc84ad3d Merge pull request #621 from bigchaindb/better-firewall-docs
Docs: listed all ports expecting unsolicited inbound traffic
2016-09-06 16:46:30 +02:00
troymc
94e006125e docs: listed all ports expecting unsolicited inbound traffic 2016-09-06 12:06:33 +02:00
troymc
eff44463ff Made the security group an AWS deployment parameter 2016-09-05 17:05:13 +02:00
troymc
0480d03514 docs: use /etc/init.d/rethinkdb stop to stop RethinkDB 2016-09-05 14:03:34 +02:00
troymc
68405ed1df docs: Split resource provisioining template from software install/config/run template 2016-09-02 13:02:24 +02:00
troymc
159ab7805c docs: Documented the --version option in bigchaindb 2016-08-31 14:54:10 +02:00
troymc
e59894ffa2 docs: made the Nodes section more about Production Nodes 2016-08-30 18:38:03 +02:00
troymc
25cdb18cf7 docs: moved node, cluster, federation defs to Introduction 2016-08-30 18:34:15 +02:00
troymc
5393092623 docs: shortened section name to 'Settings & CLI' 2016-08-30 16:35:13 +02:00
troymc
aa165f3bbc docs: Renamed 'BigchainDB Nodes' to 'Production Node Assumptions, Components & Requirements' 2016-08-30 16:32:22 +02:00
troymc
36d54cf5c1 docs: removed 'BigchainDB' from BigchainDB Drivers & Clients 2016-08-30 16:31:17 +02:00
troymc
022598d898 docs: renamed section to Develop & Test BigchainDB Server 2016-08-30 16:30:19 +02:00
troymc
5a75a25022 docs: removed 'BigchainDB' from BigchainDB Clusters & Federations section 2016-08-30 16:24:18 +02:00
troymc
019c852c31 docs: moved docs on our template for AWS node deployment to a new page in a new section 2016-08-30 16:23:02 +02:00
troymc
0b0a66fddd Note that our Terraform example uses an Ubuntu 14.04 AMI 2016-08-29 16:47:27 +02:00
troymc
5afd4c9b17 Removed Azure placeholder page. Clarified what Terraform does. 2016-08-29 16:44:27 +02:00
troymc
9b43fe2397 docs: note how to 'destroy' all AWS resources if terraform destroy fails 2016-08-26 10:31:34 +02:00
troymc
e7717a8890 docs: minor edit re/ status of Ansible playbook 2016-08-25 20:53:39 +02:00
troymc
4ca14391be docs: minor edit: (Optional) --> Optional: 2016-08-23 18:10:56 +02:00
troymc
28a6fdd3d3 docs: emphasize that the terraform/ansible stuff is just an example 2016-08-23 18:09:56 +02:00
troymc
028dcb310e docs: fixed broken links to prod-node-depl-tplt section 2016-08-23 17:46:27 +02:00
troymc
922f541c81 docs: changed title to 'Production Node Deployment Template' 2016-08-23 17:38:35 +02:00
troymc
bc373880d9 Merge remote-tracking branch 'origin/master' into feat/550/ansible-security-setup-on-ubuntu 2016-08-23 17:19:00 +02:00
troymc
a5a6e8ad4d split 'common' Ansible role into bcdb_base & ntp, modified those a bit 2016-08-23 17:17:26 +02:00
diminator
7ac3f7c985
undo owners_before owners_after revert due to wrong merge 2016-08-22 18:24:17 +02:00
diminator
5eb69a9c01
Merge branch 'core/557/improve-get-transaction' into api/555/transactions-status-endpoint 2016-08-22 18:21:50 +02:00
troymc
cd391815d8 docs: how to run Ansible playbook 2016-08-22 17:26:37 +02:00
troymc
5c6a3b7457 docs: renamed config-one-m to start-one-m-node 2016-08-22 17:15:14 +02:00
troymc
bcde21a2a3 docs: minor edit to overview of prod node setup 2016-08-22 15:23:14 +02:00
diminator
150aa1e58f
status endpoint
test/docs
2016-08-22 15:05:06 +02:00