2312 Commits

Author SHA1 Message Date
diminator
ceeba0e89a
logical xor & status flag 2017-01-11 13:45:47 +01:00
Sylvain Bellemare
4c8d1c6e8c Document how to run tests for mongodb with docker 2017-01-11 13:21:27 +01:00
Sylvain Bellemare
4994e30f0c Run mongod with --replSet=rs0 option 2017-01-11 13:21:27 +01:00
Sylvain Bellemare
e696883f66 Pin rethinkdb version to 2.3.5 in docker-compose 2017-01-11 13:21:27 +01:00
Sylvain Bellemare
f57990c9ea Pin mongodb version to 3.4.1 in docker-compose.yml 2017-01-11 13:21:27 +01:00
Rodolphe Marques
376172ec18 Update the README with instructions to run the tests against mongodb 2017-01-11 13:21:27 +01:00
Sylvain Bellemare
8b2ae1daf2 Merge pull request #1011 from josephwinston/jbw/fix-locale
Fix use of locales for python et al
2017-01-11 05:53:06 -05:00
Sylvain Bellemare
1cfd3de60e Fix flake8 errors in tests 2017-01-11 05:13:27 -05:00
Sylvain Bellemare
c02478e0b2 Add flake8 option to setup.cfg 2017-01-11 05:13:27 -05:00
Sylvain Bellemare
0233a38f0b Closes #996 2017-01-11 05:13:27 -05:00
Rodolphe Marques
c91eff70e5 Feat/960/test mongodb queries (#1030)
* Created tests to mongodb queries

Small fix to queries

* cleanup pytest markers
2017-01-10 16:49:30 +01:00
Rodolphe Marques
b4602b6283 Merge pull request #1027 from bigchaindb/feat/1020/fix-tests-mongodb
Feat/1020/fix tests mongodb
2017-01-10 15:38:53 +01:00
Rodolphe Marques
aa6d4fdcc8 small fix to test 2017-01-10 15:31:16 +01:00
diminator
322d6bde12
(fix): each import on its own line 2017-01-10 14:45:29 +01:00
diminator
3d643787d2
update docstring 2017-01-10 11:41:04 +01:00
diminator
5608a36616
implement /votes endpoint 2017-01-10 11:34:10 +01:00
libscott
b592786882 Merge pull request #1019 from bigchaindb/add_multiple_current_owners_for_doc
Add multiple current owners for doc
2017-01-10 11:11:18 +01:00
libscott
0b0dadd6fa Update test_transaction.py 2017-01-09 17:44:02 +01:00
diminator
15b91fea99
clean up links wrapper 2017-01-09 17:37:01 +01:00
diminator
8fa231c040
include _links in transaction status payload 2017-01-09 17:14:22 +01:00
Rodolphe Marques
f4bbf27815 fix indentation error 2017-01-09 16:28:20 +01:00
Rodolphe Marques
24c1f8d804 mongodb at the end of travis matrix 2017-01-09 14:15:01 +01:00
Rodolphe Marques
abf77c04ee Omit mongod log messages.
MongoDB failures no longer allowed
2017-01-09 14:10:49 +01:00
Rodolphe Marques
9bc658b833 fix travis mongodb integration 2017-01-09 14:03:57 +01:00
Rodolphe Marques
c6ea345d86 Updated mongodb queries to work with new transaction model. 2017-01-09 13:49:55 +01:00
Rodolphe Marques
8926178e52 initialize replica set for tests 2017-01-09 13:32:17 +01:00
Rodolphe Marques
7f05974f0f Added a secondary index with uniqueness constraint in backlog.
Several test fixes
2017-01-09 13:25:42 +01:00
Rodolphe Marques
595f7dc701 several fixes to mongodb queries 2017-01-09 13:25:27 +01:00
Trent McConaghy
af39e204c9 "ascribe" -> "BigchainDB" 2017-01-07 11:31:51 +01:00
diminator
7124adcd34
implement statuses endpoint 2017-01-06 15:55:07 +01:00
Scott Sadler
990d863dc7 tests for informational endpoints 2017-01-06 14:46:40 +01:00
Scott Sadler
80f3bb3809 /api/v1/ informational endpoint 2017-01-06 14:46:40 +01:00
libscott
f9ed5690a7 Merge pull request #1022 from bigchaindb/flask_routes
Collect http routes into single module
2017-01-06 13:50:56 +01:00
libscott
32930ab4d3 Remove blank line at end of file 2017-01-06 13:43:12 +01:00
Scott Sadler
1d234d3811 collect http routes into single module 2017-01-05 13:31:05 +01:00
libscott
3d74bfbb89 Merge pull request #1014 from bigchaindb/884/sha3-2015
update pysha3 to 1.0b1, sha3 NIST 2015 standard
2017-01-05 11:58:49 +01:00
Scott Sadler
6d3fa10e20 use pysha3 1.0.0 2017-01-05 10:19:20 +01:00
Scott Sadler
d714b133aa documentation fixes to inputs-outputs.rst 2017-01-05 10:15:35 +01:00
Rodolphe Marques
8e99d18fd6 Merge pull request #994 from bigchaindb/feat/927/implement-mongodb-changefeed
[WIP] Implement mongodb changefeed
2017-01-04 17:10:46 +01:00
Troy McConaghy
70390dd748 Merge pull request #1015 from bigchaindb/feat/843/option-to-disable-web-admin-on-aws
Added ENABLE_WEB_ADMIN config setting to AWS depl. configs
2017-01-04 16:29:34 +01:00
Rodolphe Marques
1b3c909d51 Fixed mongodb queries
Fixed some tests
2017-01-04 15:43:17 +01:00
Scott Sadler
cadc9add39 fixups for 'multiple current owners' section in inputs/outputs docs 2017-01-04 15:39:10 +01:00
Scott Sadler
48b90407bd change version in tx model to 0.9. The idea is that we will go with the server version until we hit 1.0 where we should be stable, then re-evaluate. 2017-01-04 15:10:15 +01:00
Rodolphe Marques
ea4d01dec0 Simplify code.
Pop the `_id` when receiving the document on the changefeed
2017-01-04 13:27:08 +01:00
utarl
ab8579148c add multiple current owners 2017-01-04 10:49:07 +08:00
utarl
4266499263 change messy code 2017-01-04 10:44:30 +08:00
utarl
0c53a49405 change messy code 2017-01-04 10:36:10 +08:00
utarl
b8ae2132aa change messy code 2017-01-04 10:21:43 +08:00
utarl
c0d812f0d2 change messy code 2017-01-04 10:18:06 +08:00
utarl
4de0bb4c8c change messy code 2017-01-04 10:11:00 +08:00