LICENSE
MANIFEST.in
README.rst
dev-requirements.txt
requirements.txt
setup.py
tox.ini
docs/Makefile
docs/administration.rst
docs/changelog.rst
docs/conf.py
docs/configuration.rst
docs/contributing.rst
docs/index.rst
docs/installation.rst
docs/requirements.txt
patchlab/__init__.py
patchlab/admin.py
patchlab/apps.py
patchlab/bridge.py
patchlab/celery.py
patchlab/events.py
patchlab/gitlab2email.py
patchlab/models.py
patchlab/tasks.py
patchlab/urls.py
patchlab.egg-info/PKG-INFO
patchlab.egg-info/SOURCES.txt
patchlab.egg-info/dependency_links.txt
patchlab.egg-info/not-zip-safe
patchlab.egg-info/requires.txt
patchlab.egg-info/top_level.txt
patchlab/management/__init__.py
patchlab/management/commands/__init__.py
patchlab/management/commands/clone.py
patchlab/management/commands/series2gitlab.py
patchlab/migrations/0001_initial.py
patchlab/migrations/0002_drop_unique_commit.py
patchlab/migrations/0003_add_submission_version.py
patchlab/migrations/0004_auto_20200428_0559.py
patchlab/migrations/__init__.py
patchlab/settings/__init__.py
patchlab/settings/base.py
patchlab/settings/ci.py
patchlab/tests/__init__.py
patchlab/tests/test_bridge.py
patchlab/tests/test_events.py
patchlab/tests/test_gitlab2email.py
patchlab/tests/test_models.py
patchlab/tests/test_tasks.py
patchlab/views/__init__.py
patchlab/views/gitlab.py