Commit Graph

  • 5789a37664 Allow /statuses to return a 303 See Other response. tim 2016-11-16 12:16:27 +01:00
  • 71d3c70fda Status --> Statuses tim 2016-11-16 12:08:06 +01:00
  • 1086c3a5c4 POST /transactions status code to 202 tim 2016-11-16 12:01:57 +01:00
  • f15a7f7e8b Document conditions endpoint tim 2016-11-15 14:43:30 +01:00
  • 5707bee3a5 Fix Makefile for new docs structure Brett Sun 2017-01-24 19:03:59 +01:00
  • 69505a366b Added bigchaindb commands to add and remove nodes from replicaset Rodolphe Marques 2017-01-24 17:55:06 +01:00
  • dbe28a07e3 Merge b03af1d922e156c4edfa47dca11b6825aad87d81 into 4802f0fabe08324388bb7471f1bcc9026ff7ca21 libscott 2017-01-24 15:01:43 +00:00
  • 5683ed5163 Added mongodb admin commands to add and remove members from the replicaset Rodolphe Marques 2017-01-24 15:59:02 +01:00
  • 1415057616 Update and improve docstrings Sylvain Bellemare 2017-01-24 15:34:19 +01:00
  • 4802f0fabe Merge pull request #1080 from bigchaindb/no-dev-in-tx-version libscott 2017-01-24 14:34:37 +01:00
  • 14c19c740e Re-work core get_status to report all statuses Sylvain Bellemare 2017-01-24 11:13:34 +01:00
  • ab4ff56798 Test GET /statuses?tx_id= for all statuses Sylvain Bellemare 2017-01-24 11:15:24 +01:00
  • 52450e22ac Use url_for to get the path to test Sylvain Bellemare 2017-01-18 14:18:09 +01:00
  • 073aee5cad Add fixtures to support tx/block statuses tests Sylvain Bellemare 2017-01-24 10:44:57 +01:00
  • d93e1446ed Add logging for exceptions occurring in http api Sylvain Bellemare 2017-01-23 12:10:13 +01:00
  • e3317b370b don't rename TransactionLink to TL Scott Sadler 2017-01-24 12:11:21 +01:00
  • af23ff5b65 clean up use of double quotes, rename UNSPENTS_ENDPOINT, clarify test Scott Sadler 2017-01-24 12:08:55 +01:00
  • a7a163fd3c Merge pull request #1083 from bigchaindb/single-quotes libscott 2017-01-24 12:07:29 +01:00
  • 6da3265116 Add status query parameter to GET /transactions/id Sylvain Bellemare 2017-01-24 10:49:39 +01:00
  • d3c6bfc0b4 Test status query parameter for GET /transactions/id Sylvain Bellemare 2017-01-24 10:49:28 +01:00
  • 0b254a3f26 Add logging for exceptions occurring in http api Sylvain Bellemare 2017-01-23 12:10:13 +01:00
  • 11660eec50 Add fixtures to support tx/block statuses tests Sylvain Bellemare 2017-01-24 10:44:57 +01:00
  • 7207f57879 Change to single quotes Sylvain Bellemare 2017-01-24 10:24:16 +01:00
  • fe5d966dca Put back some strings with wrapped single quotes Sylvain Bellemare 2017-01-24 10:22:32 +01:00
  • 78bd1ecd96 consensus plugin tymlez 2017-01-24 09:12:16 +00:00
  • bd048a3115 add flake8-quotes checker and cleanup double quotes Scott Sadler 2017-01-23 17:30:37 +01:00
  • 927e57beba Changed backend.connect to handle backend specific kwargs. Rodolphe Marques 2017-01-23 17:29:42 +01:00
  • f12264773c bigchaindb configure now requires a positional backend argument. Rodolphe Marques 2017-01-23 16:49:59 +01:00
  • 897ffe81bc outputs endpoint with unspent filter parameter Scott Sadler 2017-01-19 15:49:30 +01:00
  • 4bb64fa0b8 generalise get_owned_ids to get_outputs and get_owned_ids Scott Sadler 2017-01-19 13:02:58 +01:00
  • ad2abcf723 Merge pull request #1065 from bigchaindb/1021/http_transactions_list libscott 2017-01-23 16:06:07 +01:00
  • 616e6ce263 Merge pull request #1078 from bigchaindb/better-error-handling-in-awsdeploy.sh Troy McConaghy 2017-01-23 15:25:18 +01:00
  • ccdbb91c1c short form 0.9, 0.10 etc tx version with no '.dev' suffix Scott Sadler 2017-01-23 15:16:15 +01:00
  • 2c78870d3a Merge pull request #1076 from bigchaindb/docs/1048/how-to-install-os-deps-for-fabric Troy McConaghy 2017-01-23 15:14:37 +01:00
  • 315695a486 Merge pull request #1075 from bigchaindb/docs/1023/update-os-reqs-in-quickstart-docs Troy McConaghy 2017-01-23 15:13:40 +01:00
  • 23ba642d2c s/txes/txs/g libscott 2017-01-23 14:38:30 +01:00
  • a5acd0c7b9 document patching technique in get_transactions_filtered web view test Scott Sadler 2017-01-23 14:07:22 +01:00
  • 36eccb3f83 Better error handling in awsdeploy.sh Troy McConaghy 2017-01-22 16:20:13 +01:00
  • 98fb15c124 Added instructions to install fabric's OS-level dependencies Troy McConaghy 2017-01-22 15:07:14 +01:00
  • 15d28e3f91 Quickstart now assumes you're using Ubuntu 16.04 or similar Troy McConaghy 2017-01-22 14:47:45 +01:00
  • b10b03e3ca Changed 'len(validated_transactions) == 0' to 'not validated_transactions' as suggested by @amirelemam in #762 Troy McConaghy 2017-01-22 13:47:48 +01:00
  • e253ca015f Line-length changes, many suggested by @amirelemam in #762 Troy McConaghy 2017-01-22 13:45:17 +01:00
  • b03af1d922 add docs for /api/v1/unspent endpoint and update all endpoint examples to include /api/v1 Scott Sadler 2017-01-20 18:33:05 +01:00
  • 1d2090894e add docs for /api/v1/unspent endpoint and update all endpoint examples to include /api/v1 Scott Sadler 2017-01-20 14:07:19 +01:00
  • e7ffcf5705 Added replicaset name to bigchaindb config (#1063) Rodolphe Marques 2017-01-20 14:05:28 +01:00
  • a088e0175c documentation for HTTP API 0.9 Scott Sadler 2017-01-20 13:29:40 +01:00
  • 1bc8973082 update the config documentation Rodolphe Marques 2017-01-20 11:25:30 +01:00
  • 8c9c4d8a97 small fix in the connection code Rodolphe Marques 2017-01-20 11:13:36 +01:00
  • c5253825b3 remove unused backend query stub get_txids_by_asset_id Scott Sadler 2017-01-20 10:31:28 +01:00
  • bdd2c7996e fix pep8 issues Rodolphe Marques 2017-01-20 10:22:33 +01:00
  • f2034cddde make asset_id not optional in get_transactions_filtered Scott Sadler 2017-01-20 10:08:30 +01:00
  • 7606bdb59f Merge pull request #1070 from utarl/fix-wrong-link-in-readme Sylvain Bellemare 2017-01-20 03:44:25 -05:00
  • ef4bc69f5b change the link to consensus.py to right one utarl 2017-01-20 16:27:57 +08:00
  • 5986080b7f Moved the initialize replica set logic to the connection. Rodolphe Marques 2017-01-19 14:46:42 +01:00
  • 2ec23be05d fix flake8 Scott Sadler 2017-01-18 17:13:38 +01:00
  • 1e5d6b6bd6 initialize_replica_set is now called when creating a mongodb connection. Rodolphe Marques 2017-01-18 16:51:53 +01:00
  • 19591b32c0 fixed pep8 issues Rodolphe Marques 2017-01-18 16:01:44 +01:00
  • 3344fdfe50 Merge pull request #1053 from bigchaindb/docs/1047/long-description-in-setup-py Troy McConaghy 2017-01-18 16:00:03 +01:00
  • ae14d0e5c4 api method to get transactions by asset_id Scott Sadler 2017-01-18 15:36:46 +01:00
  • 1c918caf4c txlist / get_transactions_filtered Scott Sadler 2017-01-18 11:23:17 +01:00
  • dbb3414fd0 generalise get_txids_by_asset_id into get_txids_filtered and remove get_transactions_by_asset_id Scott Sadler 2017-01-17 18:02:09 +01:00
  • d899d4c8b6 query string parameters test Scott Sadler 2017-01-17 15:56:34 +01:00
  • e54854c082 In setup.py: enterprise --> enterprises Troy McConaghy 2017-01-18 15:41:29 +01:00
  • 910a858152 Updated initialize_replica_set Rodolphe Marques 2017-01-18 15:03:54 +01:00
  • 7546dc093a check travis configuration Rodolphe Marques 2017-01-18 13:54:01 +01:00
  • d2c81ddc57 changed travis replSet to match bigchaindb default Rodolphe Marques 2017-01-18 13:38:40 +01:00
  • 8915f418e5 Added replicaset name to bigchaindb config Rodolphe Marques 2017-01-18 12:39:57 +01:00
  • 8e497347d5 Merge pull request #1043 from bigchaindb/duplicate-asset-id libscott 2017-01-17 15:00:33 +01:00
  • a706d88b30 Merge pull request #1051 from bigchaindb/fix/norandom-test_get_spent_multiple_owners libscott 2017-01-17 14:54:07 +01:00
  • b59ea00118 Merge pull request #1031 from bigchaindb/feat/api/blocks Brett Sun 2017-01-17 14:42:24 +01:00
  • 0751b2bf0b Merge pull request #1029 from bigchaindb/feat/api/votes Brett Sun 2017-01-17 14:42:02 +01:00
  • 8307c09b92 Updated docs URL in setup.py Troy McConaghy 2017-01-17 14:21:54 +01:00
  • d5143f99d8 Longer long_description in setup.py Troy McConaghy 2017-01-17 14:21:08 +01:00
  • 1dbc998b36 Only fetch needed element (public key) Sylvain Bellemare 2017-01-17 11:34:20 +01:00
  • 5759de6ae3 Remove unused fixture Sylvain Bellemare 2017-01-17 11:34:03 +01:00
  • 9766aa90a1 Addresses #663 partially Sylvain Bellemare 2017-01-17 11:32:30 +01:00
  • c1b6f60f70 Add an exception message Sylvain Bellemare 2017-01-17 11:27:42 +01:00
  • 7c4c7e9be3 remove use of random in test_bigchain_api Scott Sadler 2017-01-17 11:48:58 +01:00
  • 761050f8d6 Only fetch needed element (public key) Sylvain Bellemare 2017-01-17 11:34:20 +01:00
  • 99b706815c Remove unused fixture Sylvain Bellemare 2017-01-17 11:34:03 +01:00
  • 05ca8fdf0d Addresses #663 partially Sylvain Bellemare 2017-01-17 11:32:30 +01:00
  • 3a309a65d5 Add an exception message Sylvain Bellemare 2017-01-17 11:27:42 +01:00
  • 9307ef413e Increase maintenance version v0.8.1 Sylvain Bellemare 2017-01-16 19:53:02 +01:00
  • 001ccf7f85 Fix use of locales for python et al Jody Winston 2016-12-30 12:53:53 -06:00
  • 388c179517 Upgrade pysha3 Sylvain Bellemare 2017-01-16 18:38:42 +01:00
  • da69aa11f1 Update test_digital_assets.py libscott 2017-01-16 17:47:51 +01:00
  • d9cf4df5e6 duplicate asset id / fix test_get_transactions_by_asset_id Scott Sadler 2017-01-16 16:08:15 +01:00
  • 71e52ed36b duplicate asset id / fix get-by-asset-id in rethinkdb Scott Sadler 2017-01-16 15:48:10 +01:00
  • d7126169f4 duplicate asset id / fix flake8 errors Scott Sadler 2017-01-16 15:41:26 +01:00
  • 392ae3dc58 update description in transaction.yaml for asset id Scott Sadler 2017-01-16 15:29:10 +01:00
  • 47f09c0e67 documentation changes for duplicate asset id Scott Sadler 2017-01-16 15:24:51 +01:00
  • 003519b0a8 duplicate tx.id into tx.asset.id in CREATE transactions Scott Sadler 2017-01-16 15:03:54 +01:00
  • 6c31ab0a7c Correct path to server html docs Sylvain Bellemare 2017-01-16 13:35:38 +01:00
  • e219aadd57 Correct path to server html docs Sylvain Bellemare 2017-01-16 13:35:38 +01:00
  • 04789aad96 Add docs for TABLES constant Sylvain Bellemare 2017-01-12 13:41:27 +01:00
  • d71fdcbe78 Add backend admin sections to docs Sylvain Bellemare 2017-01-12 13:38:36 +01:00
  • 4d6df06236 Resolves #948 Sylvain Bellemare 2016-12-21 17:47:31 +01:00
  • f34f16404f Add docs for TABLES constant Sylvain Bellemare 2017-01-12 13:41:27 +01:00
  • 2b30703198 Add backend admin sections to docs Sylvain Bellemare 2017-01-12 13:38:36 +01:00
  • 08e46167f7 Resolves #948 Sylvain Bellemare 2016-12-21 17:47:31 +01:00