muawiakh
e2316a3de8
Fix error checking of optional parameter storage-engine-cache-size
...
- Keep the parameter optional
- Remove redundant checking of the same parameter
- Do not exit if the parameter is not specified
2018-01-04 13:58:28 +01:00
Troy McConaghy
0b885efc85
Merge pull request #1984 from r7vme/fix/cache-size-bash
...
Fix issue with STORAGE_ENGINE_CACHE_SIZE parameter
2018-01-04 12:54:41 +01:00
muawiakh
a348c72696
Deployment of Tendermint + BigchainDB cluster
...
- Update existing docker-containers to support tendermint integration, nginx,
mongodb, bigchaindb
- Add tendermint configuration files for statefulset, pvc, pv and service.
- Update some READMEs.
2018-01-02 14:51:23 +01:00
Roman Sokolkov
779d31ef3e
Fix issue with STORAGE_ENGINE_CACHE_SIZE parameter
...
In mongodb docker image STORAGE_ENGINE_CACHE_SIZE
will always be set to '' (two quotation marks)
and verification will fail. So it's impossible to
run image without --storage-engine-cache-size set.
This change removes double quotes while assigning
default value to STORAGE_ENGINE_CACHE_SIZE.
2017-12-30 17:31:55 +01:00
Sylvain Bellemare
52d0c7024a
Merge branch 'master' into tendermint
2017-12-23 04:58:18 +01:00
Sylvain Bellemare
1ebeaae6d9
Closes #1736
2017-12-22 18:05:36 +01:00
Sylvain Bellemare
8bd8dc02a4
Fixes #1969
2017-12-22 18:03:57 +01:00
Sylvain Bellemare
07ddf69fc2
Add docker-compose file for mongodb ssl tests
2017-12-22 18:03:57 +01:00
Troy McConaghy
f235d42439
Merge pull request #1957 from bigchaindb/simplify-dev-and-test-docs-for-tendermint
...
Simplify the "Develop & Test BigchainDB Server" section of the docs
2017-12-22 17:14:35 +01:00
kansi
9ce7455228
Migrate cli for Tendermint
2017-12-21 12:23:15 +05:30
vrde
4c5047cb20
Merge pull request #1945 from bigchaindb/update-some-docs-in-the-production-nodes-section
...
Updated docs in the Production Nodes section for Tendermint
2017-12-20 16:13:13 +01:00
vrde
5957fa2d39
Merge branch 'master' into tendermint
2017-12-20 16:11:00 +01:00
vrde
3a0ce37a7f
Merge pull request #1951 from bigchaindb/proposal/post-txn-mode
...
Proposal for extending post transaction api
2017-12-20 16:09:47 +01:00
vrde
57d4a8e895
Merge pull request #1928 from bigchaindb/feat/integrate-event-stream
...
Integrate event stream api
2017-12-20 16:06:16 +01:00
vrde
ab4328fa1f
Merge pull request #1939 from bigchaindb/feat/integrate-metadata-api
...
integrate metadata api
2017-12-20 16:01:19 +01:00
vrde
fd6b5de91f
Merge pull request #1949 from bigchaindb/proposal-integration-testing
...
Add proposal for integration testing
2017-12-20 15:58:52 +01:00
vrde
1f21f069dd
Merge branch 'proposal-integration-testing' of github.com:bigchaindb/bigchaindb into proposal-integration-testing
2017-12-20 15:58:11 +01:00
vrde
883ba3832c
Merge branch 'tendermint' into proposal-integration-testing
2017-12-20 15:57:01 +01:00
vrde
59ae92350c
Merge pull request #1964 from bigchaindb/proposal-integration-test-cases
...
add test cases for integration testing
2017-12-20 15:53:27 +01:00
Troy McConaghy
1ac112b4a0
Merge pull request #1966 from bigchaindb/new-production-ready-page-for-tendermint
...
New production-ready page for tendermint branch
2017-12-20 14:16:13 +01:00
kansi
f1c11ccfa2
Fix spelling errors
2017-12-19 16:53:40 +05:30
Troy McConaghy
ebb6e84ad0
New page about production-readiness for Tendermint branch
2017-12-18 17:57:13 +01:00
codegeschrei
3057544618
requested changes
2017-12-18 17:15:01 +01:00
codegeschrei
b585efc790
requested changes
2017-12-18 17:03:14 +01:00
vrde
ba8ee3fe83
Fix some typos
2017-12-18 16:06:18 +01:00
codegeschrei
b9a97133d6
add test cases for integration testing
2017-12-13 13:33:03 +01:00
Troy McConaghy
5799ede466
Merge pull request #1952 from bigchaindb/new-style-quickstart-page
...
Redid the Quickstart page for the tendermint branch
2017-12-13 12:21:11 +01:00
Troy McConaghy
d9850639aa
Merge pull request #1942 from bigchaindb/tendermint-docs/1934/fix-some-broken-links
...
[tendermint branch] Docs: Fix 5 broken links to IPDB tx spec pages
2017-12-13 11:09:20 +01:00
Troy McConaghy
babf0b173c
Merge pull request #1941 from bigchaindb/docs/1934/fix-broken-links-to-ipdb-tx-spec-pages
...
[master branch] Docs: Fix 5 broken links to IPDB tx spec pages
2017-12-13 11:06:05 +01:00
kansi
afd643c41d
Expand abbrevation "txn" to transaction
2017-12-13 11:05:28 +05:30
kansi
a8d267f429
Fix asyncio compability with python 3.5
2017-12-12 22:34:17 +05:30
Ahmed Muawia Khan
ac2e431d9e
Merge pull request #1959 from bigchaindb/typo-firewall-notes
...
Typo firewall notes
2017-12-12 13:52:30 +01:00
muawiakh
4792b94201
Fix typo in firewall docs
...
- inbount -> inbound
2017-12-12 13:37:57 +01:00
Troy McConaghy
caf6724184
docs: made dev-and-test section just point to CONTRIBUTING.md
2017-12-12 10:55:05 +01:00
Troy McConaghy
fbd85301e1
Merge pull request #1921 from bigchaindb/docs/update-firewall-page
...
Updated the Notes for Firewall Setup page in docs
2017-12-12 10:35:03 +01:00
Shahbaz Nazir
6ddf37dc66
Scripts to bootstrap devstack setup for bigchaindb with tendermint ( #1887 )
...
bash scripts to setup dev environment with bigchaindb+tendermint+mongodb
2017-12-11 17:03:32 +01:00
Troy McConaghy
8c0e28ee46
Merge pull request #1947 from bigchaindb/update-contributing-md-file-for-tendermint-branch
...
Update the CONTRIBUTING.md file (on tendermint branch)
2017-12-11 16:38:52 +01:00
Troy McConaghy
93be14174a
Redid the Quickstart page for the tendermint branch
2017-12-08 12:18:20 +01:00
kansi
7cd76c346b
Proposal for extending post transaction api
2017-12-08 10:27:11 +05:30
Troy McConaghy
dab64485eb
Merge branch 'tendermint' into update-some-docs-in-the-production-nodes-section
2017-12-07 17:34:36 +01:00
vrde
efc149aaa1
Add proposal for integration testing
2017-12-07 17:30:43 +01:00
Troy McConaghy
d4e880fa36
Merge pull request #1917 from bigchaindb/rm-aws-deployment-tools-and-docs
...
Removed old AWS testing cluster stuff including docs
2017-12-07 17:04:04 +01:00
Troy McConaghy
b6c06b4ccc
Merge remote-tracking branch 'origin/tendermint' into update-contributing-md-file-for-tendermint-branch
2017-12-07 14:28:17 +01:00
Troy McConaghy
3f369eb83c
Merge pull request #1948 from bigchaindb/fix-test-and-rm-pytest-catchlog-on-tendermint-branch
...
Fixed failing test and removed pytest-catchlog on tendermint branch
2017-12-07 14:26:48 +01:00
Troy McConaghy
7a491bb781
Removed pytest-catchlog from setup.py & fixed one failing test
2017-12-07 13:33:57 +01:00
Troy McConaghy
941445cace
Updated the CONTRIBUTING.md file for the tendermint branch
2017-12-07 10:45:52 +01:00
Troy McConaghy
da799b74f6
Updated docs in Production Nodes section for Tendermint
2017-12-06 17:10:37 +01:00
Sylvain Bellemare
cb268a3832
Merge branch 'master' into tendermint
2017-12-06 16:59:26 +01:00
Troy McConaghy
cdb4561805
Merge pull request #1943 from bigchaindb/put-commit-c5443dc-in-master-branch-too
...
[master branch] Removed Azure Quickstart Template docs
2017-12-06 14:32:36 +01:00
Troy McConaghy
e0b454953c
Merge branch 'tendermint' into rm-aws-deployment-tools-and-docs
2017-12-06 14:14:04 +01:00