vrde
1e07a5b111
Add ssl, login, and passwd to configure command
2017-04-04 17:43:37 +02:00
Rodolphe Marques
cd0a2dcdb7
Merge pull request #1366 from anujism/bug/437/pretty-msg-drop-nonexistent-db
...
Bug-437 Pretty message when drop nonexistent db
2017-04-04 11:29:33 +02:00
Rodolphe Marques
6f916d5781
Fixed documentation about transactions endpoint. ( #1360 )
...
* Fixed documentation about transactions endpoint.
* clarify how bigchaindb handles invalid transactions
* rephrase
2017-04-04 11:25:26 +02:00
Troy McConaghy
9f5e6d5450
Merge pull request #1365 from jackric/feat/1316/case-insens-log-level
...
Treat --log-level argument as case-insensitive
2017-04-04 10:42:37 +02:00
Anuj
bb68a44b96
Renamed bigchain import to bigchaindb
2017-04-04 13:55:24 +05:30
Anuj
8aac5c7e64
Merge remote-tracking branch 'upstream/master' into bug/437/pretty-msg-drop-nonexistent-db
2017-04-04 13:49:56 +05:30
Rodolphe Marques
6ac564728e
Merge pull request #1359 from bigchaindb/feat/1245/clean-outdated-code
...
Delete outdated speed-tests folder
2017-04-04 09:51:56 +02:00
Jack Riches
d5c8d3067e
Use two spaces before inline comment (PEP8) (fix flake8 error)
2017-04-03 23:06:36 +01:00
Jack Riches
2560f02c36
Fix syntax error (missing comma)
2017-04-03 17:19:03 +01:00
Troy McConaghy
0f41a649f6
Merge pull request #1364 from bigchaindb/how-to-handle-cla-with-no-pr
...
Added to HOW_TO_HANDLE_PULL_REQUESTS.md
2017-04-03 13:42:04 +02:00
Rodolphe Marques
cee2f94f89
Remove benchmarking-tests folder.
...
Remove references to removed folders.
2017-04-03 11:57:56 +02:00
Sylvain Bellemare
57d3770564
Add missing underline title characters
2017-04-03 11:21:32 +02:00
Lavina
e7b0b227f1
Rename bigchain.py command module to bigchaindb.py
2017-04-03 11:21:32 +02:00
Anuj
c3f89fd447
Taking DB name from config in test for non-existent db drop
2017-04-03 13:13:22 +05:30
Jack Riches
eff1406c09
Refactor awawy unnecessary lambda to str.upper
2017-04-02 23:46:44 +01:00
Troy McConaghy
f3f1ecdaec
Added to HOW_TO_HANDLE_PULL_REQUESTS.md
...
Added new subsection: How to Handle CLA Agreement Emails with No Associated Pull Request
2017-04-02 16:46:41 +02:00
Anuj
ffad192ca8
Merge remote-tracking branch 'upstream/master' into bug/437/pretty-msg-drop-nonexistent-db
2017-04-02 17:54:01 +05:30
Anuj
09866920af
Pretty message when dropping a non-existent database
2017-04-02 17:53:39 +05:30
Jack Riches
ca200b1da7
Treat --log-level argument as case-insensitive
2017-04-02 12:22:56 +01:00
Sylvain Bellemare
87eb070ed6
Refactor core.BigchainDB.get_outputs
2017-03-31 16:29:16 +02:00
Sylvain Bellemare
6fb793e52f
Update changelog for 0.9.5
2017-03-31 11:23:01 +02:00
Sylvain Bellemare
36edbc5f35
Set base version for Python to 3.6 in tox.ini
2017-03-31 11:21:51 +02:00
Sylvain Bellemare
64ef0dd9a1
Test docs building and flake8 only for Python 3.6
2017-03-31 11:21:51 +02:00
Rodolphe Marques
4bcd7dd1e2
Delete outdated speed-tests folder
2017-03-30 14:56:33 +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