Commit Graph

  • 5dbe4e4f8e Missed a reference to Bigchain in a patch call... z-bowen 2018-06-29 15:08:46 +02:00
  • 8f189489ce Fixed a couple stale references to bigchaindb.Bigchain in docstrings z-bowen 2018-06-29 13:57:40 +02:00
  • 3845c84adb Fix docsserver automethod Ahmed Muawia Khan 2018-06-29 15:53:22 +05:00
  • f42c6ad2b5 Updating from master changed BigchainDB.process_post_response to a private method, so I had to align with that. z-bowen 2018-06-29 12:04:36 +02:00
  • 78d7902012 Merge remote-tracking branch 'upstream/master' z-bowen 2018-06-29 11:56:25 +02:00
  • baaf8108f2 Problem: The Block class is deprecated Solution: remove the block class and all occurrences codegeschrei 2018-06-29 09:55:09 +02:00
  • 10e3a20b62 Merge branch 'master' of https://github.com/bigchaindb/bigchaindb codegeschrei 2018-06-29 09:52:49 +02:00
  • 8cf9a011f1 Merge branch 'master' into update-tm-config Ahmed Muawia Khan 2018-06-29 12:36:52 +05:00
  • 278ff1ddb2 Problem: docs are not building anymore (#2360) codegeschrei 2018-06-28 18:08:55 +02:00
  • 1b2e9b8045 Merge branch 'z-bowen-remove_bigchain_class' z-bowen 2018-06-28 17:58:41 +02:00
  • 47b08ea914 Merge branch 'remove_bigchain_class' of https://github.com/z-bowen/bigchaindb into z-bowen-remove_bigchain_class z-bowen 2018-06-28 17:58:07 +02:00
  • 8176fc6e8b Attempting to fix Sphinx docs. This may result in some redundant commits, as I don't know what I'm doing, and I can't experiment without running the CI... z-bowen 2018-06-28 17:49:44 +02:00
  • d516234f01
    Merge 80c90c7b4f97c7af46e78909a6add67568a3e7b3 into 00553c832495b05b0c6110eee84a314e5ae0dc81 Zachary Bowen 2018-06-28 15:39:43 +00:00
  • 80c90c7b4f Attempting to fix Sphinx docs. This may result in some redundant commits, as I don't know what I'm doing, and I can't experiment without running the CI... z-bowen 2018-06-28 17:39:33 +02:00
  • a3b9bb62f9 Fixed flake8 complaint about too many blank lines z-bowen 2018-06-28 15:52:17 +02:00
  • d5ab427550 Merge remote-tracking branch 'upstream/master' z-bowen 2018-06-28 15:27:01 +02:00
  • 00553c8324
    Problem: Typos in variable names left during some conflict resolution (#2364) Muawia Khan 2018-06-28 17:44:28 +05:00
  • 41e159aab8 Problem: Typos in variable names left during some conflict resolution Ahmed Muawia Khan 2018-06-28 17:33:40 +05:00
  • b9f264edb2 Make changes in tendermint/lib.py instead of deprecated core.py Ahmed Muawia Khan 2018-06-28 17:01:36 +05:00
  • 97946bd81a Merge branch 'z-bowen-remove_bigchain_class' z-bowen 2018-06-28 12:19:57 +02:00
  • e71fd5da9f Problem: core.py contains an unused class, Bigchain z-bowen 2018-06-28 12:01:43 +02:00
  • 920fe2bb20 Problem: core.py contains an unused class, Bigchain z-bowen 2018-06-28 12:01:03 +02:00
  • 7449b026fa Problem: voting code is not used anymore (#2357) codegeschrei 2018-06-28 11:30:13 +02:00
  • 4fb7264847 Problem: fastquery is not related to votes Solution: remove it in another PR codegeschrei 2018-06-28 11:15:59 +02:00
  • 1f4c99293c Problem: docs are not building anymore Solution: add wget to the requirements for docs codegeschrei 2018-06-28 09:35:47 +02:00
  • a22da6bdab Merge branch 'master' into update-tm-config Ahmed Muawia Khan 2018-06-28 12:25:56 +05:00
  • 57ae9bf046 Problem: some skipped tests are now running Solution: remove pytest mark to not run them codegeschrei 2018-06-27 17:36:03 +02:00
  • 9c2129378a Problem: Some voting functionality is still present. Lev Berman 2018-06-26 16:53:17 +02:00
  • 6b9a41f147 Removed sent_transaction from assertation error response z-bowen 2018-06-22 11:52:02 +02:00
  • 67c4ce964a Problem: Upsert validator not marked experimental (#2356) Vanshdeep Singh 2018-06-20 10:15:14 +02:00
  • 76b12be7fe Problem: voting code is not used anymore Solution: remove all voting related code codegeschrei 2018-06-19 16:35:02 +02:00
  • 445056a2ee Problem: Custom html used inside mardown Vanshdeep Singh 2018-06-19 15:50:23 +02:00
  • 750bb7a95b Problem: Upsert validator not marked experimental Vanshdeep Singh 2018-06-19 14:05:13 +02:00
  • 119dcef75f Problem: Code codecoverage does not work (#2355). codegeschrei 2018-06-19 10:58:12 +02:00
  • e942fad79d Problem: codecov should only be run once Solution: add conditions to not run codecov multiple times codegeschrei 2018-06-18 18:17:15 +02:00
  • 6741ddd509 Problem: codecov can't find report Solution: specify target file codegeschrei 2018-06-18 18:05:15 +02:00
  • a30635ea1b Problem: no codecoverage Solution: enable codecov again codegeschrei 2018-06-18 16:21:34 +02:00
  • 971efb5f1c Problem: Bigchaindb processes cannot be recogonized in shell easily (#2354) Vanshdeep Singh 2018-06-18 14:15:24 +02:00
  • fa00e76c78 Problem: Bigchaindb processes cannot be recogonized in shell easily Vanshdeep Singh 2018-06-18 13:20:29 +02:00
  • d0293c5285
    Problem: Users need more help querying mongodb (#2352) Troy McConaghy 2018-06-14 17:21:15 +02:00
  • 2da720e542 Problem: There is no logging for benchmark stats (#2349) Shahbaz Nazir 2018-06-14 15:19:26 +02:00
  • bdad900878 nitpic fixes Shahbaz Nazir 2018-06-14 15:10:11 +02:00
  • 74ef2f3744 fix flake8 issues Shahbaz Nazir 2018-06-14 13:17:42 +02:00
  • 58fbccf3f1 Problem: © year out-of-date in footer of docs (#2353) Troy McConaghy 2018-06-14 13:03:31 +02:00
  • c075cb1a1a fix flake8 Shahbaz Nazir 2018-06-14 13:02:55 +02:00
  • 400c6309d6 fix typo Shahbaz Nazir 2018-06-14 12:59:20 +02:00
  • 701d010148 update docs Shahbaz Nazir 2018-06-14 12:53:18 +02:00
  • 103abd778d fix failing tests Shahbaz Nazir 2018-06-14 12:51:15 +02:00
  • d7fac123fb Problem: © year out-of-date in footer of docs Troy McConaghy 2018-06-14 12:49:00 +02:00
  • 58393a4d1e Add JS code examples & blogpost link to Query page Troy McConaghy 2018-06-14 12:16:08 +02:00
  • 181c9a13b5 Problem: there is a new python driver version (#2351) codegeschrei 2018-06-14 11:08:48 +02:00
  • 7b88d366d5 Problem: there is a new python driver version Solution: update the version for acceptance tests codegeschrei 2018-06-14 10:55:35 +02:00
  • 639e67145e Add info how to connect to MDB & example MDB documents Troy McConaghy 2018-06-13 16:46:52 +02:00
  • 327ff91110 remove un-necessary imports Shahbaz Nazir 2018-06-13 13:52:38 +02:00
  • c010c927cd Bug fixes and code re-factor Shahbaz Nazir 2018-06-13 13:47:36 +02:00
  • 1fd9f57cbc Problem: BEP should be written uppercase Troy McConaghy 2018-06-13 10:38:30 +02:00
  • aca737c516 add log level for benchmarking Shahbaz Nazir 2018-06-12 17:04:12 +02:00
  • 1dc20679c9 Problem: The write-a-bep page/process is daunting Troy McConaghy 2018-06-12 11:43:01 +02:00
  • 6b5fe19036
    Problem: Tendermint freezes due to docker-compose bug. (#2341) Lev Berman 2018-06-12 10:26:52 +02:00
  • a339a5dd92 Removed some over-zealous assertions. z-bowen 2018-06-11 17:31:59 +02:00
  • 04514fe17f Problem: No diagrams of transactions in docs (#2346) Troy McConaghy 2018-06-11 17:25:27 +02:00
  • ccf62e94ec Problem: No diagrams of transactions in docs Troy McConaghy 2018-06-11 16:45:12 +02:00
  • 48e0197d3d Missed some conflicts Ahmed Muawia Khan 2018-06-11 16:32:51 +02:00
  • 02631b1747 Merge branch 'master' into update-tm-config Ahmed Muawia Khan 2018-06-11 16:29:59 +02:00
  • 69961d370c Nitpick Ahmed Muawia Khan 2018-06-11 16:09:15 +02:00
  • 48573738c1 Handle tendermint configurations properly Ahmed Muawia Khan 2018-06-11 15:58:49 +02:00
  • 46b3720bf5 Problem: CHANGELOG didn't accurately describe known issues (#2344). Troy McConaghy 2018-06-11 14:11:11 +02:00
  • bec8d13e36
    Problem: Current logging server keeps running in some tear down scenarios (#2304) Shahbaz Nazir 2018-06-11 13:08:03 +02:00
  • 4df88c8750 Problem: CHANGELOG didn't accurately describe known issues Troy McConaghy 2018-06-11 13:00:36 +02:00
  • e2e56005de Merge branch 'master' into update-tm-config Ahmed Muawia Khan 2018-06-11 12:45:03 +02:00
  • 68e32bc8c8 make loging level configurable Shahbaz Nazir 2018-06-11 12:36:32 +02:00
  • d14c0b7ce9 Problem: Transaction exectuion response message not returned Vanshdeep Singh 2018-06-11 09:51:14 +02:00
  • d492485357
    Fixed a typo in README.md Troy McConaghy 2018-06-09 09:32:58 +02:00
  • 36930248a4
    In README.md, make the shields line up on 1 line Troy McConaghy 2018-06-09 09:31:52 +02:00
  • 210048c883 Problem: Tendermint freezes due to docker-compose bug. Lev Berman 2018-06-08 14:13:21 +02:00
  • 1c7d5dcd2a
    Problem: Stack installation on Centos 7 caused issues with some packages (#2339) Muawia Khan 2018-06-08 15:52:22 +02:00
  • 2b39566a4b Problem: Some configurations are defunct (#2338) Muawia Khan 2018-06-08 15:50:50 +02:00
  • 4ef6bddbc5 remove irrelevant logging tests Shahbaz Nazir 2018-06-08 15:40:11 +02:00
  • 4eb66037ff Problem: Tendermint configuration not present in BigchainDB config Ahmed Muawia Khan 2018-06-08 15:39:06 +02:00
  • 8232de71b8 Remove tendermint config from configure command Ahmed Muawia Khan 2018-06-08 15:17:29 +02:00
  • 8994a4536f Address comments Ahmed Muawia Khan 2018-06-08 15:09:37 +02:00
  • 7f191b4472 Update config docs Shahbaz Nazir 2018-06-08 12:43:53 +02:00
  • 58a5959170 Problem: README.md is outdated & has broken links (#2340) Troy McConaghy 2018-06-08 11:31:10 +02:00
  • dd81e27700 Problem: README.md is outdated & has broken links Troy McConaghy 2018-06-08 10:20:46 +02:00
  • 4b10bb8f0b Address comments Ahmed Muawia Khan 2018-06-07 17:32:38 +02:00
  • 2142a6a35e Merge branch 'master' of github.com:bigchaindb/bigchaindb into implement_test_blns_fuzzing z-bowen 2018-06-07 11:36:40 +02:00
  • cdc9914583 Improved reporting in case of a bad status code z-bowen 2018-06-07 11:09:49 +02:00
  • 3849eacd81 Problem: Two flake8 errors made Travis fail Troy McConaghy 2018-06-07 10:46:14 +02:00
  • 322d1d9e68 remove some more unwanted code Ahmed Muawia Khan 2018-06-06 17:30:02 +02:00
  • 5ee913ca06 Remove deprecated parameters and descriptions Ahmed Muawia Khan 2018-06-06 16:40:04 +02:00
  • 9ca402d987 Remove redundant routine fast_query Ahmed Muawia Khan 2018-06-06 16:37:20 +02:00
  • ec0ad5c599 Problem: Stack installation on Centos 7 caused issues with some packages Ahmed Muawia Khan 2018-06-06 16:31:59 +02:00
  • e899241087 Merge branch 'master' into update-config Ahmed Muawia Khan 2018-06-06 14:28:56 +02:00
  • 6f9dc5168b Problem: Tendermint RPC server gets stuck. (#2337) Lev Berman 2018-06-06 14:18:27 +02:00
  • 45218596bc Problem: Tendermint RPC server gets stuck. Lev Berman 2018-06-06 12:44:20 +02:00
  • d2fe6ab13f Update some naming conventions and redundant changes Ahmed Muawia Khan 2018-06-06 13:54:49 +02:00
  • cf1202fe0c Copyedit simple-network-setup completeness & grammar (#2312) Troy McConaghy 2018-06-06 10:03:25 +02:00
  • 22f0b95db7 Fix flake8 Ahmed Muawia Khan 2018-06-05 17:38:33 +02:00
  • 7f9a1d2e42 Problem: BigchainDB config has stale/deprecated parameters Ahmed Muawia Khan 2018-06-05 16:25:57 +02:00
  • fe180f0832 Problem: Incorrect code to fetch unspent outputs for an asset Vanshdeep Singh 2018-06-05 14:28:02 +02:00