1
0
mirror of https://github.com/bigchaindb/bigchaindb.git synced 2024-06-17 10:03:20 +02:00
Commit Graph

3485 Commits

Author SHA1 Message Date
Muawia Khan
650177c50e Run mongodb monitoring and backup agents as non-root user
- We need to modify the read permissions on the secrets and allow
the mongodb-mms-agent to read the credentials.
2017-08-15 15:59:08 +02:00
Muawia Khan
fbee5db40f Common secret for CA in secret.yaml
- Creating a common secret for CA, since all the members of the replica set
and the clients need to have a common CA, moving all the relevant configuration
to a common secret.
- Modifying Dockerfiles for some components, once changes are approved
we will publish the new images.
- No documentation changes required.
2017-08-15 14:26:47 +02:00
Muawia Khan
04b84f6ab4 Remove persistentVolumeReclaimPolicy from the pvc request
- Reclaim policy can only be specified when we explicitly create
a persistent Volume. Removing this from a persistent volume claim
request yaml.
2017-08-15 10:07:50 +02:00
vrde
e7640feaec
Merge branch 'block-publisher-plugin-arch' 2017-08-11 11:24:07 +02:00
vrde
2ee85d6c4a
Update URL to plugin example 2017-08-10 12:04:33 +02:00
Troy McConaghy
dfd6449342 Update cryptography.md 2017-08-09 18:48:44 +02:00
vrde
229a476aa0
Fix typos 2017-08-09 17:38:44 +02:00
Krish
26f43c15eb Update MongoDB Backup Agent to v5.7.0.641 (#1718) 2017-08-09 17:03:35 +02:00
vrde
0f139a1999
Fix typo 2017-08-09 16:35:12 +02:00
vrde
c4853f54b9
Add more coverage 2017-08-09 16:23:03 +02:00
vrde
05ff9cd61f
Add docs 2017-08-09 16:14:14 +02:00
vrde
a0cbb63db8
Rename things, add tests 2017-08-09 10:51:30 +02:00
Krish
3ce4a3d0c3 User service token instead of provider key in threescale-credentials kubernetes secret (#1717) 2017-08-09 10:41:51 +02:00
Troy McConaghy
1e06bd3aac Merge pull request #1711 from bigchaindb/docs/root-docs-update
Updates to the root docs
2017-08-09 10:31:15 +02:00
Troy McConaghy
2dc92a2851 Added blurb about economic incentives to help achieve immutability 2017-08-09 10:19:32 +02:00
Krish
c2d726d584 Support proper Websocket host and port settings in root API endpoint (#1715)
* Support proper Websocket host and port settings in root API endpoint

* Documentation change
2017-08-09 09:40:41 +02:00
Krish
3ec4153375 Support for advertised host, port, scheme for Websockets (#1703)
* Support for advertised host, port, scheme for Websockets

* Update docs

* Add a docstring

* Set env vars in Dockerfile-dev too
2017-08-08 12:04:58 +02:00
vrde
21a7da1c9d
Plugins can subscribe to specific events 2017-08-08 11:28:35 +02:00
vrde
8d72421d7c
Add PubSub 2017-08-08 11:28:35 +02:00
Troy McConaghy
e929658f14 Updated the page about BDB & smart contracts 2017-08-05 11:37:40 +02:00
Troy McConaghy
01453bc806 Updated text linking to the page about immutability 2017-08-05 11:33:06 +02:00
Troy McConaghy
e3c923958c Updated our stance on BFT in bft.md 2017-08-05 11:27:37 +02:00
Troy McConaghy
5864415d96 Updated page about how BigchainDB is immutable 2017-08-05 11:21:08 +02:00
Troy McConaghy
29776554cf Emphasize MongoDB over RethinkDB in terminology.md 2017-08-05 11:02:01 +02:00
Troy McConaghy
733f52be6c For Python stuff, we follow Python's version of SemVer 2017-08-05 10:59:21 +02:00
Troy McConaghy
74b4628b75 Update decentralized.md 2017-08-03 14:48:08 +02:00
vrde
f5f964d07a Merge pull request #1644 from ketanbhatt/feat/1546/http-api-logger-logs-path-and-method
HTTP API Logger logs request path and method too
2017-08-03 09:53:18 +02:00
vrde
6a020ef49b Merge pull request #1700 from bigchaindb/semver-policy
Update SemVer policy
2017-08-03 09:24:30 +02:00
vrde
ff6f9cf58f
Go back to Python SemVer 2017-08-03 09:07:05 +02:00
vrde
3efc5725b5
Add websocket interface 2017-08-03 09:07:05 +02:00
vrde
bcc4dd4b70
Add configuration defaults 2017-08-03 09:07:05 +02:00
vrde
7756181974
Add configuration to the Public API definition 2017-08-03 09:07:05 +02:00
vrde
7f42e0a3c3
Update SemVer policy 2017-08-03 09:07:04 +02:00
Sylvain Bellemare
024d3ada8f Update docs for docker-compose.rdb.yml change 2017-08-02 17:38:18 +02:00
Sylvain Bellemare
4e2423c3de Use more explicit names for docker-compose files 2017-08-02 17:38:18 +02:00
Sylvain Bellemare
6f1ad664fd Update image for k8s 2017-08-02 16:15:00 +02:00
Troy McConaghy
31c28c5d01 Merge pull request #1691 from bigchaindb/docs/1653/fix-old-http-response-example
Replaced old response to Root URL with a description of what to expect
2017-08-02 10:38:19 +02:00
Troy McConaghy
f2da3e0daa Update RELEASE_PROCESS.md 2017-08-02 10:00:09 +02:00
Troy McConaghy
f0a683df8a Added step to REL 2017-08-02 09:59:04 +02:00
michielmulders
00bbf479ed Merge pull request #1687 from bigchaindb/michielmulders-fix-verification
Update quickstart.md BDB server with verification and note to not close terminal (mongo)
2017-08-01 13:42:03 +02:00
michielmulders
b7426e52b2 Update Quickstart with requested changes
addition of 'but' 
removal trailing phrase inside parentheses
Url replaced with URL as it's still an acronym so it's written with capital letters
2017-08-01 13:40:38 +02:00
Rodolphe Marques
640c9cc5d6 Merge pull request #1643 from ketanbhatt/chore/679/rename-variable-validity
Rename validity to blocks_validity_status
2017-08-01 09:44:58 +02:00
Troy McConaghy
15ee56c114 Merge pull request #1706 from ivanbakel/err_line
Fixed error line missing from transaction.py
2017-07-31 18:28:50 +02:00
Isaac van Bakel
cb5125ecfa Fixed error line missing from transaction.py
The second instance of the recipients error message is missing a line,
making the message meaningless.
2017-07-28 20:35:06 +01:00
Troy McConaghy
7db977cdb5 Added how block order comes from MongoDB 2017-07-26 10:06:24 +02:00
Ahmed Muawia Khan
6f2c61d778 Merge pull request #1699 from bigchaindb/minor-update-k8s-prod-guide
Remove an invalid message in the k8s production deployment guide
2017-07-25 17:30:29 +02:00
Muawia Khan
64a81b3a2b Fix and invalid command in k8s production deployment guide
- The guide is incorrect and expects and error message in the
nginx with https+3scale integration section:
$ curl -X GET https://<cluster-fqdn>
The above command should not return an error since this workflow is supported.
Updating this to the relevant command that will return the expected response
for sanity checking.
$ curl -X GET http://<cluster-fqdn>:27017
2017-07-25 17:08:55 +02:00
Troy McConaghy
53b15aa723 Merge pull request #1654 from bigchaindb/docs/1615/explain-fulfillment-uri
Wrote more about how to calculate a fulfillment string
2017-07-24 16:53:15 +02:00
Troy McConaghy
0f0900102b Merge pull request #1671 from bigchaindb/docs/log-analytics-setup-via-gui
Added docs about OMS logging setup via web browser
2017-07-21 17:18:29 +02:00
Troy McConaghy
a0560fcd4c Merge pull request #1640 from bigchaindb/more-release-process-refinement
More refinements to the release process
2017-07-21 17:17:40 +02:00