Brett Sun
|
54ea18dd2b
|
Use decorator to automatically configure before starting any command (that requires configuration)
|
2017-03-07 12:29:54 +01:00 |
|
Brett Sun
|
df9fd6dc23
|
Move arguments related only to start command to be under start
|
2017-03-07 12:29:54 +01:00 |
|
Brett Sun
|
fce6b6af52
|
Standardize output streams for outputs of commands
|
2017-03-07 12:29:54 +01:00 |
|
Sylvain Bellemare
|
7e0e46e820
|
Pass host and port to rethinkdb connection
This is needed when running the tests in containers for instance
|
2017-03-06 16:23:47 +01:00 |
|
Sylvain Bellemare
|
2e398f606f
|
Make some improvements to command line messages and error handling
|
2017-03-06 14:45:10 +01:00 |
|
Sylvain Bellemare
|
24eb18fb59
|
Add tests for errors on startup
|
2017-03-06 14:45:10 +01:00 |
|
Sylvain Bellemare
|
d1d994f0e7
|
Add fixture for run_start cmdline args
Note: has the possibility to be parametrized.
|
2017-03-06 14:45:10 +01:00 |
|
Sylvain Bellemare
|
1002668082
|
Fix broken tests
|
2017-03-06 14:45:10 +01:00 |
|
Sylvain Bellemare
|
56243a57ab
|
Fix indent
|
2017-03-03 18:02:57 +01:00 |
|
diminator
|
81dee294ea
|
unitest for bug
|
2017-03-03 18:02:57 +01:00 |
|
vrde
|
c5b496b006
|
Merge branch 'master' into unify-mongodb-and-rethinkdb-connection
|
2017-03-03 13:52:56 +01:00 |
|
vrde
|
f21811323f
|
Remove unused import
|
2017-02-27 11:51:06 +01:00 |
|
vrde
|
213139d4c6
|
Improve tests and connection class
|
2017-02-27 02:54:02 +01:00 |
|
libscott
|
4a5a5566e7
|
Merge pull request #1208 from bigchaindb/is_new_transaction
Bigchaindb.is_new_transaction, fix double inclusion in Vote pipeline
|
2017-02-24 10:17:06 +01:00 |
|
libscott
|
289080358d
|
Merge pull request #1209 from bigchaindb/tymlez-consensus
Tymlez consensus plugin
|
2017-02-23 18:37:04 +01:00 |
|
vrde
|
c11808ecc5
|
Move common stuff to generic Connection class
|
2017-02-23 17:20:21 +01:00 |
|
Scott Sadler
|
b94eab715d
|
introduce BigchainDBCritical exception
|
2017-02-22 14:37:34 +01:00 |
|
Scott Sadler
|
0f5844d4ae
|
Merge remote-tracking branch 'origin/master' into tymlez-consensus
|
2017-02-22 14:07:36 +01:00 |
|
Scott Sadler
|
6e7534d3c2
|
cleanup; remove transaction_exists and has_transaction
|
2017-02-22 13:55:29 +01:00 |
|
Scott Sadler
|
fc2b684f32
|
use is_new_transaction in pipelines
|
2017-02-22 13:55:29 +01:00 |
|
Scott Sadler
|
843d65d233
|
bigchain.is_new_transaction method
|
2017-02-22 13:55:29 +01:00 |
|
Scott Sadler
|
57d7a3d850
|
fix some outstanding flake8 issues
|
2017-02-22 12:33:10 +01:00 |
|
libscott
|
c9ba7e6243
|
Merge branch 'master' into master
|
2017-02-22 12:20:35 +01:00 |
|
Scott Sadler
|
37f5298962
|
pull stepper changes from no-double-inclusion
|
2017-02-21 13:51:09 +01:00 |
|
Scott Sadler
|
a23a741253
|
document MultipipesStepper
|
2017-02-21 13:13:40 +01:00 |
|
Scott Sadler
|
6110693ae8
|
provide more documentation for MultipipesStepper
|
2017-02-21 13:04:43 +01:00 |
|
Scott Sadler
|
fc04cd7bcd
|
update changefeed test for update
|
2017-02-15 17:31:36 +01:00 |
|
Scott Sadler
|
7469f60d17
|
more assertions in test
|
2017-02-15 15:15:20 +01:00 |
|
Scott Sadler
|
955b018be8
|
add stepping pipeline and fix issue #1191
|
2017-02-15 14:59:01 +01:00 |
|
Troy McConaghy
|
f2a05c9e3b
|
Fixed the docs URL in HTTP API responses
|
2017-02-09 11:10:58 +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 |
|
vrde
|
2962b4a27d
|
Skip test
|
2017-02-06 18:06:19 +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
|
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
|
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 |
|
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 |
|
libscott
|
47d6b8038b
|
Merge pull request #1131 from bigchaindb/fix-asset_id-index
Fix asset id index
|
2017-02-03 11:08:01 +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
|
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 |
|