Django app which will be responsible for all interactions with bitbucket on Katka.
You can clone this repository on: https://github.com/kpn/katka-bitbucket
Setup your environment:
$ make venv
Katka Bitbucket is build on top of the Python framework Django and the Django Rest Framework to build APIs. Under the hood it runs Python 3.7.
- djangorestframework: django toolkit for building Web APIs
- pkgsettings: to manage package specific settings
- Fork this repository
- Clone your fork
- Create and test your changes
- Create a pull-request
- Wait for default reviewers to review and merge your PR
Tests are run on docker by executing
$ make test
Or using venv
$ make test_local
We use SemVer 2 for versioning. For the versions available, see the tags on this repository.
- KPN I&P D-Nitro - d-nitro@kpn.com