2829 Commits

Author SHA1 Message Date
Sylvain Bellemare
64ef0dd9a1 Test docs building and flake8 only for Python 3.6 2017-03-31 11:21:51 +02:00
morrme
5c2bab078f Update tox.ini 2017-03-30 10:23:08 +02:00
morrme
ead832a130 added Python 3.6 per issue #1331 2017-03-30 10:23:08 +02:00
Sylvain Bellemare
c6de90fa79 Upgrade rapidjson to latest 0.0.11 2017-03-29 10:13:33 +02:00
Troy McConaghy
64441fcaba Merge pull request #1332 from bigchaindb/docs-re-sw-upgrades-when-on-k8s
New docs page about updating all the software on a BigchainDB node on Kubernetes
2017-03-28 20:31:48 +02:00
vrde
69190fed67
Merge branch 'tomconte-feat/1281/mongodb-ssl-auth' 2017-03-28 15:16:27 +02:00
vrde
31e95f086c
Merge branch 'feat/1281/mongodb-ssl-auth' of https://github.com/tomconte/bigchaindb into tomconte-feat/1281/mongodb-ssl-auth 2017-03-28 15:16:16 +02:00
vrde
047108046a
Revert "Add ssl, login, and passwd to configure command"
This reverts commit 699e615d47bb6b24f4d373c8edfd3a84d4b6e0c1.
2017-03-28 15:01:10 +02:00
vrde
699e615d47
Add ssl, login, and passwd to configure command 2017-03-28 14:51:02 +02:00
Sylvain Bellemare
1083e04dd5 Fix Makefile (test) coverage target 2017-03-28 12:25:42 +02:00
Sylvain Bellemare
9679561d89 Update pytest command in Makefile
Use new command "pytest", add verbosity, and distribute tests across
available CPU cores
2017-03-28 12:25:42 +02:00
vrde
441ad914cf
Improve test coverage 2017-03-28 11:24:16 +02:00
Thomas Conte
58d80e9731 Fix ssl param default value 2017-03-27 10:59:58 +02:00
Sylvain Bellemare
0edb1c18f2 Keep gunicorn logger_class internal
closes #1334
2017-03-24 14:22:48 +01:00
Troy McConaghy
3a80204039 Merge pull request #1333 from bigchaindb/fix_readthedocs_in_release_process
Improved readthedocs.org instructions in Release_Process.md
2017-03-24 11:06:36 +01:00
Troy McConaghy
c61e3333d0 improved readthedocs.org instructions in Release_Process.md 2017-03-24 10:57:56 +01:00
Troy McConaghy
f5a32e35c5 docs: 1st draft of page about updating all s/w on a BDB node on k8s 2017-03-23 18:21:55 +01:00
Sylvain Bellemare
cea78b3ae2 Integrate gunicorn logs with bigchaindb logs
Closes #1329
2017-03-23 17:22:43 +01:00
Sylvain Bellemare
6e3f25a143 Set log level for gunicorn 2017-03-23 13:54:16 +01:00
Sylvain Bellemare
054fb48ca8 Set cmd line log level option default 2017-03-22 16:47:39 +01:00
Sylvain Bellemare
b42264e27e Add commands subpackage documentation 2017-03-22 16:35:24 +01:00
Sylvain Bellemare
0ae9d19a54 Separate log configuration from logging process
Closes #1317
2017-03-22 16:35:24 +01:00
Rodolphe Marques
510e03ea80 Merge pull request #1322 from bigchaindb/feat/356/limit-cc-complexity
Clarify allowed maximum complexity of conditions
2017-03-22 15:50:55 +01:00
Rodolphe Marques
f98a634d65 clarify allowed maximum complexity of conditions 2017-03-22 14:37:37 +01:00
Krish
425397f644 NGINX frontend for MongoDB and BigchainDB (#1304)
- Added NGINX deployment to frontend both BDB and MDB.
- Nginx is configured with a whitelist (which is read from a ConfigMap)
to allow only other MDB nodes in the closter to communicate with it.
- Azure LB apparently does not support proxy protocol and hence
whitelisting fails as nginx always observer the LB IP instead of the
real IP in the TCP stream.
- Whitelisting source IPs for MongoDB
- Removing deprecated folder
- Better log format
- Intuitive port number usage
- README and examples
- Addressed a typo in PYTHON_STYLE_GUIDE.md
- Azure LB apparently does not support proxy protocol and hence
whitelisting fails as nginx always observer the LB IP instead of the
real IP in the TCP stream.
- Whitelisting source IPs for MongoDB
- Removing deprecated folder
- Multiple changes:
- Better log format
- Intuitive port number usage
- README and examples
- Addressed a typo in PYTHON_STYLE_GUIDE.md
- Documentation
- add the k8s directory to the ignore list in codecov.yml
2017-03-22 14:25:25 +01:00
Rodolphe Marques
10d83c2ab9 No duplicate vote inserts with mongodb (#1258)
* prevent duplicate vote inserts
2017-03-22 14:25:16 +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
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
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