81 Commits

Author SHA1 Message Date
Sylvain Bellemare
35344d87fa Handle case when db already exists 2016-02-15 13:54:52 +01:00
Sylvain Bellemare
61c9268294 Add test for show_config option 2016-02-15 13:54:52 +01:00
Sylvain Bellemare
88d910f701 Add todo note 2016-02-15 13:54:52 +01:00
Sylvain Bellemare
e1f4b6c731 Use explicit name
Besides the fact that explicit names are generally considered a better
practice, one should also keep in mind that when debugging, a variable
like "p" clashes with the debugger command.
2016-02-15 13:54:52 +01:00
Sylvain Bellemare
d3a0b9515c Fix exception name 2016-02-15 13:54:52 +01:00
Troy McConaghy
0eb3748db5 Merge pull request #39 from bigchaindb/feat/38/cover-installing-on-ubuntu-on-aws
Add AWS/Ubuntu-14.04 specific install instructions
2016-02-15 12:16:57 +01:00
troymc
267bfbc300 Add AWS/Ubuntu-14.04 specific install instructions 2016-02-15 12:00:17 +01:00
Rodolphe Marques
cc550fb92f Merge pull request #30 from bigchaindb/0.1.1
Release 0.1.1
2016-02-15 10:43:57 +01:00
Sylvain Bellemare
f71e378f10 Release 0.1.1 2016-02-12 21:12:30 +01:00
Sylvain Bellemare
3f9bedaa98 Merge pull request #29 from bigchaindb/increase-test-coverage
Increase test coverage
2016-02-12 21:11:46 +01:00
vrde
2663c72b8f Separate imports 2016-02-12 21:07:02 +01:00
vrde
fefb365d23 Fix exceptions 2016-02-12 21:07:02 +01:00
Alberto Granzotto
c56c765805 Merge pull request #28 from bigchaindb/bug/27/fix-module-error
Hotfix for AttributeError, fix #27
2016-02-12 20:28:30 +01:00
Alberto Granzotto
663b84c9d5 Merge pull request #21 from bigchaindb/fix-coverage-badge
Fix badge
2016-02-12 20:26:51 +01:00
Troy McConaghy
7c7e4d13c1 Merge pull request #26 from bigchaindb/copy-edited-docs
Documentation revisions, mostly in Installation Instructions
2016-02-12 20:25:59 +01:00
Alberto Granzotto
20469bb7d9 Merge pull request #19 from bigchaindb/0.1.0
Version 0.1.0
2016-02-12 20:25:58 +01:00
Sylvain Bellemare
34e1507575 Merge pull request #22 from bigchaindb/move-db-exception-to-the-right-module
Move db exception to the right module
2016-02-12 20:25:22 +01:00
vrde
cbf223300d Hotfix for AttributeError, fix #27 2016-02-12 20:05:55 +01:00
vrde
54e1c7e703 Simplify exception name 2016-02-12 19:03:42 +01:00
vrde
54e2818a62 Respect PEP8. Respect Guido. 2016-02-12 18:37:46 +01:00
Troy McConaghy
52c30d3f1a Docs: add link to *cryptography* pkg installation help 2016-02-12 16:09:50 +01:00
Troy McConaghy
c455dc67ee Edits & revisions to install instructions in docs 2016-02-12 15:43:49 +01:00
vrde
a0761612ec Move db exception to the right module 2016-02-12 15:02:38 +01:00
Sylvain Bellemare
419bdd2055 Fix badge 2016-02-12 14:48:48 +01:00
Sylvain Bellemare
bb3fd5606d Version 0.1.0 2016-02-12 12:32:00 +01:00
Troy McConaghy
685e286319 Flesh out the Release Notes section in docs 2016-02-12 11:29:19 +01:00
Troy McConaghy
65abbfb972 mv contributing, faq & rel-notes to end of docs 2016-02-12 11:21:56 +01:00
Alberto Granzotto
41043b7e6f Merge pull request #18 from bigchaindb/travis
Adjust travis script to work with codecov
2016-02-12 10:39:01 +01:00
Sylvain Bellemare
7a96bce206 Add badge for docs 2016-02-12 02:37:18 +01:00
Sylvain Bellemare
576d55fe18 Add PyPI badge 2016-02-12 02:26:59 +01:00
Sylvain Bellemare
87ae982a88 Use shields.io badges 2016-02-12 02:16:16 +01:00
Sylvain Bellemare
97a7e62ce0 Add test coverage badge 2016-02-12 01:55:48 +01:00
Sylvain Bellemare
e8917b6cdf Install rethinkdb on travis via apt-get
Although the docker setup worked, codecov could not find the report
2016-02-12 01:39:41 +01:00
Sylvain Bellemare
5125e153cd Remove tox.ini - rely on travis built-in matrix 2016-02-12 01:39:41 +01:00
Sylvain Bellemare
44e6bd0848 Use setup.py to list requirements 2016-02-12 01:39:31 +01:00
Alberto Granzotto
fd2a6fc5a8 Merge pull request #15 from bigchaindb/update-setup-and-requirements
Update setup.py and requirements
2016-02-11 15:23:43 +01:00
Sylvain Bellemare
b7ad16a1de Update setup.py and requirements 2016-02-11 15:17:02 +01:00
Alberto Granzotto
9944c5b3ff Merge pull request #14 from bigchaindb/requirements
Remove no longer used requirements.txt
2016-02-11 15:13:34 +01:00
Sylvain Bellemare
11e968f8ce Remove no longer used requirements.txt
Use `python setup.py develop` or `pip install -e .` instead
2016-02-11 14:59:10 +01:00
Sylvain Bellemare
92865c0384 Merge pull request #13 from bigchaindb/fix-docker-compose
Update command name
2016-02-11 14:34:13 +01:00
Alberto Granzotto
9131da3cb0 Merge pull request #11 from bigchaindb/update-readme-install-instructions
Add instructions to install RethinkDB on !Ubuntu
2016-02-11 14:19:56 +01:00
Sylvain Bellemare
19d00496c7 Update command name 2016-02-11 14:14:35 +01:00
vrde
4ae82d6cce Merge branch 'master' into update-readme-install-instructions 2016-02-11 13:56:44 +01:00
Troy McConaghy
93dd3806b9 Merge pull request #12 from bigchaindb/update-index-in-docs
Update index in documentation
2016-02-10 22:46:15 +01:00
troymc
121d2b25b8 Update index in documentation 2016-02-10 22:40:23 +01:00
vrde
8539e8dc2d Merge branch 'develop' v0.1.0 2016-02-10 22:04:19 +01:00
Alberto Granzotto
5afcfb5ac2 Merge pull request #10 from bigchaindb/travis
Add rethinkdb to travis.yml
2016-02-10 22:03:47 +01:00
Sylvain Bellemare
f8fd4ebaf7 Add rethinkdb to travis.yml 2016-02-10 21:56:25 +01:00
Alberto Granzotto
bf77d0356b Add instructions to install RethinkDB 2016-02-10 21:06:41 +01:00
Wrigley the Buffalo
841cabe8c6 Add code, have fun! 2016-02-10 19:55:33 +01:00