Commit Graph

15 Commits

Author SHA1 Message Date
David Dashyan 9e99c024d3
Replace headers (#2683)
Signed-off-by: David Dashyan <mail@davie.li>
2020-04-06 11:52:18 +02:00
Troy McConaghy abdd23f5a6 Problem: Source files contain no license info (#2455)
* Problem: Source files contain no license info

Solution: Add comments with SPDX license info to source files

* Python 3 files don't need # -*- coding: utf-8 -*-
2018-08-16 12:31:32 +02:00
Troy McConaghy 54229d1faf Problem: Still using "team bot" after installing Codecov (#2325)
Solution: Remove the "team bot" from the `codecov.yml` file.

I installed Codecov on all "bigchaindb" (GitHub organization) repos today, so we can remove the "team bot", according to [the Codecov docs](https://docs.codecov.io/docs/team-bot), i.e.

> The best way to integrate with Codecov is to Install Codecov's GitHub Integration.

> Once installed, you are done! You do not need to set a Team Bot because Codecov will use the integration to post statuses and comments.
2018-06-01 10:51:35 +02:00
Troy McConaghy b237a021c6 Removed old AWS testing cluster stuff including docs 2017-11-30 17:50:22 +01:00
Rodolphe Marques cee2f94f89 Remove benchmarking-tests folder.
Remove references to removed folders.
2017-04-03 11:57:56 +02:00
Krish 425397f644 NGINX frontend for MongoDB and BigchainDB (#1304)
- Added NGINX deployment to frontend both BDB and MDB.
- Nginx is configured with a whitelist (which is read from a ConfigMap)
to allow only other MDB nodes in the closter to communicate with it.
- Azure LB apparently does not support proxy protocol and hence
whitelisting fails as nginx always observer the LB IP instead of the
real IP in the TCP stream.
- Whitelisting source IPs for MongoDB
- Removing deprecated folder
- Better log format
- Intuitive port number usage
- README and examples
- Addressed a typo in PYTHON_STYLE_GUIDE.md
- Azure LB apparently does not support proxy protocol and hence
whitelisting fails as nginx always observer the LB IP instead of the
real IP in the TCP stream.
- Whitelisting source IPs for MongoDB
- Removing deprecated folder
- Multiple changes:
- Better log format
- Intuitive port number usage
- README and examples
- Addressed a typo in PYTHON_STYLE_GUIDE.md
- Documentation
- add the k8s directory to the ignore list in codecov.yml
2017-03-22 14:25:25 +01:00
Rodolphe Marques f45e36a38d enable codecov for mongodb 2017-01-13 04:56:06 -05:00
Rodolphe Marques ab56d87bcb codecov ignores mongodb folder for now 2016-12-16 13:36:59 +01:00
troymc 9243e9b468 Tell Codecov to ignore ntools/* 2016-08-17 21:03:47 +02:00
troymc 7ed2de43ef Ignore benchmarking-tests & speed-tests in codecov.yml 2016-05-18 10:44:30 +02:00
troymc b38330d0aa codecov.yml changes suggested by stevepeak 2016-05-18 10:43:40 +02:00
Rodolphe Marques a97c54e82b added version.py to codecov ignore 2016-05-03 11:52:23 +02:00
Troy McConaghy 16d888d571 Minor change to codecov.yml 2016-04-17 13:43:21 +02:00
vrde fb6ba30658
Move refs from develop to master 2016-04-11 14:47:16 +02:00
troymc 6d31fc92ff Added a codecov.yml configuration file 2016-04-01 16:06:41 +02:00