Skip to content

Commit

Permalink
Merge pull request #60 from colab/remove-gitlab-plugin
Browse files Browse the repository at this point in the history
Remove gitlab plugin from colab
  • Loading branch information
Lucas Kanashiro committed Sep 2, 2015
2 parents 9a33ed7 + 7f0d43e commit cc9dcea
Show file tree
Hide file tree
Showing 23 changed files with 0 additions and 1,327 deletions.
39 changes: 0 additions & 39 deletions colab/management/commands/initconfig.py
Original file line number Diff line number Diff line change
Expand Up @@ -73,45 +73,6 @@
}},
}},
}}
## Gitlab plugin - Put this in plugins.d/gitlab.py to actiate ##
# from django.utils.translation import ugettext_lazy as _
# from colab.plugins.utils.menu import colab_url_factory
#
# name = 'colab.plugins.gitlab'
# verbose_name = 'Gitlab Plugin'
#
# upstream = 'localhost'
# #middlewares = []
#
# urls = {{
# 'include': 'colab.plugins.gitlab.urls',
# 'namespace': 'gitlab',
# 'prefix': 'gitlab',
# }}
#
# menu_title = _('Code')
#
# url = colab_url_factory('gitlab')
#
# menu_urls = (
# url(display=_('Public Projects'), viewname='gitlab',
# kwargs={{'path': '/public/projects'}}, auth=False),
# url(display=_('Profile'), viewname='gitlab',
# kwargs={{'path': '/profile'}}, auth=True),
# url(display=_('New Project'), viewname='gitlab',
# kwargs={{'path': '/projects/new'}}, auth=True),
# url(display=_('Projects'), viewname='gitlab',
# kwargs={{'path': '/dashboard/projects'}}, auth=True),
# url(display=_('Groups'), viewname='gitlab',
# kwargs={{'path': '/profile/groups'}}, auth=True),
# url(display=_('Issues'), viewname='gitlab',
# kwargs={{'path': '/dashboard/issues'}}, auth=True),
# url(display=_('Merge Requests'), viewname='gitlab',
# kwargs={{'path': '/merge_requests'}}, auth=True),
#
# )
"""


Expand Down
3 changes: 0 additions & 3 deletions colab/plugins/gitlab/__init__.py

This file was deleted.

18 changes: 0 additions & 18 deletions colab/plugins/gitlab/apps.py

This file was deleted.

188 changes: 0 additions & 188 deletions colab/plugins/gitlab/data_importer.py

This file was deleted.

18 changes: 0 additions & 18 deletions colab/plugins/gitlab/diazo.xml

This file was deleted.

Empty file.
100 changes: 0 additions & 100 deletions colab/plugins/gitlab/fixtures/gitlab_associations.json

This file was deleted.

0 comments on commit cc9dcea

Please sign in to comment.