Skip to content
This repository has been archived by the owner on Jan 19, 2021. It is now read-only.
/ katka-bitbucket Public archive

Django app for bitbucket integration on Katka | owner=@D-Nitro

License

Notifications You must be signed in to change notification settings

kpn/katka-bitbucket

Repository files navigation

Katka Bitbucket

Django app which will be responsible for all interactions with bitbucket on Katka.

Clone

You can clone this repository on: https://github.com/kpn/katka-bitbucket

Setup

Setup your environment:

$ make venv

Stack

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.

Dependencies

Contributing

Workflow

  1. Fork this repository
  2. Clone your fork
  3. Create and test your changes
  4. Create a pull-request
  5. Wait for default reviewers to review and merge your PR

Running tests

Tests are run on docker by executing

$ make test

Or using venv

$ make test_local

Versioning

We use SemVer 2 for versioning. For the versions available, see the tags on this repository.

Authors