808 Commits

Author SHA1 Message Date
Troy McConaghy
3c0769c03a In version.py, updated __version__ to '0.9.1' 2017-02-06 21:41:49 +01:00
tim
abaf6d5932 Fix tx model versioning 2017-02-06 21:39:00 +01:00
Troy McConaghy
5dead8d3d2 version.py update for 0.9.0 release 2017-02-06 18:46:00 +01:00
Troy McConaghy
e6d99d74c0 Merge pull request #1100 from bigchaindb/implement-connection-run-for-mongodb
[WIP] Add run interface to MongoDB connection (aka: lazy queries)
2017-02-06 18:41:33 +01:00
Rodolphe Marques
5cec31e5a3 Merge pull request #1136 from bigchaindb/bug/1132/vote-pipeline-validates-transactions-twice
Bug/1132/vote pipeline validates transactions twice
2017-02-06 17:39:01 +01:00
vrde
0c8927dbbe
Add comment to hackish solution 2017-02-06 16:21:22 +01:00
vrde
5604e32d57
Try once if AutoReconnect is raised 2017-02-06 16:14:14 +01:00
vrde
5aecd8aab2
Merge branch 'master' into implement-connection-run-for-mongodb 2017-02-06 14:44:52 +01:00
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
Rodolphe Marques
c174271ae6 Make sure BlockPipeline.validate_tx handles all exceptions 2017-02-03 13:05:04 +01:00
Troy McConaghy
b01898aced Merge branch 'master' into replace-pr-762 2017-02-03 12:05:13 +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
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
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
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
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
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
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
Rodolphe Marques
9913929b9d simplify run_configure 2017-01-31 16:14:18 +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
fafdac2523 Retrieve default backend from env if set.
Fixed tests.
2017-01-31 10:34:45 +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
vrde
5b084edaf4
Break out of the loop once a connection is established
closes #1068
2017-01-30 10:56:46 +01:00
vrde
2c87f1c28a
Update docs 2017-01-27 14:35:37 +01: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
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