37 Commits

Author SHA1 Message Date
troymc
cc6129103f WIP: added bigchaindb set-replicas cmd w/ non-working test 2016-06-16 14:44:57 +02:00
Rodolphe Marques
3cefcfa59b Print the version in the beginning.
This way we have information about the version even if something goes
wrong during the initialization.
2016-06-15 12:36:03 +02:00
Rodolphe Marques
9e00fbc1b0 output bigchaindb version when starting bigchaindb 2016-06-15 12:32:57 +02:00
Rodolphe Marques
f09dacdd11 renamed sharding to set-shards 2016-05-09 17:31:02 +02:00
Rodolphe Marques
9f959fc6ed Add command to configure number of shards.
Changed aws deployment script to automatically set the number of shards.
Created tests
2016-05-09 16:45:09 +02:00
vrde
f5da2af872
Remove smelly code 2016-04-28 15:46:33 +02:00
vrde
0d6e74cfc7
Use .wait to check when the database is ready 2016-04-27 17:00:21 +02:00
vrde
56af6e5b12
Move load from bigchain-benchmark to bigchain 2016-04-26 03:43:48 +02:00
vrde
f9c609ff0d
Add env variables to default config 2016-04-26 03:24:56 +02:00
vrde
c3ad343e77
Respect "-" as stdout 2016-04-26 02:14:33 +02:00
vrde
2d6c502ee3
Add exp command to start RethinkDB 2016-04-26 01:42:21 +02:00
troymc
4bfad0bbbc Minor formatting changes suggested by @r-marques 2016-04-18 16:08:25 +02:00
troymc
3fccd1ef1d Added bigchaindb export-my-pubkey command 2016-04-18 11:11:59 +02:00
vrde
ab8113a91c
Use sys.exit instead of exit 2016-04-11 11:29:42 +02:00
vrde
8215576497
Remove exception stacktrace when starting without keypair 2016-04-08 15:56:10 +02:00
vrde
c9cd842151
Avoid loading the config located in the home of the current user 2016-04-07 17:54:36 +02:00
vrde
0692fe04d0
Print config using json 2016-04-07 14:16:01 +02:00
vrde
ac3ce3b6fa
Merge branch 'develop' into improve-config 2016-04-07 11:25:12 +02:00
vrde
3c31a8684f
Remove CONFIGURED key from show-config 2016-04-06 16:50:34 +02:00
vrde
a56aa992fa
Do not hide empty privkeys 2016-04-06 16:36:12 +02:00
vrde
4b32e8e01a
Use autoconfigure on every command 2016-04-06 16:15:17 +02:00
vrde
aec3b3db6c
Hide private key when showing configuration 2016-04-06 16:14:43 +02:00
vrde
804365db24 Improve config, tests and docs
Add better support to env variables.
2016-03-31 11:37:09 +02:00
vrde
e4d3915533 Add type conversion and docs 2016-03-24 01:41:00 +01:00
vrde
20d3dd4ff3 Wrap the wsgi app in a standalone Gunicorn app 2016-03-22 18:49:14 +01:00
vrde
bd6e16b836 Fix bug related to config overwrite 2016-02-29 14:28:02 +01:00
ryan
09f244e325 read inputs in correct place 2016-02-22 14:15:44 +01:00
ryan
649cc6fd69 Merge branch 'develop' into statsd 2016-02-22 10:17:38 +01:00
ryan
131d7fad14 setup changes 2016-02-22 10:17:16 +01:00
vrde
aea99f8ce0 Fix annoying fixture 2016-02-18 22:14:58 +01:00
vrde
c695f0950e Allow non interactive first start 2016-02-18 16:27:24 +01:00
Sylvain Bellemare
ab2a0f3a82 Simplify, and avoid assignment that may not be used 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
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
Wrigley the Buffalo
841cabe8c6 Add code, have fun! 2016-02-10 19:55:33 +01:00