2787 Commits

Author SHA1 Message Date
Troy McConaghy
815449def4 Merge pull request #1118 from bigchaindb/docs/1112/remove-example-apps-page
Removed 'Example Apps' page from the docs
2017-01-31 16:37:23 +01:00
Rodolphe Marques
c9af57943b Merge remote-tracking branch 'origin/master' into feat/1055/commands-add-remove-replicas 2017-01-31 16:29:18 +01:00
Rodolphe Marques
84626b6e32 Improved tests
Fixed typo
Add extra validation to hostnames to make sure host is not empty
2017-01-31 16:23:09 +01:00
Rodolphe Marques
426b02a3f1 Merge pull request #1082 from bigchaindb/feat/1057/mongodb-configure
Update configure command to support multiple backends
2017-01-31 16:21:35 +01:00
Troy McConaghy
88ea6c6564 In setup-run-node.md, link to page in Appendices re/ installing OS-level deps 2017-01-31 16:18:20 +01:00
Rodolphe Marques
9913929b9d simplify run_configure 2017-01-31 16:14:18 +01:00
Troy McConaghy
70e9a7a33c Updated many docs pages from Ubuntu 14.04 to 16.04 2017-01-31 16:03:57 +01:00
Scott Sadler
2af8fcb918 test unicode write block to disk 2017-01-31 15:48:34 +01:00
Scott Sadler
248e89a666 unicode tests uses serialize() and includes info about unicode symbol 2017-01-31 15:43:46 +01:00
Troy McConaghy
b68557507f Updated Ansible playbooks & docs for Ubuntu 16.04 deployment 2017-01-31 15:40:39 +01:00
Rodolphe Marques
f0e298bcd7 Added docstrings. Removed unnecessary returns.
Created fixture to simplify the tests.
Better comments.
2017-01-31 14:54:36 +01:00
Rodolphe Marques
69068fc919 Document how to run BigchainDB with MongoDB (#1116)
* Document changes in the configure command.

Document new add/remove replicas commands.

* updated quickstart with mongodb instructions

* Docs on how to setup mongodb dev node with and without docker.

Update replSet option in docker-compose

* Fixed typo.

More explicit on how to run the tests.

* Fixed typo in mongodb docker instructions.

More explicit about requiring mongodb 3.4+
2017-01-31 13:53:36 +01:00
Rodolphe Marques
2c26468cea Added some constants to simplify test 2017-01-31 13:51:49 +01:00
Troy McConaghy
375873b6ed Updated docs page about Terraform: Ubuntu 14.04 --> 16.04 2017-01-31 11:24:46 +01:00
Troy McConaghy
002c567bdf Updated the AMIs to Ubuntu 16.04 images in amis.tf 2017-01-31 11:13:45 +01:00
Rodolphe Marques
4740150f6d Updated config fixture
Simplified tests.
2017-01-31 10:57:58 +01:00
Rodolphe Marques
fafdac2523 Retrieve default backend from env if set.
Fixed tests.
2017-01-31 10:34:45 +01:00
Rodolphe Marques
555745abbf fixed pep8 issue 2017-01-31 10:04:45 +01:00
Rodolphe Marques
86542fd745 remove unnecessary test 2017-01-31 09:58:20 +01:00
vrde
1557645e94
Better exception handling 2017-01-31 02:07:36 +01:00
vrde
a8bbc87c1c
Major improvs for MongoDBConnection class 2017-01-31 01:29:12 +01:00
vrde
d8ba1f8f67
Merge branch 'master' into implement-connection-run-for-mongodb 2017-01-30 23:45:44 +01:00
Troy McConaghy
17a07a80f1 Removed 'Example Apps' page from the docs 2017-01-30 18:11:29 +01:00
Brett Sun
a1aa64aa61 Fix Makefile for new docs structure 2017-01-30 11:45:17 -05:00
libscott
340c79fbdd Merge pull request #1110 from bigchaindb/release-process-updates
[RFC] - Release process changes for Minor / Patch release
2017-01-30 16:20:28 +01:00
libscott
e9222e6aac Merge pull request #1115 from bigchaindb/bug-docs-1114
Set public_key manually in bigchaindb root url docs example
2017-01-30 16:12:28 +01:00
Scott Sadler
2a07362bad test transaction supports unicode 2017-01-30 16:11:44 +01:00
Scott Sadler
49464484d7 set public_key manually in bigchaindb root url docs example 2017-01-30 14:04:32 +01:00
libscott
736ecb0bc8 Update Release_Process.md 2017-01-30 12:04:07 +01:00
vrde
18533db10a
Merge branch 'fix/1068/break-out-loop-connection' 2017-01-30 11:57:49 +01:00
vrde
5b084edaf4
Break out of the loop once a connection is established
closes #1068
2017-01-30 10:56:46 +01:00
libscott
f6a6b72a9c Update Release_Process.md 2017-01-27 17:48:11 +01:00
Scott Sadler
aa3a525dc1 Release process changes for Minor and Patch version 2017-01-27 15:27:44 +01:00
vrde
2c87f1c28a
Update docs 2017-01-27 14:35:37 +01:00
Scott Sadler
509b590b32 pull changelog from 0.8.2 2017-01-27 11:40:41 +01:00
tymlez
12c16dbc12 Merge pull request #3 from tymlez/consensus_plugin_prod
Consensus Plugin
2017-01-26 21:39:26 +03:00
tymlez
750304b575 resolve travis errors 2017-01-26 18:36:38 +00:00
vrde
54544f66a0
Simplify run function 2017-01-26 17:12:35 +01:00
libscott
d55ed7adf4 Merge pull request #1103 from bigchaindb/http-case-insensitive-parameters
Case insensitive "unspent" and "operation" parameters"
2017-01-26 17:02:37 +01:00
libscott
05eeb6bc8a Merge pull request #1101 from bigchaindb/revert-duplicate-asset-id
Revert "duplicate asset ID" and apply "get_txids_filtered" interface.
2017-01-26 17:02:19 +01:00
libscott
2af938830f Merge pull request #1102 from bigchaindb/double-input-bug
Fix spend input twice bug
2017-01-26 17:01:48 +01:00
Sylvain Bellemare
3c55115636 Add changes for 0.8.1 release to changelog 2017-01-26 10:29:29 -05:00
Rodolphe Marques
9d03aeb72a fixed tests 2017-01-26 15:02:48 +01:00
tymlez
f9d398c03a Merge pull request #1 from tymlez/consensus_plugin
consensus plugin
2017-01-26 16:02:14 +03:00
Scott Sadler
1243322aad Case insensitive "unspent" and "operation" parameters" 2017-01-26 13:59:52 +01:00
Scott Sadler
adb579ac0a Revert "duplicate asset ID" and apply "get_txids_filtered" interface. 2017-01-26 13:52:09 +01:00
Scott Sadler
9762b4b968 fix spend input twice bug (https://github.com/bigchaindb/bigchaindb/issues/1099) 2017-01-26 13:39:06 +01:00
vrde
ca49718d7e
s/table/collection/g 2017-01-26 11:23:50 +01:00
Sylvain Bellemare
05fdcef670 Document default value for GET /outputs?unspent= 2017-01-26 05:05:54 -05:00
vrde
83afab4958
Fix indentation problem 2017-01-26 10:22:43 +01:00