Scott Sadler
ecbeaa0b25
vote.id doesn't exist in server
2016-12-12 15:15:38 +01:00
Scott Sadler
b227739d89
render schema/vote.rst
2016-12-12 15:15:38 +01:00
Scott Sadler
31be5b3c8a
generalize generate_schema_documentation.py
2016-12-12 15:15:38 +01:00
Scott Sadler
0d8a53cb68
vote schema
2016-12-12 15:15:38 +01:00
Troy McConaghy
efbc1e1b9a
Merge pull request #928 from bigchaindb/remove-docs-on-old-azure-template
...
Removed old Azure Quickstart Template docs, edited new ones
2016-12-10 16:44:34 +01:00
troymc
2684fd5da5
Removed old Azure quickstart template docs, edited new ones
2016-12-10 16:29:42 +01:00
libscott
6166a96410
Merge pull request #881 from bigchaindb/remove-cid-fid
...
Remove Condition.cid and Fulfillment.fid
2016-12-09 14:37:13 +01:00
Scott Sadler
53c2aebfab
Merge remote-tracking branch 'origin/master' into remove-cid-fid
2016-12-09 14:28:38 +01:00
libscott
38ea8c3cf7
Merge pull request #924 from bigchaindb/fix-sphinx-warning-on-server-docs
...
Changed docs subsection title so no more Sphinx warning
2016-12-09 14:22:10 +01:00
troymc
6db782453f
Changed docs subsection title so no more Sphinx warning
2016-12-09 14:16:06 +01:00
Troy McConaghy
e825a03160
Merge pull request #847 from bigchaindb/docs-on-new-azure-template
...
Docs on the new ARM template for deploying on Azure
2016-12-09 11:44:45 +01:00
Scott Sadler
fc88c36ee5
Merge remote-tracking branch 'origin/master' into remove-cid-fid
2016-12-09 10:42:32 +01:00
Brett Sun
86019d51eb
Add tox usage to testing docs ( #915 )
...
* Use section header for CI testing in style guide document
* Add tox section to style guide document
* Reword style guide's testing section to be more general after introduction of integration tests
2016-12-08 17:10:48 +01:00
Sylvain Bellemare
6f90c8f3df
Add tests for HTTP API returned errors
2016-12-08 16:50:56 +01:00
Sylvain Bellemare
209dba76a3
Add some messages when raising exceptions
2016-12-08 16:50:56 +01:00
Sylvain Bellemare
d998b00592
Return information about the exception
2016-12-08 16:50:56 +01:00
Sylvain Bellemare
cc9e3b79b6
Remove outdated comment
2016-12-08 16:50:35 +01:00
Krish
07b3f9ca4e
Merge pull request #908 from krish7919/bug/781/performance-memory-usage
...
Fix 781 and 124
2016-12-08 13:51:05 +01:00
Sylvain Bellemare
bf0b2a32f0
Set root docs html_static_path to empty list
2016-12-08 11:45:41 +01:00
Sylvain Bellemare
793883196b
Adjust container server docs building commmand
2016-12-08 11:45:41 +01:00
Sylvain Bellemare
3bdaf60acb
Fix docs building warnings
2016-12-08 11:45:41 +01:00
Sylvain Bellemare
20f629256b
Mount tox.ini in dev container
2016-12-08 11:45:41 +01:00
Sylvain Bellemare
abd4a54a76
Add python3.4 and vim for dev & testing
2016-12-08 11:45:41 +01:00
Sylvain Bellemare
aa436ced6e
Fix #786
2016-12-08 11:45:41 +01:00
Ryan Henderson
1223695b36
add integration tests ( #614 )
2016-12-08 11:42:46 +01:00
Krish
85bb4a9233
Fix 781 and 124
...
The queue/pipeline used in the block creation process is unbounded.
When too many transactions occur, the backlog table fills up quite easily and
bigchaindb just reads all the transaction in the backlog to create a block.
This causes memory usage to grow indefinitely.
Limiting the queue size to 1000 transactions for now as the block creation and
voting happens in batches of 1000. Can be increased later in case block size
is increased.
2016-12-08 08:54:21 +00:00
Troy McConaghy
bd6b9da080
Merge pull request #821 from bigchaindb/issue/780/remove-api-endpoint-setting
...
Removed the "api_endpoint" setting from everywhere (in this repo)
2016-12-06 17:33:14 +01:00
libscott
0e94a66302
Merge pull request #902 from bigchaindb/fix/transaction-model-flat-metadata
...
Fix metadata description in transaction-model.rst
2016-12-06 17:20:06 +01:00
Scott Sadler
bdc706d633
fix metadata description in transaction-model.rst
2016-12-06 16:58:06 +01:00
Sylvain Bellemare
7940479ee3
Make the autodoc members option the default
2016-12-06 10:23:49 +01:00
Troy McConaghy
44d1bb2c97
Fixed minor error in changelog for 0.8.0
...
v0.8.0 doesn't actually do transaction schema validation. That got merged shortly _after_ the v0.8.0 release, in PR #880
2016-12-02 15:47:19 +01:00
libscott
8afb15bccf
Merge pull request #892 from bigchaindb/fix/sign-http-server-api-examples
...
Sign the tx in http-client-server-api.html
2016-12-02 15:12:53 +01:00
Sylvain Bellemare
9dacc12b3c
Handle transaction schema validation errors
...
in POST /transactions
2016-12-02 14:32:18 +01:00
Sylvain Bellemare
602dfbea06
Add transaction schema validation to the server
...
by overriding Transaction.from_dict() in models.py
2016-12-02 14:32:18 +01:00
Sylvain Bellemare
96143f7e60
Use explicit chaining to capture the cause
2016-12-02 14:32:18 +01:00
Scott Sadler
4ce7f4e95d
sign the tx in http-client-server-api.html, server would reject otherwise
2016-12-02 13:47:36 +01:00
Scott Sadler
b2f2ce3523
hotfix release process since old step left in by mistake
2016-12-01 16:27:00 +01:00
troymc
adde84970f
Fixed merge conflict in bigchaindb/__init__.py
2016-12-01 16:09:34 +01:00
libscott
97ff0efd8b
Merge pull request #855 from bigchaindb/flat-transaction
...
Flat transaction
2016-12-01 15:03:43 +01:00
Scott Sadler
8f513fc81d
put back a pluck() that was removed by accident
2016-12-01 14:49:05 +01:00
Scott Sadler
e699536a64
Fix transaction description in transaction.yaml
2016-12-01 14:37:55 +01:00
Scott Sadler
21af588f7c
docs update for flat transaction
2016-12-01 14:37:41 +01:00
Scott Sadler
8d4677f456
flatten transaction - code changes
2016-12-01 14:31:31 +01:00
libscott
e4026db85f
Merge pull request #891 from bigchaindb/generate-http-docs-examples
...
Auto generate examples in http server API docs
2016-12-01 10:23:37 +01:00
Scott Sadler
f4164a6970
nomenclature fix in generate_http_server_api_documentation.py
2016-12-01 10:17:58 +01:00
Scott Sadler
ec38d06856
add test to make sure documentation can build
2016-11-30 16:41:24 +01:00
Scott Sadler
49726c4a31
make html
runs generation scripts for documentation, generates http server examples
2016-11-30 16:28:58 +01:00
libscott
a30c79f3d5
Merge pull request #856 from bigchaindb/remove-metadata-uuid
...
Remove metadata uuid
2016-11-30 06:20:32 +01:00
Troy McConaghy
d6c93a3c9e
Merge pull request #889 from bigchaindb/bump-version-to-0.9.0.dev
...
Bump version to 0.9.0.dev
2016-11-29 16:48:11 +01:00
Troy McConaghy
76ce436e03
Bump version to 0.9.0.dev
2016-11-29 16:44:11 +01:00