2787 Commits

Author SHA1 Message Date
vrde
3c45de70d0
Wrap queries with connection object 2017-02-06 14:43:40 +01:00
Rodolphe Marques
7f4be291fd Merge pull request #1148 from bigchaindb/bug/989/block-pipeline-handle-exceptions
Make sure BlockPipeline.validate_tx handles all exceptions
2017-02-06 10:51:19 +01:00
vrde
01da32d351
Merge branch 'master' into implement-connection-run-for-mongodb 2017-02-03 15:25:24 +01:00
Troy McConaghy
f9556f4c3f Changelog: Noted removal of all StatsD monitoring stuff 2017-02-03 14:41:17 +01:00
Troy McConaghy
818dfc8587 Add @amirelemam to list of external contributors 2017-02-03 14:33:22 +01:00
Troy McConaghy
3529be914c Merge pull request #1144 from bigchaindb/fixes-to-cli-docs
Minor fixes to the bigchaindb CLI docs
2017-02-03 14:01:04 +01:00
Rodolphe Marques
c174271ae6 Make sure BlockPipeline.validate_tx handles all exceptions 2017-02-03 13:05:04 +01:00
Troy McConaghy
46aa90326f Merge pull request #1074 from bigchaindb/replace-pr-762
Replace PR #762
2017-02-03 12:21:34 +01:00
Troy McConaghy
b01898aced Merge branch 'master' into replace-pr-762 2017-02-03 12:05:13 +01:00
libscott
c728a9cddf Merge pull request #910 from bigchaindb/broken-integration-test
Broken integration test
2017-02-03 12:01:40 +01:00
vrde
7f50d76d9e
Fix test on changefeed reconnection 2017-02-03 11:58:18 +01:00
Troy McConaghy
105d0172da Minor fixes to the bigchaindb CLI docs 2017-02-03 11:31:24 +01:00
Troy McConaghy
2ccc7d2798 Merge pull request #1142 from bigchaindb/minor-fixes-to-aws-deploy-scripts
Minor fixes to the AWS deployment scripts
2017-02-03 11:09:27 +01:00
libscott
47d6b8038b Merge pull request #1131 from bigchaindb/fix-asset_id-index
Fix asset id index
2017-02-03 11:08:01 +01:00
Rodolphe Marques
e7d729a40d Improved docstrings 2017-02-03 10:56:51 +01:00
Troy McConaghy
b6f3fb4307 Merge remote-tracking branch 'origin/master' into minor-fixes-to-aws-deploy-scripts 2017-02-03 10:46:12 +01:00
Scott Sadler
d3e394e7ed refactor get_txids_filtered query to be more efficient and add test to check that appropriate indexes are used 2017-02-03 10:44:06 +01:00
Rodolphe Marques
2fe9c47b63 Feat/990/cleanup monitoring code (#1138)
* remove statsd dependencie

* remove monitoring related code

* removed statsd configuration

* fixed tests

* Removed monitoring docker compose file.

Remove statsd settings from test fixture.
Removed statsd related code from benchmarking tests

* removed monitoring related documentation

* remove unused import
2017-02-03 10:28:28 +01:00
Troy McConaghy
b9db0de657 Minor changes in .gitattributes 2017-02-03 10:12:42 +01:00
Troy McConaghy
5750027cd4 Include db backend (rethinkdb) when call bigchaindb configure 2017-02-03 10:01:36 +01:00
Troy McConaghy
e98a161805 set -euo pipefail in make_confiles.sh 2017-02-03 09:57:10 +01:00
vrde
98135c7df9
Add hack to handle reconnection to changefeed 2017-02-02 20:59:17 +01:00
vrde
6d3c04169c
Remove except for connection error in commands
It's out of scoper for this PR
2017-02-02 20:11:31 +01:00
vrde
e3a6d3d343
Add tests for connection.run 2017-02-02 19:58:00 +01:00
vrde
702d74a584
Merge branch 'master' into implement-connection-run-for-mongodb 2017-02-02 19:37:14 +01:00
vrde
16571b539f
Normalize exceptions 2017-02-02 19:26:52 +01:00
Krish
d14f06c9d0 Merge pull request #1139 from bigchaindb/docs-error
Add param 'rethinkdb' in docs for configure cmd.
With support for both mongo and rethink now, the original command for configuration of bigchaindb:
```
docker run --rm -v "$HOME/bigchaindb_docker:/data" -ti   bigchaindb/bigchaindb -y configure
```
needs to be updated to
```
docker run --rm -v "$HOME/bigchaindb_docker:/data" -ti   bigchaindb/bigchaindb -y configure rethinkdb
```
for docker to work without breaking.
2017-02-02 16:18:26 +01:00
Krish
516c753910 Add param 'rethinkdb' in docs for configure cmd. 2017-02-02 16:06:50 +01:00
Troy McConaghy
a50943fc25 Merge remote-tracking branch 'origin/master' into docs/1111/update-CHANGELOG.md-for-v0.9 2017-02-02 15:37:17 +01:00
Troy McConaghy
0e6422f6cc Added line re: PR #1130 to CHANGELOG.md 2017-02-02 15:24:04 +01:00
Rodolphe Marques
90eb38e7f1 Merge pull request #1088 from bigchaindb/feat/1055/commands-add-remove-replicas
BigchainDB commands to add and remove nodes from the replica set
2017-02-02 14:00:49 +01:00
Rodolphe Marques
153b3dd8d4 Merge remote-tracking branch 'origin' into bug/1132/vote-pipeline-validates-transactions-twice 2017-02-02 13:38:34 +01:00
Rodolphe Marques
6b073f0898 Removed duplicated transaction validation in votes pipeline.
Separated block validation from transaction validation.
Refactored block signature validation.
2017-02-02 13:35:20 +01:00
Rodolphe Marques
2262914868 Merge pull request #1130 from bigchaindb/feat/519/fix-logic-validate-block
fix wrong logic in validate_block
2017-02-02 13:34:47 +01:00
Rodolphe Marques
6fd8c7a20b Feat/105/secondary indexes inputs outputs (#1125)
* Added inputs/outputs secondary indexes for rethinkdb

Added tests.

* Added inputs/outputs secondary indexes for mongodb

Fixed tests.

* fixed comment
2017-02-02 09:45:13 +01:00
Troy McConaghy
7206eb35c4 Updated CHANGELOG.md for v0.9.0 2017-02-01 17:44:11 +01:00
Brett Sun
d49b06933a Fix docstring of recipient argument to be a list of tuples (#1091) 2017-02-01 16:24:34 +01:00
Rodolphe Marques
b7f70befe6 fix wrong logic in validate_block 2017-02-01 15:10:17 +01:00
Scott Sadler
c572464be6 fix asset_id index in mongodb 2017-02-01 14:47:19 +01:00
Scott Sadler
7f5318cba4 check validate_transaction raises DoubleSpend in integration test 2017-02-01 14:33:53 +01:00
Scott Sadler
d1b3a206ca get integration test working issue 633 2017-02-01 14:25:11 +01:00
ryan
2de652ad5c add replicating test 2017-02-01 14:25:11 +01:00
libscott
6783478126 Merge pull request #1117 from bigchaindb/unicode-529
test transaction supports unicode
2017-02-01 12:14:11 +01:00
krish7919 (Krish)
b318d62f7e Update Dockerfile with comments on force refresh 2017-01-31 13:07:06 -05:00
krish7919 (Krish)
aae60ea467 Solves #1105.
The `apt-get update` command executed with the install instructions
should not use a locally cached storage layer.
2017-01-31 13:07:06 -05:00
Troy McConaghy
0600483a90 Merge pull request #1119 from bigchaindb/docs/1077/recommend-ubuntu-16.04-for-now
Recommend Ubuntu 16.04 for now
2017-01-31 17:16:19 +01:00
vrde
1588681c5b
Fix pep8 error 2017-01-31 17:13:26 +01:00
vrde
857cdb9b34
Checking for replica set is now within try..except 2017-01-31 17:01:22 +01:00
vrde
157db3e01f
Fix exception in test 2017-01-31 16:59:43 +01:00
Troy McConaghy
2782ed0b32 Merge remote-tracking branch 'origin/master' into docs/1077/recommend-ubuntu-16.04-for-now 2017-01-31 16:49:04 +01:00