Commit Graph

  • 34819f1644 Document the backend objects Sylvain Bellemare 2016-12-05 18:16:15 +01:00
  • 9b3416e9ec Make the autodoc members option the default Sylvain Bellemare 2016-12-05 17:39:26 +01:00
  • 99735474d5 Remove unused exception variable Sylvain Bellemare 2016-12-05 17:06:15 +01:00
  • ef135af054 Remove superfluous else Sylvain Bellemare 2016-12-05 17:05:10 +01:00
  • 52c5d27a1a Add docs for backend Sylvain Bellemare 2016-12-05 15:59:19 +01:00
  • 0b4a7e20b9 Use docstrings instead of '#' comment Sylvain Bellemare 2016-12-05 15:58:26 +01:00
  • 21582c3c1f Use docstrings instead of a comment with '#' Sylvain Bellemare 2016-12-05 15:25:27 +01:00
  • 30b7b9c709 Remove superfluous parentheses Sylvain Bellemare 2016-12-05 15:21:58 +01:00
  • b45d370505 End sentence with period Sylvain Bellemare 2016-12-05 15:18:15 +01:00
  • c69597222c End sentence with period :) Sylvain Bellemare 2016-12-05 15:12:51 +01:00
  • 0d89ed6f32 Add line between std lib & 3rd party imports Sylvain Bellemare 2016-12-05 14:44:04 +01:00
  • 8d4add2465 Rename test module to plural form --> utils Sylvain Bellemare 2016-12-05 14:38:12 +01:00
  • d54154c7e4 Import std lib at the top Sylvain Bellemare 2016-12-05 14:20:21 +01:00
  • a22e950027 Move std lib import at the top Sylvain Bellemare 2016-12-05 14:19:12 +01:00
  • 5b33e23ee0 Rename backend.util to backend.utils Sylvain Bellemare 2016-12-05 13:47:16 +01:00
  • 01530d84fa Sync query interface with rethinkdb implementation based on latest changes Brett Sun 2016-12-02 18:31:38 +01:00
  • 493517809b Import the backend interfaces on module import Brett Sun 2016-12-02 18:30:09 +01:00
  • 4365011f51 Register rethinkdb backend implementation to backend interface dispatchers Brett Sun 2016-12-02 17:29:57 +01:00
  • a9b0062012 Add utility decorator for registering backend dispatches based on modules Brett Sun 2016-12-02 17:29:14 +01:00
  • e2c5b1cf68 Remove unnecessary export of base Connection from backend/ Brett Sun 2016-12-02 15:04:43 +01:00
  • afdbbfb96e Replace cherrypicked class-based architecture with singledispatch Brett Sun 2016-12-02 14:44:27 +01:00
  • 753d7d4bd9 Merge pull request #886 from bigchaindb/abstract-db-layer-connection Brett Sun 2016-12-06 10:41:40 +01:00
  • 7940479ee3 Make the autodoc members option the default Sylvain Bellemare 2016-12-05 17:39:26 +01:00
  • f4114aa925
    Remove dependency from bigchaindb.config vrde 2016-12-06 10:03:33 +01:00
  • 544aa7f592 Make the autodoc members option the default Sylvain Bellemare 2016-12-05 17:39:26 +01:00
  • 5b57ea138f
    Add docstring, fix name vrde 2016-12-05 14:41:22 +01:00
  • 269cf22a05
    Add defaults, fix import vrde 2016-12-05 14:17:19 +01:00
  • e73164e8d5
    Add error handling vrde 2016-12-05 14:09:40 +01:00
  • 44d1bb2c97 Fixed minor error in changelog for 0.8.0 Troy McConaghy 2016-12-02 15:47:19 +01:00
  • 8afb15bccf Merge pull request #892 from bigchaindb/fix/sign-http-server-api-examples libscott 2016-12-02 15:12:53 +01:00
  • f16d3e6e56 Remove remnants of db/ folder Brett Sun 2016-12-02 14:42:45 +01:00
  • ab42cda140 Move db/ files into backend/ Brett Sun 2016-12-02 14:24:40 +01:00
  • 9dacc12b3c Handle transaction schema validation errors Sylvain Bellemare 2016-11-28 19:31:42 +01:00
  • 602dfbea06 Add transaction schema validation to the server Sylvain Bellemare 2016-11-28 19:30:09 +01:00
  • 96143f7e60 Use explicit chaining to capture the cause Sylvain Bellemare 2016-11-28 19:27:22 +01:00
  • 4ce7f4e95d sign the tx in http-client-server-api.html, server would reject otherwise Scott Sadler 2016-12-02 13:47:36 +01:00
  • b2f2ce3523 hotfix release process since old step left in by mistake Scott Sadler 2016-12-01 16:27:00 +01:00
  • adde84970f Fixed merge conflict in bigchaindb/__init__.py troymc 2016-12-01 16:09:34 +01:00
  • 97ff0efd8b Merge pull request #855 from bigchaindb/flat-transaction libscott 2016-12-01 15:03:43 +01:00
  • 8f513fc81d put back a pluck() that was removed by accident Scott Sadler 2016-12-01 14:49:05 +01:00
  • e699536a64 Fix transaction description in transaction.yaml Scott Sadler 2016-11-24 17:47:22 +01:00
  • 21af588f7c docs update for flat transaction Scott Sadler 2016-11-24 17:20:01 +01:00
  • 8d4677f456 flatten transaction - code changes Scott Sadler 2016-11-23 10:01:44 +01:00
  • 6cf9bc6ea9 Cherrypick from class based architecture vrde 2016-11-03 17:30:19 +01:00
  • e4026db85f Merge pull request #891 from bigchaindb/generate-http-docs-examples libscott 2016-12-01 10:23:37 +01:00
  • f4164a6970 nomenclature fix in generate_http_server_api_documentation.py Scott Sadler 2016-12-01 10:17:58 +01:00
  • ec38d06856 add test to make sure documentation can build Scott Sadler 2016-11-30 16:41:24 +01:00
  • 49726c4a31 make html runs generation scripts for documentation, generates http server examples Scott Sadler 2016-11-30 16:20:17 +01:00
  • a30c79f3d5 Merge pull request #856 from bigchaindb/remove-metadata-uuid libscott 2016-11-30 06:20:32 +01:00
  • d6c93a3c9e Merge pull request #889 from bigchaindb/bump-version-to-0.9.0.dev Troy McConaghy 2016-11-29 16:48:11 +01:00
  • 76ce436e03 Bump version to 0.9.0.dev Troy McConaghy 2016-11-29 16:44:11 +01:00
  • 69408101ec Merge pull request #888 from bigchaindb/update-version-py-to-0.8.0 v0.8.0 Troy McConaghy 2016-11-29 14:53:21 +01:00
  • b261724c27 Updated version.py to 0.8.0 troymc 2016-11-29 14:47:44 +01:00
  • 011a5c2bc3 Merge pull request #867 from bigchaindb/update-changelog-for-v0.8.0 Troy McConaghy 2016-11-29 14:45:47 +01:00
  • a388af6b59 Merge pull request #887 from bigchaindb/update-transaction-rst-for-0.8.0 Troy McConaghy 2016-11-29 14:45:14 +01:00
  • eb6c423eee Updated transaction.rst for v0.8.0 troymc 2016-11-29 14:41:00 +01:00
  • ba78c9c804 Last CHANGELOG updates before the v0.8.0 release troymc 2016-11-29 14:33:44 +01:00
  • 36e403564b Merge pull request #882 from bigchaindb/fix/871/updated-json-examples-in-http-api-docs Troy McConaghy 2016-11-29 14:32:22 +01:00
  • 9212bcbe24 Minor edit about tx depending on associated keypairs troymc 2016-11-29 14:28:21 +01:00
  • f096290147
    Update BigchainDB core class vrde 2016-11-29 14:18:22 +01:00
  • 9f9378f42f
    Add connection Class vrde 2016-11-29 13:57:51 +01:00
  • 689446c6a4 add backlog reassign delay documentation (#883) Ryan Henderson 2016-11-29 13:56:02 +01:00
  • c1f04a5c71 add backlog reassign delay documentation ryan 2016-11-29 11:36:50 +01:00
  • 536d440837 Fix HTTP API docs for upcoming release Brett Sun 2016-11-29 11:42:13 +01:00
  • 18d018519f remove Condition.cid and Fulfillment.fid in favour of dereferencing conditions and fulfillments by their location in their respective arrays Scott Sadler 2016-11-29 09:59:43 +01:00
  • 839035b203 Merge pull request #872 from bigchaindb/update-some-docs-re-divisible-assets Troy McConaghy 2016-11-29 09:18:05 +01:00
  • 8d69418429 Merge pull request #870 from bigchaindb/bugfix-in-create-rethinkdb-conf Troy McConaghy 2016-11-29 09:17:01 +01:00
  • 654ffed484 Handle transaction schema validation errors Sylvain Bellemare 2016-11-28 19:31:42 +01:00
  • 17e99a0b81 Add transaction schema validation to the server Sylvain Bellemare 2016-11-28 19:30:09 +01:00
  • 8fdc9c4b24 Use explicit chaining to capture the cause Sylvain Bellemare 2016-11-28 19:27:22 +01:00
  • 95f605287f Added clarity to TRANSFER Transactions section of the Transaction Concepts page troymc 2016-11-28 17:55:13 +01:00
  • a6eb52d76d disallow empty metadata dict in favour of null Scott Sadler 2016-11-28 17:31:35 +01:00
  • 71dcee019f Remove metadata uuid Scott Sadler 2016-11-23 10:40:48 +01:00
  • 8b5909c94e
    Create new modules layout vrde 2016-11-28 16:51:03 +01:00
  • cc282905dd Modified awsdeploy.sh to use new --bind-http-to-localhost argument troymc 2016-11-28 16:39:43 +01:00
  • bf2b322739 Changed --bind-http-to-localhost to be a boolean flag argument troymc 2016-11-28 16:37:19 +01:00
  • 024c8583b5
    Merge remote-tracking branch 'origin/isolate-db-testcalls' vrde 2016-11-28 16:29:23 +01:00
  • cfd833117f Merge 24c3e4483138258d61577b160510dbd0cd4677a9 into 81cb1f32d3da52405229e1bacb1a513c03575710 Josef Gattermayer 2016-11-26 15:32:28 +00:00
  • 24c3e44831 PR 624 Josef Gattermayer 2016-11-26 16:23:01 +01:00
  • 2bcd75400b PR 624 Josef Gattermayer 2016-11-26 16:22:12 +01:00
  • a365007f04 PR 624 Josef Gattermayer 2016-11-26 16:21:22 +01:00
  • c8c953903b PR 624 Josef Gattermayer 2016-11-26 16:20:05 +01:00
  • d5cc0cafc6 PR 624 Josef Gattermayer 2016-11-26 16:18:54 +01:00
  • c3772b218d PR 624 Josef Gattermayer 2016-11-26 16:17:47 +01:00
  • 7e1267d8e6 merged PR 624 Josef Gattermayer 2016-11-26 16:16:03 +01:00
  • 47fbd2b1ee Updated asset-model.md docs re/ divisible assets troymc 2016-11-26 12:18:51 +01:00
  • 3a410b33ed Updated Transactions Concepts docs re/ divisible assets troymc 2016-11-26 12:18:18 +01:00
  • 34bbf4d31a Updated assets.rst docs re/ divisible assets troymc 2016-11-26 12:17:45 +01:00
  • 53ac0e1b45 Addressed comments from @libscott and @sbellem troymc 2016-11-25 20:10:06 +01:00
  • 785ee4b726 Fixed bug in create_rethinkdb_conf.py troymc 2016-11-25 19:37:20 +01:00
  • bd076cb150 Updated changelog draft with PR #869 troymc 2016-11-25 18:11:51 +01:00
  • 81cb1f32d3 Merge pull request #869 from bigchaindb/bug/868/signature-stored-binary Rodolphe Marques 2016-11-25 17:47:56 +01:00
  • a824e275e0 decode signature to a str Rodolphe Marques 2016-11-25 16:00:20 +01:00
  • 5fa25c64ee First draft of CHANGELOG.md updated for v0.8.0 troymc 2016-11-25 14:34:49 +01:00
  • 8ebd93ed32 Removed a line from CONTRIBUTING.md Troy McConaghy 2016-11-25 13:43:52 +01:00
  • 4197bd80fd chore: Replace unfulfilled fulfillment.to_dict by None Dimitri De Jonghe 2016-11-24 16:29:40 +01:00
  • 97c3380c2c Removed trailing comma inside vote JSON Troy McConaghy 2016-11-24 15:59:58 +01:00
  • a8f6e25962 Fixed typo and string formatting Troy McConaghy 2016-11-24 15:26:53 +01:00
  • 3e8f4b40e9 Merge pull request #863 from bigchaindb/bump-sphinx-for-readthedocs Troy McConaghy 2016-11-24 14:35:01 +01:00
  • 8f47ec2796 bump sphinx version to 1.4.8 and add sphinxcontrib-napoleon to setup.py:docs_require Scott Sadler 2016-11-24 14:33:59 +01:00