Commit Graph

17 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 d8f51d8999
Replace rel link with absolute URL 2019-01-24 13:57:44 +01: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
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
Sylvain Bellemare 3fec83d2e2 Drop support for Python 3.4
closes #1353
2017-06-20 15:26:23 +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
Brett Sun 151d1c5a0c Suggest starting multi-line imports on the next line to pass flake8 (#923) 2016-12-20 18:30:42 +01:00
troymc dd01dd099f Moved tests docs from PYTHON_STYLE_GUIDE.md to tests/README.md 2016-12-18 11:01:15 +01:00
Brett Sun 86019d51eb Add tox usage to testing docs (#915)
* Use section header for CI testing in style guide document
* Add tox section to style guide document
* Reword style guide's testing section to be more general after introduction of integration tests
2016-12-08 17:10:48 +01:00
Troy McConaghy 196f11098b Added note about running flake8 2016-11-14 18:54:50 +01:00
troymc 783c9a5834 Python Style Guide: How to Format Long import Statements 2016-04-29 15:01:36 +02:00
troymc 4b4df442d5 Developer-specific notes on running unit tests 2016-04-13 11:44:36 +02:00
vrde fb6ba30658
Move refs from develop to master 2016-04-11 14:47:16 +02:00
troymc 785ee388fe Move info on running all unit tests into the Sphinx docs 2016-03-17 16:20:11 +01:00
Troy McConaghy cfbce45fa3 In PyStyleGuide: hard-max line-length is 119 chars
Added the following sentence to the Python Style Guide section on Maximum Line Length:

"As a hard limit, keep all lines less than 119 characters (which is the width of GitHub code review)."
2016-03-01 11:31:39 +01:00
troymc 2a611c7d32 Make Sylvain's suggested changes to py style guide 2016-02-25 17:26:42 +01:00
troymc 5fd12a8b3f Add Python Style Guide, update CONTRIBUTING.md 2016-02-25 16:18:51 +01:00