2395 Commits

Author SHA1 Message Date
Scott Sadler
392ae3dc58 update description in transaction.yaml for asset id 2017-01-16 15:29:10 +01:00
Scott Sadler
47f09c0e67 documentation changes for duplicate asset id 2017-01-16 15:24:51 +01:00
Scott Sadler
003519b0a8 duplicate tx.id into tx.asset.id in CREATE transactions 2017-01-16 15:03:54 +01:00
Sylvain Bellemare
6c31ab0a7c Correct path to server html docs 2017-01-16 08:29:17 -05:00
Sylvain Bellemare
04789aad96 Add docs for TABLES constant 2017-01-16 07:12:25 -05:00
Sylvain Bellemare
d71fdcbe78 Add backend admin sections to docs 2017-01-16 07:12:25 -05:00
Sylvain Bellemare
4d6df06236 Resolves #948 2017-01-16 07:12:25 -05:00
Brett Sun
9094ddac20 Fix flake8 error with votes API 2017-01-13 18:27:54 +01:00
Brett Sun
ded7f3e28f PR comments 2017-01-13 18:25:35 +01:00
Brett Sun
08d9e462c7 Use list comprehension to calculate block API result 2017-01-13 18:24:05 +01:00
diminator
8b286819f5 revert docker compose 2017-01-13 18:08:28 +01:00
diminator
3919cc3d5d return empty list if no blocks found 2017-01-13 18:08:28 +01:00
diminator
f018a4f6e7 replace status strings by Bigchain attributes 2017-01-13 18:08:28 +01:00
diminator
1cc46fb86e return list of block_id
implement status query param
test
2017-01-13 18:08:27 +01:00
diminator
1b57ace714 implement GET /blocks endpoint 2017-01-13 18:08:25 +01:00
Brett Sun
7071d471a5 Add test for empty block_id parameter for votes API 2017-01-13 18:07:12 +01:00
Brett Sun
b1d6d356cb Refactor votes API view to use required parser argument rather than custom logic 2017-01-13 18:07:00 +01:00
Sylvain Bellemare
b12ea854f7 Remove unused import 2017-01-13 09:17:13 -05:00
libscott
e08bf52fa7 Merge pull request #1018 from bigchaindb/change-tx-version
Change version in tx model to 0.9
2017-01-13 12:07:23 +01:00
Rodolphe Marques
f45e36a38d enable codecov for mongodb 2017-01-13 04:56:06 -05:00
Rodolphe Marques
e52cb40edb Some more tests for mongodb code (#1036)
* Some more tests for mongodb code

Cleanup connection code

* pep8 fixes
2017-01-13 10:25:45 +01:00
Rodolphe Marques
5abe6dd7ea Added tests to the mongodb changefeed (#1035)
* Added tests to the mongodb changefeed

* pep8 and typo fixes
2017-01-13 10:18:58 +01:00
libscott
8510f47ed4 Merge pull request #1024 from bigchaindb/1021/http_api_root
1021/http api root
2017-01-12 16:13:30 +01:00
libscott
ece5581eb3 Merge branch 'master' into 1021/http_api_root 2017-01-12 15:26:10 +01:00
diminator
5e3bd1d54c
rename test functions 2017-01-12 10:43:11 +01:00
Rodolphe Marques
fa8608b242 small fix write_vote 2017-01-12 10:41:55 +01:00
Sylvain Bellemare
29c10e30a9 Resolves #1004 2017-01-12 04:05:59 -05:00
diminator
af2e8e14a5
Merge remote-tracking branch 'remotes/origin/master' into feat/api/votes 2017-01-12 09:59:39 +01:00
Dimitri De Jonghe
03d46b40f9 Merge pull request #1026 from bigchaindb/feat/api/statuses
implement statuses endpoint
2017-01-12 09:55:34 +01:00
diminator
8aa37277c2
remove blank line for travis 2017-01-11 17:17:20 +01:00
Sylvain Bellemare
c036b1490b Inherit from BigchainDBError for common exceptions 2017-01-11 07:48:28 -05:00
Sylvain Bellemare
fdf2a85c97 Add a BigchaindDB base exception class 2017-01-11 07:48:28 -05:00
Sylvain Bellemare
ec14389080 Merge pull request #1032 from bigchaindb/fix-tests-readme
Update tests readme
2017-01-11 07:46:12 -05:00
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