Sylvain Bellemare
f568d8acb5
Add docs requirements in setup.py
2016-02-17 23:59:26 +01:00
Sylvain Bellemare
cb7d10b88f
Remove "..." to avoid warning from sphinx
2016-02-17 23:59:25 +01:00
Sylvain Bellemare
ef9d3d3a9a
Add missing "#"
2016-02-17 15:44:37 +01:00
Sylvain Bellemare
48509ec00f
Remove unused imports
2016-02-17 15:43:35 +01:00
Troy McConaghy
26fe39df85
Merge pull request #57 from bigchaindb/documentation-improvements
...
Numerous documentation improvements
2016-02-17 11:38:56 +01:00
troymc
9e65cf1b0b
Numerous documentation improvements
2016-02-16 20:42:43 +01:00
vrde
f7bb3fb91a
Merge branch 'master' into develop
2016-02-16 14:02:41 +01:00
Alberto Granzotto
87326ac93c
Merge pull request #52 from bigchaindb/0.1.3
...
Update requirements, ready for v0.1.3
2016-02-16 14:00:30 +01:00
vrde
8926e3216c
Update requirements, ready for v0.1.3
v0.1.3
2016-02-16 11:37:51 +01:00
Alberto Granzotto
0157cf9886
Merge pull request #31 from bigchaindb/tests-for-issue-27
...
Tests for issue #27
2016-02-16 00:01:27 +01:00
Alberto Granzotto
1ecf2a000a
Merge pull request #33 from bigchaindb/fix-docker-config
...
Fix some config issues for docker-compose
2016-02-15 23:25:09 +01:00
Sylvain Bellemare
53aff999aa
Make it harder for issue #27 to go unnoticed
2016-02-15 22:18:26 +01:00
Troy McConaghy
d9bbbe1f05
Merge pull request #48 from bigchaindb/bug/46/change-instructions-for-pip3-install
...
Add sudo before pip install bigchaindb sometimes
2016-02-15 19:51:01 +01:00
troymc
b725b4e716
Add sudo before pip install bigchaindb sometimes
2016-02-15 19:40:55 +01:00
Troy McConaghy
847368c98e
Merge pull request #47 from bigchaindb/bug/46/change-instructions-for-pip3-install
...
Changed pip3 install instructions for U14.04
2016-02-15 19:25:53 +01:00
troymc
90129b8fa5
Changed pip3 install instructions for U14.04
2016-02-15 18:52:57 +01:00
Troy McConaghy
e0187d5325
Merge pull request #45 from bigchaindb/feat/44/update-contributing-md
...
Update CONTRIBUTING.md to say we use GitHub Flow
2016-02-15 18:10:32 +01:00
troymc
2e323208ff
In CONTRIBUTING.md format code blocks as plain text
2016-02-15 17:37:40 +01:00
troymc
9dcf0840d3
Change bash atop code blocks
2016-02-15 17:27:01 +01:00
troymc
dbcf9c0e20
Update CONTRIBUTING.md to say we use GitHub Flow
2016-02-15 17:22:33 +01:00
Sylvain Bellemare
a68a4352b8
Import locally
2016-02-15 16:30:37 +01:00
Sylvain Bellemare
2cf2201095
Remove unused import
2016-02-15 16:30:37 +01:00
Sylvain Bellemare
f623046f23
Use pytest fixtures to create the inputs
2016-02-15 16:30:37 +01:00
Sylvain Bellemare
df242a35c6
Use pytest fixtures instead of imports
2016-02-15 16:30:37 +01:00
Sylvain Bellemare
2db5197619
Remove unused import
2016-02-15 16:30:37 +01:00
Sylvain Bellemare
5b8a31a341
Re-worked tests such that #27 is covered
2016-02-15 16:30:37 +01:00
Sylvain Bellemare
b578fbd4c7
Add missing blank line (pep8)
2016-02-15 16:30:37 +01:00
Sylvain Bellemare
e15d4ce39c
Fix some config issues for docker-compose
2016-02-15 14:42:15 +01:00
Sylvain Bellemare
02d941d333
Merge pull request #42 from bigchaindb/0.1.2
...
Release 0.1.2
2016-02-15 14:40:15 +01:00
vrde
d2ff24166d
Release 0.1.2
v0.1.2
2016-02-15 14:23:24 +01:00
Alberto Granzotto
a685c15043
Merge pull request #32 from bigchaindb/fix-exception
...
Fix exception when running `start`. Close #35
2016-02-15 14:05:47 +01:00
Sylvain Bellemare
9919e275c2
Add test for run_configure to write config
2016-02-15 13:54:52 +01:00
Sylvain Bellemare
ab2a0f3a82
Simplify, and avoid assignment that may not be used
2016-02-15 13:54:52 +01:00
Sylvain Bellemare
a766fc60b7
Add test for run_configure
2016-02-15 13:54:52 +01:00
Sylvain Bellemare
2b483767ea
Add test for run_drop
2016-02-15 13:54:52 +01:00
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
2a025448b2
Merge pull request #37 from bigchaindb/develop
...
release 0.1.1
v0.1.1
2016-02-15 10:48:53 +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