521 Commits

Author SHA1 Message Date
Troy McConaghy
35788088f2 Merge pull request #705 from bigchaindb/update-docs-re-azure-node-deployment
Wrote instructions to deploy using Azure quickstart template
2016-10-24 17:12:15 +02:00
troymc
2e2bf00990 Wrote instructions to deploy using Azure quickstart template 2016-10-20 14:50:35 +02:00
troymc
9e8daa72f3 Documented the HTTP API root endpoint 2016-10-18 15:01:02 +02:00
troymc
818f38f688 Added installation of libffi-dev (or libffi-devel) to install docs, scripts, Dockerfiles 2016-10-18 10:10:34 +02:00
Rodolphe Marques
5d71fb4369 fixed typo 2016-10-17 13:46:08 +02:00
Rodolphe Marques
ebfc03d94d document digital asset 2016-10-17 12:59:49 +02:00
troymc
b756e47e72 Merge remote-tracking branch 'origin/master' into bind-http-to-localhost-on-aws 2016-10-14 13:30:20 +02:00
troymc
4a860dfb7a Updated docs to account for default example BIND_HTTP_TO_LOCALHOST=True 2016-10-13 17:19:34 +02:00
Troy McConaghy
2acf37e087 Merge pull request #673 from bigchaindb/change-readthedocs-io-links-to-docs-bigchaindb
Changed many *.readthedocs.io URLs to docs.bigchaindb.com URLs
2016-10-12 11:44:18 +02:00
Troy McConaghy
c92a70ab92 Merge pull request #667 from bigchaindb/update-python-driver-docs-page
Docs: Updated page about the Python Driver
2016-10-12 11:43:36 +02:00
troymc
b70f3389b8 Changed a bunch more readthedocs.io URLs to docs.bigchaindb.com 2016-10-10 17:10:48 +02:00
Troy McConaghy
7dec1dc595 Merge pull request #668 from bigchaindb/update-warning-on-example-apps-page
Docs: updated warning/explanation on the Example Apps page
2016-10-10 16:26:38 +02:00
troymc
92de7b31db Updated link to timestamps page from models page 2016-10-09 16:01:13 +02:00
troymc
fd12e4473d Updated Topic Guides index page 2016-10-09 16:00:33 +02:00
troymc
f529e40385 Deleted most Topic Guides pages 2016-10-09 15:59:26 +02:00
troymc
7e896f0709 docs: updated warning/explanation on the Example Apps page 2016-10-08 17:21:02 +02:00
troymc
79bf698336 docs: updated the page about the Python Driver 2016-10-08 11:43:50 +02:00
troymc
db257199bb New option to bind http to localhost on AWS 2016-10-07 14:54:15 +02:00
Troy McConaghy
73ed9c4f75 Merge pull request #665 from bigchaindb/modify-aws-deployment-example-conf
Modified example AWS deployment config file
2016-10-07 12:30:57 +02:00
Troy McConaghy
2a67bc8236 Merge pull request #657 from bigchaindb/settings-and-cli-docs-tweaks
Tidied up the docs for the config settings & the CLI
2016-10-07 12:30:04 +02:00
Troy McConaghy
a197d12a3c Merge pull request #651 from bigchaindb/update-introduction-in-docs
Removed parts of the Introduction that were moved to BigchainDB project docs
2016-10-07 12:29:30 +02:00
Troy McConaghy
c7c635e255 Merge pull request #650 from bigchaindb/update-some-docs-urls
Updated some docs urls
2016-10-07 12:29:06 +02:00
troymc
47108b28db Modified example AWS deployment config file 2016-10-07 12:03:48 +02:00
Sylvain Bellemare
1ae08990c8 Docker dev setup docs (#653)
* Include configuration step in Dockerfile

* Document dev setup with docker-compose

* Add server API env vars and port

* Parameterize SERVER_BIND and API_ENDPOINT env vars

* Give a bit more detailed information on GET /
2016-10-05 11:25:45 +02:00
Sylvain Bellemare
a759a48d79 Add missing env to docker cmd load (#655)
* Remove unncessary -it options

there is no need to keep STDIN open (-i, --interactive) nor
to have a pseudo-TTY (-t, --tty)

* Set env var for database host -- fixes #654

* Add missing backtick
2016-10-04 16:55:45 +02:00
troymc
9fc1b31877 Noted that the 'bigchaindb load' command uses the Python Server API 2016-10-04 16:47:55 +02:00
troymc
8e025857fe Tidied up the docs for the config settings & the CLI 2016-10-04 16:12:23 +02:00
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
b5dbe54a12 docs: Removed parts of the Introduction that were moved to BigchainDB project docs 2016-09-29 16:19:48 +02:00
troymc
0620d510b7 docs: Made direct link in sidebar nav to All BigchainDB Docs 2016-09-29 14:58:00 +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