3031 Commits

Author SHA1 Message Date
Rodolphe Marques
dd3bc54c62 changed structure of transactions 2016-04-05 14:36:23 +02:00
troymc
5170676c64 Merge remote-tracking branch 'origin/develop' into feat/151/deploy-cluster-on-AWS 2016-04-05 14:07:16 +02:00
Troy McConaghy
98bd615d57 Merge branch 'develop' into how-to-handle-pull-requests-md 2016-04-05 13:46:49 +02:00
Troy McConaghy
d313bbc321 Merge pull request #161 from bigchaindb/feat/159/add-codecov-yml-file
Added a codecov.yml configuration file
2016-04-05 13:28:28 +02:00
Troy McConaghy
c57148b0f7 Merge branch 'develop' into feat/159/add-codecov-yml-file 2016-04-05 13:14:39 +02:00
troymc
b100e2820c Moved AWS credentials & configs to standard ~/.aws files 2016-04-05 11:09:57 +02:00
troymc
8bcecc38ff Remove fabric check in startup.sh 2016-04-05 11:07:04 +02:00
troymc
acc22fd0b2 one line: pip install fabric fabtools requests boto3 2016-04-04 14:46:11 +02:00
troymc
fa9b32b9bb Merge branch 'develop' into feat/151/deploy-cluster-on-AWS 2016-04-04 14:43:56 +02:00
troymc
0ecdbd82ea Minor edit in HOW_TO_HANDLE_PULL_REQUESTS.md 2016-04-04 11:44:54 +02:00
troymc
ebb8e901da Added HOW_TO_HANDLE_PULL_REQUESTS.md 2016-04-04 11:39:25 +02:00
troymc
4cb6d0a0f4 Merge branch 'roderik-fix/docs-crypto-move' into develop 2016-04-03 17:43:31 +02:00
troymc
d47e87e8dd Merge branch 'fix/docs-crypto-move' of https://github.com/roderik/bigchaindb into roderik-fix/docs-crypto-move 2016-04-03 17:42:27 +02:00
Troy McConaghy
00a3d6dccc Merge pull request #162 from roderik/patch-1
Update the cryptography dependency to 1.2.3
2016-04-03 17:37:37 +02:00
Roderik van der Veer
722cc32393 Update the documentation to reflect the move of generate_keys to the crypto module 2016-04-03 11:43:25 +02:00
Roderik van der Veer
dca2750407 Update the cryptography dependency to 1.2.3
This fixes the `conflicting types for 'BIO_new_mem_buf'` error when running with a recent openssl version, e.g. under Alpine Linux. See https://github.com/pyca/cryptography/issues/2750
2016-04-03 10:18:44 +02:00
troymc
6d31fc92ff Added a codecov.yml configuration file 2016-04-01 16:06:41 +02:00
troymc
86ac6b2483 Added note to docs re/ using a cluster deployed on AWS today 2016-04-01 09:54:51 +02:00
troymc
b1b25a2986 Noted AWS deployment scripts in CHANGELOG.md 2016-04-01 09:05:58 +02:00
troymc
1b18ceabe6 Added deploy-on-aws to /docs/index.rst 2016-04-01 09:02:44 +02:00
troymc
3866537597 1st draft of AWS deployment docs 2016-03-31 19:08:37 +02:00
diminator
9067582bdd updated docs 2016-03-31 18:05:52 +02:00
troymc
72c77cd638 Deleted old AWS deployment Readme.md 2016-03-31 17:56:20 +02:00
troymc
0a890801c5 Rename bigchaindb.conf to rethinkdb.conf (@ AWS deployment) 2016-03-31 15:13:42 +02:00
diminator
ce1302dd90 imports from crypto 2016-03-31 15:10:43 +02:00
troymc
531a60e8aa Refactor how bigchaindb.conf gets written 2016-03-31 14:38:11 +02:00
vrde
5864c34115 Remove redundant documentation 2016-03-31 11:50:48 +02:00
vrde
75a4bf65dd Remove reference to command line params 2016-03-31 11:44:33 +02:00
vrde
804365db24 Improve config, tests and docs
Add better support to env variables.
2016-03-31 11:37:09 +02:00
troymc
a5a898cb60 Moved shared AWS constants & functions to awscommon 2016-03-31 10:57:05 +02:00
troymc
af275f0e49 Better handling of AWS elastic IPs 2016-03-31 10:31:09 +02:00
vrde
e10a5aed95 Add gunicorn dep 2016-03-30 17:54:17 +02:00
troymc
62f953a6c7 Put import unicode_literals back in Fabric pyfiles 2016-03-30 17:36:09 +02:00
troymc
7e2dac5766 Minor formatting in fabfile.py 2016-03-30 17:10:47 +02:00
troymc
579efa3e71 Remove import unicode_literals from Fabric scripts 2016-03-30 11:21:58 +02:00
troymc
03c2d0f1f2 AWS deploy: merge a bunch of py scripts into one 2016-03-30 10:16:02 +02:00
troymc
1852192c75 Use require=True in create_hostlist.py 2016-03-29 18:52:57 +02:00
troymc
24ec852e77 Simplify use of argparse in run_and_tag.py 2016-03-29 18:30:53 +02:00
troymc
8949b5d8c6 Minor code cleanup in startup.sh 2016-03-29 17:58:51 +02:00
troymc
ff68501dc2 Removed check for awscli because we don't use it anymore 2016-03-29 15:37:46 +02:00
troymc
4d7c578adb Added some help comments to startup.sh 2016-03-29 14:56:32 +02:00
troymc
a9edd9b629 Revised create_hostlist.py to use boto3 & nicer Python 2016-03-29 14:40:07 +02:00
troymc
8cebcfb195 Acquire & assign elastic IPs the boto3 way 2016-03-29 11:53:38 +02:00
troymc
810b4bf120 Consistent headers in .py files for AWS deployment 2016-03-29 09:50:29 +02:00
troymc
48501fa993 Minor cleanup and consistency revisions 2016-03-24 19:43:43 +01:00
troymc
c0a7be618c Revised how wait-for-running was done in AWS deployment 2016-03-24 19:39:33 +01:00
troymc
f46fb86ec4 Migrate run_and_tag.py from boto to boto3 2016-03-24 11:47:23 +01:00
troymc
842b534876 Notes in Readme.md in prep for migration to boto3 2016-03-24 10:04:15 +01:00
troymc
0dcfa8045c Better error message when pem/bigchaindb.pem missing 2016-03-24 10:03:12 +01:00
vrde
e4d3915533 Add type conversion and docs 2016-03-24 01:41:00 +01:00