Rodolphe Marques
10d83c2ab9
No duplicate vote inserts with mongodb ( #1258 )
...
* prevent duplicate vote inserts
2017-03-22 14:25:16 +01:00
Scott Sadler
d8b84891b6
federation tests
2017-03-21 16:23:56 +01:00
Sylvain Bellemare
9987041ac0
Add note about case insensitivity of log levels
2017-03-21 16:17:32 +01:00
Sylvain Bellemare
45ae58448f
Correct wording
2017-03-21 16:17:32 +01:00
Sylvain Bellemare
3a81270101
Add link to configuration file settings
2017-03-21 16:17:32 +01:00
Sylvain Bellemare
4338637983
Add docs for allowed log levels for cmd line
2017-03-21 16:17:32 +01:00
Sylvain Bellemare
d867983a89
Document cmd line option for the log level
2017-03-21 16:17:32 +01:00
Sylvain Bellemare
05db44a636
Add documentation for log configuration
2017-03-21 16:17:32 +01:00
Sylvain Bellemare
e4ed122a1c
Correct default log datefmt for console
2017-03-21 16:17:32 +01:00
Sylvain Bellemare
f740ebc7ce
Use logging module constants for levels
2017-03-21 11:12:46 +01:00
Sylvain Bellemare
87758b8a64
Re-organize imports
2017-03-21 11:12:46 +01:00
Sylvain Bellemare
eff8e3adf3
Update logging related code and tests after rebase
2017-03-21 11:12:46 +01:00
Sylvain Bellemare
53d5232be8
Remove leftover line from rebase
2017-03-21 11:12:46 +01:00
Brett Sun
f549b00813
Add tests for setting log-level from CLI
2017-03-21 11:12:46 +01:00
Brett Sun
d688e695e6
Configure logging in bigchaindb_configure
decorator
2017-03-21 11:12:46 +01:00
Brett Sun
c0498abed3
Add log-level option for all CLI commands
2017-03-21 11:12:46 +01:00
Scott Sadler
ddbdf64e33
voting module raises CriticalDuplicateVote if there's a duplicate vote
2017-03-20 17:30:02 +01:00
Sylvain Bellemare
43f779a18b
Add logging infrastructure
2017-03-20 13:54:14 +01:00
Troy McConaghy
9aa243c9f8
Merge pull request #1300 from bigchaindb/update-copyright-year-in-docs
...
Updated copyright year in docs footers
2017-03-20 09:38:24 +01:00
Troy McConaghy
3e0b4e7b90
Merge pull request #1301 from bigchaindb/rm-docs-load-testing-with-docker
...
Removed docs re: load testing with Docker
2017-03-18 22:24:04 +01:00
Scott Sadler
03ca4b1fd3
make stepping pipeline queue items mutable
2017-03-17 15:34:17 +01:00
Troy McConaghy
516492d7d4
Merge pull request #1262 from bigchaindb/change-federation-to-consortium
...
Changed 'federation' to 'cluster' or 'consortium' in docs and some code
2017-03-17 14:27:35 +01:00
Troy McConaghy
da92d1e1c2
Merge branch 'master' into change-federation-to-consortium
2017-03-17 13:51:28 +01:00
Troy McConaghy
10365bae52
docs: removed docs re load testing w/ Docker
2017-03-17 13:40:06 +01:00
Thomas Conte
550b9cb804
Fix unit test
2017-03-17 13:07:15 +01:00
Andrej Svenke
3b99daa080
Docker image optimization. ( #1277 )
2017-03-17 12:18:20 +01:00
Troy McConaghy
d213eacd57
Merge pull request #1295 from bigchaindb/copyedit-docs-1st-node-on-k8s
...
Copyedited two docs pages re/ BigchainDB on Kubernetes
2017-03-17 12:06:51 +01:00
Rodolphe Marques
e97cee8c84
Merge pull request #1294 from bigchaindb/bug/1291/threshold-conditions-duplicated-pks
...
_sign_threshold now signs all subconditions for a public key
2017-03-17 10:32:21 +01:00
Thomas Conte
3b1e6adb43
Formatting
2017-03-17 10:05:11 +01:00
Thomas Conte
8526246f78
Fix unit test
2017-03-17 10:01:58 +01:00
Sylvain Bellemare
94877cb9c1
Update change log
2017-03-17 09:54:14 +01:00
Troy McConaghy
ff132a9464
Updated copyright year in docs footers
2017-03-17 09:28:16 +01:00
Thomas Conte
08f040d218
Authentication support
2017-03-17 09:09:06 +01:00
Sylvain Bellemare
b94a9ec7e9
Fix get_spent mongodb-based query
...
fixes #1271
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
c5bad99f4e
Add test for get_spent for tx with two inputs
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
c12f08a92c
Add test to reproduce false double spend
...
see issue #1271
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
102406dd35
Add fixtures for alice, bob, and carol
2017-03-16 17:04:50 +01:00
Sylvain Bellemare
b849656d3b
Use namedtuple for key pair
2017-03-16 14:58:32 +01:00
Troy McConaghy
7aa94447cd
docs: copyedited 2 pages re/ node on k8s
2017-03-16 14:42:32 +01:00
Rodolphe Marques
4aa6ed1067
fixed pep8 error
2017-03-16 14:18:57 +01:00
Rodolphe Marques
f00f68e03f
_sign_threshold now signs all subconditions for a public key.
...
Created test.
2017-03-16 14:10:04 +01:00
Scott Sadler
bbf5c49f9a
test that transfer tx cannot have no inputs
2017-03-15 17:19:46 +01:00
Krish
ea6ce5c1a1
Single node/cluster bootstrap and node addition workflow in k8s ( #1278 )
...
* Combining configs
* Combining the persistent volume claims into a single file.
* Combining the storage classes into a single file.
* Updating documentation
* Multiple changes
* Support for ConfigMap
* Custom MongoDB container for BigchainDB
* Update documentation to run a single node on k8s
* Additional documentation
* Documentation to add a node to an existing BigchainDB cluster
* Commit on rolling upgrades
* Fixing minor documentation mistakes
* Documentation updates as per @ttmc's comments
* Block formatting error
* Change in ConfigMap yaml config
2017-03-15 16:22:49 +01:00
Troy McConaghy
a9f0f9de54
Merge pull request #1261 from bigchaindb/rm-bigchaindb-load-stuff-from-aws-scripts
...
Removed all stuff related to 'bigchaindb load' in AWS scripts
2017-03-15 16:19:13 +01:00
Scott Sadler
860e7cda02
test that transaction with no hash raises schema validation error
2017-03-15 14:32:54 +01:00
Scott Sadler
d08d932627
make max output amount a constant
2017-03-15 13:37:56 +01:00
Troy McConaghy
b0f40894c1
Merge pull request #1283 from bigchaindb/az-acs-tip
...
Tip for `az acs kubernetes get-credentials...`
2017-03-15 13:15:26 +01:00
Scott Sadler
25650597b1
test invalid string amount case
2017-03-15 11:27:35 +01:00
Scott Sadler
a869f6d1dd
fix wrong exception after schema change
2017-03-15 11:08:19 +01:00
Scott Sadler
48a766400d
try to bump codecov into correct calculation
2017-03-15 11:03:00 +01:00