2882 Commits

Author SHA1 Message Date
Sylvain Bellemare
75dd645ec9 Import stdlib pkgs at the top of the test module 2017-04-12 13:47:58 +02:00
Sylvain Bellemare
98e52e047e Make utility test function into a fixture 2017-04-11 18:34:31 +02:00
Sylvain Bellemare
e0e997755e Re-order imports (pep8) 2017-04-11 18:34:20 +02:00
Sylvain Bellemare
79997848cd Refine test for the election pipeline process
test that the process is started with the events_queue kwargs
2017-04-11 17:24:21 +02:00
vrde
a673d9c6ef
Add more code coverage 2017-04-11 16:34:50 +02:00
vrde
3758d458ce
Merge branch 'master' into events-api-first-cut 2017-04-11 10:17:39 +02:00
vrde
709eced0d3
Merge remote-tracking branch 'origin/event-handler-tests' into events-api-first-cut 2017-04-07 15:17:29 +02:00
Rodolphe Marques
da29bbc605 added tests for the events 2017-04-07 15:02:49 +02:00
vrde
be3f62dd10
Update endpoints and docs 2017-04-07 14:57:11 +02:00
vrde
aeb8827e30
Use try..except..else 2017-04-07 14:07:24 +02:00
vrde
be763022ad
Update documentation (tnx @ttmc) 2017-04-07 14:07:05 +02:00
vrde
d260e16f11
Add configuration for websocket server 2017-04-07 10:51:00 +02:00
Sylvain Bellemare
c64a35c362 Use new super syntax as per PEP 3135 2017-04-07 10:46:20 +02:00
Sylvain Bellemare
cf006e34a5 Make the keyword argument a keyword-only argument
As per PEP 3102. This helps making the code clearer.
2017-04-07 10:46:20 +02:00
vrde
f23faaa65f
Add WebSocket server 2017-04-07 09:16:22 +02:00
vrde
64a033b17a
Code cleanup, rename some vars 2017-04-07 08:42:22 +02:00
Rodolphe Marques
a92c091eeb
fix pep8 issue 2017-04-07 08:42:22 +02:00
Rodolphe Marques
bcc2e1f781
fixed pep8 issue 2017-04-07 08:42:22 +02:00
Rodolphe Marques
730b7482f6
cleanup code 2017-04-07 08:42:22 +02:00
Rodolphe Marques
83a7cffc3f
fix tests 2017-04-07 08:42:22 +02:00
Rodolphe Marques
96daa98699
Adverstise Event stream api in api info endpoint.
Updated tests.
2017-04-07 08:42:22 +02:00
vrde
83397de397
Add more tests and utils 2017-04-07 08:42:22 +02:00
vrde
5d39b42b7a
Add dependencies and first test 2017-04-07 08:42:22 +02:00
Rodolphe Marques
0cbf144ddf
Initial implementation of an event_handler 2017-04-07 08:42:22 +02:00
Rodolphe Marques
b90766f2c5 Merge pull request #1377 from bigchaindb/bug/1343/double-spent-critical-on-voting
Bug/1343/double spent critical on voting
2017-04-06 16:36:17 +02:00
Rodolphe Marques
de04dcda0c Fixed docstring.
Removed redundant `else` branch.
2017-04-06 16:07:35 +02:00
vrde
bc5217b9f3
Merge branch 'add-missing-config-options' 2017-04-05 17:56:41 +02:00
Rodolphe Marques
09a440ee91 Fix get_spent incorrectly raising CriticalDoubleSpent 2017-04-05 16:52:56 +02:00
vrde
5d2f66524c
Cleanup configuration keys for db 2017-04-04 18:58:34 +02:00
Rodolphe Marques
cb87221bdf Voting pipeline now checks for duplicated transactions in blocks during
validation.
2017-04-04 17:57:44 +02:00
vrde
1e07a5b111
Add ssl, login, and passwd to configure command 2017-04-04 17:43:37 +02:00
Rodolphe Marques
cd0a2dcdb7 Merge pull request #1366 from anujism/bug/437/pretty-msg-drop-nonexistent-db
Bug-437 Pretty message when drop nonexistent db
2017-04-04 11:29:33 +02:00
Rodolphe Marques
6f916d5781 Fixed documentation about transactions endpoint. (#1360)
* Fixed documentation about transactions endpoint.

* clarify how bigchaindb handles invalid transactions

* rephrase
2017-04-04 11:25:26 +02:00
Troy McConaghy
9f5e6d5450 Merge pull request #1365 from jackric/feat/1316/case-insens-log-level
Treat --log-level argument as case-insensitive
2017-04-04 10:42:37 +02:00
Anuj
bb68a44b96 Renamed bigchain import to bigchaindb 2017-04-04 13:55:24 +05:30
Anuj
8aac5c7e64 Merge remote-tracking branch 'upstream/master' into bug/437/pretty-msg-drop-nonexistent-db 2017-04-04 13:49:56 +05:30
Rodolphe Marques
6ac564728e Merge pull request #1359 from bigchaindb/feat/1245/clean-outdated-code
Delete outdated speed-tests folder
2017-04-04 09:51:56 +02:00
Jack Riches
d5c8d3067e Use two spaces before inline comment (PEP8) (fix flake8 error) 2017-04-03 23:06:36 +01:00
Jack Riches
2560f02c36 Fix syntax error (missing comma) 2017-04-03 17:19:03 +01:00
Troy McConaghy
0f41a649f6 Merge pull request #1364 from bigchaindb/how-to-handle-cla-with-no-pr
Added to HOW_TO_HANDLE_PULL_REQUESTS.md
2017-04-03 13:42:04 +02:00
Rodolphe Marques
cee2f94f89 Remove benchmarking-tests folder.
Remove references to removed folders.
2017-04-03 11:57:56 +02:00
Sylvain Bellemare
57d3770564 Add missing underline title characters 2017-04-03 11:21:32 +02:00
Lavina
e7b0b227f1 Rename bigchain.py command module to bigchaindb.py 2017-04-03 11:21:32 +02:00
Anuj
c3f89fd447 Taking DB name from config in test for non-existent db drop 2017-04-03 13:13:22 +05:30
Jack Riches
eff1406c09 Refactor awawy unnecessary lambda to str.upper 2017-04-02 23:46:44 +01:00
Troy McConaghy
f3f1ecdaec Added to HOW_TO_HANDLE_PULL_REQUESTS.md
Added new subsection: How to Handle CLA Agreement Emails with No Associated Pull Request
2017-04-02 16:46:41 +02:00
Anuj
ffad192ca8 Merge remote-tracking branch 'upstream/master' into bug/437/pretty-msg-drop-nonexistent-db 2017-04-02 17:54:01 +05:30
Anuj
09866920af Pretty message when dropping a non-existent database 2017-04-02 17:53:39 +05:30
Jack Riches
ca200b1da7 Treat --log-level argument as case-insensitive 2017-04-02 12:22:56 +01:00
Sylvain Bellemare
87eb070ed6 Refactor core.BigchainDB.get_outputs 2017-03-31 16:29:16 +02:00