3703 Commits

Author SHA1 Message Date
Troy McConaghy
0337a4e2eb Remove 2 refs/links to the deprecated Transaction CLI tool 2018-02-16 10:00:46 +01:00
vrde
9d720f6d45 Problem: statsd configuration is no longer supported
Solution: remove monitoring code, completes #1138
2018-02-13 14:36:03 +01:00
Ahmed Muawia Khan
1f172b1b3c
Merge pull request #2029 from bigchaindb/vagrant-fix-ubuntu-xenial
Fixing Vagrant tutorial
2018-02-08 15:57:05 +01:00
muawiakh
1df86234d6 Fix Vagrant tutorial 2018-02-08 14:52:37 +01:00
Ahmed Muawia Khan
f88ce7c1eb
Merge pull request #1877 from bigchaindb/template-spec
Add guidelines for new features in BigchainDB
2018-02-06 12:40:05 +01:00
Ahmed Muawia Khan
b4acee0425
Merge pull request #2019 from bigchaindb/storage-engine-fix
Fix storage-engine-cache size issue
2018-02-06 11:51:27 +01:00
muawiakh
75e90c964f Merge branch 'master' into storage-engine-fix 2018-02-05 18:06:25 +01:00
muawiakh
8477392abd Merge branch 'master' into template-spec 2018-02-05 18:03:55 +01:00
Ahmed Muawia Khan
4147e59edb
Merge pull request #2023 from sbellem/update-ssl-certs-for-tests
Update SSL certs and keys for tests
2018-02-02 12:03:12 +01:00
Sylvain Bellemare
5cec22d659
Update SSL certs and keys for tests
fixes #2015
2018-02-01 17:24:52 +01:00
Troy McConaghy
402abe72e8
Merge pull request #2020 from bigchaindb/update-main-license-to-apache-v2
Updated main code license to Apache v2 in LICENSES.md
2018-01-31 16:30:33 +01:00
Troy McConaghy
2759320ea3 Updated main code license to Apache v2 in LICENSES.md 2018-01-31 16:15:16 +01:00
muawiakh
6e055c642c Fix storage-engine-cache size issue
- Allow for empty values
- Allow if you don't specify the --storage-engine-cache-size
2018-01-31 15:46:39 +01:00
muawiakh
6a8cb99597 Merge branch 'master' into template-spec 2018-01-30 16:41:01 +01:00
muawiakh
1048d6a170 Update document reference in issue_template 2018-01-30 14:24:50 +01:00
muawiakh
d9f927bcd9 Update minor typos and directory references 2018-01-30 14:21:52 +01:00
muawiakh
0216ffd1e8 minor change
- update formatting in example spec
2018-01-24 13:41:07 +01:00
muawiakh
407935c982 Move bigchaindb/docs/specs to bigchaindb/proposals
- Use *.md for example spec instead of *.rst
2018-01-24 13:32:50 +01:00
vrde
73ba3f5eb0
Merge pull request #1967 from sbellem/measure-branch-coverage
Closes #1736
2018-01-23 17:28:33 +01:00
muawiakh
0016c86e0b Address comments
- Remove release process changes
- Specs per release will be tracked as part of a different PR
  and proposal
2018-01-17 10:43:35 +01:00
Sylvain Bellemare
afda1686e6 Upgrade aiohttp
related to https://github.com/aio-libs/aiohttp/pull/2667
2018-01-16 12:05:47 +01:00
Sylvain Bellemare
9bed8f363a Fixes #1930 2018-01-15 19:08:58 +01:00
muawiakh
ab9e1f71c7 Pin yarl version to 0.18.* in setup.py
- We need to pin this dependency because version 1.0.0 of yarl
  does not expose `unquote` and if we do not pin it, the latest
  version >=1.*.* is downloaded and `aiohttp` expects it.
- This can also be fixed on `aiohttp`, but meanwhile :)
2018-01-15 18:55:09 +01:00
Ahmed Muawia Khan
f817818770
Merge pull request #1987 from bigchaindb/storage-engine-fix-mongo-k8s
Fix error checking of optional parameter `storage-engine-cache-size`
2018-01-11 12:54:46 +01:00
muawiakh
9d45f735fd Improving code readability 2018-01-04 14:53:23 +01:00
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
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
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
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
kansi
f1c11ccfa2 Fix spelling errors 2017-12-19 16:53:40 +05:30
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
7cd76c346b Proposal for extending post transaction api 2017-12-08 10:27:11 +05:30
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
47bf3215ea Removed Azure Quickstart Template docs
(cherry picked from commit c5443dc477a0f4018c3785d22760fbbcae06d3a3)
2017-12-06 14:03:45 +01:00
Troy McConaghy
d9f147df6e Docs: Fixed 5 broken links to IPDB tx spec pages 2017-12-06 11:23:45 +01:00
Sylvain Bellemare
138aaaf8fd Remove pytest-catchlog since it is now in the core 2017-12-06 10:57:37 +01:00
Sylvain Bellemare
9dd2e026b0 Fixes #1891 2017-12-05 19:38:52 +01:00
Katha
e377fb57af
Pre commit styling (#1914)
* run pre-commit and fix errors

* mention pre-commit in our guides
2017-11-30 15:04:14 +01:00
Katha
7aa1f09588
Merge pull request #1872 from bigchaindb/pre-commit-proposal
pre-commit proposal
2017-11-30 15:03:30 +01:00
codegeschrei
321809622a pre-commit proposal 2017-11-29 18:41:07 +01:00
Sylvain Bellemare
35012a6452 Fix flake8 errors 2017-11-29 16:55:32 +01:00
Troy McConaghy
7bfc665638
Merge pull request #1909 from bigchaindb/docs/point-some-pages-to-ipdb-tx-spec-docs
Changed six docs pages to just point to the IPDB Transaction Spec
2017-11-28 16:32:29 +01:00
Troy McConaghy
b52f094efa Revised several pages to point to replacement in the IPDB Transaction Spec 2017-11-28 12:16:44 +01:00
Troy McConaghy
1de7e55ac3
Merge pull request #1894 from bigchaindb/issue/1875/json-schema-validation-is-ipdb-protocol
Removed appendix page w/ tx JSON Schema files & updated transaction-m…
2017-11-23 16:37:32 +01:00
Troy McConaghy
374b6301c6 In readme file about JSON Schema files, note provenance and update process 2017-11-23 16:21:19 +01:00
Troy McConaghy
f23a2c4042 Removed appendix page w/ tx JSON Schema files & updated transaction-model.rst page 2017-11-23 14:45:23 +01:00
Ahmed Muawia Khan
4e64a37e52
Merge pull request #1890 from bigchaindb/advertise-metadata
Add metadata endpoint to info view
2017-11-23 11:16:50 +01:00