527 Commits

Author SHA1 Message Date
Rodolphe Marques
267d73b1cf added commit tag to changelog 2016-04-26 11:19:04 +02:00
Rodolphe Marques
0c4a2b380a bump short version v0.2.0 2016-04-26 11:09:55 +02:00
Rodolphe Marques
9143003b1e Updated version number and changelog 2016-04-26 11:06:46 +02:00
Rodolphe Marques
45c72af416 Merge pull request #225 from bigchaindb/bug/213/running-load-with-docker-fix
run the loader inside a running container
2016-04-26 10:57:16 +02:00
Rodolphe Marques
1b54a9ca6f run the loader inside a running container 2016-04-26 10:45:05 +02:00
Troy McConaghy
dca29ffe9f Merge pull request #210 from bigchaindb/update-changelog-add-v0.1.5-etc
Added v0.1.5 and more to CHANGELOG.md
2016-04-25 15:37:27 +02:00
Troy McConaghy
57a9690b15 Merge pull request #209 from bigchaindb/feat/202/deploy-local-branch-to-AWS
Feat/202/deploy local branch to aws
2016-04-25 14:54:22 +02:00
Troy McConaghy
7dd8e63e00 Merge pull request #219 from bigchaindb/fix-documentation
Small fix to the documentation
2016-04-25 13:52:57 +02:00
Rodolphe Marques
dcce6d9504 returns empty list. not None 2016-04-25 13:39:28 +02:00
troymc
7e7f266082 No more apt-get install libssl-dev libffi-dev in fabfile 2016-04-25 13:24:50 +02:00
troymc
423acf4069 Changed pip install to pip3 install in fabfile.py 2016-04-25 13:23:45 +02:00
troymc
c7b4b698c3 Updated docs on startup.sh 2016-04-25 13:22:56 +02:00
troymc
35db72e871 Made branch=pypi the default for startup.sh 2016-04-25 13:19:23 +02:00
troymc
4d83ad982f Merge remote-tracking branch 'origin/master' into feat/202/deploy-local-branch-to-AWS 2016-04-25 11:44:53 +02:00
troymc
efa134c73e Merge remote-tracking branch 'origin/master' into update-changelog-add-v0.1.5-etc 2016-04-25 09:06:52 +02:00
troymc
bbdfc7fc79 Added External Contributors in CHANGELOG.md 2016-04-25 09:06:28 +02:00
Dimitri De Jonghe
1f3a8ed3e1 Merge pull request #212 from bigchaindb/fix/update-to-cryptoconditions-0.1.6
update to cryptoconditions 0.1.6
2016-04-22 14:56:58 +02:00
diminator
6fb6138fae removed cryptography refs from docs 2016-04-22 12:50:10 +02:00
diminator
99b2dd2a61
removing libffi-dev and libssl-dev from distro dependencies (only required for cryptography, which was removed)
(cherry picked from commit 11d1482790ac20983a5e7b5145b5487c70694e84)
2016-04-22 12:50:05 +02:00
diminator
a6dd9dc1fd
update to cryptoconditions 0.1.6: removes the need of the cryptography dependency 2016-04-22 12:23:51 +02:00
troymc
e7483e8853 Added v0.1.5 and more to CHANGELOG.md 2016-04-21 17:32:14 +02:00
Rodolphe Marques
6da2603e28 Merge pull request #208 from bigchaindb/feat/204/print-version-number
Feat/204/print version number
2016-04-21 17:04:47 +02:00
troymc
b9b7f0d9d4 Updated docs on installng to AWS (new arg for startup.sh) 2016-04-21 16:36:59 +02:00
troymc
a7eca58ad8 Add ability to install to AWS from local Git branch 2016-04-21 16:36:04 +02:00
Ryan Henderson
1d50c8965d Merge pull request #181 from bigchaindb/feat/156/refactor-monitoring-code
Move monitoring code from the main class to processes
2016-04-21 16:22:07 +02:00
vrde
d9da8dc17c
Set logging level for requests to WARNING 2016-04-21 16:16:55 +02:00
Rodolphe Marques
8ed76ca234 Import version in bigchaindb.__init__
Print current version with
import bigchaindb
bigchaindb.__version__
2016-04-21 14:40:51 +02:00
Rodolphe Marques
33825ad9dc added short_version field because of readthedocs 2016-04-21 14:13:41 +02:00
Rodolphe Marques
7498fafacc removed unused imports 2016-04-21 13:43:50 +02:00
Rodolphe Marques
b2ad913d82 Merge remote-tracking branch 'remotes/origin/master' into feat/204/print-version-number 2016-04-21 13:43:34 +02:00
Rodolphe Marques
7847dea1cc added version.py 2016-04-21 13:40:57 +02:00
Rodolphe Marques
dcbaedf7ea Unified place for the version number
added --version to bigchain-cli
2016-04-21 13:38:02 +02:00
Alberto Granzotto
ac47f63b93 Merge pull request #200 from bigchaindb/0.1.5
bugfix and bump version to 0.1.5
2016-04-21 11:00:45 +02:00
vrde
592dd04e0b
Merge branch 'master' into feat/156/refactor-monitoring-code 2016-04-20 23:44:27 +02:00
vrde
fdce0d5876
Fix AttributeError in test 2016-04-20 23:23:08 +02:00
Troy McConaghy
e9bc552bb1 Merge pull request #203 from bigchaindb/add-release_eips-script
Put release_eips.py back
2016-04-20 23:08:04 +02:00
vrde
ed1e71bfec
Add tests to ProcessGroup 2016-04-20 18:18:01 +02:00
vrde
dcd09264d9
Merge branch 'master' into feat/156/refactor-monitoring-code 2016-04-20 16:53:29 +02:00
diminator
9f62cddbaf
bugfix and bump version to 0.1.5 v0.1.5 2016-04-20 15:31:52 +02:00
Troy McConaghy
dadde325b8 Merge pull request #186 from bigchaindb/feat/179/cli-export-import-public-keys
Added CLI command to export public key
2016-04-20 15:15:03 +02:00
Dimitri De Jonghe
bd24e0d2f9 Merge pull request #183 from bigchaindb/feat/116/more-solid-webserver
More solid webserver
creds to @vrde
2016-04-19 14:22:29 +02:00
Dimitri De Jonghe
4bc81105b0 Merge pull request #188 from bigchaindb/minor-update-to-docs-on-crypto
Revised the Cryptography section of the docs
2016-04-18 17:41:38 +02:00
troymc
9638a0b733 docs: Added sentence about how crypto keys are represented 2016-04-18 17:36:11 +02:00
troymc
b6fe85526f Revised the Cryptography section of the docs 2016-04-18 16:48:39 +02:00
troymc
4bfad0bbbc Minor formatting changes suggested by @r-marques 2016-04-18 16:08:25 +02:00
vrde
6619036f3d
Add more docs and remove useless code 2016-04-18 12:02:05 +02:00
troymc
0870985049 Nevermind checking err when export pubkey and pubkey set 2016-04-18 11:49:41 +02:00
troymc
030385e68a Merge remote-tracking branch 'origin/master' into feat/179/cli-export-import-public-keys 2016-04-18 11:45:04 +02:00
Troy McConaghy
a4a51b4ad3 Merge pull request #185 from bigchaindb/minor-change-to-codecov-yml
Minor change to codecov.yml
2016-04-18 11:37:25 +02:00
troymc
1c483cd8a9 Remove docs for bigchaindb add-to-keyring KEY 2016-04-18 11:17:57 +02:00