FreeBSD Bugzilla – Attachment 167569 Details for
Bug 202468
[new port] www/gitlab
Home
|
New
|
Browse
|
Search
|
[?]
|
Reports
|
Help
|
New Account
|
Log In
Remember
[x]
|
Forgot Password
Login:
[x]
[patch]
current progress as diff against /usr/ports
gitlab.diff (text/plain), 234.29 KB, created by
Torsten Zühlsdorff
on 2016-02-29 15:11:49 UTC
(
hide
)
Description:
current progress as diff against /usr/ports
Filename:
MIME Type:
Creator:
Torsten Zühlsdorff
Created:
2016-02-29 15:11:49 UTC
Size:
234.29 KB
patch
obsolete
>diff --git a/databases/rubygem-after_commit_queue/Makefile b/databases/rubygem-after_commit_queue/Makefile >index b72ac99..8507786 100644 >--- a/databases/rubygem-after_commit_queue/Makefile >+++ b/databases/rubygem-after_commit_queue/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= after_commit_queue > PORTVERSION= 1.3.0 >+PORTREVISION= 1 > CATEGORIES= databases rubygems > MASTER_SITES= RG > >@@ -11,7 +12,7 @@ COMMENT= Allows to run callbacks after transaction is committed > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/MIT-LICENSE > >-RUN_DEPENDS?= rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord >+RUN_DEPENDS?= rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4 > > NO_ARCH= yes > USE_RUBY= yes >diff --git a/devel/gitlab-shell/Makefile b/devel/gitlab-shell/Makefile >new file mode 100644 >index 0000000..1f464a6 >--- /dev/null >+++ b/devel/gitlab-shell/Makefile >@@ -0,0 +1,34 @@ >+# Created by: Torsten Zuehlsdorff <ports@toco-domains.de >+# $FreeBSD$ >+ >+PORTNAME= gitlab-shell >+PORTVERSION= 2.6.10 >+CATEGORIES= devel >+MASTER_SITES= http://ports.toco-domains.de/ >+DISTNAME= ${PORTNAME}-v${PORTVERSION} >+ >+MAINTAINER= ports@toco-domains.de >+COMMENT= GitLab Shell handles git commands for GitLab >+ >+USERS= git >+GROUPS= git >+ >+BUILD_DEPENDS= ruby>=2.1.5:${PORTSDIR}/lang/ruby21 \ >+ gem:${PORTSDIR}/devel/ruby-gems >+ >+USERS= git >+GROUPS= git >+ >+NO_BUILD= yes >+NO_ARCH= yes >+ >+do-install: >+ ${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}/var/log/ >+ ${TOUCH} ${STAGEDIR}/var/log/gitlab-shell.log >+ ${MKDIR} ${STAGEDIR}${DATADIR} >+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR}) >+ >+.include <bsd.port.mk> >diff --git a/devel/gitlab-shell/distinfo b/devel/gitlab-shell/distinfo >new file mode 100644 >index 0000000..8aba954 >--- /dev/null >+++ b/devel/gitlab-shell/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (gitlab-shell-v2.6.10.tar.gz) = 25c4e05e6fb0068e4be6a6b44d5fe30b98957ea6fe1470fb622480354fb17bb7 >+SIZE (gitlab-shell-v2.6.10.tar.gz) = 35474 >diff --git a/devel/gitlab-shell/files/patch-config.yml.example b/devel/gitlab-shell/files/patch-config.yml.example >new file mode 100644 >index 0000000..3282b03 >--- /dev/null >+++ b/devel/gitlab-shell/files/patch-config.yml.example >@@ -0,0 +1,11 @@ >+--- config.yml.example.orig 2016-02-24 09:49:01 UTC >++++ config.yml.example >+@@ -48,7 +48,7 @@ redis: >+ >+ # Log file. >+ # Default is gitlab-shell.log in the root directory. >+-# log_file: "/home/git/gitlab-shell/gitlab-shell.log" >++log_file: "/var/log/gitlab-shell.log" >+ >+ # Log level. INFO by default >+ log_level: INFO >diff --git a/devel/gitlab-shell/pkg-descr b/devel/gitlab-shell/pkg-descr >new file mode 100644 >index 0000000..202da46 >--- /dev/null >+++ b/devel/gitlab-shell/pkg-descr >@@ -0,0 +1,4 @@ >+GitLab Shell handles git commands for GitLab >+and modifies the list of authorized keys. >+ >+WWW: https://gitlab.com/gitlab-org/gitlab-shell >diff --git a/devel/gitlab-shell/pkg-plist b/devel/gitlab-shell/pkg-plist >new file mode 100644 >index 0000000..d5f9352 >--- /dev/null >+++ b/devel/gitlab-shell/pkg-plist >@@ -0,0 +1,65 @@ >+%%DATADIR%%/.gitignore >+%%DATADIR%%/.gitlab-ci.yml >+%%DATADIR%%/.hound.yml >+%%DATADIR%%/.rspec >+%%DATADIR%%/.rubocop.yml >+%%DATADIR%%/CHANGELOG >+%%DATADIR%%/Gemfile >+%%DATADIR%%/Gemfile.lock >+%%DATADIR%%/Guardfile >+%%DATADIR%%/LICENSE >+%%DATADIR%%/README.md >+%%DATADIR%%/VERSION >+@(git,,555) %%DATADIR%%/bin/check >+@(git,,555) %%DATADIR%%/bin/create-hooks >+@(git,,555) %%DATADIR%%/bin/gitlab-keys >+@(git,,555) %%DATADIR%%/bin/gitlab-projects >+@(git,,555) %%DATADIR%%/bin/gitlab-shell >+@(git,,555) %%DATADIR%%/bin/install >+@sample %%DATADIR%%/config.yml.sample >+%%DATADIR%%/hooks/post-receive >+%%DATADIR%%/hooks/pre-receive >+%%DATADIR%%/hooks/update >+%%DATADIR%%/lib/gitlab_access.rb >+%%DATADIR%%/lib/gitlab_access_status.rb >+%%DATADIR%%/lib/gitlab_config.rb >+%%DATADIR%%/lib/gitlab_custom_hook.rb >+%%DATADIR%%/lib/gitlab_init.rb >+%%DATADIR%%/lib/gitlab_keys.rb >+%%DATADIR%%/lib/gitlab_logger.rb >+%%DATADIR%%/lib/gitlab_net.rb >+%%DATADIR%%/lib/gitlab_post_receive.rb >+%%DATADIR%%/lib/gitlab_projects.rb >+%%DATADIR%%/lib/gitlab_shell.rb >+%%DATADIR%%/lib/httpunix.rb >+%%DATADIR%%/lib/names_helper.rb >+%%DATADIR%%/spec/gitlab_access_spec.rb >+%%DATADIR%%/spec/gitlab_config_spec.rb >+%%DATADIR%%/spec/gitlab_keys_spec.rb >+%%DATADIR%%/spec/gitlab_logger_spec.rb >+%%DATADIR%%/spec/gitlab_net_spec.rb >+%%DATADIR%%/spec/gitlab_post_receive_spec.rb >+%%DATADIR%%/spec/gitlab_projects_spec.rb >+%%DATADIR%%/spec/gitlab_shell_spec.rb >+%%DATADIR%%/spec/httpunix_spec.rb >+%%DATADIR%%/spec/names_helper_spec.rb >+%%DATADIR%%/spec/spec_helper.rb >+%%DATADIR%%/spec/vcr_cassettes/allowed-pull.yml >+%%DATADIR%%/spec/vcr_cassettes/allowed-push.yml >+%%DATADIR%%/spec/vcr_cassettes/broadcast_message-none.yml >+%%DATADIR%%/spec/vcr_cassettes/broadcast_message-ok.yml >+%%DATADIR%%/spec/vcr_cassettes/check-ok.yml >+%%DATADIR%%/spec/vcr_cassettes/denied-pull.yml >+%%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml >+%%DATADIR%%/spec/vcr_cassettes/denied-push.yml >+%%DATADIR%%/spec/vcr_cassettes/discover-ok.yml >+%%DATADIR%%/support/rewrite-hooks.sh >+%%DATADIR%%/support/truncate_repositories.sh >+@(git,,664) /var/log/gitlab-shell.log >+@dir %%DATADIR%%/bin >+@dir %%DATADIR%%/hooks >+@dir %%DATADIR%%/lib >+@dir %%DATADIR%%/spec/vcr_cassettes >+@dir %%DATADIR%%/spec >+@dir %%DATADIR%%/support >+@dir %%DATADIR%% >diff --git a/devel/libgit2/Makefile b/devel/libgit2/Makefile >index 555851b..5d671ae 100644 >--- a/devel/libgit2/Makefile >+++ b/devel/libgit2/Makefile >@@ -1,8 +1,9 @@ > # $FreeBSD$ > > PORTNAME= libgit2 >-PORTVERSION= 0.23.4 >+PORTVERSION= 0.24.0 > DISTVERSIONPREFIX= v >+DISTVERSIONSUFFIX= -rc1 > CATEGORIES= devel > > MAINTAINER= wg@FreeBSD.org >diff --git a/devel/libgit2/distinfo b/devel/libgit2/distinfo >index 6657b1f..c480419 100644 >--- a/devel/libgit2/distinfo >+++ b/devel/libgit2/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (libgit2-libgit2-v0.23.4_GH0.tar.gz) = c7f5e2d7381dbc4d7e878013d14f9993ae8a41bd23f032718e39ffba57894029 >-SIZE (libgit2-libgit2-v0.23.4_GH0.tar.gz) = 4065303 >+SHA256 (libgit2-libgit2-v0.24.0-rc1_GH0.tar.gz) = e956fb569ddaf2d1d29307b4dc361121160ea7ab052eb3dc1c07b95175cb842d >+SIZE (libgit2-libgit2-v0.24.0-rc1_GH0.tar.gz) = 4165326 >diff --git a/devel/libgit2/pkg-plist b/devel/libgit2/pkg-plist >index 60a4259..9f7a080 100644 >--- a/devel/libgit2/pkg-plist >+++ b/devel/libgit2/pkg-plist >@@ -74,6 +74,6 @@ include/git2/tree.h > include/git2/types.h > include/git2/version.h > lib/libgit2.so >-lib/libgit2.so.%%PORTVERSION%% >-lib/libgit2.so.%%SHLIB_VER%% >+lib/libgit2.so.0.23.0 >+lib/libgit2.so.23 > libdata/pkgconfig/libgit2.pc >diff --git a/devel/rubygem-akismet/Makefile b/devel/rubygem-akismet/Makefile >new file mode 100644 >index 0000000..4fe2c18 >--- /dev/null >+++ b/devel/rubygem-akismet/Makefile >@@ -0,0 +1,20 @@ >+# Created by: Torsten Zühlsdorff <ports@toco-domains.de> >+# $FreeBSD$ >+ >+PORTNAME= akismet >+PORTVERSION= 2.0.0 >+CATEGORIES= devel rubygems >+MASTER_SITES= RG >+ >+MAINTAINER= ruby@FreeBSD.org >+COMMENT= Ruby client for the Akismet API >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE.txt >+ >+NO_ARCH= yes >+USE_RUBY= yes >+USE_RUBYGEMS= yes >+RUBYGEM_AUTOPLIST= yes >+ >+.include <bsd.port.mk> >diff --git a/devel/rubygem-akismet/distinfo b/devel/rubygem-akismet/distinfo >new file mode 100644 >index 0000000..8b944a4 >--- /dev/null >+++ b/devel/rubygem-akismet/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (rubygem/akismet-2.0.0.gem) = 5c802cfdce97a45fb33b2ac2d6f2a45516ad6da9724585f3e4f37a1f8bb01743 >+SIZE (rubygem/akismet-2.0.0.gem) = 10240 >diff --git a/devel/rubygem-akismet/pkg-descr b/devel/rubygem-akismet/pkg-descr >new file mode 100644 >index 0000000..c14122e >--- /dev/null >+++ b/devel/rubygem-akismet/pkg-descr >@@ -0,0 +1,3 @@ >+A Ruby client for the Akismet API >+ >+WWW: http://github.com/jonahb/akismet >diff --git a/devel/rubygem-default_value_for/Makefile b/devel/rubygem-default_value_for/Makefile >index 240ab7a..9794779 100644 >--- a/devel/rubygem-default_value_for/Makefile >+++ b/devel/rubygem-default_value_for/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= default_value_for >-PORTVERSION= 3.0.0.1 >+PORTVERSION= 3.0.1 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >diff --git a/devel/rubygem-default_value_for/distinfo b/devel/rubygem-default_value_for/distinfo >index 02b4f82..3ec3a31 100644 >--- a/devel/rubygem-default_value_for/distinfo >+++ b/devel/rubygem-default_value_for/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/default_value_for-3.0.0.1.gem) = ea22e917b61123c52542db6806ccb71933ac1ed3f4682d012bcd3ae8ce0f13cd >-SIZE (rubygem/default_value_for-3.0.0.1.gem) = 18432 >+SHA256 (rubygem/default_value_for-3.0.1.gem) = a0765313837ea4bf9d9e37bf2898c9762ccd170e6220de33f083054fd4ca94fc >+SIZE (rubygem/default_value_for-3.0.1.gem) = 14848 >diff --git a/devel/rubygem-gitlab_git/Makefile b/devel/rubygem-gitlab_git/Makefile >index e8933d2..2ed8c65 100644 >--- a/devel/rubygem-gitlab_git/Makefile >+++ b/devel/rubygem-gitlab_git/Makefile >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= gitlab_git >-PORTVERSION= 7.2.24 >+PORTVERSION= 8.2.0 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >@@ -13,7 +13,7 @@ LICENSE= MIT > RUN_DEPENDS= rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \ > rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ > rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \ >- rubygem-rugged>=0.23.3:${PORTSDIR}/devel/rubygem-rugged >+ rubygem-rugged>=0.24.0b13:${PORTSDIR}/devel/rubygem-rugged > > NO_ARCH= yes > USE_RUBY= yes >diff --git a/devel/rubygem-gitlab_git/distinfo b/devel/rubygem-gitlab_git/distinfo >index 8537e1e..75b3f16 100644 >--- a/devel/rubygem-gitlab_git/distinfo >+++ b/devel/rubygem-gitlab_git/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/gitlab_git-7.2.24.gem) = 97e20876c57cffbadd093812e895264cf62aa88663dd635211d96506e7f9e86b >-SIZE (rubygem/gitlab_git-7.2.24.gem) = 24064 >+SHA256 (rubygem/gitlab_git-8.2.0.gem) = dbd98fec0b62a09c839cf3cb3fb5ab0be6665d30f9d6ac3a9a071ab8096d210c >+SIZE (rubygem/gitlab_git-8.2.0.gem) = 24064 >diff --git a/devel/rubygem-grape-entity/Makefile b/devel/rubygem-grape-entity/Makefile >index f21230c..fd0e6e8 100644 >--- a/devel/rubygem-grape-entity/Makefile >+++ b/devel/rubygem-grape-entity/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= grape-entity > PORTVERSION= 0.5.0 >+PORTREVISION= 1 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >@@ -11,7 +12,7 @@ COMMENT= Entities - a simple Facade to use with your models and API > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \ >+RUN_DEPENDS= rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \ > rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json > > NO_ARCH= yes >diff --git a/devel/rubygem-newrelic_rpm/Makefile b/devel/rubygem-newrelic_rpm/Makefile >index 932d87d..95de6ab 100644 >--- a/devel/rubygem-newrelic_rpm/Makefile >+++ b/devel/rubygem-newrelic_rpm/Makefile >@@ -1,8 +1,7 @@ > # $FreeBSD$ > > PORTNAME= newrelic_rpm >-PORTVERSION= 3.12.0.288 >-PORTREVISION= 1 >+PORTVERSION= 3.15.0.314 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >diff --git a/devel/rubygem-newrelic_rpm/distinfo b/devel/rubygem-newrelic_rpm/distinfo >index ff54a23..9604230 100644 >--- a/devel/rubygem-newrelic_rpm/distinfo >+++ b/devel/rubygem-newrelic_rpm/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/newrelic_rpm-3.12.0.288.gem) = 2b7f7131b60d4cbcbc4310afc4eaac4b6884df24075eca334519f7d2dde43ee2 >-SIZE (rubygem/newrelic_rpm-3.12.0.288.gem) = 688640 >+SHA256 (rubygem/newrelic_rpm-3.15.0.314.gem) = 30e1239e18358bb3fe84f6a2789f6c244d403e2d28b2690c9d7314067144f788 >+SIZE (rubygem/newrelic_rpm-3.15.0.314.gem) = 736768 >diff --git a/devel/rubygem-rugged/Makefile b/devel/rubygem-rugged/Makefile >index 97d2989..6a96042 100644 >--- a/devel/rubygem-rugged/Makefile >+++ b/devel/rubygem-rugged/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= rugged >-PORTVERSION= 0.23.3 >+PORTVERSION= 0.24.0b13 > CATEGORIES= devel rubygems > MASTER_SITES= RG > >diff --git a/devel/rubygem-rugged/distinfo b/devel/rubygem-rugged/distinfo >index ec6686f..3d79c9d 100644 >--- a/devel/rubygem-rugged/distinfo >+++ b/devel/rubygem-rugged/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/rugged-0.23.3.gem) = 1e83351b091d445933132a7db309613faa082171d873cebcd0343f5d7e9c1373 >-SIZE (rubygem/rugged-0.23.3.gem) = 1031680 >+SHA256 (rubygem/rugged-0.24.0b13.gem) = 397f8030004c72e8a7b7a054561a6a6ac17ebf49a7b3018b83c13f8678db0c6c >+SIZE (rubygem/rugged-0.24.0b13.gem) = 1060864 >diff --git a/devel/rubygem-sentry-raven/Makefile b/devel/rubygem-sentry-raven/Makefile >new file mode 100644 >index 0000000..e075b0f >--- /dev/null >+++ b/devel/rubygem-sentry-raven/Makefile >@@ -0,0 +1,21 @@ >+# Created by: Torsten Zuehlsdorff <ports@toco-domains.de> >+# $FreeBSD$ >+ >+PORTNAME= sentry-raven >+PORTVERSION= 0.15.4 >+CATEGORIES= devel rubygems >+MASTER_SITES= RG >+ >+MAINTAINER= ruby@FreeBSD.org >+COMMENT= Client interface for the Sentry error logger >+ >+LICENSE= APACHE20 >+ >+RUN_DEPENDS= rubygem-faraday>=0.7.6:${PORTSDIR}/www/rubygem-faraday >+ >+NO_ARCH= yes >+USE_RUBY= yes >+USE_RUBYGEMS= yes >+RUBYGEM_AUTOPLIST= yes >+ >+.include <bsd.port.mk> >diff --git a/devel/rubygem-sentry-raven/distinfo b/devel/rubygem-sentry-raven/distinfo >new file mode 100644 >index 0000000..3e49e74 >--- /dev/null >+++ b/devel/rubygem-sentry-raven/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (rubygem/sentry-raven-0.15.4.gem) = 95d5910746e25efc3fad240f81e4b25a9da6f526c5b676f31c8d7d016e141cc0 >+SIZE (rubygem/sentry-raven-0.15.4.gem) = 31744 >diff --git a/devel/rubygem-sentry-raven/pkg-descr b/devel/rubygem-sentry-raven/pkg-descr >new file mode 100644 >index 0000000..3e7cd22 >--- /dev/null >+++ b/devel/rubygem-sentry-raven/pkg-descr >@@ -0,0 +1,3 @@ >+A gem that provides a client interface for the Sentry error logger >+ >+WWW: https://github.com/getsentry/raven-ruby >diff --git a/graphics/rubygem-gemojione/Makefile b/graphics/rubygem-gemojione/Makefile >index a31c2b3..67f499a 100644 >--- a/graphics/rubygem-gemojione/Makefile >+++ b/graphics/rubygem-gemojione/Makefile >@@ -1,7 +1,7 @@ > # $FreeBSD$ > > PORTNAME= gemojione >-PORTVERSION= 2.1.1 >+PORTVERSION= 2.2.1 > CATEGORIES= graphics rubygems > MASTER_SITES= RG > >diff --git a/graphics/rubygem-gemojione/distinfo b/graphics/rubygem-gemojione/distinfo >index 2a147c5..4602b7e 100644 >--- a/graphics/rubygem-gemojione/distinfo >+++ b/graphics/rubygem-gemojione/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/gemojione-2.1.1.gem) = fe06218be32d6d0a471c62b0f4d5a3274cdad31e3de8ef41241e15fb8a7ab826 >-SIZE (rubygem/gemojione-2.1.1.gem) = 2375680 >+SHA256 (rubygem/gemojione-2.2.1.gem) = 70f0f3f4e81f5494f1b43342cd28227db4bb7971cafd59350b9f182b1505662b >+SIZE (rubygem/gemojione-2.2.1.gem) = 1764352 >diff --git a/graphics/rubygem-gitlab_emoji/Makefile b/graphics/rubygem-gitlab_emoji/Makefile >index 1a724d3..a45b564 100644 >--- a/graphics/rubygem-gitlab_emoji/Makefile >+++ b/graphics/rubygem-gitlab_emoji/Makefile >@@ -2,7 +2,7 @@ > # $FreeBSD$ > > PORTNAME= gitlab_emoji >-PORTVERSION= 0.2.1 >+PORTVERSION= 0.3.1 > CATEGORIES= graphics rubygems > MASTER_SITES= RG > >@@ -12,7 +12,7 @@ COMMENT= Provides Gitlab Emoji assets > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= rubygem-gemojione>=2.1:${PORTSDIR}/graphics/rubygem-gemojione >+RUN_DEPENDS= rubygem-gemojione>=2.2.1:${PORTSDIR}/graphics/rubygem-gemojione > > NO_ARCH= yes > USE_RUBY= yes >diff --git a/graphics/rubygem-gitlab_emoji/distinfo b/graphics/rubygem-gitlab_emoji/distinfo >index 91e1a81..1c1a6f3 100644 >--- a/graphics/rubygem-gitlab_emoji/distinfo >+++ b/graphics/rubygem-gitlab_emoji/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/gitlab_emoji-0.2.1.gem) = ee5a81dd1f9e7cc0e6335391c3ed0b4841f5119aae75eb4937301267c228f5f7 >-SIZE (rubygem/gitlab_emoji-0.2.1.gem) = 2318336 >+SHA256 (rubygem/gitlab_emoji-0.3.1.gem) = b221ab6e11c339682ee8f6bfb1f799f70c3bf756b397551129ccd7c6a221c7b7 >+SIZE (rubygem/gitlab_emoji-0.3.1.gem) = 7168 >diff --git a/net/rubygem-omniauth-azure-oauth2/Makefile b/net/rubygem-omniauth-azure-oauth2/Makefile >new file mode 100644 >index 0000000..cd2c7d5 >--- /dev/null >+++ b/net/rubygem-omniauth-azure-oauth2/Makefile >@@ -0,0 +1,22 @@ >+# Created by: Torsten Zuehlsdorff <ports@toco-domains.de> >+# $FreeBSD$ >+ >+PORTNAME= omniauth-azure-oauth2 >+PORTVERSION= 0.0.6 >+CATEGORIES= net rubygems >+MASTER_SITES= RG >+ >+MAINTAINER= ruby@FreeBSD.org >+COMMENT= Azure OAuth2 Strategy for OmniAuth >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= rubygem-jwt>=1.0:${PORTSDIR}/www/rubygem-jwt \ >+ rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2 >+ >+NO_ARCH= yes >+USE_RUBY= yes >+USE_RUBYGEMS= yes >+RUBYGEM_AUTOPLIST= yes >+ >+.include <bsd.port.mk> >diff --git a/net/rubygem-omniauth-azure-oauth2/distinfo b/net/rubygem-omniauth-azure-oauth2/distinfo >new file mode 100644 >index 0000000..e37ba6b >--- /dev/null >+++ b/net/rubygem-omniauth-azure-oauth2/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 1afcb8215d80bbc6cc0951aa47f82d583935e5c5cc4f675d475af9fd49215e61 >+SIZE (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 9728 >diff --git a/net/rubygem-omniauth-azure-oauth2/pkg-descr b/net/rubygem-omniauth-azure-oauth2/pkg-descr >new file mode 100644 >index 0000000..2877a03 >--- /dev/null >+++ b/net/rubygem-omniauth-azure-oauth2/pkg-descr >@@ -0,0 +1,3 @@ >+An Windows Azure Active Directory OAuth2 strategy for OmniAuth >+ >+WWW: https://github.com/KonaTeam/omniauth-azure-oauth2 >\ No newline at end of file >diff --git a/net/rubygem-omniauth-cas3/Makefile b/net/rubygem-omniauth-cas3/Makefile >new file mode 100644 >index 0000000..4749dd3 >--- /dev/null >+++ b/net/rubygem-omniauth-cas3/Makefile >@@ -0,0 +1,23 @@ >+# Created by: Torsten Zuehlsdorff <ports@toco-domains.de> >+# $FreeBSD$ >+ >+PORTNAME= omniauth-cas3 >+PORTVERSION= 1.1.3 >+CATEGORIES= net rubygems >+MASTER_SITES= RG >+ >+MAINTAINER= ruby@FreeBSD.org >+COMMENT= CAS 3.0 Strategy for OmniAuth >+ >+LICENSE= MIT >+ >+RUN_DEPENDS= rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \ >+ rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \ >+ rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth >+ >+NO_ARCH= yes >+USE_RUBY= yes >+USE_RUBYGEMS= yes >+RUBYGEM_AUTOPLIST= yes >+ >+.include <bsd.port.mk> >diff --git a/net/rubygem-omniauth-cas3/distinfo b/net/rubygem-omniauth-cas3/distinfo >new file mode 100644 >index 0000000..618d120 >--- /dev/null >+++ b/net/rubygem-omniauth-cas3/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f >+SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872 >diff --git a/net/rubygem-omniauth-cas3/pkg-descr b/net/rubygem-omniauth-cas3/pkg-descr >new file mode 100644 >index 0000000..c3c753e >--- /dev/null >+++ b/net/rubygem-omniauth-cas3/pkg-descr >@@ -0,0 +1,3 @@ >+CAS 3.0 Strategy for OmniAuth >+ >+WWW: https://github.com/tduehr/omniauth-cas3 >\ No newline at end of file >diff --git a/security/rubygem-omniauth-saml/Makefile b/security/rubygem-omniauth-saml/Makefile >index 2af882f..520c950 100644 >--- a/security/rubygem-omniauth-saml/Makefile >+++ b/security/rubygem-omniauth-saml/Makefile >@@ -2,8 +2,7 @@ > # $FreeBSD$ > > PORTNAME= omniauth-saml >-PORTVERSION= 1.4.1 >-PORTREVISION= 1 >+PORTVERSION= 1.4.2 > CATEGORIES= security rubygems > MASTER_SITES= RG > >diff --git a/security/rubygem-omniauth-saml/distinfo b/security/rubygem-omniauth-saml/distinfo >index 3a9cd68..c3269f3 100644 >--- a/security/rubygem-omniauth-saml/distinfo >+++ b/security/rubygem-omniauth-saml/distinfo >@@ -1,2 +1,2 @@ >-SHA256 (rubygem/omniauth-saml-1.4.1.gem) = 38db2130940982c0eae757194ba16c400adc58f4dded517c98620e367393538a >-SIZE (rubygem/omniauth-saml-1.4.1.gem) = 10752 >+SHA256 (rubygem/omniauth-saml-1.4.2.gem) = c5741d9d843cf9cd9f6623af10e0b5da142111b9f62176e8e2c6273cf5f5f730 >+SIZE (rubygem/omniauth-saml-1.4.2.gem) = 10752 >diff --git a/security/rubygem-omniauth-saml/files/patch-gemspec b/security/rubygem-omniauth-saml/files/patch-gemspec >deleted file mode 100644 >index 2105d88..0000000 >--- a/security/rubygem-omniauth-saml/files/patch-gemspec >+++ /dev/null >@@ -1,11 +0,0 @@ >---- omniauth-saml.gemspec.orig 2015-10-28 21:31:39 UTC >-+++ omniauth-saml.gemspec >-@@ -23,7 +23,7 @@ Gem::Specification.new do |s| >- >- if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then >- s.add_runtime_dependency(%q<omniauth>, ["~> 1.1"]) >-- s.add_runtime_dependency(%q<ruby-saml>, ["~> 1.0.0"]) >-+ s.add_runtime_dependency(%q<ruby-saml>, [">= 1.0.0"]) >- s.add_development_dependency(%q<rspec>, ["~> 2.8"]) >- s.add_development_dependency(%q<simplecov>, ["~> 0.6"]) >- s.add_development_dependency(%q<rack-test>, ["~> 0.6"]) >diff --git a/textproc/rubygem-html-pipeline1/Makefile b/textproc/rubygem-html-pipeline1/Makefile >new file mode 100644 >index 0000000..97973db >--- /dev/null >+++ b/textproc/rubygem-html-pipeline1/Makefile >@@ -0,0 +1,23 @@ >+# Created by Torsten Zühlsdorff <ports@toco-domains.de> >+# $FreeBSD$ >+ >+PORTNAME= html-pipeline >+PORTVERSION= 1.11.0 >+CATEGORIES= textproc rubygems >+MASTER_SITES= RG >+ >+MAINTAINER= ruby@FreeBSD.org >+COMMENT= GitHub HTML processing filters and utilities >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+RUN_DEPENDS= rubygem-activesupport4>=2:${PORTSDIR}/devel/rubygem-activesupport4 \ >+ rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri >+ >+NO_ARCH= yes >+USE_RUBY= yes >+USE_RUBYGEMS= yes >+RUBYGEM_AUTOPLIST= yes >+ >+.include <bsd.port.mk> >diff --git a/textproc/rubygem-html-pipeline1/distinfo b/textproc/rubygem-html-pipeline1/distinfo >new file mode 100644 >index 0000000..3df44dd >--- /dev/null >+++ b/textproc/rubygem-html-pipeline1/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9 >+SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792 >diff --git a/textproc/rubygem-html-pipeline1/pkg-descr b/textproc/rubygem-html-pipeline1/pkg-descr >new file mode 100644 >index 0000000..26883ab >--- /dev/null >+++ b/textproc/rubygem-html-pipeline1/pkg-descr >@@ -0,0 +1,6 @@ >+This library provides a handful of chainable HTML filters to >+transform user content into markup. A filter takes an HTML >+string or Nokogiri::HTML::DocumentFragment, optionally >+manipulates it, and then outputs the result. >+ >+WWW: https://github.com/jch/html-pipeline >diff --git a/www/gitlab-workhorse/Makefile b/www/gitlab-workhorse/Makefile >new file mode 100644 >index 0000000..6e4e73f >--- /dev/null >+++ b/www/gitlab-workhorse/Makefile >@@ -0,0 +1,29 @@ >+# Created by: Torsten Zuehlsdorff <ports@toco-domains.de >+# $FreeBSD$ >+ >+PORTNAME= gitlab-workhorse >+PORTVERSION= 0.6.5 >+CATEGORIES= www >+MASTER_SITES= http://ports.toco-domains.de/ >+ >+MAINTAINER= ports@toco-domains.de >+COMMENT= Smart reverse proxy for GitLab >+ >+LICENSE= MIT >+LICENSE_FILE= ${WRKSRC}/LICENSE >+ >+BUILD_DEPENDS= go>=1.5.3:${PORTSDIR}/lang/go >+ >+PLIST_FILES=bin/gitlab-workhorse \ >+ bin/gitlab-zip-cat \ >+ bin/gitlab-zip-metadata >+ >+PLIST_DIRS=%%WWWDIR%% >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME} >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-cat >+ ${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-metadata >+ >+.include <bsd.port.mk> >diff --git a/www/gitlab-workhorse/distinfo b/www/gitlab-workhorse/distinfo >new file mode 100644 >index 0000000..09138a8 >--- /dev/null >+++ b/www/gitlab-workhorse/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (gitlab-workhorse-0.6.5.tar.gz) = 629279a966ee7662fb6158465158659877de550609b95f5249ed801746991ced >+SIZE (gitlab-workhorse-0.6.5.tar.gz) = 31621 >diff --git a/www/gitlab-workhorse/pkg-descr b/www/gitlab-workhorse/pkg-descr >new file mode 100644 >index 0000000..1029a81 >--- /dev/null >+++ b/www/gitlab-workhorse/pkg-descr >@@ -0,0 +1,5 @@ >+Gitlab-workhorse is a smart reverse proxy for GitLab. It handles "large" >+HTTP requests such as file downloads, file uploads, >+Git push/pull and Git archive downloads. >+ >+WWW: https://gitlab.com/gitlab-org/gitlab-workhorse >diff --git a/www/gitlab/Makefile b/www/gitlab/Makefile >new file mode 100644 >index 0000000..f6b0b0b >--- /dev/null >+++ b/www/gitlab/Makefile >@@ -0,0 +1,180 @@ >+# Created by: Torsten Zühlsdorff <ports@toco-domains.de> >+# $FreeBSD$ >+ >+PORTNAME= gitlab >+PORTVERSION= 8.5.1 >+DISTVERSIONPREFIX= v >+CATEGORIES= www devel >+ >+MAINTAINER= ports@toco-domains.de >+COMMENT= Web GUI for managing git repositories >+ >+LICENSE= MIT >+ >+USERS= git >+GROUPS= git >+ >+USE_RC_SUBR= gitlab >+ >+BUILD_DEPENDS= ruby>=2.1.8:${PORTSDIR}/lang/ruby21 \ >+ gem:${PORTSDIR}/devel/ruby-gems >+ >+RUN_DEPENDS= git>=2.4.3:${PORTSDIR}/devel/git \ >+ gitlab-shell>=2.6.10:${PORTSDIR}/devel/gitlab-shell\ >+ gitlab-workhorse>=0.6.4:${PORTSDIR}/www/gitlab-workhorse \ >+ redis>=2.8.23:${PORTSDIR}/databases/redis \ >+ rubygem-rails4>=4.2.5.1:${PORTSDIR}/www/rubygem-rails4 \ >+ rubygem-rails-deprecated_sanitizer>=1.0.3:${PORTSDIR}/devel/rubygem-rails-deprecated_sanitizer \ >+ rubygem-responders>=2.0:${PORTSDIR}/www/rubygem-responders \ >+ rubygem-sprockets>=2.12.3:${PORTSDIR}/devel/rubygem-sprockets \ >+ rubygem-default_value_for>=3.0.1:${PORTSDIR}/devel/rubygem-default_value_for \ >+ rubygem-pg>=0.18.2:${PORTSDIR}/databases/rubygem-pg \ >+ rubygem-devise-rails4>=3.5.4:${PORTSDIR}/devel/rubygem-devise-rails4 \ >+ rubygem-devise-async-rails4>=0.9.0:${PORTSDIR}/devel/rubygem-devise-async-rails4 \ >+ rubygem-doorkeeper>=2.2.0:${PORTSDIR}/security/rubygem-doorkeeper \ >+ rubygem-omniauth>=1.3.1:${PORTSDIR}/security/rubygem-omniauth \ >+ rubygem-omniauth-azure-oauth2>=0.0.6:${PORTSDIR}/net/rubygem-omniauth-azure-oauth2 \ >+ rubygem-omniauth-bitbucket>=0.0.2:${PORTSDIR}/security/rubygem-omniauth-bitbucket \ >+ rubygem-omniauth-cas3>=1.1.2:${PORTSDIR}/net/rubygem-omniauth-cas3 \ >+ rubygem-omniauth-facebook>=3.0.0:${PORTSDIR}/net/rubygem-omniauth-facebook \ >+ rubygem-omniauth-github>=1.1.1:${PORTSDIR}/net/rubygem-omniauth-github \ >+ rubygem-omniauth-gitlab>=1.0.0:${PORTSDIR}/security/rubygem-omniauth-gitlab \ >+ rubygem-omniauth-google-oauth2>=0.2.0:${PORTSDIR}/net/rubygem-omniauth-google-oauth2 \ >+ rubygem-omniauth-saml>=1.4.2:${PORTSDIR}/security/rubygem-omniauth-saml \ >+ rubygem-omniauth-shibboleth>=1.2.0:${PORTSDIR}/security/rubygem-omniauth-shibboleth \ >+ rubygem-omniauth-twitter>=1.2.0:${PORTSDIR}/net/rubygem-omniauth-twitter \ >+ rubygem-omniauth_crowd>=2.2.0:${PORTSDIR}/devel/rubygem-omniauth_crowd \ >+ rubygem-rack-oauth2>=1.2.1:${PORTSDIR}/security/rubygem-rack-oauth2 \ >+ rubygem-recaptcha>=0:${PORTSDIR}/devel/rubygem-recaptcha \ >+ rubygem-akismet>=2.0:${PORTSDIR}/devel/rubygem-akismet \ >+ rubygem-devise-two-factor>=2.0.0:${PORTSDIR}/security/rubygem-devise-two-factor \ >+ rubygem-rqrcode-rails3>=0.1.7:${PORTSDIR}/www/rubygem-rqrcode-rails3 \ >+ rubygem-attr_encrypted>=1.3.4:${PORTSDIR}/security/rubygem-attr_encrypted \ >+ rubygem-browser>=1.0.0:${PORTSDIR}/www/rubygem-browser \ >+ rubygem-gitlab_git>=8.2:${PORTSDIR}/devel/rubygem-gitlab_git \ >+ rubygem-gitlab_omniauth-ldap>=1.2.1:${PORTSDIR}/net/rubygem-gitlab_omniauth-ldap \ >+ rubygem-gollum-lib>=4.1.0:${PORTSDIR}/www/rubygem-gollum-lib \ >+ rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \ >+ rubygem-grape>=0.13.0:${PORTSDIR}/devel/rubygem-grape \ >+ rubygem-grape-entity>=0.4.2:${PORTSDIR}/devel/rubygem-grape-entity \ >+ rubygem-rack-cors>=0.4.0:${PORTSDIR}/www/rubygem-rack-cors \ >+ rubygem-kaminari-rails4>=0.16.3:${PORTSDIR}/www/rubygem-kaminari-rails4 \ >+ rubygem-haml-rails-rails4>=0.9.0:${PORTSDIR}/www/rubygem-haml-rails-rails4 \ >+ rubygem-carrierwave>=0.9.0:${PORTSDIR}/www/rubygem-carrierwave \ >+ rubygem-dropzonejs-rails>=0.7.1:${PORTSDIR}/www/rubygem-dropzonejs-rails \ >+ rubygem-fog>=1.36:${PORTSDIR}/devel/rubygem-fog \ >+ rubygem-unf>=0.1.4:${PORTSDIR}/textproc/rubygem-unf \ >+ rubygem-six>=0.2.0:${PORTSDIR}/security/rubygem-six \ >+ rubygem-seed-fu>=2.3.5:${PORTSDIR}/databases/rubygem-seed-fu \ >+ rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline1 \ >+ rubygem-task_list>=1.0.2:${PORTSDIR}/www/rubygem-task_list \ >+ rubygem-github-markup>=1.3.1:${PORTSDIR}/textproc/rubygem-github-markup \ >+ rubygem-redcarpet>=3.3.3:${PORTSDIR}/textproc/rubygem-redcarpet \ >+ rubygem-redcloth>=4.2.9:${PORTSDIR}/www/rubygem-redcloth \ >+ rubygem-rdoc>=3.6:${PORTSDIR}/devel/rubygem-rdoc \ >+ rubygem-org-ruby>=0.9.12:${PORTSDIR}/textproc/rubygem-org-ruby \ >+ rubygem-creole>=0.5.0:${PORTSDIR}/textproc/rubygem-creole \ >+ rubygem-wikicloth>=0.8.1:${PORTSDIR}/textproc/rubygem-wikicloth \ >+ rubygem-asciidoctor>=1.5.2:${PORTSDIR}/textproc/rubygem-asciidoctor \ >+ rubygem-rouge>=1.10.1:${PORTSDIR}/textproc/rubygem-rouge \ >+ rubygem-nokogiri>=1.6.7.2:${PORTSDIR}/textproc/rubygem-nokogiri \ >+ rubygem-diffy>=3.0.3:${PORTSDIR}/textproc/rubygem-diffy \ >+ rubygem-unicorn>=4.8.2:${PORTSDIR}/www/rubygem-unicorn \ >+ rubygem-unicorn-worker-killer>=0.4.2:${PORTSDIR}/www/rubygem-unicorn-worker-killer \ >+ rubygem-state_machines-activerecord>=0.3.0:${PORTSDIR}/databases/rubygem-state_machines-activerecord \ >+ rubygem-after_commit_queue>=0:${PORTSDIR}/databases/rubygem-after_commit_queue \ >+ rubygem-acts-as-taggable-on3>=3.4.0:${PORTSDIR}/www/rubygem-acts-as-taggable-on3 \ >+ rubygem-sinatra>=1.4.4:${PORTSDIR}/www/rubygem-sinatra \ >+ rubygem-sidekiq>=4.0:${PORTSDIR}/devel/rubygem-sidekiq \ >+ rubygem-sidekiq-cron>=0.4.0:${PORTSDIR}/devel/rubygem-sidekiq-cron \ >+ rubygem-redis-namespace>=0:${PORTSDIR}/databases/rubygem-redis-namespace \ >+ rubygem-httparty>=0.13.3:${PORTSDIR}/www/rubygem-httparty \ >+ rubygem-colorize>=0.7.0:${PORTSDIR}/devel/rubygem-colorize \ >+ rubygem-settingslogic>=2.0.9:${PORTSDIR}/devel/rubygem-settingslogic \ >+ rubygem-version_sorter>=2.0.0:${PORTSDIR}/textproc/rubygem-version_sorter \ >+ rubygem-redis-rails>=4.0.0:${PORTSDIR}/www/rubygem-redis-rails \ >+ rubygem-tinder>=1.10.0:${PORTSDIR}/net-im/rubygem-tinder \ >+ rubygem-hipchat>=1.5.0:${PORTSDIR}/net-im/rubygem-hipchat \ >+ rubygem-gitlab-flowdock-git-hook>=1.0.1:${PORTSDIR}/www/rubygem-gitlab-flowdock-git-hook \ >+ rubygem-gemnasium-gitlab-service>=0.2:${PORTSDIR}/devel/rubygem-gemnasium-gitlab-service \ >+ rubygem-slack-notifier>=1.2.0:${PORTSDIR}/devel/rubygem-slack-notifier \ >+ rubygem-asana>=0.4.0:${PORTSDIR}/www/rubygem-asana \ >+ rubygem-ruby-fogbugz>=0.2.1:${PORTSDIR}/devel/rubygem-ruby-fogbugz \ >+ rubygem-d3_rails-rails4>=3.5.0:${PORTSDIR}/www/rubygem-d3_rails-rails4 \ >+ rubygem-cal-heatmap-rails-rails4>=3.5.0:${PORTSDIR}/www/rubygem-cal-heatmap-rails-rails4 \ >+ rubygem-underscore-rails>=1.8.0:${PORTSDIR}/www/rubygem-underscore-rails \ >+ rubygem-sanitize>=2.0:${PORTSDIR}/textproc/rubygem-sanitize \ >+ rubygem-babosa>=1.0.2:${PORTSDIR}/textproc/rubygem-babosa \ >+ rubygem-loofah>=2.0.3:${PORTSDIR}/textproc/rubygem-loofah \ >+ rubygem-rack-attack>=4.3.1:${PORTSDIR}/www/rubygem-rack-attack \ >+ rubygem-ace-rails-ap>=2.0.1:${PORTSDIR}/www/rubygem-ace-rails-ap \ >+ rubygem-mousetrap-rails>=1.4.6:${PORTSDIR}/www/rubygem-mousetrap-rails \ >+ rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \ >+ rubygem-sass-rails5>=5.0.0:${PORTSDIR}/textproc/rubygem-sass-rails5 \ >+ rubygem-coffee-rails4>=4.1.0:${PORTSDIR}/devel/rubygem-coffee-rails4 \ >+ rubygem-uglifier>=2.7.2:${PORTSDIR}/www/rubygem-uglifier \ >+ rubygem-turbolinks>=2.5.0:${PORTSDIR}/www/rubygem-turbolinks \ >+ rubygem-jquery-turbolinks>=2.1.0:${PORTSDIR}/www/rubygem-jquery-turbolinks \ >+ rubygem-addressable>=2.3.8:${PORTSDIR}/www/rubygem-addressable \ >+ rubygem-bootstrap-sass>=3.3.0:${PORTSDIR}/www/rubygem-bootstrap-sass \ >+ rubygem-font-awesome-rails-rails4>=4.2:${PORTSDIR}/devel/rubygem-font-awesome-rails-rails4 \ >+ rubygem-gitlab_emoji>=0.3:${PORTSDIR}/graphics/rubygem-gitlab_emoji \ >+ rubygem-gon>=6.0.1:${PORTSDIR}/www/rubygem-gon \ >+ rubygem-jquery-atwho-rails-rails4>=1.3.2:${PORTSDIR}/www/rubygem-jquery-atwho-rails-rails4 \ >+ rubygem-jquery-rails4>=4.0.0:${PORTSDIR}/www/rubygem-jquery-rails4 \ >+ rubygem-jquery-scrollto-rails>=1.4.3:${PORTSDIR}/www/rubygem-jquery-scrollto-rails \ >+ rubygem-jquery-ui-rails-rails4>=5.0.0:${PORTSDIR}/www/rubygem-jquery-ui-rails-rails4 \ >+ rubygem-nprogress-rails>=0.1.6.7:${PORTSDIR}/devel/rubygem-nprogress-rails \ >+ rubygem-raphael-rails>=2.1.2:${PORTSDIR}/www/rubygem-raphael-rails \ >+ rubygem-request_store>=1.2.0:${PORTSDIR}/devel/rubygem-request_store \ >+ rubygem-select2-rails>=3.5.9:${PORTSDIR}/www/rubygem-select2-rails \ >+ rubygem-virtus>=1.0.1:${PORTSDIR}/devel/rubygem-virtus \ >+ rubygem-net-ssh>=3.0.1:${PORTSDIR}/security/rubygem-net-ssh \ >+ rubygem-sentry-raven>=0.15.4:${PORTSDIR}/devel/rubygem-sentry-raven \ >+ rubygem-gitlab_meta>=7.0:${PORTSDIR}/devel/rubygem-gitlab_meta \ >+ rubygem-newrelic_rpm>=3.9.4.245:${PORTSDIR}/devel/rubygem-newrelic_rpm \ >+ rubygem-newrelic-grape>=0:${PORTSDIR}/devel/rubygem-newrelic-grape \ >+ rubygem-newrelic_rpm>=3.14:${PORTSDIR}/devel/rubygem-newrelic_rpm \ >+ rubygem-octokit>=3.8.0:${PORTSDIR}/net/rubygem-octokit \ >+ rubygem-mail_room>=0.6.1:${PORTSDIR}/mail/rubygem-mail_room \ >+ rubygem-email_reply_parser>=0.5.8:${PORTSDIR}/mail/rubygem-email_reply_parser \ >+ rubygem-activerecord-deprecated_finders>=1.0.3:${PORTSDIR}/devel/rubygem-activerecord-deprecated_finders \ >+ rubygem-activerecord-session_store>=0.1.0:${PORTSDIR}/databases/rubygem-activerecord-session_store \ >+ rubygem-nested_form>=0.3.2:${PORTSDIR}/www/rubygem-nested_form \ >+ rubygem-oauth2>=1.0.0:${PORTSDIR}/net/rubygem-oauth2 \ >+ rubygem-paranoia>=2.0:${PORTSDIR}/databases/rubygem-paranoia \ >+ rubygem-rinku>=1.7.3:${PORTSDIR}/www/rubygem-rinku >+ >+USE= pgsql=yes >+WANT= pgsql=9.1+ >+ >+USE_GITHUB= yes >+GH_ACCOUNT= gitlabhq >+GH_PROJECT= gitlabhq >+ >+.include <bsd.port.options.mk> >+ >+NO_ARCH= yes >+NO_BUILD= yes >+ >+do-install: >+ ${FIND} ${WRKSRC} -name '*.orig' -delete >+ ${FIND} ${WRKSRC} -name '*.bak' -delete >+ ${FIND} ${WRKSRC} -name '*.gitkeep' -delete >+ ${FIND} ${WRKSRC} -name "Gemfile.lock" -delete >+ ${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample >+ ${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample >+ ${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample >+ ${MV} ${WRKSRC}/config/secrets.yml.example ${WRKSRC}/config/secrets.yml.sample >+ ${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample >+ ${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample >+ >+post-install: >+ ${MKDIR} ${STAGEDIR}/home/git/repositories >+ ${MKDIR} ${STAGEDIR}/home/git/gitlab-satellites >+ ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets >+ ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache >+ ${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/sessions >+ (cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME}) >+ >+.include <bsd.port.mk> >diff --git a/www/gitlab/distinfo b/www/gitlab/distinfo >new file mode 100644 >index 0000000..b129a8f >--- /dev/null >+++ b/www/gitlab/distinfo >@@ -0,0 +1,2 @@ >+SHA256 (gitlabhq-gitlabhq-v8.5.1_GH0.tar.gz) = 74eca700809ddcbcd3d386ac2042f3b9b85b8f2685df1ef47c253f265096be25 >+SIZE (gitlabhq-gitlabhq-v8.5.1_GH0.tar.gz) = 14277708 >diff --git a/www/gitlab/files/gitlab.in b/www/gitlab/files/gitlab.in >new file mode 100644 >index 0000000..81c88d8 >--- /dev/null >+++ b/www/gitlab/files/gitlab.in >@@ -0,0 +1,412 @@ >+#! /bin/sh >+ >+### BEGIN INIT INFO >+# Provides: gitlab >+# Required-Start: $local_fs $remote_fs $network $syslog redis-server >+# Required-Stop: $local_fs $remote_fs $network $syslog >+# Default-Start: 2 3 4 5 >+# Default-Stop: 0 1 6 >+# Short-Description: GitLab git repository management >+# Description: GitLab git repository management >+# chkconfig: - 85 14 >+### END INIT INFO >+ >+# Maintainer: Torsten Zuehlsdorff <ports@toco-domains.de> >+# Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx >+ >+# PROVIDE: gitlab >+# REQUIRE: LOGIN >+# KEYWORD: shutdown >+# >+# Add the following line to /etc/rc.conf to enable GitLab: >+# >+# gitlab_enable="YES" >+ >+PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin" >+ >+. /etc/rc.subr >+ >+name=gitlab >+rcvar=gitlab_enable >+extra_commands=status >+ >+status_cmd="print_status" >+start_cmd="start_gitlab" >+stop_cmd="stop_gitlab" >+restart_cmd="restart_gitlab" >+ >+gitlab_enable=${gitlab_enable:-"NO"} >+ >+load_rc_config $name >+ >+### Environment variables >+RAILS_ENV="production" >+ >+# Script variable names should be lower-case not to conflict with >+# internal /bin/sh variables such as PATH, EDITOR or SHELL. >+app_user="git" >+app_root="/usr/local/www/gitlab" >+pid_path="$app_root/tmp/pids" >+socket_path="$app_root/tmp/sockets" >+rails_socket="$socket_path/gitlab.socket" >+web_server_pid_path="$pid_path/unicorn.pid" >+sidekiq_pid_path="$pid_path/sidekiq.pid" >+mail_room_enabled=false >+mail_room_pid_path="$pid_path/mail_room.pid" >+gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd) >+gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid" >+gitlab_workhorse_options="-listenUmask 0 -listenNetwork unix -listenAddr $socket_path/gitlab-workhorse.socket -authBackend http://127.0.0.1:8080 -authSocket $rails_socket -documentRoot $app_root/public" >+gitlab_workhorse_log="$app_root/log/gitlab-workhorse.log" >+shell_path="/bin/bash" >+ >+# Read configuration variable file if it is present >+test -f /etc/default/gitlab && . /etc/default/gitlab >+ >+# Switch to the app_user if it is not he/she who is running the script. >+if [ "$USER" != "$app_user" ]; then >+ eval su - "$app_user" -c $(echo \")$0 "$@"$(echo \"); exit; >+fi >+ >+# Switch to the gitlab path, exit on failure. >+if ! cd "$app_root" ; then >+ echo "Failed to cd into $app_root, exiting!"; exit 1 >+fi >+ >+ >+### Init Script functions >+ >+## Gets the pids from the files >+check_pids(){ >+ if ! mkdir -p "$pid_path"; then >+ echo "Could not create the path $pid_path needed to store the pids." >+ exit 1 >+ fi >+ # If there exists a file which should hold the value of the Unicorn pid: read it. >+ if [ -f "$web_server_pid_path" ]; then >+ wpid=$(cat "$web_server_pid_path") >+ else >+ wpid=0 >+ fi >+ if [ -f "$sidekiq_pid_path" ]; then >+ spid=$(cat "$sidekiq_pid_path") >+ else >+ spid=0 >+ fi >+ if [ -f "$gitlab_workhorse_pid_path" ]; then >+ hpid=$(cat "$gitlab_workhorse_pid_path") >+ else >+ hpid=0 >+ fi >+ if [ "$mail_room_enabled" = true ]; then >+ if [ -f "$mail_room_pid_path" ]; then >+ mpid=$(cat "$mail_room_pid_path") >+ else >+ mpid=0 >+ fi >+ fi >+} >+ >+## Called when we have started the two processes and are waiting for their pid files. >+wait_for_pids(){ >+ # We are sleeping a bit here mostly because sidekiq is slow at writing its pid >+ i=0; >+ while [ ! -f $web_server_pid_path ] || [ ! -f $sidekiq_pid_path ] || [ ! -f $gitlab_workhorse_pid_path ] || { [ "$mail_room_enabled" = true ] && [ ! -f $mail_room_pid_path ]; }; do >+ sleep 0.1; >+ i=$((i+1)) >+ if [ $((i%10)) = 0 ]; then >+ echo -n "." >+ elif [ $((i)) = 301 ]; then >+ echo "Waited 30s for the processes to write their pids, something probably went wrong." >+ exit 1; >+ fi >+ done >+ echo >+} >+ >+# We use the pids in so many parts of the script it makes sense to always check them. >+# Only after start() is run should the pids change. Sidekiq sets its own pid. >+check_pids >+ >+ >+## Checks whether the different parts of the service are already running or not. >+check_status(){ >+ check_pids >+ # If the web server is running kill -0 $wpid returns true, or rather 0. >+ # Checks of *_status should only check for == 0 or != 0, never anything else. >+ if [ $wpid -ne 0 ]; then >+ kill -0 "$wpid" 2>/dev/null >+ web_status="$?" >+ else >+ web_status="-1" >+ fi >+ if [ $spid -ne 0 ]; then >+ kill -0 "$spid" 2>/dev/null >+ sidekiq_status="$?" >+ else >+ sidekiq_status="-1" >+ fi >+ if [ $hpid -ne 0 ]; then >+ kill -0 "$hpid" 2>/dev/null >+ gitlab_workhorse_status="$?" >+ else >+ gitlab_workhorse_status="-1" >+ fi >+ if [ "$mail_room_enabled" = true ]; then >+ if [ $mpid -ne 0 ]; then >+ kill -0 "$mpid" 2>/dev/null >+ mail_room_status="$?" >+ else >+ mail_room_status="-1" >+ fi >+ fi >+ if [ $web_status = 0 ] && [ $sidekiq_status = 0 ] && [ $gitlab_workhorse_status = 0 ] && { [ "$mail_room_enabled" != true ] || [ $mail_room_status = 0 ]; }; then >+ gitlab_status=0 >+ else >+ # http://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html >+ # code 3 means 'program is not running' >+ gitlab_status=3 >+ fi >+} >+ >+## Check for stale pids and remove them if necessary. >+check_stale_pids(){ >+ check_status >+ # If there is a pid it is something else than 0, the service is running if >+ # *_status is == 0. >+ if [ "$wpid" != "0" ] && [ "$web_status" != "0" ]; then >+ echo "Removing stale Unicorn web server pid. This is most likely caused by the web server crashing the last time it ran." >+ if ! rm "$web_server_pid_path"; then >+ echo "Unable to remove stale pid, exiting." >+ exit 1 >+ fi >+ fi >+ if [ "$spid" != "0" ] && [ "$sidekiq_status" != "0" ]; then >+ echo "Removing stale Sidekiq job dispatcher pid. This is most likely caused by Sidekiq crashing the last time it ran." >+ if ! rm "$sidekiq_pid_path"; then >+ echo "Unable to remove stale pid, exiting" >+ exit 1 >+ fi >+ fi >+ if [ "$hpid" != "0" ] && [ "$gitlab_workhorse_status" != "0" ]; then >+ echo "Removing stale gitlab-workhorse pid. This is most likely caused by gitlab-workhorse crashing the last time it ran." >+ if ! rm "$gitlab_workhorse_pid_path"; then >+ echo "Unable to remove stale pid, exiting" >+ exit 1 >+ fi >+ fi >+ if [ "$mail_room_enabled" = true ] && [ "$mpid" != "0" ] && [ "$mail_room_status" != "0" ]; then >+ echo "Removing stale MailRoom job dispatcher pid. This is most likely caused by MailRoom crashing the last time it ran." >+ if ! rm "$mail_room_pid_path"; then >+ echo "Unable to remove stale pid, exiting" >+ exit 1 >+ fi >+ fi >+} >+ >+## If no parts of the service is running, bail out. >+exit_if_not_running(){ >+ check_stale_pids >+ if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then >+ echo "GitLab is not running." >+ exit >+ fi >+} >+ >+## Starts Unicorn and Sidekiq if they're not running. >+start_gitlab() { >+ check_stale_pids >+ >+ if [ "$web_status" != "0" ]; then >+ echo "Starting GitLab Unicorn" >+ fi >+ if [ "$sidekiq_status" != "0" ]; then >+ echo "Starting GitLab Sidekiq" >+ fi >+ if [ "$gitlab_workhorse_status" != "0" ]; then >+ echo "Starting gitlab-workhorse" >+ fi >+ if [ "$mail_room_enabled" = true ] && [ "$mail_room_status" != "0" ]; then >+ echo "Starting GitLab MailRoom" >+ fi >+ >+ # Then check if the service is running. If it is: don't start again. >+ if [ "$web_status" = "0" ]; then >+ echo "The Unicorn web server already running with pid $wpid, not restarting." >+ else >+ # Remove old socket if it exists >+ rm -f "$socket_path"/gitlab.socket 2>/dev/null >+ # Start the web server >+ RAILS_ENV=$RAILS_ENV bin/web start >+ fi >+ >+ # If sidekiq is already running, don't start it again. >+ if [ "$sidekiq_status" = "0" ]; then >+ echo "The Sidekiq job dispatcher is already running with pid $spid, not restarting" >+ else >+ RAILS_ENV=$RAILS_ENV bin/background_jobs start & >+ fi >+ >+ if [ "$gitlab_workhorse_status" = "0" ]; then >+ echo "The gitlab-workhorse is already running with pid $spid, not restarting" >+ else >+ # No need to remove a socket, gitlab-workhorse does this itself. >+ # Because gitlab-workhorse has multiple executables we need to fix >+ # the PATH. >+ $app_root/bin/daemon_with_pidfile $gitlab_workhorse_pid_path \ >+ /usr/bin/env PATH=$gitlab_workhorse_dir:$PATH \ >+ gitlab-workhorse $gitlab_workhorse_options \ >+ >> $gitlab_workhorse_log 2>&1 & >+ fi >+ >+ if [ "$mail_room_enabled" = true ]; then >+ # If MailRoom is already running, don't start it again. >+ if [ "$mail_room_status" = "0" ]; then >+ echo "The MailRoom email processor is already running with pid $mpid, not restarting" >+ else >+ RAILS_ENV=$RAILS_ENV bin/mail_room start & >+ fi >+ fi >+ >+ # Wait for the pids to be planted >+ wait_for_pids >+ # Finally check the status to tell wether or not GitLab is running >+ print_status >+} >+ >+## Asks Unicorn, Sidekiq and MailRoom if they would be so kind as to stop, if not kills them. >+stop_gitlab() { >+ exit_if_not_running >+ >+ if [ "$web_status" = "0" ]; then >+ echo "Shutting down GitLab Unicorn" >+ RAILS_ENV=$RAILS_ENV bin/web stop >+ fi >+ if [ "$sidekiq_status" = "0" ]; then >+ echo "Shutting down GitLab Sidekiq" >+ RAILS_ENV=$RAILS_ENV bin/background_jobs stop >+ fi >+ if [ "$gitlab_workhorse_status" = "0" ]; then >+ echo "Shutting down gitlab-workhorse" >+ kill -- $(cat $gitlab_workhorse_pid_path) >+ fi >+ if [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; then >+ echo "Shutting down GitLab MailRoom" >+ RAILS_ENV=$RAILS_ENV bin/mail_room stop >+ fi >+ >+ # If something needs to be stopped, lets wait for it to stop. Never use SIGKILL in a script. >+ while [ "$web_status" = "0" ] || [ "$sidekiq_status" = "0" ] || [ "$gitlab_workhorse_status" = "0" ] || { [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; }; do >+ sleep 1 >+ check_status >+ printf "." >+ if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then >+ printf "\n" >+ break >+ fi >+ done >+ >+ sleep 1 >+ # Cleaning up unused pids >+ rm "$web_server_pid_path" 2>/dev/null >+ # rm "$sidekiq_pid_path" 2>/dev/null # Sidekiq seems to be cleaning up its own pid. >+ rm -f "$gitlab_workhorse_pid_path" >+ if [ "$mail_room_enabled" = true ]; then >+ rm "$mail_room_pid_path" 2>/dev/null >+ fi >+ >+ print_status >+} >+ >+## Prints the status of GitLab and its components. >+print_status() { >+ check_status >+ if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then >+ echo "GitLab is not running." >+ return >+ fi >+ if [ "$web_status" = "0" ]; then >+ echo "The GitLab Unicorn web server with pid $wpid is running." >+ else >+ printf "The GitLab Unicorn web server is \033[31mnot running\033[0m.\n" >+ fi >+ if [ "$sidekiq_status" = "0" ]; then >+ echo "The GitLab Sidekiq job dispatcher with pid $spid is running." >+ else >+ printf "The GitLab Sidekiq job dispatcher is \033[31mnot running\033[0m.\n" >+ fi >+ if [ "$gitlab_workhorse_status" = "0" ]; then >+ echo "The gitlab-workhorse with pid $hpid is running." >+ else >+ printf "The gitlab-workhorse is \033[31mnot running\033[0m.\n" >+ fi >+ if [ "$mail_room_enabled" = true ]; then >+ if [ "$mail_room_status" = "0" ]; then >+ echo "The GitLab MailRoom email processor with pid $mpid is running." >+ else >+ printf "The GitLab MailRoom email processor is \033[31mnot running\033[0m.\n" >+ fi >+ fi >+ if [ "$web_status" = "0" ] && [ "$sidekiq_status" = "0" ] && [ "$gitlab_workhorse_status" = "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" = "0" ]; }; then >+ printf "GitLab and all its components are \033[32mup and running\033[0m.\n" >+ fi >+} >+ >+## Tells unicorn to reload its config and Sidekiq to restart >+reload_gitlab(){ >+ exit_if_not_running >+ if [ "$wpid" = "0" ];then >+ echo "The GitLab Unicorn Web server is not running thus its configuration can't be reloaded." >+ exit 1 >+ fi >+ printf "Reloading GitLab Unicorn configuration... " >+ RAILS_ENV=$RAILS_ENV bin/web reload >+ echo "Done." >+ >+ echo "Restarting GitLab Sidekiq since it isn't capable of reloading its config..." >+ RAILS_ENV=$RAILS_ENV bin/background_jobs restart >+ >+ if [ "$mail_room_enabled" != true ]; then >+ echo "Restarting GitLab MailRoom since it isn't capable of reloading its config..." >+ RAILS_ENV=$RAILS_ENV bin/mail_room restart >+ fi >+ >+ wait_for_pids >+ print_status >+} >+ >+## Restarts Sidekiq and Unicorn. >+restart_gitlab(){ >+ check_status >+ if [ "$web_status" = "0" ] || [ "$sidekiq_status" = "0" ] || [ "$gitlab_workhorse" = "0" ] || { [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; }; then >+ stop_gitlab >+ fi >+ start_gitlab >+} >+ >+ >+### Finally the input handling. >+ >+case "$1" in >+ start) >+ start_gitlab >+ ;; >+ stop) >+ stop_gitlab >+ ;; >+ restart) >+ restart_gitlab >+ ;; >+ reload|force-reload) >+ reload_gitlab >+ ;; >+ status) >+ print_status >+ exit $gitlab_status >+ ;; >+ *) >+ echo "Usage: service gitlab {start|stop|restart|reload|status}" >+ exit 1 >+ ;; >+esac >+ >+exit >diff --git a/www/gitlab/files/patch-Gemfile b/www/gitlab/files/patch-Gemfile >new file mode 100644 >index 0000000..6e8b502 >--- /dev/null >+++ b/www/gitlab/files/patch-Gemfile >@@ -0,0 +1,261 @@ >+--- Gemfile.orig 2016-02-29 14:51:18 UTC >++++ Gemfile >+@@ -8,19 +8,18 @@ gem 'responders', '~> 2.0' >+ >+ # Specify a sprockets version due to security issue >+ # See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY >+-gem 'sprockets', '~> 2.12.3' >++gem 'sprockets', '>= 2.12.3' >+ >+ # Default values for AR models >+-gem "default_value_for", "~> 3.0.0" >++gem "default_value_for", ">= 3.0.0" >+ >+ # Supported DBs >+-gem "mysql2", '~> 0.3.16', group: :mysql >+ gem "pg", '~> 0.18.2', group: :postgres >+ >+ # Authentication libraries >+ gem 'devise', '~> 3.5.4' >+-gem 'devise-async', '~> 0.9.0' >+-gem 'doorkeeper', '~> 2.2.0' >++gem 'devise-async', '>= 0.9.0' >++gem 'doorkeeper', '>= 2.2.0' >+ gem 'omniauth', '~> 1.3.1' >+ gem 'omniauth-azure-oauth2', '~> 0.0.6' >+ gem 'omniauth-bitbucket', '~> 0.0.2' >+@@ -28,8 +27,7 @@ gem 'omniauth-cas3', '~> 1.1.2' >+ gem 'omniauth-facebook', '~> 3.0.0' >+ gem 'omniauth-github', '~> 1.1.1' >+ gem 'omniauth-gitlab', '~> 1.0.0' >+-gem 'omniauth-google-oauth2', '~> 0.2.0' >+-gem 'omniauth-kerberos', '~> 0.3.0', group: :kerberos >++gem 'omniauth-google-oauth2', '>= 0.2.0' >+ gem 'omniauth-saml', '~> 1.4.2' >+ gem 'omniauth-shibboleth', '~> 1.2.0' >+ gem 'omniauth-twitter', '~> 1.2.0' >+@@ -46,7 +44,7 @@ gem 'rqrcode-rails3', '~> 0.1.7' >+ gem 'attr_encrypted', '~> 1.3.4' >+ >+ # Browser detection >+-gem "browser", '~> 1.0.0' >++gem "browser", '>= 1.0.0' >+ >+ # Extracting information from a git repository >+ # Provide access to Gitlab::Git library >+@@ -64,8 +62,8 @@ gem 'gollum-lib', '~> 4.1.0' >+ gem "github-linguist", "~> 4.7.0", require: "linguist" >+ >+ # API >+-gem 'grape', '~> 0.13.0' >+-gem 'grape-entity', '~> 0.4.2' >++gem 'grape', '>= 0.13.0' >++gem 'grape-entity', '>= 0.4.2' >+ gem 'rack-cors', '~> 0.4.0', require: 'rack/cors' >+ >+ # Pagination >+@@ -75,13 +73,13 @@ gem "kaminari", "~> 0.16.3" >+ gem "haml-rails", '~> 0.9.0' >+ >+ # Files attachments >+-gem "carrierwave", '~> 0.9.0' >++gem "carrierwave", '>= 0.9.0' >+ >+ # Drag and Drop UI >+ gem 'dropzonejs-rails', '~> 0.7.1' >+ >+ # for aws storage >+-gem "fog", "~> 1.36.0" >++gem "fog", ">= 1.36.0" >+ gem "unf", '~> 0.1.4' >+ >+ # Authorization >+@@ -93,13 +91,13 @@ gem "seed-fu", '~> 2.3.5' >+ # Markdown and HTML processing >+ gem 'html-pipeline', '~> 1.11.0' >+ gem 'task_list', '~> 1.0.2', require: 'task_list/railtie' >+-gem 'github-markup', '~> 1.3.1' >++gem 'github-markup', '>= 1.3.1' >+ gem 'redcarpet', '~> 3.3.3' >+ gem 'RedCloth', '~> 4.2.9' >+-gem 'rdoc', '~>3.6' >++gem 'rdoc', '>= 3.6' >+ gem 'org-ruby', '~> 0.9.12' >+ gem 'creole', '~> 0.5.0' >+-gem 'wikicloth', '0.8.1' >++gem 'wikicloth', '>= 0.8.1' >+ gem 'asciidoctor', '~> 1.5.2' >+ gem 'rouge', '~> 1.10.1' >+ >+@@ -108,11 +106,11 @@ gem 'rouge', '~> 1.10.1' >+ gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2' >+ >+ # Diffs >+-gem 'diffy', '~> 3.0.3' >++gem 'diffy', '>= 3.0.3' >+ >+ # Application server >+ group :unicorn do >+- gem "unicorn", '~> 4.8.2' >++ gem "unicorn", '>= 4.8.2' >+ gem 'unicorn-worker-killer', '~> 0.4.2' >+ end >+ >+@@ -159,10 +157,10 @@ gem "gitlab-flowdock-git-hook", "~> 1.0. >+ gem "gemnasium-gitlab-service", "~> 0.2" >+ >+ # Slack integration >+-gem "slack-notifier", "~> 1.2.0" >++gem "slack-notifier", ">= 1.2.0" >+ >+ # Asana integration >+-gem 'asana', '~> 0.4.0' >++gem 'asana', '>= 0.4.0' >+ >+ # FogBugz integration >+ gem 'ruby-fogbugz', '~> 0.2.1' >+@@ -177,7 +175,7 @@ gem 'cal-heatmap-rails', '~> 3.5.0' >+ gem "underscore-rails", "~> 1.8.0" >+ >+ # Sanitize user input >+-gem "sanitize", '~> 2.0' >++gem "sanitize", '>= 2.0' >+ gem 'babosa', '~> 1.0.2' >+ >+ # Sanitizes SVG input >+@@ -187,7 +185,7 @@ gem "loofah", "~> 2.0.3" >+ gem "rack-attack", '~> 4.3.1' >+ >+ # Ace editor >+-gem 'ace-rails-ap', '~> 2.0.1' >++gem 'ace-rails-ap', '>= 2.0.1' >+ >+ # Keyboard shortcuts >+ gem 'mousetrap-rails', '~> 1.4.6' >+@@ -201,18 +199,18 @@ gem "uglifier", '~> 2.7.2' >+ gem 'turbolinks', '~> 2.5.0' >+ gem 'jquery-turbolinks', '~> 2.1.0' >+ >+-gem 'addressable', '~> 2.3.8' >++gem 'addressable', '>= 2.3.8' >+ gem 'bootstrap-sass', '~> 3.3.0' >+ gem 'font-awesome-rails', '~> 4.2' >+ gem 'gitlab_emoji', '~> 0.3.0' >+ gem 'gon', '~> 6.0.1' >+ gem 'jquery-atwho-rails', '~> 1.3.2' >+-gem 'jquery-rails', '~> 4.0.0' >++gem 'jquery-rails', '>= 4.0.0' >+ gem 'jquery-scrollto-rails', '~> 1.4.3' >+ gem 'jquery-ui-rails', '~> 5.0.0' >+ gem 'nprogress-rails', '~> 0.1.6.7' >+ gem 'raphael-rails', '~> 2.1.2' >+-gem 'request_store', '~> 1.2.0' >++gem 'request_store', '>= 1.2.0' >+ gem 'select2-rails', '~> 3.5.9' >+ gem 'virtus', '~> 1.0.1' >+ gem 'net-ssh', '~> 3.0.1' >+@@ -220,92 +218,13 @@ gem 'net-ssh', '~> 3.0.1' >+ # Sentry integration >+ gem 'sentry-raven', '~> 0.15' >+ >+-# Metrics >+-group :metrics do >+- gem 'allocations', '~> 1.0', require: false, platform: :mri >+- gem 'method_source', '~> 0.8', require: false >+- gem 'influxdb', '~> 0.2', require: false >+- gem 'connection_pool', '~> 2.0', require: false >+-end >+- >+-group :development do >+- gem "foreman" >+- gem 'brakeman', '~> 3.1.0', require: false >+- >+- gem "annotate", "~> 2.6.0" >+- gem "letter_opener", '~> 1.1.2' >+- gem 'quiet_assets', '~> 1.0.2' >+- gem 'rerun', '~> 0.11.0' >+- gem 'bullet', require: false >+- gem 'rblineprof', platform: :mri, require: false >+- gem 'web-console', '~> 2.0' >+- >+- # Better errors handler >+- gem 'better_errors', '~> 1.0.1' >+- gem 'binding_of_caller', '~> 0.7.2' >+- >+- # Docs generator >+- gem "sdoc", '~> 0.3.20' >+- >+- # thin instead webrick >+- gem 'thin', '~> 1.6.1' >+-end >+- >+-group :development, :test do >+- gem 'byebug', platform: :mri >+- gem 'pry-rails' >+- >+- gem 'awesome_print', '~> 1.2.0', require: false >+- gem 'fuubar', '~> 2.0.0' >+- >+- gem 'database_cleaner', '~> 1.4.0' >+- gem 'factory_girl_rails', '~> 4.3.0' >+- gem 'rspec-rails', '~> 3.3.0' >+- gem 'spinach-rails', '~> 0.2.1' >+- >+- # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826) >+- gem 'minitest', '~> 5.7.0' >+- >+- # Generate Fake data >+- gem 'ffaker', '~> 2.0.0' >+- >+- gem 'capybara', '~> 2.4.0' >+- gem 'capybara-screenshot', '~> 1.0.0' >+- gem 'poltergeist', '~> 1.8.1' >+- >+- gem 'teaspoon', '~> 1.0.0' >+- gem 'teaspoon-jasmine', '~> 2.2.0' >+- >+- gem 'spring', '~> 1.3.6' >+- gem 'spring-commands-rspec', '~> 1.0.4' >+- gem 'spring-commands-spinach', '~> 1.0.0' >+- gem 'spring-commands-teaspoon', '~> 0.0.2' >+- >+- gem 'rubocop', '~> 0.35.0', require: false >+- gem 'coveralls', '~> 0.8.2', require: false >+- gem 'simplecov', '~> 0.10.0', require: false >+- gem 'flog', require: false >+- gem 'flay', require: false >+- gem 'bundler-audit', require: false >+- >+- gem 'benchmark-ips', require: false >+-end >+- >+-group :test do >+- gem 'shoulda-matchers', '~> 2.8.0', require: false >+- gem 'email_spec', '~> 1.6.0' >+- gem 'webmock', '~> 1.21.0' >+- gem 'test_after_commit', '~> 0.4.2' >+- gem 'sham_rack' >+-end >+- >+ group :production do >+ gem "gitlab_meta", '7.0' >+ end >+ >+ gem "newrelic_rpm", '~> 3.14' >+ >+-gem 'octokit', '~> 3.8.0' >++gem 'octokit', '>= 3.8.0' >+ >+ gem "mail_room", "~> 0.6.1" >+ >+@@ -317,7 +236,9 @@ gem 'activerecord-session_store', '~> 0. >+ gem "nested_form", '~> 0.3.2' >+ >+ # OAuth >+-gem 'oauth2', '~> 1.0.0' >++gem 'oauth2', '>= 1.0.0' >+ >+ # Soft deletion >+ gem "paranoia", "~> 2.0" >++ >++gem "rinku" >diff --git a/www/gitlab/files/patch-config_database.yml.postgresql b/www/gitlab/files/patch-config_database.yml.postgresql >new file mode 100644 >index 0000000..71af90a >--- /dev/null >+++ b/www/gitlab/files/patch-config_database.yml.postgresql >@@ -0,0 +1,11 @@ >+--- config/database.yml.postgresql.orig 2016-02-24 13:05:26 UTC >++++ config/database.yml.postgresql >+@@ -6,7 +6,7 @@ production: >+ encoding: unicode >+ database: gitlabhq_production >+ pool: 10 >+- # username: git >++ username: git >+ # password: >+ # host: localhost >+ # port: 5432 >diff --git a/www/gitlab/files/patch-config_gitlab.yml.example b/www/gitlab/files/patch-config_gitlab.yml.example >new file mode 100644 >index 0000000..742e88b >--- /dev/null >+++ b/www/gitlab/files/patch-config_gitlab.yml.example >@@ -0,0 +1,25 @@ >+--- config/gitlab.yml.example.orig 2016-02-24 13:05:26 UTC >++++ config/gitlab.yml.example >+@@ -402,11 +402,11 @@ production: &base >+ >+ ## GitLab Shell settings >+ gitlab_shell: >+- path: /home/git/gitlab-shell/ >++ path: /usr/local/share/gitlab-shell/ >+ >+ # REPOS_PATH MUST NOT BE A SYMLINK!!! >+ repos_path: /home/git/repositories/ >+- hooks_path: /home/git/gitlab-shell/hooks/ >++ hooks_path: /usr/local/share/gitlab-shell/hooks/ >+ >+ # File that contains the secret key for verifying access for gitlab-shell. >+ # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app). >+@@ -423,7 +423,7 @@ production: &base >+ # CAUTION! >+ # Use the default values unless you really know what you are doing >+ git: >+- bin_path: /usr/bin/git >++ bin_path: /usr/local/bin/git >+ # The next value is the maximum memory size grit can use >+ # Given in number of bytes per git object (e.g. a commit) >+ # This value can be increased if you have very large commits >diff --git a/www/gitlab/files/patch-config_initializers_1__settings.rb b/www/gitlab/files/patch-config_initializers_1__settings.rb >new file mode 100644 >index 0000000..0e4bc40 >--- /dev/null >+++ b/www/gitlab/files/patch-config_initializers_1__settings.rb >@@ -0,0 +1,15 @@ >+--- config/initializers/1_settings.rb.orig 2016-02-24 13:05:26 UTC >++++ config/initializers/1_settings.rb >+@@ -165,11 +165,7 @@ Settings.gitlab['email_reply_to'] ||= EN >+ Settings.gitlab['base_url'] ||= Settings.send(:build_base_gitlab_url) >+ Settings.gitlab['url'] ||= Settings.send(:build_gitlab_url) >+ Settings.gitlab['user'] ||= 'git' >+-Settings.gitlab['user_home'] ||= begin >+- Etc.getpwnam(Settings.gitlab['user']).dir >+-rescue ArgumentError # no user configured >+- '/home/' + Settings.gitlab['user'] >+-end >++Settings.gitlab['user_home'] ||= '/home/' + Settings.gitlab['user'] >+ Settings.gitlab['time_zone'] ||= nil >+ Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil? >+ Settings.gitlab['signin_enabled'] ||= true if Settings.gitlab['signin_enabled'].nil? >diff --git a/www/gitlab/files/patch-config_unicorn.rb.example b/www/gitlab/files/patch-config_unicorn.rb.example >new file mode 100644 >index 0000000..451897b >--- /dev/null >+++ b/www/gitlab/files/patch-config_unicorn.rb.example >@@ -0,0 +1,34 @@ >+--- config/unicorn.rb.example.orig 2016-02-24 13:05:26 UTC >++++ config/unicorn.rb.example >+@@ -33,12 +33,12 @@ worker_processes 3 >+ >+ # Help ensure your application will always spawn in the symlinked >+ # "current" directory that Capistrano sets up. >+-working_directory "/home/git/gitlab" # available in 0.94.0+ >++working_directory "/usr/local/www/gitlab" # available in 0.94.0+ >+ >+ # Listen on both a Unix domain socket and a TCP port. >+ # If you are load-balancing multiple Unicorn masters, lower the backlog >+ # setting to e.g. 64 for faster failover. >+-listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 >++listen "/usr/local/www/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024 >+ listen "127.0.0.1:8080", :tcp_nopush => true >+ >+ # nuke workers after 30 seconds instead of 60 seconds (the default) >+@@ -59,13 +59,13 @@ listen "127.0.0.1:8080", :tcp_nopush => >+ timeout 60 >+ >+ # feel free to point this anywhere accessible on the filesystem >+-pid "/home/git/gitlab/tmp/pids/unicorn.pid" >++pid "/usr/local/www/gitlab/tmp/pids/unicorn.pid" >+ >+ # By default, the Unicorn logger will write to stderr. >+ # Additionally, some applications/frameworks log to stderr or stdout, >+ # so prevent them from going to /dev/null when daemonized here: >+-stderr_path "/home/git/gitlab/log/unicorn.stderr.log" >+-stdout_path "/home/git/gitlab/log/unicorn.stdout.log" >++stderr_path "/usr/local/www/gitlab/log/unicorn.stderr.log" >++stdout_path "/usr/local/www/gitlab/log/unicorn.stdout.log" >+ >+ # combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings >+ # http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow >diff --git a/www/gitlab/files/patch-lib_support_nginx_gitlab b/www/gitlab/files/patch-lib_support_nginx_gitlab >new file mode 100644 >index 0000000..7b74b89 >--- /dev/null >+++ b/www/gitlab/files/patch-lib_support_nginx_gitlab >@@ -0,0 +1,20 @@ >+--- lib/support/nginx/gitlab.orig 2016-02-24 13:05:26 UTC >++++ lib/support/nginx/gitlab >+@@ -17,7 +17,7 @@ >+ ## See installation.md#using-https for additional HTTPS configuration details. >+ >+ upstream gitlab-workhorse { >+- server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; >++ server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; >+ } >+ >+ ## Normal HTTP host >+@@ -30,7 +30,7 @@ server { >+ listen [::]:80 default_server; >+ server_name YOUR_SERVER_FQDN; ## Replace this with something like gitlab.example.com >+ server_tokens off; ## Don't show the nginx version number, a security best practice >+- root /home/git/gitlab/public; >++ root /usr/local/www/gitlab/public; >+ >+ ## See app/controllers/application_controller.rb for headers set >+ >diff --git a/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl >new file mode 100644 >index 0000000..e78aac4 >--- /dev/null >+++ b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl >@@ -0,0 +1,20 @@ >+--- lib/support/nginx/gitlab-ssl.orig 2016-02-24 13:05:26 UTC >++++ lib/support/nginx/gitlab-ssl >+@@ -21,7 +21,7 @@ >+ ## See installation.md#using-https for additional HTTPS configuration details. >+ >+ upstream gitlab-workhorse { >+- server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; >++ server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0; >+ } >+ >+ ## Redirects all HTTP traffic to the HTTPS host >+@@ -45,7 +45,7 @@ server { >+ listen [::]:443 ipv6only=on ssl default_server; >+ server_name YOUR_SERVER_FQDN; ## Replace this with something like gitlab.example.com >+ server_tokens off; ## Don't show the nginx version number, a security best practice >+- root /home/git/gitlab/public; >++ root /usr/local/www/gitlab/public; >+ >+ ## Strong SSL Security >+ ## https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html & https://cipherli.st/ >diff --git a/www/gitlab/pkg-descr b/www/gitlab/pkg-descr >new file mode 100644 >index 0000000..ea0875e >--- /dev/null >+++ b/www/gitlab/pkg-descr >@@ -0,0 +1,3 @@ >+GitLab is version control for your server. >+ >+WWW: https://gitlab.com/ >diff --git a/www/gitlab/pkg-message b/www/gitlab/pkg-message >new file mode 100644 >index 0000000..8d0830c >--- /dev/null >+++ b/www/gitlab/pkg-message >@@ -0,0 +1,6 @@ >+Gitlab was installed successfully. >+ >+You now need to set up the various components of Gitlab, so please >+follow the instructions in the guide at >+ >+https://github.com/t-zuehlsdorff/gitlabhq/blob/8-5-docu/doc/install/installation-freebsd.md >diff --git a/www/gitlab/pkg-plist b/www/gitlab/pkg-plist >new file mode 100644 >index 0000000..4c280a7 >--- /dev/null >+++ b/www/gitlab/pkg-plist >@@ -0,0 +1,3301 @@ >+%%WWWDIR%%/.flayignore >+%%WWWDIR%%/.foreman >+%%WWWDIR%%/.gitattributes >+%%WWWDIR%%/.gitignore >+%%WWWDIR%%/.gitlab-ci.yml >+%%WWWDIR%%/.hound.yml >+%%WWWDIR%%/.pkgr.yml >+%%WWWDIR%%/.rspec >+%%WWWDIR%%/.rubocop.yml >+%%WWWDIR%%/.ruby-version >+%%WWWDIR%%/.simplecov >+%%WWWDIR%%/.teatro.yml >+%%WWWDIR%%/CHANGELOG >+%%WWWDIR%%/CONTRIBUTING.md >+%%WWWDIR%%/GITLAB_SHELL_VERSION >+%%WWWDIR%%/GITLAB_WORKHORSE_VERSION >+%%WWWDIR%%/Gemfile >+%%WWWDIR%%/LICENSE >+%%WWWDIR%%/MAINTENANCE.md >+%%WWWDIR%%/PROCESS.md >+%%WWWDIR%%/Procfile >+%%WWWDIR%%/README.md >+%%WWWDIR%%/Rakefile >+%%WWWDIR%%/VERSION >+%%WWWDIR%%/app/assets/fonts/OFL.txt >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Black.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Black.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-BlackIt.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-BlackIt.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Bold.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Bold.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-BoldIt.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-BoldIt.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLight.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLight.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLightIt.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLightIt.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-It.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-It.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Light.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Light.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-LightIt.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-LightIt.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Regular.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Regular.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Semibold.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-Semibold.ttf.woff2 >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-SemiboldIt.ttf.woff >+%%WWWDIR%%/app/assets/fonts/SourceSansPro-SemiboldIt.ttf.woff2 >+%%WWWDIR%%/app/assets/images/auth_buttons/azure_64.png >+%%WWWDIR%%/app/assets/images/auth_buttons/bitbucket_64.png >+%%WWWDIR%%/app/assets/images/auth_buttons/facebook_64.png >+%%WWWDIR%%/app/assets/images/auth_buttons/github_64.png >+%%WWWDIR%%/app/assets/images/auth_buttons/gitlab_64.png >+%%WWWDIR%%/app/assets/images/auth_buttons/google_64.png >+%%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png >+%%WWWDIR%%/app/assets/images/bg-header.png >+%%WWWDIR%%/app/assets/images/bg_fallback.png >+%%WWWDIR%%/app/assets/images/chosen-sprite.png >+%%WWWDIR%%/app/assets/images/ci/arch.jpg >+%%WWWDIR%%/app/assets/images/ci/favicon.ico >+%%WWWDIR%%/app/assets/images/ci/loader.gif >+%%WWWDIR%%/app/assets/images/ci/no_avatar.png >+%%WWWDIR%%/app/assets/images/ci/rails.png >+%%WWWDIR%%/app/assets/images/ci/service_sample.png >+%%WWWDIR%%/app/assets/images/dark-scheme-preview.png >+%%WWWDIR%%/app/assets/images/diff_note_add.png >+%%WWWDIR%%/app/assets/images/emoji.png >+%%WWWDIR%%/app/assets/images/emoji@2x.png >+%%WWWDIR%%/app/assets/images/favicon.ico >+%%WWWDIR%%/app/assets/images/gitlab_logo.png >+%%WWWDIR%%/app/assets/images/gitorious-logo-black.png >+%%WWWDIR%%/app/assets/images/gitorious-logo-blue.png >+%%WWWDIR%%/app/assets/images/icon-link.png >+%%WWWDIR%%/app/assets/images/icon-search.png >+%%WWWDIR%%/app/assets/images/icon_sprite.png >+%%WWWDIR%%/app/assets/images/images.png >+%%WWWDIR%%/app/assets/images/logo.svg >+%%WWWDIR%%/app/assets/images/logo_wordmark.svg >+%%WWWDIR%%/app/assets/images/monokai-scheme-preview.png >+%%WWWDIR%%/app/assets/images/move.png >+%%WWWDIR%%/app/assets/images/msapplication-tile.png >+%%WWWDIR%%/app/assets/images/no_avatar.png >+%%WWWDIR%%/app/assets/images/no_group_avatar.png >+%%WWWDIR%%/app/assets/images/onion_skin_sprites.gif >+%%WWWDIR%%/app/assets/images/progress_bar.gif >+%%WWWDIR%%/app/assets/images/slider_handles.png >+%%WWWDIR%%/app/assets/images/solarized-dark-scheme-preview.png >+%%WWWDIR%%/app/assets/images/solarized-light-scheme-preview.png >+%%WWWDIR%%/app/assets/images/swipemode_sprites.gif >+%%WWWDIR%%/app/assets/images/switch_icon.png >+%%WWWDIR%%/app/assets/images/touch-icon-ipad-retina.png >+%%WWWDIR%%/app/assets/images/touch-icon-ipad.png >+%%WWWDIR%%/app/assets/images/touch-icon-iphone-retina.png >+%%WWWDIR%%/app/assets/images/touch-icon-iphone.png >+%%WWWDIR%%/app/assets/images/trans_bg.gif >+%%WWWDIR%%/app/assets/images/white-scheme-preview.png >+%%WWWDIR%%/app/assets/javascripts/activities.js.coffee >+%%WWWDIR%%/app/assets/javascripts/admin.js.coffee >+%%WWWDIR%%/app/assets/javascripts/api.js.coffee >+%%WWWDIR%%/app/assets/javascripts/application.js.coffee >+%%WWWDIR%%/app/assets/javascripts/aside.js.coffee >+%%WWWDIR%%/app/assets/javascripts/autosave.js.coffee >+%%WWWDIR%%/app/assets/javascripts/awards_handler.coffee >+%%WWWDIR%%/app/assets/javascripts/behaviors/autosize.js.coffee >+%%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.coffee >+%%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js.coffee >+%%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js.coffee >+%%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.coffee >+%%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js.coffee >+%%WWWDIR%%/app/assets/javascripts/blob/edit_blob.js.coffee >+%%WWWDIR%%/app/assets/javascripts/blob/new_blob.js.coffee >+%%WWWDIR%%/app/assets/javascripts/branch-graph.js.coffee >+%%WWWDIR%%/app/assets/javascripts/broadcast_message.js.coffee >+%%WWWDIR%%/app/assets/javascripts/build_artifacts.js.coffee >+%%WWWDIR%%/app/assets/javascripts/calendar.js.coffee >+%%WWWDIR%%/app/assets/javascripts/ci/application.js.coffee >+%%WWWDIR%%/app/assets/javascripts/ci/build.coffee >+%%WWWDIR%%/app/assets/javascripts/ci/projects.js.coffee >+%%WWWDIR%%/app/assets/javascripts/commit.js.coffee >+%%WWWDIR%%/app/assets/javascripts/commit/file.js.coffee >+%%WWWDIR%%/app/assets/javascripts/commit/image-file.js.coffee >+%%WWWDIR%%/app/assets/javascripts/commits.js.coffee >+%%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js.coffee >+%%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js.coffee >+%%WWWDIR%%/app/assets/javascripts/dashboard.js.coffee >+%%WWWDIR%%/app/assets/javascripts/diff.js.coffee >+%%WWWDIR%%/app/assets/javascripts/dispatcher.js.coffee >+%%WWWDIR%%/app/assets/javascripts/dropzone_input.js.coffee >+%%WWWDIR%%/app/assets/javascripts/extensions/array.js >+%%WWWDIR%%/app/assets/javascripts/extensions/jquery.js.coffee >+%%WWWDIR%%/app/assets/javascripts/flash.js.coffee >+%%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.coffee >+%%WWWDIR%%/app/assets/javascripts/group_avatar.js.coffee >+%%WWWDIR%%/app/assets/javascripts/groups.js.coffee >+%%WWWDIR%%/app/assets/javascripts/groups_select.js.coffee >+%%WWWDIR%%/app/assets/javascripts/importer_status.js.coffee >+%%WWWDIR%%/app/assets/javascripts/issuable_context.js.coffee >+%%WWWDIR%%/app/assets/javascripts/issuable_form.js.coffee >+%%WWWDIR%%/app/assets/javascripts/issue.js.coffee >+%%WWWDIR%%/app/assets/javascripts/issues.js.coffee >+%%WWWDIR%%/app/assets/javascripts/labels.js.coffee >+%%WWWDIR%%/app/assets/javascripts/lib/jquery.timeago.js >+%%WWWDIR%%/app/assets/javascripts/lib/md5.js >+%%WWWDIR%%/app/assets/javascripts/lib/utf8_encode.js >+%%WWWDIR%%/app/assets/javascripts/line_highlighter.js.coffee >+%%WWWDIR%%/app/assets/javascripts/logo.js.coffee >+%%WWWDIR%%/app/assets/javascripts/markdown_preview.js.coffee >+%%WWWDIR%%/app/assets/javascripts/merge_request.js.coffee >+%%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js.coffee >+%%WWWDIR%%/app/assets/javascripts/merge_request_widget.js.coffee >+%%WWWDIR%%/app/assets/javascripts/merge_requests.js.coffee >+%%WWWDIR%%/app/assets/javascripts/milestone.js.coffee >+%%WWWDIR%%/app/assets/javascripts/namespace_select.js.coffee >+%%WWWDIR%%/app/assets/javascripts/network.js.coffee >+%%WWWDIR%%/app/assets/javascripts/new_branch_form.js.coffee >+%%WWWDIR%%/app/assets/javascripts/new_commit_form.js.coffee >+%%WWWDIR%%/app/assets/javascripts/notes.js.coffee >+%%WWWDIR%%/app/assets/javascripts/pager.js.coffee >+%%WWWDIR%%/app/assets/javascripts/profile.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_avatar.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_find_file.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_fork.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_import.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_members.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_new.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_select.js.coffee >+%%WWWDIR%%/app/assets/javascripts/project_show.js.coffee >+%%WWWDIR%%/app/assets/javascripts/projects_list.js.coffee >+%%WWWDIR%%/app/assets/javascripts/protected_branches.js.coffee >+%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js.coffee >+%%WWWDIR%%/app/assets/javascripts/shortcuts.js.coffee >+%%WWWDIR%%/app/assets/javascripts/shortcuts_dashboard_navigation.js.coffee >+%%WWWDIR%%/app/assets/javascripts/shortcuts_find_file.js.coffee >+%%WWWDIR%%/app/assets/javascripts/shortcuts_issuable.coffee >+%%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.coffee >+%%WWWDIR%%/app/assets/javascripts/shortcuts_network.js.coffee >+%%WWWDIR%%/app/assets/javascripts/sidebar.js.coffee >+%%WWWDIR%%/app/assets/javascripts/star.js.coffee >+%%WWWDIR%%/app/assets/javascripts/stat_graph.js.coffee >+%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors.js.coffee >+%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors_graph.js.coffee >+%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors_util.js.coffee >+%%WWWDIR%%/app/assets/javascripts/subscription.js.coffee >+%%WWWDIR%%/app/assets/javascripts/syntax_highlight.coffee >+%%WWWDIR%%/app/assets/javascripts/tree.js.coffee >+%%WWWDIR%%/app/assets/javascripts/user.js.coffee >+%%WWWDIR%%/app/assets/javascripts/users_select.js.coffee >+%%WWWDIR%%/app/assets/javascripts/wikis.js.coffee >+%%WWWDIR%%/app/assets/javascripts/zen_mode.js.coffee >+%%WWWDIR%%/app/assets/stylesheets/application.scss >+%%WWWDIR%%/app/assets/stylesheets/behaviors.scss >+%%WWWDIR%%/app/assets/stylesheets/framework.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/avatar.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/buttons.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/calendar.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/callout.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/common.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/files.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/filters.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/flash.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/fonts.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/forms.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/gfm.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/gitlab-theme.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/header.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/highlight.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/issue_box.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/jquery.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/layout.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/lists.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/markdown_area.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/mixins.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/nav.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/pagination.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/panels.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/selects.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/sidebar.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/tables.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/timeline.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap_variables.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/typography.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/variables.scss >+%%WWWDIR%%/app/assets/stylesheets/framework/zen.scss >+%%WWWDIR%%/app/assets/stylesheets/highlight/dark.scss >+%%WWWDIR%%/app/assets/stylesheets/highlight/monokai.scss >+%%WWWDIR%%/app/assets/stylesheets/highlight/solarized_dark.scss >+%%WWWDIR%%/app/assets/stylesheets/highlight/solarized_light.scss >+%%WWWDIR%%/app/assets/stylesheets/highlight/white.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/admin.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/awards.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/builds.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/commit.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/commits.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/dashboard.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/detail_page.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/diff.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/editor.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/emojis.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/errors.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/events.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/explore.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/graph.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/groups.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/help.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/import.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/issuable.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/issues.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/labels.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/lint.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/login.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/merge_requests.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/milestone.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/notes.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/notifications.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/profile.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/profiles/preferences.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/projects.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/runners.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/search.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/sherlock.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/snippets.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/stat_graph.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/status.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/todos.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/tree.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/ui_dev_kit.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/votes.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/wiki.scss >+%%WWWDIR%%/app/assets/stylesheets/pages/xterm.scss >+%%WWWDIR%%/app/assets/stylesheets/print.scss >+%%WWWDIR%%/app/controllers/abuse_reports_controller.rb >+%%WWWDIR%%/app/controllers/admin/abuse_reports_controller.rb >+%%WWWDIR%%/app/controllers/admin/application_controller.rb >+%%WWWDIR%%/app/controllers/admin/application_settings_controller.rb >+%%WWWDIR%%/app/controllers/admin/applications_controller.rb >+%%WWWDIR%%/app/controllers/admin/background_jobs_controller.rb >+%%WWWDIR%%/app/controllers/admin/broadcast_messages_controller.rb >+%%WWWDIR%%/app/controllers/admin/builds_controller.rb >+%%WWWDIR%%/app/controllers/admin/dashboard_controller.rb >+%%WWWDIR%%/app/controllers/admin/deploy_keys_controller.rb >+%%WWWDIR%%/app/controllers/admin/groups_controller.rb >+%%WWWDIR%%/app/controllers/admin/hooks_controller.rb >+%%WWWDIR%%/app/controllers/admin/identities_controller.rb >+%%WWWDIR%%/app/controllers/admin/impersonation_controller.rb >+%%WWWDIR%%/app/controllers/admin/keys_controller.rb >+%%WWWDIR%%/app/controllers/admin/labels_controller.rb >+%%WWWDIR%%/app/controllers/admin/logs_controller.rb >+%%WWWDIR%%/app/controllers/admin/projects_controller.rb >+%%WWWDIR%%/app/controllers/admin/runner_projects_controller.rb >+%%WWWDIR%%/app/controllers/admin/runners_controller.rb >+%%WWWDIR%%/app/controllers/admin/services_controller.rb >+%%WWWDIR%%/app/controllers/admin/spam_logs_controller.rb >+%%WWWDIR%%/app/controllers/admin/users_controller.rb >+%%WWWDIR%%/app/controllers/application_controller.rb >+%%WWWDIR%%/app/controllers/autocomplete_controller.rb >+%%WWWDIR%%/app/controllers/ci/application_controller.rb >+%%WWWDIR%%/app/controllers/ci/lints_controller.rb >+%%WWWDIR%%/app/controllers/ci/projects_controller.rb >+%%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb >+%%WWWDIR%%/app/controllers/concerns/creates_commit.rb >+%%WWWDIR%%/app/controllers/concerns/global_milestones.rb >+%%WWWDIR%%/app/controllers/concerns/issues_action.rb >+%%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb >+%%WWWDIR%%/app/controllers/confirmations_controller.rb >+%%WWWDIR%%/app/controllers/dashboard/application_controller.rb >+%%WWWDIR%%/app/controllers/dashboard/groups_controller.rb >+%%WWWDIR%%/app/controllers/dashboard/milestones_controller.rb >+%%WWWDIR%%/app/controllers/dashboard/projects_controller.rb >+%%WWWDIR%%/app/controllers/dashboard/snippets_controller.rb >+%%WWWDIR%%/app/controllers/dashboard/todos_controller.rb >+%%WWWDIR%%/app/controllers/dashboard_controller.rb >+%%WWWDIR%%/app/controllers/explore/application_controller.rb >+%%WWWDIR%%/app/controllers/explore/groups_controller.rb >+%%WWWDIR%%/app/controllers/explore/projects_controller.rb >+%%WWWDIR%%/app/controllers/explore/snippets_controller.rb >+%%WWWDIR%%/app/controllers/groups/application_controller.rb >+%%WWWDIR%%/app/controllers/groups/avatars_controller.rb >+%%WWWDIR%%/app/controllers/groups/group_members_controller.rb >+%%WWWDIR%%/app/controllers/groups/milestones_controller.rb >+%%WWWDIR%%/app/controllers/groups_controller.rb >+%%WWWDIR%%/app/controllers/help_controller.rb >+%%WWWDIR%%/app/controllers/import/base_controller.rb >+%%WWWDIR%%/app/controllers/import/bitbucket_controller.rb >+%%WWWDIR%%/app/controllers/import/fogbugz_controller.rb >+%%WWWDIR%%/app/controllers/import/github_controller.rb >+%%WWWDIR%%/app/controllers/import/gitlab_controller.rb >+%%WWWDIR%%/app/controllers/import/gitorious_controller.rb >+%%WWWDIR%%/app/controllers/import/google_code_controller.rb >+%%WWWDIR%%/app/controllers/invites_controller.rb >+%%WWWDIR%%/app/controllers/namespaces_controller.rb >+%%WWWDIR%%/app/controllers/oauth/applications_controller.rb >+%%WWWDIR%%/app/controllers/oauth/authorizations_controller.rb >+%%WWWDIR%%/app/controllers/oauth/authorized_applications_controller.rb >+%%WWWDIR%%/app/controllers/omniauth_callbacks_controller.rb >+%%WWWDIR%%/app/controllers/passwords_controller.rb >+%%WWWDIR%%/app/controllers/profiles/accounts_controller.rb >+%%WWWDIR%%/app/controllers/profiles/application_controller.rb >+%%WWWDIR%%/app/controllers/profiles/avatars_controller.rb >+%%WWWDIR%%/app/controllers/profiles/emails_controller.rb >+%%WWWDIR%%/app/controllers/profiles/keys_controller.rb >+%%WWWDIR%%/app/controllers/profiles/notifications_controller.rb >+%%WWWDIR%%/app/controllers/profiles/passwords_controller.rb >+%%WWWDIR%%/app/controllers/profiles/preferences_controller.rb >+%%WWWDIR%%/app/controllers/profiles/two_factor_auths_controller.rb >+%%WWWDIR%%/app/controllers/profiles_controller.rb >+%%WWWDIR%%/app/controllers/projects/application_controller.rb >+%%WWWDIR%%/app/controllers/projects/artifacts_controller.rb >+%%WWWDIR%%/app/controllers/projects/avatars_controller.rb >+%%WWWDIR%%/app/controllers/projects/badges_controller.rb >+%%WWWDIR%%/app/controllers/projects/blame_controller.rb >+%%WWWDIR%%/app/controllers/projects/blob_controller.rb >+%%WWWDIR%%/app/controllers/projects/branches_controller.rb >+%%WWWDIR%%/app/controllers/projects/builds_controller.rb >+%%WWWDIR%%/app/controllers/projects/commit_controller.rb >+%%WWWDIR%%/app/controllers/projects/commits_controller.rb >+%%WWWDIR%%/app/controllers/projects/compare_controller.rb >+%%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb >+%%WWWDIR%%/app/controllers/projects/find_file_controller.rb >+%%WWWDIR%%/app/controllers/projects/forks_controller.rb >+%%WWWDIR%%/app/controllers/projects/graphs_controller.rb >+%%WWWDIR%%/app/controllers/projects/hooks_controller.rb >+%%WWWDIR%%/app/controllers/projects/imports_controller.rb >+%%WWWDIR%%/app/controllers/projects/issues_controller.rb >+%%WWWDIR%%/app/controllers/projects/labels_controller.rb >+%%WWWDIR%%/app/controllers/projects/merge_requests_controller.rb >+%%WWWDIR%%/app/controllers/projects/milestones_controller.rb >+%%WWWDIR%%/app/controllers/projects/network_controller.rb >+%%WWWDIR%%/app/controllers/projects/notes_controller.rb >+%%WWWDIR%%/app/controllers/projects/project_members_controller.rb >+%%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb >+%%WWWDIR%%/app/controllers/projects/raw_controller.rb >+%%WWWDIR%%/app/controllers/projects/refs_controller.rb >+%%WWWDIR%%/app/controllers/projects/releases_controller.rb >+%%WWWDIR%%/app/controllers/projects/repositories_controller.rb >+%%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb >+%%WWWDIR%%/app/controllers/projects/runners_controller.rb >+%%WWWDIR%%/app/controllers/projects/services_controller.rb >+%%WWWDIR%%/app/controllers/projects/snippets_controller.rb >+%%WWWDIR%%/app/controllers/projects/tags_controller.rb >+%%WWWDIR%%/app/controllers/projects/tree_controller.rb >+%%WWWDIR%%/app/controllers/projects/triggers_controller.rb >+%%WWWDIR%%/app/controllers/projects/uploads_controller.rb >+%%WWWDIR%%/app/controllers/projects/variables_controller.rb >+%%WWWDIR%%/app/controllers/projects/wikis_controller.rb >+%%WWWDIR%%/app/controllers/projects_controller.rb >+%%WWWDIR%%/app/controllers/registrations_controller.rb >+%%WWWDIR%%/app/controllers/root_controller.rb >+%%WWWDIR%%/app/controllers/search_controller.rb >+%%WWWDIR%%/app/controllers/sent_notifications_controller.rb >+%%WWWDIR%%/app/controllers/sessions_controller.rb >+%%WWWDIR%%/app/controllers/sherlock/application_controller.rb >+%%WWWDIR%%/app/controllers/sherlock/file_samples_controller.rb >+%%WWWDIR%%/app/controllers/sherlock/queries_controller.rb >+%%WWWDIR%%/app/controllers/sherlock/transactions_controller.rb >+%%WWWDIR%%/app/controllers/snippets_controller.rb >+%%WWWDIR%%/app/controllers/uploads_controller.rb >+%%WWWDIR%%/app/controllers/users_controller.rb >+%%WWWDIR%%/app/finders/README.md >+%%WWWDIR%%/app/finders/contributed_projects_finder.rb >+%%WWWDIR%%/app/finders/issuable_finder.rb >+%%WWWDIR%%/app/finders/issues_finder.rb >+%%WWWDIR%%/app/finders/merge_requests_finder.rb >+%%WWWDIR%%/app/finders/milestones_finder.rb >+%%WWWDIR%%/app/finders/notes_finder.rb >+%%WWWDIR%%/app/finders/personal_projects_finder.rb >+%%WWWDIR%%/app/finders/projects_finder.rb >+%%WWWDIR%%/app/finders/snippets_finder.rb >+%%WWWDIR%%/app/finders/todos_finder.rb >+%%WWWDIR%%/app/finders/trending_projects_finder.rb >+%%WWWDIR%%/app/helpers/appearances_helper.rb >+%%WWWDIR%%/app/helpers/application_helper.rb >+%%WWWDIR%%/app/helpers/application_settings_helper.rb >+%%WWWDIR%%/app/helpers/auth_helper.rb >+%%WWWDIR%%/app/helpers/blob_helper.rb >+%%WWWDIR%%/app/helpers/branches_helper.rb >+%%WWWDIR%%/app/helpers/broadcast_messages_helper.rb >+%%WWWDIR%%/app/helpers/button_helper.rb >+%%WWWDIR%%/app/helpers/ci_badge_helper.rb >+%%WWWDIR%%/app/helpers/ci_status_helper.rb >+%%WWWDIR%%/app/helpers/commits_helper.rb >+%%WWWDIR%%/app/helpers/compare_helper.rb >+%%WWWDIR%%/app/helpers/dashboard_helper.rb >+%%WWWDIR%%/app/helpers/diff_helper.rb >+%%WWWDIR%%/app/helpers/emails_helper.rb >+%%WWWDIR%%/app/helpers/events_helper.rb >+%%WWWDIR%%/app/helpers/explore_helper.rb >+%%WWWDIR%%/app/helpers/external_wiki_helper.rb >+%%WWWDIR%%/app/helpers/git_helper.rb >+%%WWWDIR%%/app/helpers/gitlab_markdown_helper.rb >+%%WWWDIR%%/app/helpers/gitlab_routing_helper.rb >+%%WWWDIR%%/app/helpers/graph_helper.rb >+%%WWWDIR%%/app/helpers/groups_helper.rb >+%%WWWDIR%%/app/helpers/icons_helper.rb >+%%WWWDIR%%/app/helpers/issuables_helper.rb >+%%WWWDIR%%/app/helpers/issues_helper.rb >+%%WWWDIR%%/app/helpers/labels_helper.rb >+%%WWWDIR%%/app/helpers/merge_requests_helper.rb >+%%WWWDIR%%/app/helpers/milestones_helper.rb >+%%WWWDIR%%/app/helpers/namespaces_helper.rb >+%%WWWDIR%%/app/helpers/nav_helper.rb >+%%WWWDIR%%/app/helpers/notes_helper.rb >+%%WWWDIR%%/app/helpers/notifications_helper.rb >+%%WWWDIR%%/app/helpers/page_layout_helper.rb >+%%WWWDIR%%/app/helpers/preferences_helper.rb >+%%WWWDIR%%/app/helpers/projects_helper.rb >+%%WWWDIR%%/app/helpers/runners_helper.rb >+%%WWWDIR%%/app/helpers/search_helper.rb >+%%WWWDIR%%/app/helpers/selects_helper.rb >+%%WWWDIR%%/app/helpers/snippets_helper.rb >+%%WWWDIR%%/app/helpers/sorting_helper.rb >+%%WWWDIR%%/app/helpers/submodule_helper.rb >+%%WWWDIR%%/app/helpers/tab_helper.rb >+%%WWWDIR%%/app/helpers/tags_helper.rb >+%%WWWDIR%%/app/helpers/time_helper.rb >+%%WWWDIR%%/app/helpers/todos_helper.rb >+%%WWWDIR%%/app/helpers/tree_helper.rb >+%%WWWDIR%%/app/helpers/triggers_helper.rb >+%%WWWDIR%%/app/helpers/version_check_helper.rb >+%%WWWDIR%%/app/helpers/visibility_level_helper.rb >+%%WWWDIR%%/app/mailers/abuse_report_mailer.rb >+%%WWWDIR%%/app/mailers/base_mailer.rb >+%%WWWDIR%%/app/mailers/devise_mailer.rb >+%%WWWDIR%%/app/mailers/email_rejection_mailer.rb >+%%WWWDIR%%/app/mailers/emails/builds.rb >+%%WWWDIR%%/app/mailers/emails/groups.rb >+%%WWWDIR%%/app/mailers/emails/issues.rb >+%%WWWDIR%%/app/mailers/emails/merge_requests.rb >+%%WWWDIR%%/app/mailers/emails/notes.rb >+%%WWWDIR%%/app/mailers/emails/profile.rb >+%%WWWDIR%%/app/mailers/emails/projects.rb >+%%WWWDIR%%/app/mailers/notify.rb >+%%WWWDIR%%/app/models/ability.rb >+%%WWWDIR%%/app/models/abuse_report.rb >+%%WWWDIR%%/app/models/application_setting.rb >+%%WWWDIR%%/app/models/audit_event.rb >+%%WWWDIR%%/app/models/broadcast_message.rb >+%%WWWDIR%%/app/models/ci/build.rb >+%%WWWDIR%%/app/models/ci/commit.rb >+%%WWWDIR%%/app/models/ci/runner.rb >+%%WWWDIR%%/app/models/ci/runner_project.rb >+%%WWWDIR%%/app/models/ci/trigger.rb >+%%WWWDIR%%/app/models/ci/trigger_request.rb >+%%WWWDIR%%/app/models/ci/variable.rb >+%%WWWDIR%%/app/models/commit.rb >+%%WWWDIR%%/app/models/commit_range.rb >+%%WWWDIR%%/app/models/commit_status.rb >+%%WWWDIR%%/app/models/concerns/case_sensitivity.rb >+%%WWWDIR%%/app/models/concerns/internal_id.rb >+%%WWWDIR%%/app/models/concerns/issuable.rb >+%%WWWDIR%%/app/models/concerns/mentionable.rb >+%%WWWDIR%%/app/models/concerns/notifiable.rb >+%%WWWDIR%%/app/models/concerns/participable.rb >+%%WWWDIR%%/app/models/concerns/referable.rb >+%%WWWDIR%%/app/models/concerns/sortable.rb >+%%WWWDIR%%/app/models/concerns/strip_attribute.rb >+%%WWWDIR%%/app/models/concerns/taskable.rb >+%%WWWDIR%%/app/models/concerns/token_authenticatable.rb >+%%WWWDIR%%/app/models/deploy_key.rb >+%%WWWDIR%%/app/models/deploy_keys_project.rb >+%%WWWDIR%%/app/models/diff_line.rb >+%%WWWDIR%%/app/models/email.rb >+%%WWWDIR%%/app/models/event.rb >+%%WWWDIR%%/app/models/external_issue.rb >+%%WWWDIR%%/app/models/forked_project_link.rb >+%%WWWDIR%%/app/models/generic_commit_status.rb >+%%WWWDIR%%/app/models/global_label.rb >+%%WWWDIR%%/app/models/global_milestone.rb >+%%WWWDIR%%/app/models/group.rb >+%%WWWDIR%%/app/models/hooks/project_hook.rb >+%%WWWDIR%%/app/models/hooks/service_hook.rb >+%%WWWDIR%%/app/models/hooks/system_hook.rb >+%%WWWDIR%%/app/models/hooks/web_hook.rb >+%%WWWDIR%%/app/models/identity.rb >+%%WWWDIR%%/app/models/issue.rb >+%%WWWDIR%%/app/models/jira_issue.rb >+%%WWWDIR%%/app/models/key.rb >+%%WWWDIR%%/app/models/label.rb >+%%WWWDIR%%/app/models/label_link.rb >+%%WWWDIR%%/app/models/lfs_object.rb >+%%WWWDIR%%/app/models/lfs_objects_project.rb >+%%WWWDIR%%/app/models/member.rb >+%%WWWDIR%%/app/models/members/group_member.rb >+%%WWWDIR%%/app/models/members/project_member.rb >+%%WWWDIR%%/app/models/merge_request.rb >+%%WWWDIR%%/app/models/merge_request_diff.rb >+%%WWWDIR%%/app/models/milestone.rb >+%%WWWDIR%%/app/models/namespace.rb >+%%WWWDIR%%/app/models/network/commit.rb >+%%WWWDIR%%/app/models/network/graph.rb >+%%WWWDIR%%/app/models/note.rb >+%%WWWDIR%%/app/models/notification.rb >+%%WWWDIR%%/app/models/personal_snippet.rb >+%%WWWDIR%%/app/models/project.rb >+%%WWWDIR%%/app/models/project_import_data.rb >+%%WWWDIR%%/app/models/project_services/asana_service.rb >+%%WWWDIR%%/app/models/project_services/assembla_service.rb >+%%WWWDIR%%/app/models/project_services/bamboo_service.rb >+%%WWWDIR%%/app/models/project_services/buildkite_service.rb >+%%WWWDIR%%/app/models/project_services/builds_email_service.rb >+%%WWWDIR%%/app/models/project_services/campfire_service.rb >+%%WWWDIR%%/app/models/project_services/ci_service.rb >+%%WWWDIR%%/app/models/project_services/custom_issue_tracker_service.rb >+%%WWWDIR%%/app/models/project_services/drone_ci_service.rb >+%%WWWDIR%%/app/models/project_services/emails_on_push_service.rb >+%%WWWDIR%%/app/models/project_services/external_wiki_service.rb >+%%WWWDIR%%/app/models/project_services/flowdock_service.rb >+%%WWWDIR%%/app/models/project_services/gemnasium_service.rb >+%%WWWDIR%%/app/models/project_services/gitlab_ci_service.rb >+%%WWWDIR%%/app/models/project_services/gitlab_issue_tracker_service.rb >+%%WWWDIR%%/app/models/project_services/hipchat_service.rb >+%%WWWDIR%%/app/models/project_services/irker_service.rb >+%%WWWDIR%%/app/models/project_services/issue_tracker_service.rb >+%%WWWDIR%%/app/models/project_services/jira_service.rb >+%%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb >+%%WWWDIR%%/app/models/project_services/pushover_service.rb >+%%WWWDIR%%/app/models/project_services/redmine_service.rb >+%%WWWDIR%%/app/models/project_services/slack_service.rb >+%%WWWDIR%%/app/models/project_services/slack_service/base_message.rb >+%%WWWDIR%%/app/models/project_services/slack_service/build_message.rb >+%%WWWDIR%%/app/models/project_services/slack_service/issue_message.rb >+%%WWWDIR%%/app/models/project_services/slack_service/merge_message.rb >+%%WWWDIR%%/app/models/project_services/slack_service/note_message.rb >+%%WWWDIR%%/app/models/project_services/slack_service/push_message.rb >+%%WWWDIR%%/app/models/project_services/teamcity_service.rb >+%%WWWDIR%%/app/models/project_snippet.rb >+%%WWWDIR%%/app/models/project_team.rb >+%%WWWDIR%%/app/models/project_wiki.rb >+%%WWWDIR%%/app/models/protected_branch.rb >+%%WWWDIR%%/app/models/release.rb >+%%WWWDIR%%/app/models/repository.rb >+%%WWWDIR%%/app/models/security_event.rb >+%%WWWDIR%%/app/models/sent_notification.rb >+%%WWWDIR%%/app/models/service.rb >+%%WWWDIR%%/app/models/snippet.rb >+%%WWWDIR%%/app/models/spam_log.rb >+%%WWWDIR%%/app/models/spam_report.rb >+%%WWWDIR%%/app/models/subscription.rb >+%%WWWDIR%%/app/models/todo.rb >+%%WWWDIR%%/app/models/tree.rb >+%%WWWDIR%%/app/models/user.rb >+%%WWWDIR%%/app/models/users_star_project.rb >+%%WWWDIR%%/app/models/wiki_page.rb >+%%WWWDIR%%/app/services/archive_repository_service.rb >+%%WWWDIR%%/app/services/audit_event_service.rb >+%%WWWDIR%%/app/services/base_service.rb >+%%WWWDIR%%/app/services/ci/create_builds_service.rb >+%%WWWDIR%%/app/services/ci/create_trigger_request_service.rb >+%%WWWDIR%%/app/services/ci/image_for_build_service.rb >+%%WWWDIR%%/app/services/ci/register_build_service.rb >+%%WWWDIR%%/app/services/ci/web_hook_service.rb >+%%WWWDIR%%/app/services/commits/revert_service.rb >+%%WWWDIR%%/app/services/compare_service.rb >+%%WWWDIR%%/app/services/create_branch_service.rb >+%%WWWDIR%%/app/services/create_commit_builds_service.rb >+%%WWWDIR%%/app/services/create_release_service.rb >+%%WWWDIR%%/app/services/create_snippet_service.rb >+%%WWWDIR%%/app/services/create_spam_log_service.rb >+%%WWWDIR%%/app/services/create_tag_service.rb >+%%WWWDIR%%/app/services/delete_branch_service.rb >+%%WWWDIR%%/app/services/delete_tag_service.rb >+%%WWWDIR%%/app/services/delete_user_service.rb >+%%WWWDIR%%/app/services/destroy_group_service.rb >+%%WWWDIR%%/app/services/event_create_service.rb >+%%WWWDIR%%/app/services/files/base_service.rb >+%%WWWDIR%%/app/services/files/create_dir_service.rb >+%%WWWDIR%%/app/services/files/create_service.rb >+%%WWWDIR%%/app/services/files/delete_service.rb >+%%WWWDIR%%/app/services/files/update_service.rb >+%%WWWDIR%%/app/services/git_hooks_service.rb >+%%WWWDIR%%/app/services/git_push_service.rb >+%%WWWDIR%%/app/services/git_tag_push_service.rb >+%%WWWDIR%%/app/services/gravatar_service.rb >+%%WWWDIR%%/app/services/issuable_base_service.rb >+%%WWWDIR%%/app/services/issues/base_service.rb >+%%WWWDIR%%/app/services/issues/bulk_update_service.rb >+%%WWWDIR%%/app/services/issues/close_service.rb >+%%WWWDIR%%/app/services/issues/create_service.rb >+%%WWWDIR%%/app/services/issues/reopen_service.rb >+%%WWWDIR%%/app/services/issues/update_service.rb >+%%WWWDIR%%/app/services/merge_requests/base_service.rb >+%%WWWDIR%%/app/services/merge_requests/build_service.rb >+%%WWWDIR%%/app/services/merge_requests/close_service.rb >+%%WWWDIR%%/app/services/merge_requests/create_service.rb >+%%WWWDIR%%/app/services/merge_requests/merge_service.rb >+%%WWWDIR%%/app/services/merge_requests/merge_when_build_succeeds_service.rb >+%%WWWDIR%%/app/services/merge_requests/post_merge_service.rb >+%%WWWDIR%%/app/services/merge_requests/refresh_service.rb >+%%WWWDIR%%/app/services/merge_requests/reopen_service.rb >+%%WWWDIR%%/app/services/merge_requests/update_service.rb >+%%WWWDIR%%/app/services/milestones/base_service.rb >+%%WWWDIR%%/app/services/milestones/close_service.rb >+%%WWWDIR%%/app/services/milestones/create_service.rb >+%%WWWDIR%%/app/services/milestones/destroy_service.rb >+%%WWWDIR%%/app/services/milestones/reopen_service.rb >+%%WWWDIR%%/app/services/milestones/update_service.rb >+%%WWWDIR%%/app/services/notes/create_service.rb >+%%WWWDIR%%/app/services/notes/post_process_service.rb >+%%WWWDIR%%/app/services/notes/update_service.rb >+%%WWWDIR%%/app/services/notification_service.rb >+%%WWWDIR%%/app/services/oauth2/access_token_validation_service.rb >+%%WWWDIR%%/app/services/projects/autocomplete_service.rb >+%%WWWDIR%%/app/services/projects/create_service.rb >+%%WWWDIR%%/app/services/projects/destroy_service.rb >+%%WWWDIR%%/app/services/projects/download_service.rb >+%%WWWDIR%%/app/services/projects/fork_service.rb >+%%WWWDIR%%/app/services/projects/housekeeping_service.rb >+%%WWWDIR%%/app/services/projects/import_service.rb >+%%WWWDIR%%/app/services/projects/participants_service.rb >+%%WWWDIR%%/app/services/projects/transfer_service.rb >+%%WWWDIR%%/app/services/projects/update_service.rb >+%%WWWDIR%%/app/services/projects/upload_service.rb >+%%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb >+%%WWWDIR%%/app/services/search/global_service.rb >+%%WWWDIR%%/app/services/search/project_service.rb >+%%WWWDIR%%/app/services/search/snippet_service.rb >+%%WWWDIR%%/app/services/system_hooks_service.rb >+%%WWWDIR%%/app/services/system_note_service.rb >+%%WWWDIR%%/app/services/test_hook_service.rb >+%%WWWDIR%%/app/services/todo_service.rb >+%%WWWDIR%%/app/services/update_release_service.rb >+%%WWWDIR%%/app/services/update_snippet_service.rb >+%%WWWDIR%%/app/uploaders/artifact_uploader.rb >+%%WWWDIR%%/app/uploaders/attachment_uploader.rb >+%%WWWDIR%%/app/uploaders/avatar_uploader.rb >+%%WWWDIR%%/app/uploaders/file_uploader.rb >+%%WWWDIR%%/app/uploaders/lfs_object_uploader.rb >+%%WWWDIR%%/app/uploaders/uploader_helper.rb >+%%WWWDIR%%/app/validators/color_validator.rb >+%%WWWDIR%%/app/validators/email_validator.rb >+%%WWWDIR%%/app/validators/line_code_validator.rb >+%%WWWDIR%%/app/validators/namespace_name_validator.rb >+%%WWWDIR%%/app/validators/namespace_validator.rb >+%%WWWDIR%%/app/validators/url_validator.rb >+%%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml >+%%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml >+%%WWWDIR%%/app/views/abuse_reports/new.html.haml >+%%WWWDIR%%/app/views/admin/abuse_reports/_abuse_report.html.haml >+%%WWWDIR%%/app/views/admin/abuse_reports/index.html.haml >+%%WWWDIR%%/app/views/admin/application_settings/_form.html.haml >+%%WWWDIR%%/app/views/admin/application_settings/show.html.haml >+%%WWWDIR%%/app/views/admin/applications/_delete_form.html.haml >+%%WWWDIR%%/app/views/admin/applications/_form.html.haml >+%%WWWDIR%%/app/views/admin/applications/edit.html.haml >+%%WWWDIR%%/app/views/admin/applications/index.html.haml >+%%WWWDIR%%/app/views/admin/applications/new.html.haml >+%%WWWDIR%%/app/views/admin/applications/show.html.haml >+%%WWWDIR%%/app/views/admin/background_jobs/show.html.haml >+%%WWWDIR%%/app/views/admin/broadcast_messages/_form.html.haml >+%%WWWDIR%%/app/views/admin/broadcast_messages/edit.html.haml >+%%WWWDIR%%/app/views/admin/broadcast_messages/index.html.haml >+%%WWWDIR%%/app/views/admin/broadcast_messages/preview.js.haml >+%%WWWDIR%%/app/views/admin/builds/_build.html.haml >+%%WWWDIR%%/app/views/admin/builds/index.html.haml >+%%WWWDIR%%/app/views/admin/dashboard/index.html.haml >+%%WWWDIR%%/app/views/admin/deploy_keys/index.html.haml >+%%WWWDIR%%/app/views/admin/deploy_keys/new.html.haml >+%%WWWDIR%%/app/views/admin/groups/_form.html.haml >+%%WWWDIR%%/app/views/admin/groups/edit.html.haml >+%%WWWDIR%%/app/views/admin/groups/index.html.haml >+%%WWWDIR%%/app/views/admin/groups/new.html.haml >+%%WWWDIR%%/app/views/admin/groups/show.html.haml >+%%WWWDIR%%/app/views/admin/hooks/index.html.haml >+%%WWWDIR%%/app/views/admin/identities/_form.html.haml >+%%WWWDIR%%/app/views/admin/identities/_identity.html.haml >+%%WWWDIR%%/app/views/admin/identities/edit.html.haml >+%%WWWDIR%%/app/views/admin/identities/index.html.haml >+%%WWWDIR%%/app/views/admin/identities/new.html.haml >+%%WWWDIR%%/app/views/admin/keys/show.html.haml >+%%WWWDIR%%/app/views/admin/labels/_form.html.haml >+%%WWWDIR%%/app/views/admin/labels/_label.html.haml >+%%WWWDIR%%/app/views/admin/labels/destroy.js.haml >+%%WWWDIR%%/app/views/admin/labels/edit.html.haml >+%%WWWDIR%%/app/views/admin/labels/index.html.haml >+%%WWWDIR%%/app/views/admin/labels/new.html.haml >+%%WWWDIR%%/app/views/admin/logs/show.html.haml >+%%WWWDIR%%/app/views/admin/projects/index.html.haml >+%%WWWDIR%%/app/views/admin/projects/show.html.haml >+%%WWWDIR%%/app/views/admin/runners/_runner.html.haml >+%%WWWDIR%%/app/views/admin/runners/index.html.haml >+%%WWWDIR%%/app/views/admin/runners/show.html.haml >+%%WWWDIR%%/app/views/admin/runners/update.js.haml >+%%WWWDIR%%/app/views/admin/services/_form.html.haml >+%%WWWDIR%%/app/views/admin/services/edit.html.haml >+%%WWWDIR%%/app/views/admin/services/index.html.haml >+%%WWWDIR%%/app/views/admin/spam_logs/_spam_log.html.haml >+%%WWWDIR%%/app/views/admin/spam_logs/index.html.haml >+%%WWWDIR%%/app/views/admin/users/_form.html.haml >+%%WWWDIR%%/app/views/admin/users/_head.html.haml >+%%WWWDIR%%/app/views/admin/users/_profile.html.haml >+%%WWWDIR%%/app/views/admin/users/_projects.html.haml >+%%WWWDIR%%/app/views/admin/users/edit.html.haml >+%%WWWDIR%%/app/views/admin/users/groups.html.haml >+%%WWWDIR%%/app/views/admin/users/index.html.haml >+%%WWWDIR%%/app/views/admin/users/keys.html.haml >+%%WWWDIR%%/app/views/admin/users/new.html.haml >+%%WWWDIR%%/app/views/admin/users/projects.html.haml >+%%WWWDIR%%/app/views/admin/users/show.html.haml >+%%WWWDIR%%/app/views/ci/commits/_commit.html.haml >+%%WWWDIR%%/app/views/ci/errors/show.haml >+%%WWWDIR%%/app/views/ci/lints/_create.html.haml >+%%WWWDIR%%/app/views/ci/lints/show.html.haml >+%%WWWDIR%%/app/views/ci/projects/index.html.haml >+%%WWWDIR%%/app/views/ci/shared/_guide.html.haml >+%%WWWDIR%%/app/views/ci/shared/_no_runners.html.haml >+%%WWWDIR%%/app/views/dashboard/_activities.html.haml >+%%WWWDIR%%/app/views/dashboard/_activity_head.html.haml >+%%WWWDIR%%/app/views/dashboard/_groups_head.html.haml >+%%WWWDIR%%/app/views/dashboard/_projects_head.html.haml >+%%WWWDIR%%/app/views/dashboard/_sidebar.html.haml >+%%WWWDIR%%/app/views/dashboard/_snippets_head.html.haml >+%%WWWDIR%%/app/views/dashboard/activity.html.haml >+%%WWWDIR%%/app/views/dashboard/groups/index.html.haml >+%%WWWDIR%%/app/views/dashboard/issues.atom.builder >+%%WWWDIR%%/app/views/dashboard/issues.html.haml >+%%WWWDIR%%/app/views/dashboard/merge_requests.html.haml >+%%WWWDIR%%/app/views/dashboard/milestones/_issue.html.haml >+%%WWWDIR%%/app/views/dashboard/milestones/_issues.html.haml >+%%WWWDIR%%/app/views/dashboard/milestones/_merge_request.html.haml >+%%WWWDIR%%/app/views/dashboard/milestones/_merge_requests.html.haml >+%%WWWDIR%%/app/views/dashboard/milestones/_milestone.html.haml >+%%WWWDIR%%/app/views/dashboard/milestones/index.html.haml >+%%WWWDIR%%/app/views/dashboard/milestones/show.html.haml >+%%WWWDIR%%/app/views/dashboard/projects/_projects.html.haml >+%%WWWDIR%%/app/views/dashboard/projects/_zero_authorized_projects.html.haml >+%%WWWDIR%%/app/views/dashboard/projects/index.atom.builder >+%%WWWDIR%%/app/views/dashboard/projects/index.html.haml >+%%WWWDIR%%/app/views/dashboard/projects/starred.html.haml >+%%WWWDIR%%/app/views/dashboard/snippets/index.html.haml >+%%WWWDIR%%/app/views/dashboard/todos/_todo.html.haml >+%%WWWDIR%%/app/views/dashboard/todos/index.html.haml >+%%WWWDIR%%/app/views/devise/confirmations/new.html.haml >+%%WWWDIR%%/app/views/devise/mailer/confirmation_instructions.html.erb >+%%WWWDIR%%/app/views/devise/mailer/reset_password_instructions.html.erb >+%%WWWDIR%%/app/views/devise/mailer/unlock_instructions.html.haml >+%%WWWDIR%%/app/views/devise/passwords/edit.html.haml >+%%WWWDIR%%/app/views/devise/passwords/new.html.haml >+%%WWWDIR%%/app/views/devise/registrations/edit.html.erb >+%%WWWDIR%%/app/views/devise/registrations/new.html.haml >+%%WWWDIR%%/app/views/devise/sessions/_new_base.html.haml >+%%WWWDIR%%/app/views/devise/sessions/_new_crowd.html.haml >+%%WWWDIR%%/app/views/devise/sessions/_new_ldap.html.haml >+%%WWWDIR%%/app/views/devise/sessions/new.html.haml >+%%WWWDIR%%/app/views/devise/sessions/two_factor.html.haml >+%%WWWDIR%%/app/views/devise/shared/_links.erb >+%%WWWDIR%%/app/views/devise/shared/_omniauth_box.html.haml >+%%WWWDIR%%/app/views/devise/shared/_sign_in_link.html.haml >+%%WWWDIR%%/app/views/devise/shared/_signin_box.html.haml >+%%WWWDIR%%/app/views/devise/shared/_signup_box.html.haml >+%%WWWDIR%%/app/views/devise/unlocks/new.html.haml >+%%WWWDIR%%/app/views/doorkeeper/applications/_delete_form.html.haml >+%%WWWDIR%%/app/views/doorkeeper/applications/_form.html.haml >+%%WWWDIR%%/app/views/doorkeeper/applications/edit.html.haml >+%%WWWDIR%%/app/views/doorkeeper/applications/index.html.haml >+%%WWWDIR%%/app/views/doorkeeper/applications/new.html.haml >+%%WWWDIR%%/app/views/doorkeeper/applications/show.html.haml >+%%WWWDIR%%/app/views/doorkeeper/authorizations/error.html.haml >+%%WWWDIR%%/app/views/doorkeeper/authorizations/new.html.haml >+%%WWWDIR%%/app/views/doorkeeper/authorizations/show.html.haml >+%%WWWDIR%%/app/views/doorkeeper/authorized_applications/_delete_form.html.haml >+%%WWWDIR%%/app/views/doorkeeper/authorized_applications/index.html.haml >+%%WWWDIR%%/app/views/email_rejection_mailer/rejection.html.haml >+%%WWWDIR%%/app/views/email_rejection_mailer/rejection.text.haml >+%%WWWDIR%%/app/views/errors/access_denied.html.haml >+%%WWWDIR%%/app/views/errors/encoding.html.haml >+%%WWWDIR%%/app/views/errors/git_not_found.html.haml >+%%WWWDIR%%/app/views/errors/not_found.html.haml >+%%WWWDIR%%/app/views/errors/omniauth_error.html.haml >+%%WWWDIR%%/app/views/events/_commit.html.haml >+%%WWWDIR%%/app/views/events/_event.html.haml >+%%WWWDIR%%/app/views/events/_event_issue.atom.haml >+%%WWWDIR%%/app/views/events/_event_last_push.html.haml >+%%WWWDIR%%/app/views/events/_event_merge_request.atom.haml >+%%WWWDIR%%/app/views/events/_event_note.atom.haml >+%%WWWDIR%%/app/views/events/_event_push.atom.haml >+%%WWWDIR%%/app/views/events/_events.html.haml >+%%WWWDIR%%/app/views/events/event/_common.html.haml >+%%WWWDIR%%/app/views/events/event/_created_project.html.haml >+%%WWWDIR%%/app/views/events/event/_note.html.haml >+%%WWWDIR%%/app/views/events/event/_push.html.haml >+%%WWWDIR%%/app/views/explore/_head.html.haml >+%%WWWDIR%%/app/views/explore/groups/index.html.haml >+%%WWWDIR%%/app/views/explore/projects/_dropdown.html.haml >+%%WWWDIR%%/app/views/explore/projects/_filter.html.haml >+%%WWWDIR%%/app/views/explore/projects/_nav.html.haml >+%%WWWDIR%%/app/views/explore/projects/_projects.html.haml >+%%WWWDIR%%/app/views/explore/projects/index.html.haml >+%%WWWDIR%%/app/views/explore/projects/starred.html.haml >+%%WWWDIR%%/app/views/explore/projects/trending.html.haml >+%%WWWDIR%%/app/views/explore/snippets/index.html.haml >+%%WWWDIR%%/app/views/groups/_projects.html.haml >+%%WWWDIR%%/app/views/groups/edit.html.haml >+%%WWWDIR%%/app/views/groups/group_members/_group_member.html.haml >+%%WWWDIR%%/app/views/groups/group_members/_new_group_member.html.haml >+%%WWWDIR%%/app/views/groups/group_members/index.html.haml >+%%WWWDIR%%/app/views/groups/group_members/update.js.haml >+%%WWWDIR%%/app/views/groups/issues.atom.builder >+%%WWWDIR%%/app/views/groups/issues.html.haml >+%%WWWDIR%%/app/views/groups/merge_requests.html.haml >+%%WWWDIR%%/app/views/groups/milestones/_header_title.html.haml >+%%WWWDIR%%/app/views/groups/milestones/_issue.html.haml >+%%WWWDIR%%/app/views/groups/milestones/_issues.html.haml >+%%WWWDIR%%/app/views/groups/milestones/_merge_request.html.haml >+%%WWWDIR%%/app/views/groups/milestones/_merge_requests.html.haml >+%%WWWDIR%%/app/views/groups/milestones/_milestone.html.haml >+%%WWWDIR%%/app/views/groups/milestones/index.html.haml >+%%WWWDIR%%/app/views/groups/milestones/new.html.haml >+%%WWWDIR%%/app/views/groups/milestones/show.html.haml >+%%WWWDIR%%/app/views/groups/new.html.haml >+%%WWWDIR%%/app/views/groups/projects.html.haml >+%%WWWDIR%%/app/views/groups/show.atom.builder >+%%WWWDIR%%/app/views/groups/show.html.haml >+%%WWWDIR%%/app/views/help/_shortcuts.html.haml >+%%WWWDIR%%/app/views/help/index.html.haml >+%%WWWDIR%%/app/views/help/shortcuts.js.haml >+%%WWWDIR%%/app/views/help/show.html.haml >+%%WWWDIR%%/app/views/help/ui.html.haml >+%%WWWDIR%%/app/views/import/base/create.js.haml >+%%WWWDIR%%/app/views/import/bitbucket/status.html.haml >+%%WWWDIR%%/app/views/import/fogbugz/new.html.haml >+%%WWWDIR%%/app/views/import/fogbugz/new_user_map.html.haml >+%%WWWDIR%%/app/views/import/fogbugz/status.html.haml >+%%WWWDIR%%/app/views/import/github/status.html.haml >+%%WWWDIR%%/app/views/import/gitlab/status.html.haml >+%%WWWDIR%%/app/views/import/gitorious/status.html.haml >+%%WWWDIR%%/app/views/import/google_code/new.html.haml >+%%WWWDIR%%/app/views/import/google_code/new_user_map.html.haml >+%%WWWDIR%%/app/views/import/google_code/status.html.haml >+%%WWWDIR%%/app/views/invites/show.html.haml >+%%WWWDIR%%/app/views/kaminari/gitlab/_first_page.html.haml >+%%WWWDIR%%/app/views/kaminari/gitlab/_gap.html.haml >+%%WWWDIR%%/app/views/kaminari/gitlab/_last_page.html.haml >+%%WWWDIR%%/app/views/kaminari/gitlab/_next_page.html.haml >+%%WWWDIR%%/app/views/kaminari/gitlab/_page.html.haml >+%%WWWDIR%%/app/views/kaminari/gitlab/_paginator.html.haml >+%%WWWDIR%%/app/views/kaminari/gitlab/_prev_page.html.haml >+%%WWWDIR%%/app/views/layouts/_bootlint.haml >+%%WWWDIR%%/app/views/layouts/_broadcast.html.haml >+%%WWWDIR%%/app/views/layouts/_collapse_button.html.haml >+%%WWWDIR%%/app/views/layouts/_flash.html.haml >+%%WWWDIR%%/app/views/layouts/_google_analytics.html.haml >+%%WWWDIR%%/app/views/layouts/_head.html.haml >+%%WWWDIR%%/app/views/layouts/_init_auto_complete.html.haml >+%%WWWDIR%%/app/views/layouts/_page.html.haml >+%%WWWDIR%%/app/views/layouts/_page_title.html.haml >+%%WWWDIR%%/app/views/layouts/_piwik.html.haml >+%%WWWDIR%%/app/views/layouts/_search.html.haml >+%%WWWDIR%%/app/views/layouts/_user_styles.html.haml >+%%WWWDIR%%/app/views/layouts/admin.html.haml >+%%WWWDIR%%/app/views/layouts/application.html.haml >+%%WWWDIR%%/app/views/layouts/ci/_info.html.haml >+%%WWWDIR%%/app/views/layouts/ci/_page.html.haml >+%%WWWDIR%%/app/views/layouts/ci/notify.html.haml >+%%WWWDIR%%/app/views/layouts/dashboard.html.haml >+%%WWWDIR%%/app/views/layouts/devise.html.haml >+%%WWWDIR%%/app/views/layouts/errors.html.haml >+%%WWWDIR%%/app/views/layouts/explore.html.haml >+%%WWWDIR%%/app/views/layouts/group.html.haml >+%%WWWDIR%%/app/views/layouts/group_settings.html.haml >+%%WWWDIR%%/app/views/layouts/header/_default.html.haml >+%%WWWDIR%%/app/views/layouts/header/_empty.html.haml >+%%WWWDIR%%/app/views/layouts/header/_public.html.haml >+%%WWWDIR%%/app/views/layouts/help.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_admin.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_dashboard.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_explore.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_group.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_group_settings.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_profile.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_project.html.haml >+%%WWWDIR%%/app/views/layouts/nav/_project_settings.html.haml >+%%WWWDIR%%/app/views/layouts/notify.html.haml >+%%WWWDIR%%/app/views/layouts/profile.html.haml >+%%WWWDIR%%/app/views/layouts/project.html.haml >+%%WWWDIR%%/app/views/layouts/project_settings.html.haml >+%%WWWDIR%%/app/views/layouts/search.html.haml >+%%WWWDIR%%/app/views/layouts/snippets.html.haml >+%%WWWDIR%%/app/views/notify/_note_message.html.haml >+%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.html.haml >+%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.text.erb >+%%WWWDIR%%/app/views/notify/build_fail_email.html.haml >+%%WWWDIR%%/app/views/notify/build_fail_email.text.erb >+%%WWWDIR%%/app/views/notify/build_success_email.html.haml >+%%WWWDIR%%/app/views/notify/build_success_email.text.erb >+%%WWWDIR%%/app/views/notify/closed_issue_email.html.haml >+%%WWWDIR%%/app/views/notify/closed_issue_email.text.haml >+%%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml >+%%WWWDIR%%/app/views/notify/closed_merge_request_email.text.haml >+%%WWWDIR%%/app/views/notify/group_access_granted_email.html.haml >+%%WWWDIR%%/app/views/notify/group_access_granted_email.text.erb >+%%WWWDIR%%/app/views/notify/group_invite_accepted_email.html.haml >+%%WWWDIR%%/app/views/notify/group_invite_accepted_email.text.erb >+%%WWWDIR%%/app/views/notify/group_invite_declined_email.html.haml >+%%WWWDIR%%/app/views/notify/group_invite_declined_email.text.erb >+%%WWWDIR%%/app/views/notify/group_member_invited_email.html.haml >+%%WWWDIR%%/app/views/notify/group_member_invited_email.text.erb >+%%WWWDIR%%/app/views/notify/issue_status_changed_email.html.haml >+%%WWWDIR%%/app/views/notify/issue_status_changed_email.text.erb >+%%WWWDIR%%/app/views/notify/merge_request_status_email.html.haml >+%%WWWDIR%%/app/views/notify/merge_request_status_email.text.haml >+%%WWWDIR%%/app/views/notify/merged_merge_request_email.html.haml >+%%WWWDIR%%/app/views/notify/merged_merge_request_email.text.haml >+%%WWWDIR%%/app/views/notify/new_email_email.html.haml >+%%WWWDIR%%/app/views/notify/new_email_email.text.erb >+%%WWWDIR%%/app/views/notify/new_issue_email.html.haml >+%%WWWDIR%%/app/views/notify/new_issue_email.text.erb >+%%WWWDIR%%/app/views/notify/new_merge_request_email.html.haml >+%%WWWDIR%%/app/views/notify/new_merge_request_email.text.erb >+%%WWWDIR%%/app/views/notify/new_ssh_key_email.html.haml >+%%WWWDIR%%/app/views/notify/new_ssh_key_email.text.erb >+%%WWWDIR%%/app/views/notify/new_user_email.html.haml >+%%WWWDIR%%/app/views/notify/new_user_email.text.erb >+%%WWWDIR%%/app/views/notify/note_commit_email.html.haml >+%%WWWDIR%%/app/views/notify/note_commit_email.text.erb >+%%WWWDIR%%/app/views/notify/note_issue_email.html.haml >+%%WWWDIR%%/app/views/notify/note_issue_email.text.erb >+%%WWWDIR%%/app/views/notify/note_merge_request_email.html.haml >+%%WWWDIR%%/app/views/notify/note_merge_request_email.text.erb >+%%WWWDIR%%/app/views/notify/project_access_granted_email.html.haml >+%%WWWDIR%%/app/views/notify/project_access_granted_email.text.erb >+%%WWWDIR%%/app/views/notify/project_invite_accepted_email.html.haml >+%%WWWDIR%%/app/views/notify/project_invite_accepted_email.text.erb >+%%WWWDIR%%/app/views/notify/project_invite_declined_email.html.haml >+%%WWWDIR%%/app/views/notify/project_invite_declined_email.text.erb >+%%WWWDIR%%/app/views/notify/project_member_invited_email.html.haml >+%%WWWDIR%%/app/views/notify/project_member_invited_email.text.erb >+%%WWWDIR%%/app/views/notify/project_was_moved_email.html.haml >+%%WWWDIR%%/app/views/notify/project_was_moved_email.text.erb >+%%WWWDIR%%/app/views/notify/reassigned_issue_email.html.haml >+%%WWWDIR%%/app/views/notify/reassigned_issue_email.text.erb >+%%WWWDIR%%/app/views/notify/reassigned_merge_request_email.html.haml >+%%WWWDIR%%/app/views/notify/reassigned_merge_request_email.text.erb >+%%WWWDIR%%/app/views/notify/repository_push_email.html.haml >+%%WWWDIR%%/app/views/notify/repository_push_email.text.haml >+%%WWWDIR%%/app/views/profiles/_event_table.html.haml >+%%WWWDIR%%/app/views/profiles/accounts/show.html.haml >+%%WWWDIR%%/app/views/profiles/applications.html.haml >+%%WWWDIR%%/app/views/profiles/audit_log.html.haml >+%%WWWDIR%%/app/views/profiles/emails/index.html.haml >+%%WWWDIR%%/app/views/profiles/keys/_form.html.haml >+%%WWWDIR%%/app/views/profiles/keys/_key.html.haml >+%%WWWDIR%%/app/views/profiles/keys/_key_details.html.haml >+%%WWWDIR%%/app/views/profiles/keys/_key_table.html.haml >+%%WWWDIR%%/app/views/profiles/keys/index.html.haml >+%%WWWDIR%%/app/views/profiles/keys/new.html.haml >+%%WWWDIR%%/app/views/profiles/keys/show.html.haml >+%%WWWDIR%%/app/views/profiles/notifications/_settings.html.haml >+%%WWWDIR%%/app/views/profiles/notifications/show.html.haml >+%%WWWDIR%%/app/views/profiles/notifications/update.js.haml >+%%WWWDIR%%/app/views/profiles/passwords/edit.html.haml >+%%WWWDIR%%/app/views/profiles/passwords/new.html.haml >+%%WWWDIR%%/app/views/profiles/preferences/show.html.haml >+%%WWWDIR%%/app/views/profiles/preferences/update.js.erb >+%%WWWDIR%%/app/views/profiles/show.html.haml >+%%WWWDIR%%/app/views/profiles/two_factor_auths/_codes.html.haml >+%%WWWDIR%%/app/views/profiles/two_factor_auths/codes.html.haml >+%%WWWDIR%%/app/views/profiles/two_factor_auths/create.html.haml >+%%WWWDIR%%/app/views/profiles/two_factor_auths/new.html.haml >+%%WWWDIR%%/app/views/profiles/update_username.js.haml >+%%WWWDIR%%/app/views/projects/_activity.html.haml >+%%WWWDIR%%/app/views/projects/_bitbucket_import_modal.html.haml >+%%WWWDIR%%/app/views/projects/_commit_button.html.haml >+%%WWWDIR%%/app/views/projects/_errors.html.haml >+%%WWWDIR%%/app/views/projects/_files.html.haml >+%%WWWDIR%%/app/views/projects/_find_file_link.html.haml >+%%WWWDIR%%/app/views/projects/_github_import_modal.html.haml >+%%WWWDIR%%/app/views/projects/_gitlab_import_modal.html.haml >+%%WWWDIR%%/app/views/projects/_home_panel.html.haml >+%%WWWDIR%%/app/views/projects/_last_commit.html.haml >+%%WWWDIR%%/app/views/projects/_last_push.html.haml >+%%WWWDIR%%/app/views/projects/_md_preview.html.haml >+%%WWWDIR%%/app/views/projects/_readme.html.haml >+%%WWWDIR%%/app/views/projects/_zen.html.haml >+%%WWWDIR%%/app/views/projects/activity.html.haml >+%%WWWDIR%%/app/views/projects/artifacts/_tree_directory.html.haml >+%%WWWDIR%%/app/views/projects/artifacts/_tree_file.html.haml >+%%WWWDIR%%/app/views/projects/artifacts/browse.html.haml >+%%WWWDIR%%/app/views/projects/blame/show.html.haml >+%%WWWDIR%%/app/views/projects/blob/_actions.html.haml >+%%WWWDIR%%/app/views/projects/blob/_blob.html.haml >+%%WWWDIR%%/app/views/projects/blob/_download.html.haml >+%%WWWDIR%%/app/views/projects/blob/_editor.html.haml >+%%WWWDIR%%/app/views/projects/blob/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/blob/_image.html.haml >+%%WWWDIR%%/app/views/projects/blob/_new_dir.html.haml >+%%WWWDIR%%/app/views/projects/blob/_remove.html.haml >+%%WWWDIR%%/app/views/projects/blob/_text.html.haml >+%%WWWDIR%%/app/views/projects/blob/_upload.html.haml >+%%WWWDIR%%/app/views/projects/blob/diff.html.haml >+%%WWWDIR%%/app/views/projects/blob/edit.html.haml >+%%WWWDIR%%/app/views/projects/blob/new.html.haml >+%%WWWDIR%%/app/views/projects/blob/preview.html.haml >+%%WWWDIR%%/app/views/projects/blob/show.html.haml >+%%WWWDIR%%/app/views/projects/branches/_branch.html.haml >+%%WWWDIR%%/app/views/projects/branches/_commit.html.haml >+%%WWWDIR%%/app/views/projects/branches/destroy.js.haml >+%%WWWDIR%%/app/views/projects/branches/index.html.haml >+%%WWWDIR%%/app/views/projects/branches/new.html.haml >+%%WWWDIR%%/app/views/projects/builds/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/builds/index.html.haml >+%%WWWDIR%%/app/views/projects/builds/show.html.haml >+%%WWWDIR%%/app/views/projects/buttons/_download.html.haml >+%%WWWDIR%%/app/views/projects/buttons/_dropdown.html.haml >+%%WWWDIR%%/app/views/projects/buttons/_fork.html.haml >+%%WWWDIR%%/app/views/projects/buttons/_notifications.html.haml >+%%WWWDIR%%/app/views/projects/buttons/_star.html.haml >+%%WWWDIR%%/app/views/projects/commit/_builds.html.haml >+%%WWWDIR%%/app/views/projects/commit/_ci_menu.html.haml >+%%WWWDIR%%/app/views/projects/commit/_commit_box.html.haml >+%%WWWDIR%%/app/views/projects/commit/_revert.html.haml >+%%WWWDIR%%/app/views/projects/commit/branches.html.haml >+%%WWWDIR%%/app/views/projects/commit/builds.html.haml >+%%WWWDIR%%/app/views/projects/commit/show.html.haml >+%%WWWDIR%%/app/views/projects/commit_statuses/_commit_status.html.haml >+%%WWWDIR%%/app/views/projects/commits/_commit.html.haml >+%%WWWDIR%%/app/views/projects/commits/_commit_list.html.haml >+%%WWWDIR%%/app/views/projects/commits/_commits.html.haml >+%%WWWDIR%%/app/views/projects/commits/_head.html.haml >+%%WWWDIR%%/app/views/projects/commits/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/commits/_inline_commit.html.haml >+%%WWWDIR%%/app/views/projects/commits/show.atom.builder >+%%WWWDIR%%/app/views/projects/commits/show.html.haml >+%%WWWDIR%%/app/views/projects/compare/_form.html.haml >+%%WWWDIR%%/app/views/projects/compare/index.html.haml >+%%WWWDIR%%/app/views/projects/compare/show.html.haml >+%%WWWDIR%%/app/views/projects/deploy_keys/_deploy_key.html.haml >+%%WWWDIR%%/app/views/projects/deploy_keys/_form.html.haml >+%%WWWDIR%%/app/views/projects/deploy_keys/index.html.haml >+%%WWWDIR%%/app/views/projects/deploy_keys/new.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_diffs.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_file.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_image.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_match_line.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_match_line_parallel.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_parallel_view.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_stats.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_text_file.html.haml >+%%WWWDIR%%/app/views/projects/diffs/_warning.html.haml >+%%WWWDIR%%/app/views/projects/edit.html.haml >+%%WWWDIR%%/app/views/projects/empty.html.haml >+%%WWWDIR%%/app/views/projects/find_file/show.html.haml >+%%WWWDIR%%/app/views/projects/forks/error.html.haml >+%%WWWDIR%%/app/views/projects/forks/index.html.haml >+%%WWWDIR%%/app/views/projects/forks/new.html.haml >+%%WWWDIR%%/app/views/projects/go_import.html.haml >+%%WWWDIR%%/app/views/projects/graphs/_head.html.haml >+%%WWWDIR%%/app/views/projects/graphs/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/graphs/ci.html.haml >+%%WWWDIR%%/app/views/projects/graphs/ci/_build_times.haml >+%%WWWDIR%%/app/views/projects/graphs/ci/_builds.haml >+%%WWWDIR%%/app/views/projects/graphs/ci/_overall.haml >+%%WWWDIR%%/app/views/projects/graphs/commits.html.haml >+%%WWWDIR%%/app/views/projects/graphs/languages.html.haml >+%%WWWDIR%%/app/views/projects/graphs/show.html.haml >+%%WWWDIR%%/app/views/projects/hooks/index.html.haml >+%%WWWDIR%%/app/views/projects/imports/new.html.haml >+%%WWWDIR%%/app/views/projects/imports/show.html.haml >+%%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml >+%%WWWDIR%%/app/views/projects/issues/_discussion.html.haml >+%%WWWDIR%%/app/views/projects/issues/_form.html.haml >+%%WWWDIR%%/app/views/projects/issues/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/issues/_issue.html.haml >+%%WWWDIR%%/app/views/projects/issues/_issues.html.haml >+%%WWWDIR%%/app/views/projects/issues/_merge_requests.html.haml >+%%WWWDIR%%/app/views/projects/issues/edit.html.haml >+%%WWWDIR%%/app/views/projects/issues/index.atom.builder >+%%WWWDIR%%/app/views/projects/issues/index.html.haml >+%%WWWDIR%%/app/views/projects/issues/new.html.haml >+%%WWWDIR%%/app/views/projects/issues/show.html.haml >+%%WWWDIR%%/app/views/projects/issues/update.js.haml >+%%WWWDIR%%/app/views/projects/labels/_form.html.haml >+%%WWWDIR%%/app/views/projects/labels/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/labels/_label.html.haml >+%%WWWDIR%%/app/views/projects/labels/destroy.js.haml >+%%WWWDIR%%/app/views/projects/labels/edit.html.haml >+%%WWWDIR%%/app/views/projects/labels/index.html.haml >+%%WWWDIR%%/app/views/projects/labels/new.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_discussion.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_form.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_head.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_merge_request.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_merge_requests.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_new_compare.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_new_submit.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/_show.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/branch_from.js.haml >+%%WWWDIR%%/app/views/projects/merge_requests/branch_to.js.haml >+%%WWWDIR%%/app/views/projects/merge_requests/cancel_merge_when_build_succeeds.js.haml >+%%WWWDIR%%/app/views/projects/merge_requests/diffs.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/edit.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/index.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/invalid.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/merge.js.haml >+%%WWWDIR%%/app/views/projects/merge_requests/new.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/show.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/show/_builds.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/show/_commits.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/show/_diffs.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/show/_how_to_merge.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/show/_mr_box.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/show/_mr_title.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/update.js.haml >+%%WWWDIR%%/app/views/projects/merge_requests/update_branches.js.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/_closed.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/_heading.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/_locked.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/_merged.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/_merged_buttons.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/_open.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/_show.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_accept.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_archived.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_check.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_conflicts.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_merge_when_build_succeeds.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_missing_branch.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_not_allowed.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_nothing.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_reload.html.haml >+%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_wip.html.haml >+%%WWWDIR%%/app/views/projects/milestones/_form.html.haml >+%%WWWDIR%%/app/views/projects/milestones/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/milestones/_issue.html.haml >+%%WWWDIR%%/app/views/projects/milestones/_issues.html.haml >+%%WWWDIR%%/app/views/projects/milestones/_merge_request.html.haml >+%%WWWDIR%%/app/views/projects/milestones/_merge_requests.html.haml >+%%WWWDIR%%/app/views/projects/milestones/_milestone.html.haml >+%%WWWDIR%%/app/views/projects/milestones/edit.html.haml >+%%WWWDIR%%/app/views/projects/milestones/index.html.haml >+%%WWWDIR%%/app/views/projects/milestones/new.html.haml >+%%WWWDIR%%/app/views/projects/milestones/show.html.haml >+%%WWWDIR%%/app/views/projects/milestones/update.js.haml >+%%WWWDIR%%/app/views/projects/network/_head.html.haml >+%%WWWDIR%%/app/views/projects/network/show.html.haml >+%%WWWDIR%%/app/views/projects/network/show.json.erb >+%%WWWDIR%%/app/views/projects/new.html.haml >+%%WWWDIR%%/app/views/projects/no_repo.html.haml >+%%WWWDIR%%/app/views/projects/notes/_commit_discussion.html.haml >+%%WWWDIR%%/app/views/projects/notes/_diff_notes_with_reply.html.haml >+%%WWWDIR%%/app/views/projects/notes/_diff_notes_with_reply_parallel.html.haml >+%%WWWDIR%%/app/views/projects/notes/_discussion.html.haml >+%%WWWDIR%%/app/views/projects/notes/_edit_form.html.haml >+%%WWWDIR%%/app/views/projects/notes/_form.html.haml >+%%WWWDIR%%/app/views/projects/notes/_form_errors.html.haml >+%%WWWDIR%%/app/views/projects/notes/_hints.html.haml >+%%WWWDIR%%/app/views/projects/notes/_note.html.haml >+%%WWWDIR%%/app/views/projects/notes/_notes.html.haml >+%%WWWDIR%%/app/views/projects/notes/_notes_with_form.html.haml >+%%WWWDIR%%/app/views/projects/notes/discussions/_active.html.haml >+%%WWWDIR%%/app/views/projects/notes/discussions/_commit.html.haml >+%%WWWDIR%%/app/views/projects/notes/discussions/_diff.html.haml >+%%WWWDIR%%/app/views/projects/notes/discussions/_outdated.html.haml >+%%WWWDIR%%/app/views/projects/project_members/_group_members.html.haml >+%%WWWDIR%%/app/views/projects/project_members/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml >+%%WWWDIR%%/app/views/projects/project_members/_project_member.html.haml >+%%WWWDIR%%/app/views/projects/project_members/_team.html.haml >+%%WWWDIR%%/app/views/projects/project_members/import.html.haml >+%%WWWDIR%%/app/views/projects/project_members/index.html.haml >+%%WWWDIR%%/app/views/projects/project_members/update.js.haml >+%%WWWDIR%%/app/views/projects/protected_branches/_branches_list.html.haml >+%%WWWDIR%%/app/views/projects/protected_branches/index.html.haml >+%%WWWDIR%%/app/views/projects/refs/logs_tree.js.haml >+%%WWWDIR%%/app/views/projects/releases/edit.html.haml >+%%WWWDIR%%/app/views/projects/remove_fork.js.haml >+%%WWWDIR%%/app/views/projects/repositories/_download_archive.html.haml >+%%WWWDIR%%/app/views/projects/repositories/_feed.html.haml >+%%WWWDIR%%/app/views/projects/runners/_runner.html.haml >+%%WWWDIR%%/app/views/projects/runners/_shared_runners.html.haml >+%%WWWDIR%%/app/views/projects/runners/_specific_runners.html.haml >+%%WWWDIR%%/app/views/projects/runners/edit.html.haml >+%%WWWDIR%%/app/views/projects/runners/index.html.haml >+%%WWWDIR%%/app/views/projects/runners/show.html.haml >+%%WWWDIR%%/app/views/projects/services/_form.html.haml >+%%WWWDIR%%/app/views/projects/services/edit.html.haml >+%%WWWDIR%%/app/views/projects/services/index.html.haml >+%%WWWDIR%%/app/views/projects/show.atom.builder >+%%WWWDIR%%/app/views/projects/show.html.haml >+%%WWWDIR%%/app/views/projects/snippets/_actions.html.haml >+%%WWWDIR%%/app/views/projects/snippets/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/snippets/edit.html.haml >+%%WWWDIR%%/app/views/projects/snippets/index.html.haml >+%%WWWDIR%%/app/views/projects/snippets/new.html.haml >+%%WWWDIR%%/app/views/projects/snippets/show.html.haml >+%%WWWDIR%%/app/views/projects/tags/_download.html.haml >+%%WWWDIR%%/app/views/projects/tags/_tag.html.haml >+%%WWWDIR%%/app/views/projects/tags/index.html.haml >+%%WWWDIR%%/app/views/projects/tags/new.html.haml >+%%WWWDIR%%/app/views/projects/tags/show.html.haml >+%%WWWDIR%%/app/views/projects/transfer.js.haml >+%%WWWDIR%%/app/views/projects/tree/_blob_item.html.haml >+%%WWWDIR%%/app/views/projects/tree/_readme.html.haml >+%%WWWDIR%%/app/views/projects/tree/_spinner.html.haml >+%%WWWDIR%%/app/views/projects/tree/_submodule_item.html.haml >+%%WWWDIR%%/app/views/projects/tree/_tree_commit_column.html.haml >+%%WWWDIR%%/app/views/projects/tree/_tree_content.html.haml >+%%WWWDIR%%/app/views/projects/tree/_tree_header.html.haml >+%%WWWDIR%%/app/views/projects/tree/_tree_item.html.haml >+%%WWWDIR%%/app/views/projects/tree/show.html.haml >+%%WWWDIR%%/app/views/projects/triggers/_trigger.html.haml >+%%WWWDIR%%/app/views/projects/triggers/index.html.haml >+%%WWWDIR%%/app/views/projects/update.js.haml >+%%WWWDIR%%/app/views/projects/variables/show.html.haml >+%%WWWDIR%%/app/views/projects/wikis/_form.html.haml >+%%WWWDIR%%/app/views/projects/wikis/_header_title.html.haml >+%%WWWDIR%%/app/views/projects/wikis/_main_links.html.haml >+%%WWWDIR%%/app/views/projects/wikis/_nav.html.haml >+%%WWWDIR%%/app/views/projects/wikis/_new.html.haml >+%%WWWDIR%%/app/views/projects/wikis/edit.html.haml >+%%WWWDIR%%/app/views/projects/wikis/empty.html.haml >+%%WWWDIR%%/app/views/projects/wikis/git_access.html.haml >+%%WWWDIR%%/app/views/projects/wikis/history.html.haml >+%%WWWDIR%%/app/views/projects/wikis/pages.html.haml >+%%WWWDIR%%/app/views/projects/wikis/show.html.haml >+%%WWWDIR%%/app/views/search/_category.html.haml >+%%WWWDIR%%/app/views/search/_filter.html.haml >+%%WWWDIR%%/app/views/search/_form.html.haml >+%%WWWDIR%%/app/views/search/_results.html.haml >+%%WWWDIR%%/app/views/search/results/_blob.html.haml >+%%WWWDIR%%/app/views/search/results/_commit.html.haml >+%%WWWDIR%%/app/views/search/results/_empty.html.haml >+%%WWWDIR%%/app/views/search/results/_issue.html.haml >+%%WWWDIR%%/app/views/search/results/_merge_request.html.haml >+%%WWWDIR%%/app/views/search/results/_milestone.html.haml >+%%WWWDIR%%/app/views/search/results/_note.html.haml >+%%WWWDIR%%/app/views/search/results/_snippet_blob.html.haml >+%%WWWDIR%%/app/views/search/results/_snippet_title.html.haml >+%%WWWDIR%%/app/views/search/results/_wiki_blob.html.haml >+%%WWWDIR%%/app/views/search/show.html.haml >+%%WWWDIR%%/app/views/shared/_choose_group_avatar_button.html.haml >+%%WWWDIR%%/app/views/shared/_clone_panel.html.haml >+%%WWWDIR%%/app/views/shared/_commit_message_container.html.haml >+%%WWWDIR%%/app/views/shared/_confirm_modal.html.haml >+%%WWWDIR%%/app/views/shared/_event_filter.html.haml >+%%WWWDIR%%/app/views/shared/_field.html.haml >+%%WWWDIR%%/app/views/shared/_file_highlight.html.haml >+%%WWWDIR%%/app/views/shared/_group_form.html.haml >+%%WWWDIR%%/app/views/shared/_group_tips.html.haml >+%%WWWDIR%%/app/views/shared/_import_form.html.haml >+%%WWWDIR%%/app/views/shared/_issues.html.haml >+%%WWWDIR%%/app/views/shared/_label_row.html.haml >+%%WWWDIR%%/app/views/shared/_logo.svg >+%%WWWDIR%%/app/views/shared/_merge_requests.html.haml >+%%WWWDIR%%/app/views/shared/_milestone_expired.html.haml >+%%WWWDIR%%/app/views/shared/_milestones_filter.html.haml >+%%WWWDIR%%/app/views/shared/_new_commit_form.html.haml >+%%WWWDIR%%/app/views/shared/_new_project_item_select.html.haml >+%%WWWDIR%%/app/views/shared/_no_password.html.haml >+%%WWWDIR%%/app/views/shared/_no_ssh.html.haml >+%%WWWDIR%%/app/views/shared/_outdated_browser.html.haml >+%%WWWDIR%%/app/views/shared/_project_limit.html.haml >+%%WWWDIR%%/app/views/shared/_promo.html.haml >+%%WWWDIR%%/app/views/shared/_ref_switcher.html.haml >+%%WWWDIR%%/app/views/shared/_service_settings.html.haml >+%%WWWDIR%%/app/views/shared/_show_aside.html.haml >+%%WWWDIR%%/app/views/shared/_sort_dropdown.html.haml >+%%WWWDIR%%/app/views/shared/_visibility_level.html.haml >+%%WWWDIR%%/app/views/shared/_visibility_radios.html.haml >+%%WWWDIR%%/app/views/shared/groups/_group.html.haml >+%%WWWDIR%%/app/views/shared/issuable/_filter.html.haml >+%%WWWDIR%%/app/views/shared/issuable/_form.html.haml >+%%WWWDIR%%/app/views/shared/issuable/_nav.html.haml >+%%WWWDIR%%/app/views/shared/issuable/_participants.html.haml >+%%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml >+%%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml >+%%WWWDIR%%/app/views/shared/projects/_list.html.haml >+%%WWWDIR%%/app/views/shared/projects/_project.html.haml >+%%WWWDIR%%/app/views/shared/snippets/_blob.html.haml >+%%WWWDIR%%/app/views/shared/snippets/_form.html.haml >+%%WWWDIR%%/app/views/shared/snippets/_header.html.haml >+%%WWWDIR%%/app/views/shared/snippets/_snippet.html.haml >+%%WWWDIR%%/app/views/sherlock/file_samples/show.html.haml >+%%WWWDIR%%/app/views/sherlock/queries/_backtrace.html.haml >+%%WWWDIR%%/app/views/sherlock/queries/_general.html.haml >+%%WWWDIR%%/app/views/sherlock/queries/show.html.haml >+%%WWWDIR%%/app/views/sherlock/transactions/_file_samples.html.haml >+%%WWWDIR%%/app/views/sherlock/transactions/_general.html.haml >+%%WWWDIR%%/app/views/sherlock/transactions/_queries.html.haml >+%%WWWDIR%%/app/views/sherlock/transactions/index.html.haml >+%%WWWDIR%%/app/views/sherlock/transactions/show.html.haml >+%%WWWDIR%%/app/views/snippets/_actions.html.haml >+%%WWWDIR%%/app/views/snippets/_snippets.html.haml >+%%WWWDIR%%/app/views/snippets/edit.html.haml >+%%WWWDIR%%/app/views/snippets/index.html.haml >+%%WWWDIR%%/app/views/snippets/new.html.haml >+%%WWWDIR%%/app/views/snippets/show.html.haml >+%%WWWDIR%%/app/views/users/_groups.html.haml >+%%WWWDIR%%/app/views/users/calendar.html.haml >+%%WWWDIR%%/app/views/users/calendar_activities.html.haml >+%%WWWDIR%%/app/views/users/show.atom.builder >+%%WWWDIR%%/app/views/users/show.html.haml >+%%WWWDIR%%/app/views/votes/_votes_block.html.haml >+%%WWWDIR%%/app/workers/build_email_worker.rb >+%%WWWDIR%%/app/workers/email_receiver_worker.rb >+%%WWWDIR%%/app/workers/emails_on_push_worker.rb >+%%WWWDIR%%/app/workers/gitlab_shell_worker.rb >+%%WWWDIR%%/app/workers/irker_worker.rb >+%%WWWDIR%%/app/workers/merge_worker.rb >+%%WWWDIR%%/app/workers/new_note_worker.rb >+%%WWWDIR%%/app/workers/post_receive.rb >+%%WWWDIR%%/app/workers/project_cache_worker.rb >+%%WWWDIR%%/app/workers/project_destroy_worker.rb >+%%WWWDIR%%/app/workers/project_service_worker.rb >+%%WWWDIR%%/app/workers/project_web_hook_worker.rb >+%%WWWDIR%%/app/workers/repository_archive_cache_worker.rb >+%%WWWDIR%%/app/workers/repository_fork_worker.rb >+%%WWWDIR%%/app/workers/repository_import_worker.rb >+%%WWWDIR%%/app/workers/stuck_ci_builds_worker.rb >+%%WWWDIR%%/app/workers/system_hook_worker.rb >+@(git,,544) %%WWWDIR%%/bin/background_jobs >+@(git,,544) %%WWWDIR%%/bin/bundle >+@(git,,544) %%WWWDIR%%/bin/check >+@(git,,544) %%WWWDIR%%/bin/ci/upgrade.rb >+@(git,,544) %%WWWDIR%%/bin/daemon_with_pidfile >+@(git,,544) %%WWWDIR%%/bin/mail_room >+@(git,,544) %%WWWDIR%%/bin/parallel-rsync-repos >+@(git,,544) %%WWWDIR%%/bin/pkgr_before_precompile.sh >+@(git,,544) %%WWWDIR%%/bin/rails >+@(git,,544) %%WWWDIR%%/bin/rake >+@(git,,544) %%WWWDIR%%/bin/rspec >+@(git,,544) %%WWWDIR%%/bin/setup >+@(git,,544) %%WWWDIR%%/bin/spinach >+@(git,,544) %%WWWDIR%%/bin/spring >+@(git,,544) %%WWWDIR%%/bin/upgrade.rb >+@(git,,544) %%WWWDIR%%/bin/web >+%%WWWDIR%%/config.ru >+%%WWWDIR%%/config/application.rb >+%%WWWDIR%%/config/aws.yml.example >+%%WWWDIR%%/config/boot.rb >+%%WWWDIR%%/config/database.yml.env >+%%WWWDIR%%/config/database.yml.mysql >+%%WWWDIR%%/config/database.yml.postgresql >+%%WWWDIR%%/config/environment.rb >+%%WWWDIR%%/config/environments/development.rb >+%%WWWDIR%%/config/environments/production.rb >+%%WWWDIR%%/config/environments/test.rb >+%%WWWDIR%%/config/gitlab.teatro.yml >+%%WWWDIR%%/config/initializers/1_settings.rb >+%%WWWDIR%%/config/initializers/2_app.rb >+%%WWWDIR%%/config/initializers/4_ci_app.rb >+%%WWWDIR%%/config/initializers/5_backend.rb >+%%WWWDIR%%/config/initializers/active_record_query_trace.rb >+%%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb >+%%WWWDIR%%/config/initializers/backtrace_silencers.rb >+%%WWWDIR%%/config/initializers/bullet.rb >+%%WWWDIR%%/config/initializers/carrierwave.rb >+%%WWWDIR%%/config/initializers/connection_fix.rb >+%%WWWDIR%%/config/initializers/cookies_serializer.rb >+%%WWWDIR%%/config/initializers/date_time_formats.rb >+%%WWWDIR%%/config/initializers/default_url_options.rb >+%%WWWDIR%%/config/initializers/devise.rb >+%%WWWDIR%%/config/initializers/devise_async.rb >+%%WWWDIR%%/config/initializers/devise_password_length.rb.example >+%%WWWDIR%%/config/initializers/disable_email_interceptor.rb >+%%WWWDIR%%/config/initializers/doorkeeper.rb >+%%WWWDIR%%/config/initializers/gitlab_shell_secret_token.rb >+%%WWWDIR%%/config/initializers/haml.rb >+%%WWWDIR%%/config/initializers/inflections.rb >+%%WWWDIR%%/config/initializers/kaminari_config.rb >+%%WWWDIR%%/config/initializers/metrics.rb >+%%WWWDIR%%/config/initializers/mime_types.rb >+%%WWWDIR%%/config/initializers/monkey_patch.rb >+%%WWWDIR%%/config/initializers/omniauth.rb >+%%WWWDIR%%/config/initializers/postgresql_limit_fix.rb >+%%WWWDIR%%/config/initializers/public_key.rb >+%%WWWDIR%%/config/initializers/rack_attack_git_basic_auth.rb >+%%WWWDIR%%/config/initializers/rack_lineprof.rb >+%%WWWDIR%%/config/initializers/secret_token.rb >+%%WWWDIR%%/config/initializers/sentry.rb >+%%WWWDIR%%/config/initializers/session_store.rb >+%%WWWDIR%%/config/initializers/sherlock.rb >+%%WWWDIR%%/config/initializers/sidekiq.rb >+%%WWWDIR%%/config/initializers/smtp_settings.rb.sample >+%%WWWDIR%%/config/initializers/static_files.rb >+%%WWWDIR%%/config/initializers/time_zone.rb >+%%WWWDIR%%/config/initializers/wrap_parameters.rb >+%%WWWDIR%%/config/locales/devise.en.yml >+%%WWWDIR%%/config/locales/doorkeeper.en.yml >+%%WWWDIR%%/config/locales/en.yml >+%%WWWDIR%%/config/locales/sherlock.en.yml >+%%WWWDIR%%/config/mail_room.yml >+%%WWWDIR%%/config/newrelic.yml >+%%WWWDIR%%/config/routes.rb >+%%WWWDIR%%/config/sidekiq.yml.example >+%%WWWDIR%%/config/unicorn.rb.example.development >+%%WWWDIR%%/db/fixtures/development/01_admin.rb >+%%WWWDIR%%/db/fixtures/development/04_project.rb >+%%WWWDIR%%/db/fixtures/development/05_users.rb >+%%WWWDIR%%/db/fixtures/development/06_teams.rb >+%%WWWDIR%%/db/fixtures/development/07_milestones.rb >+%%WWWDIR%%/db/fixtures/development/09_issues.rb >+%%WWWDIR%%/db/fixtures/development/10_merge_requests.rb >+%%WWWDIR%%/db/fixtures/development/11_keys.rb >+%%WWWDIR%%/db/fixtures/development/12_snippets.rb >+%%WWWDIR%%/db/fixtures/development/13_comments.rb >+%%WWWDIR%%/db/fixtures/development/14_builds.rb >+%%WWWDIR%%/db/fixtures/production/001_admin.rb >+%%WWWDIR%%/db/fixtures/test/001_repo.rb >+%%WWWDIR%%/db/migrate/20121220064453_init_schema.rb >+%%WWWDIR%%/db/migrate/20130102143055_rename_owner_to_creator_for_project.rb >+%%WWWDIR%%/db/migrate/20130110172407_add_public_to_project.rb >+%%WWWDIR%%/db/migrate/20130123114545_add_issues_tracker_to_project.rb >+%%WWWDIR%%/db/migrate/20130125090214_add_user_permissions.rb >+%%WWWDIR%%/db/migrate/20130131070232_remove_private_flag_from_project.rb >+%%WWWDIR%%/db/migrate/20130206084024_add_description_to_namsespace.rb >+%%WWWDIR%%/db/migrate/20130207104426_add_description_to_teams.rb >+%%WWWDIR%%/db/migrate/20130211085435_add_issues_tracker_id_to_project.rb >+%%WWWDIR%%/db/migrate/20130214154045_rename_state_to_merge_status_in_milestone.rb >+%%WWWDIR%%/db/migrate/20130218140952_add_state_to_issue.rb >+%%WWWDIR%%/db/migrate/20130218141038_add_state_to_merge_request.rb >+%%WWWDIR%%/db/migrate/20130218141117_add_state_to_milestone.rb >+%%WWWDIR%%/db/migrate/20130218141258_convert_closed_to_state_in_issue.rb >+%%WWWDIR%%/db/migrate/20130218141327_convert_closed_to_state_in_merge_request.rb >+%%WWWDIR%%/db/migrate/20130218141344_convert_closed_to_state_in_milestone.rb >+%%WWWDIR%%/db/migrate/20130218141444_remove_merged_from_merge_request.rb >+%%WWWDIR%%/db/migrate/20130218141507_remove_closed_from_issue.rb >+%%WWWDIR%%/db/migrate/20130218141536_remove_closed_from_merge_request.rb >+%%WWWDIR%%/db/migrate/20130218141554_remove_closed_from_milestone.rb >+%%WWWDIR%%/db/migrate/20130220124204_add_new_merge_status_to_merge_request.rb >+%%WWWDIR%%/db/migrate/20130220125544_convert_merge_status_in_merge_request.rb >+%%WWWDIR%%/db/migrate/20130220125545_remove_merge_status_from_merge_request.rb >+%%WWWDIR%%/db/migrate/20130220133245_rename_new_merge_status_to_merge_status_in_milestone.rb >+%%WWWDIR%%/db/migrate/20130304104623_add_state_to_user.rb >+%%WWWDIR%%/db/migrate/20130304104740_convert_blocked_to_state.rb >+%%WWWDIR%%/db/migrate/20130304105317_remove_blocked_from_user.rb >+%%WWWDIR%%/db/migrate/20130315124931_user_color_scheme.rb >+%%WWWDIR%%/db/migrate/20130318212250_add_snippets_to_features.rb >+%%WWWDIR%%/db/migrate/20130319214458_create_forked_project_links.rb >+%%WWWDIR%%/db/migrate/20130323174317_add_private_to_snippets.rb >+%%WWWDIR%%/db/migrate/20130324151736_add_type_to_snippets.rb >+%%WWWDIR%%/db/migrate/20130324172327_change_project_id_to_null_in_snipepts.rb >+%%WWWDIR%%/db/migrate/20130324203535_add_type_value_for_snippets.rb >+%%WWWDIR%%/db/migrate/20130325173941_add_notification_level_to_user.rb >+%%WWWDIR%%/db/migrate/20130326142630_add_index_to_users_authentication_token.rb >+%%WWWDIR%%/db/migrate/20130403003950_add_last_activity_column_into_project.rb >+%%WWWDIR%%/db/migrate/20130404164628_add_notification_level_to_user_project.rb >+%%WWWDIR%%/db/migrate/20130410175022_remove_wiki_table.rb >+%%WWWDIR%%/db/migrate/20130419190306_allow_merges_for_forks.rb >+%%WWWDIR%%/db/migrate/20130506085413_add_type_to_key.rb >+%%WWWDIR%%/db/migrate/20130506090604_create_deploy_keys_projects.rb >+%%WWWDIR%%/db/migrate/20130506095501_remove_project_id_from_key.rb >+%%WWWDIR%%/db/migrate/20130522141856_add_more_fields_to_service.rb >+%%WWWDIR%%/db/migrate/20130528184641_add_system_to_notes.rb >+%%WWWDIR%%/db/migrate/20130611210815_increase_snippet_text_column_size.rb >+%%WWWDIR%%/db/migrate/20130613165816_add_password_expires_at_to_users.rb >+%%WWWDIR%%/db/migrate/20130613173246_add_created_by_id_to_user.rb >+%%WWWDIR%%/db/migrate/20130614132337_add_improted_to_project.rb >+%%WWWDIR%%/db/migrate/20130617095603_create_users_groups.rb >+%%WWWDIR%%/db/migrate/20130621195223_add_notification_level_to_user_group.rb >+%%WWWDIR%%/db/migrate/20130622115340_add_more_db_index.rb >+%%WWWDIR%%/db/migrate/20130624162710_add_fingerprint_to_key.rb >+%%WWWDIR%%/db/migrate/20130804151314_add_st_diff_to_note.rb >+%%WWWDIR%%/db/migrate/20130809124851_add_permission_check_to_user.rb >+%%WWWDIR%%/db/migrate/20130812143708_add_import_url_to_project.rb >+%%WWWDIR%%/db/migrate/20130819182730_add_internal_ids_to_issues_and_mr.rb >+%%WWWDIR%%/db/migrate/20130821090530_remove_deprecated_tables.rb >+%%WWWDIR%%/db/migrate/20130821090531_add_internal_ids_to_milestones.rb >+%%WWWDIR%%/db/migrate/20130909132950_add_description_to_merge_request.rb >+%%WWWDIR%%/db/migrate/20130926081215_change_owner_id_for_group.rb >+%%WWWDIR%%/db/migrate/20131005191208_add_avatar_to_users.rb >+%%WWWDIR%%/db/migrate/20131009115346_add_confirmable_to_users.rb >+%%WWWDIR%%/db/migrate/20131106151520_remove_default_branch.rb >+%%WWWDIR%%/db/migrate/20131112114325_create_broadcast_messages.rb >+%%WWWDIR%%/db/migrate/20131112220935_add_visibility_level_to_projects.rb >+%%WWWDIR%%/db/migrate/20131129154016_add_archived_to_projects.rb >+%%WWWDIR%%/db/migrate/20131130165425_add_color_and_font_to_broadcast_messages.rb >+%%WWWDIR%%/db/migrate/20131202192556_add_event_fields_for_web_hook.rb >+%%WWWDIR%%/db/migrate/20131214224427_add_hide_no_ssh_key_to_users.rb >+%%WWWDIR%%/db/migrate/20131217102743_add_recipients_to_service.rb >+%%WWWDIR%%/db/migrate/20140116231608_add_website_url_to_users.rb >+%%WWWDIR%%/db/migrate/20140122112253_create_merge_request_diffs.rb >+%%WWWDIR%%/db/migrate/20140122114406_migrate_mr_diffs.rb >+%%WWWDIR%%/db/migrate/20140122122549_remove_m_rdiff_fields.rb >+%%WWWDIR%%/db/migrate/20140125162722_add_avatar_to_projects.rb >+%%WWWDIR%%/db/migrate/20140127170938_add_group_avatars.rb >+%%WWWDIR%%/db/migrate/20140209025651_create_emails.rb >+%%WWWDIR%%/db/migrate/20140214102325_add_api_key_to_services.rb >+%%WWWDIR%%/db/migrate/20140304005354_add_index_merge_request_diffs_on_merge_request_id.rb >+%%WWWDIR%%/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb >+%%WWWDIR%%/db/migrate/20140312145357_add_import_status_to_project.rb >+%%WWWDIR%%/db/migrate/20140313092127_migrate_already_imported_projects.rb >+%%WWWDIR%%/db/migrate/20140407135544_fix_namespaces.rb >+%%WWWDIR%%/db/migrate/20140414131055_change_state_to_allow_empty_merge_request_diffs.rb >+%%WWWDIR%%/db/migrate/20140415124820_limits_to_mysql.rb >+%%WWWDIR%%/db/migrate/20140416074002_add_index_on_iid.rb >+%%WWWDIR%%/db/migrate/20140416185734_index_on_current_sign_in_at.rb >+%%WWWDIR%%/db/migrate/20140428105831_add_notes_index_updated_at.rb >+%%WWWDIR%%/db/migrate/20140502115131_add_repo_size_to_db.rb >+%%WWWDIR%%/db/migrate/20140502125220_migrate_repo_size.rb >+%%WWWDIR%%/db/migrate/20140611135229_add_position_to_merge_request.rb >+%%WWWDIR%%/db/migrate/20140625115202_create_users_star_projects.rb >+%%WWWDIR%%/db/migrate/20140729134820_create_labels.rb >+%%WWWDIR%%/db/migrate/20140729140420_create_label_links.rb >+%%WWWDIR%%/db/migrate/20140729145339_migrate_project_tags.rb >+%%WWWDIR%%/db/migrate/20140729152420_migrate_taggable_labels.rb >+%%WWWDIR%%/db/migrate/20140730111702_add_index_to_labels.rb >+%%WWWDIR%%/db/migrate/20140903115954_migrate_to_new_shell.rb >+%%WWWDIR%%/db/migrate/20140907220153_serialize_service_properties.rb >+%%WWWDIR%%/db/migrate/20140914113604_add_members_table.rb >+%%WWWDIR%%/db/migrate/20140914145549_migrate_to_new_members_model.rb >+%%WWWDIR%%/db/migrate/20140914173417_remove_old_member_tables.rb >+%%WWWDIR%%/db/migrate/20141006143943_move_slack_service_to_webhook.rb >+%%WWWDIR%%/db/migrate/20141007100818_add_visibility_level_to_snippet.rb >+%%WWWDIR%%/db/migrate/20141118150935_add_audit_event.rb >+%%WWWDIR%%/db/migrate/20141121133009_add_timestamps_to_members.rb >+%%WWWDIR%%/db/migrate/20141121161704_add_identity_table.rb >+%%WWWDIR%%/db/migrate/20141205134006_add_locked_at_to_merge_request.rb >+%%WWWDIR%%/db/migrate/20141216155758_create_doorkeeper_tables.rb >+%%WWWDIR%%/db/migrate/20141217125223_add_owner_to_application.rb >+%%WWWDIR%%/db/migrate/20141223135007_add_import_data_to_project_table.rb >+%%WWWDIR%%/db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb >+%%WWWDIR%%/db/migrate/20150108073740_create_application_settings.rb >+%%WWWDIR%%/db/migrate/20150116234544_add_home_page_url_for_application_settings.rb >+%%WWWDIR%%/db/migrate/20150116234545_add_gitlab_access_token_to_user.rb >+%%WWWDIR%%/db/migrate/20150125163100_add_default_branch_protection_setting.rb >+%%WWWDIR%%/db/migrate/20150205211843_add_timestamps_to_identities.rb >+%%WWWDIR%%/db/migrate/20150206181414_add_index_to_created_at.rb >+%%WWWDIR%%/db/migrate/20150206222854_add_notification_email_to_user.rb >+%%WWWDIR%%/db/migrate/20150209222013_add_missing_index.rb >+%%WWWDIR%%/db/migrate/20150211172122_add_template_to_service.rb >+%%WWWDIR%%/db/migrate/20150211174341_allow_null_in_services_project_id.rb >+%%WWWDIR%%/db/migrate/20150213104043_add_twitter_sharing_enabled_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150213114800_add_hide_no_password_to_user.rb >+%%WWWDIR%%/db/migrate/20150213121042_add_password_automatically_set_to_user.rb >+%%WWWDIR%%/db/migrate/20150217123345_add_bitbucket_access_token_and_secret_to_user.rb >+%%WWWDIR%%/db/migrate/20150219004514_add_events_to_services.rb >+%%WWWDIR%%/db/migrate/20150223022001_set_missing_last_activity_at.rb >+%%WWWDIR%%/db/migrate/20150225065047_add_note_events_to_services.rb >+%%WWWDIR%%/db/migrate/20150301014758_add_restricted_visibility_levels_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150306023106_fix_namespace_duplication.rb >+%%WWWDIR%%/db/migrate/20150306023112_add_unique_index_to_namespace.rb >+%%WWWDIR%%/db/migrate/20150310194358_add_version_check_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150313012111_create_subscriptions_table.rb >+%%WWWDIR%%/db/migrate/20150320234437_add_location_to_user.rb >+%%WWWDIR%%/db/migrate/20150324155957_set_incorrect_assignee_id_to_null.rb >+%%WWWDIR%%/db/migrate/20150327122227_add_public_to_key.rb >+%%WWWDIR%%/db/migrate/20150327150017_add_import_data_to_project.rb >+%%WWWDIR%%/db/migrate/20150327223628_add_devise_two_factor_to_users.rb >+%%WWWDIR%%/db/migrate/20150328132231_add_max_attachment_size_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150331183602_add_devise_two_factor_backupable_to_users.rb >+%%WWWDIR%%/db/migrate/20150406133311_add_invite_data_to_member.rb >+%%WWWDIR%%/db/migrate/20150411000035_fix_identities.rb >+%%WWWDIR%%/db/migrate/20150411180045_rename_buildbox_service.rb >+%%WWWDIR%%/db/migrate/20150413192223_add_public_email_to_users.rb >+%%WWWDIR%%/db/migrate/20150417121913_create_project_import_data.rb >+%%WWWDIR%%/db/migrate/20150417122318_remove_import_data_from_project.rb >+%%WWWDIR%%/db/migrate/20150421120000_remove_periods_at_ends_of_usernames.rb >+%%WWWDIR%%/db/migrate/20150423033240_add_default_project_visibililty_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150425164646_gitlab_change_collation_for_tag_names.acts_as_taggable_on_engine.rb >+%%WWWDIR%%/db/migrate/20150425164647_remove_duplicate_tags.rb >+%%WWWDIR%%/db/migrate/20150425164648_add_missing_unique_indices.acts_as_taggable_on_engine.rb >+%%WWWDIR%%/db/migrate/20150425164649_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb >+%%WWWDIR%%/db/migrate/20150425164650_add_missing_taggable_index.acts_as_taggable_on_engine.rb >+%%WWWDIR%%/db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb >+%%WWWDIR%%/db/migrate/20150425173433_add_default_snippet_visibility_to_app_settings.rb >+%%WWWDIR%%/db/migrate/20150429002313_remove_abandoned_group_members_records.rb >+%%WWWDIR%%/db/migrate/20150502064022_add_restricted_signup_domains_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150509180749_convert_legacy_reference_notes.rb >+%%WWWDIR%%/db/migrate/20150516060434_add_note_events_to_web_hooks.rb >+%%WWWDIR%%/db/migrate/20150529111607_add_user_oauth_applications_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150529150354_add_after_sign_out_path_for_application_settings.rb >+%%WWWDIR%%/db/migrate/20150609141121_add_session_expire_delay_for_application_settings.rb >+%%WWWDIR%%/db/migrate/20150610065936_add_dashboard_to_users.rb >+%%WWWDIR%%/db/migrate/20150620233230_add_default_otp_required_for_login_value.rb >+%%WWWDIR%%/db/migrate/20150713160110_add_project_view_to_users.rb >+%%WWWDIR%%/db/migrate/20150717130904_add_commits_count_to_project.rb >+%%WWWDIR%%/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb >+%%WWWDIR%%/db/migrate/20150806104937_create_abuse_reports.rb >+%%WWWDIR%%/db/migrate/20150812080800_add_settings_import_sources.rb >+%%WWWDIR%%/db/migrate/20150814065925_remove_oauth_tokens_from_users.rb >+%%WWWDIR%%/db/migrate/20150817163600_deduplicate_user_identities.rb >+%%WWWDIR%%/db/migrate/20150818213832_add_sent_notifications.rb >+%%WWWDIR%%/db/migrate/20150824002011_add_enable_ssl_verification.rb >+%%WWWDIR%%/db/migrate/20150826001931_add_ci_tables.rb >+%%WWWDIR%%/db/migrate/20150902001023_add_template_to_label.rb >+%%WWWDIR%%/db/migrate/20150914215247_add_ci_tags.rb >+%%WWWDIR%%/db/migrate/20150915001905_enable_ssl_verification_by_default.rb >+%%WWWDIR%%/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb >+%%WWWDIR%%/db/migrate/20150916114643_add_help_page_text_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150916145038_add_index_for_committed_at_and_id.rb >+%%WWWDIR%%/db/migrate/20150918084513_add_ci_enabled_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20150918161719_remove_invalid_milestones_from_merge_requests.rb >+%%WWWDIR%%/db/migrate/20150920010715_add_consumed_timestep_to_users.rb >+%%WWWDIR%%/db/migrate/20150920161119_add_line_code_to_sent_notification.rb >+%%WWWDIR%%/db/migrate/20150924125150_add_project_id_to_ci_commit.rb >+%%WWWDIR%%/db/migrate/20150924125436_migrate_project_id_for_ci_commits.rb >+%%WWWDIR%%/db/migrate/20150930001110_merge_request_error_field.rb >+%%WWWDIR%%/db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb >+%%WWWDIR%%/db/migrate/20151002112914_add_stage_idx_to_builds.rb >+%%WWWDIR%%/db/migrate/20151002121400_add_index_for_builds.rb >+%%WWWDIR%%/db/migrate/20151002122929_add_ref_and_tag_to_builds.rb >+%%WWWDIR%%/db/migrate/20151002122943_migrate_ref_and_tag_to_build.rb >+%%WWWDIR%%/db/migrate/20151005075649_add_user_id_to_build.rb >+%%WWWDIR%%/db/migrate/20151005150751_add_layout_option_for_users.rb >+%%WWWDIR%%/db/migrate/20151005162154_remove_ci_enabled_from_application_settings.rb >+%%WWWDIR%%/db/migrate/20151007120511_namespaces_projects_path_lower_indexes.rb >+%%WWWDIR%%/db/migrate/20151008110232_add_users_lower_username_email_indexes.rb >+%%WWWDIR%%/db/migrate/20151008123042_add_type_and_description_to_builds.rb >+%%WWWDIR%%/db/migrate/20151008130321_migrate_name_to_description_for_builds.rb >+%%WWWDIR%%/db/migrate/20151008143519_add_admin_notification_email_setting.rb >+%%WWWDIR%%/db/migrate/20151012173029_set_jira_service_api_url.rb >+%%WWWDIR%%/db/migrate/20151013092124_add_artifacts_file_to_builds.rb >+%%WWWDIR%%/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb >+%%WWWDIR%%/db/migrate/20151016195451_add_ci_builds_and_projects_indexes.rb >+%%WWWDIR%%/db/migrate/20151016195706_add_notes_line_code_index.rb >+%%WWWDIR%%/db/migrate/20151019111551_fix_build_tags.rb >+%%WWWDIR%%/db/migrate/20151019111703_fail_build_without_names.rb >+%%WWWDIR%%/db/migrate/20151020145526_add_services_template_index.rb >+%%WWWDIR%%/db/migrate/20151020173516_ci_limits_to_mysql.rb >+%%WWWDIR%%/db/migrate/20151020173906_add_ci_builds_index_for_status.rb >+%%WWWDIR%%/db/migrate/20151023112551_fail_build_with_empty_name.rb >+%%WWWDIR%%/db/migrate/20151023144219_remove_satellites.rb >+%%WWWDIR%%/db/migrate/20151026182941_add_project_path_index.rb >+%%WWWDIR%%/db/migrate/20151028152939_add_merge_when_build_succeeds_to_merge_request.rb >+%%WWWDIR%%/db/migrate/20151103001141_add_public_to_group.rb >+%%WWWDIR%%/db/migrate/20151103133339_add_shared_runners_setting.rb >+%%WWWDIR%%/db/migrate/20151103134857_create_lfs_objects.rb >+%%WWWDIR%%/db/migrate/20151103134958_create_lfs_objects_projects.rb >+%%WWWDIR%%/db/migrate/20151104105513_add_file_to_lfs_objects.rb >+%%WWWDIR%%/db/migrate/20151105094515_create_releases.rb >+%%WWWDIR%%/db/migrate/20151106000015_add_is_award_to_notes.rb >+%%WWWDIR%%/db/migrate/20151109100728_add_max_artifacts_size_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20151109134526_add_issues_state_index.rb >+%%WWWDIR%%/db/migrate/20151109134916_add_projects_visibility_level_index.rb >+%%WWWDIR%%/db/migrate/20151110125604_add_import_error_to_project.rb >+%%WWWDIR%%/db/migrate/20151114113410_add_index_for_lfs_oid_and_size.rb >+%%WWWDIR%%/db/migrate/20151116144118_add_unique_for_lfs_oid_index.rb >+%%WWWDIR%%/db/migrate/20151118162244_add_projects_public_index.rb >+%%WWWDIR%%/db/migrate/20151201203948_raise_hook_url_limit.rb >+%%WWWDIR%%/db/migrate/20151203162133_add_hide_project_limit_to_users.rb >+%%WWWDIR%%/db/migrate/20151203162134_add_build_events_to_services.rb >+%%WWWDIR%%/db/migrate/20151209144329_migrate_ci_web_hooks.rb >+%%WWWDIR%%/db/migrate/20151209145909_migrate_ci_emails.rb >+%%WWWDIR%%/db/migrate/20151210030143_add_unlock_token_to_user.rb >+%%WWWDIR%%/db/migrate/20151210072243_add_runners_registration_token_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20151210125232_migrate_ci_slack_service.rb >+%%WWWDIR%%/db/migrate/20151210125927_migrate_ci_hip_chat_service.rb >+%%WWWDIR%%/db/migrate/20151210125928_add_ci_to_project.rb >+%%WWWDIR%%/db/migrate/20151210125929_add_project_id_to_ci.rb >+%%WWWDIR%%/db/migrate/20151210125930_migrate_ci_to_project.rb >+%%WWWDIR%%/db/migrate/20151210125931_add_index_to_ci_tables.rb >+%%WWWDIR%%/db/migrate/20151210125932_drop_null_for_ci_tables.rb >+%%WWWDIR%%/db/migrate/20151218154042_add_tfa_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20151221234414_add_tfa_additional_fields.rb >+%%WWWDIR%%/db/migrate/20151224123230_rename_emojis.rb >+%%WWWDIR%%/db/migrate/20151228111122_remove_public_from_namespace.rb >+%%WWWDIR%%/db/migrate/20151228150906_influxdb_settings.rb >+%%WWWDIR%%/db/migrate/20151228175719_add_recaptcha_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20151229102248_influxdb_udp_port_setting.rb >+%%WWWDIR%%/db/migrate/20151229112614_influxdb_remote_database_setting.rb >+%%WWWDIR%%/db/migrate/20151230132518_add_artifacts_metadata_to_ci_build.rb >+%%WWWDIR%%/db/migrate/20151231152326_add_akismet_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20151231202530_remove_alert_type_from_broadcast_messages.rb >+%%WWWDIR%%/db/migrate/20160106162223_add_index_milestones_title.rb >+%%WWWDIR%%/db/migrate/20160106164438_remove_influxdb_credentials.rb >+%%WWWDIR%%/db/migrate/20160109054846_create_spam_logs.rb >+%%WWWDIR%%/db/migrate/20160113111034_add_metrics_sample_interval.rb >+%%WWWDIR%%/db/migrate/20160118155830_add_sentry_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20160118232755_add_ip_blocking_settings_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20160119111158_add_services_category.rb >+%%WWWDIR%%/db/migrate/20160119112418_add_services_default.rb >+%%WWWDIR%%/db/migrate/20160119145451_add_ldap_email_to_users.rb >+%%WWWDIR%%/db/migrate/20160120172143_add_base_commit_sha_to_merge_request_diffs.rb >+%%WWWDIR%%/db/migrate/20160121030729_add_email_author_in_body_to_application_settings.rb >+%%WWWDIR%%/db/migrate/20160122185421_add_pending_delete_to_project.rb >+%%WWWDIR%%/db/migrate/20160128212447_remove_ip_blocking_settings_from_application_settings.rb >+%%WWWDIR%%/db/migrate/20160128233227_change_lfs_objects_size_column.rb >+%%WWWDIR%%/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb >+%%WWWDIR%%/db/migrate/20160129155512_add_merge_commit_sha_to_merge_requests.rb >+%%WWWDIR%%/db/migrate/20160202091601_add_erasable_to_ci_build.rb >+%%WWWDIR%%/db/migrate/20160202164642_add_allow_guest_to_access_builds_project.rb >+%%WWWDIR%%/db/migrate/20160209130428_add_index_to_snippet.rb >+%%WWWDIR%%/db/migrate/20160212123307_create_tasks.rb >+%%WWWDIR%%/db/migrate/20160217100506_add_description_to_label.rb >+%%WWWDIR%%/db/migrate/20160217174422_add_note_to_tasks.rb >+%%WWWDIR%%/db/migrate/20160220123949_rename_tasks_to_todos.rb >+%%WWWDIR%%/db/migrate/limits_to_mysql.rb >+%%WWWDIR%%/db/schema.rb >+%%WWWDIR%%/db/seeds.rb >+%%WWWDIR%%/doc/README.md >+%%WWWDIR%%/doc/administration/environment_variables.md >+%%WWWDIR%%/doc/administration/housekeeping.md >+%%WWWDIR%%/doc/administration/img/housekeeping_settings.png >+%%WWWDIR%%/doc/administration/restart_gitlab.md >+%%WWWDIR%%/doc/api/README.md >+%%WWWDIR%%/doc/api/branches.md >+%%WWWDIR%%/doc/api/build_triggers.md >+%%WWWDIR%%/doc/api/build_variables.md >+%%WWWDIR%%/doc/api/builds.md >+%%WWWDIR%%/doc/api/commits.md >+%%WWWDIR%%/doc/api/deploy_key_multiple_projects.md >+%%WWWDIR%%/doc/api/deploy_keys.md >+%%WWWDIR%%/doc/api/groups.md >+%%WWWDIR%%/doc/api/issues.md >+%%WWWDIR%%/doc/api/keys.md >+%%WWWDIR%%/doc/api/labels.md >+%%WWWDIR%%/doc/api/merge_requests.md >+%%WWWDIR%%/doc/api/milestones.md >+%%WWWDIR%%/doc/api/namespaces.md >+%%WWWDIR%%/doc/api/notes.md >+%%WWWDIR%%/doc/api/oauth2.md >+%%WWWDIR%%/doc/api/project_snippets.md >+%%WWWDIR%%/doc/api/projects.md >+%%WWWDIR%%/doc/api/repositories.md >+%%WWWDIR%%/doc/api/repository_files.md >+%%WWWDIR%%/doc/api/runners.md >+%%WWWDIR%%/doc/api/services.md >+%%WWWDIR%%/doc/api/session.md >+%%WWWDIR%%/doc/api/settings.md >+%%WWWDIR%%/doc/api/system_hooks.md >+%%WWWDIR%%/doc/api/tags.md >+%%WWWDIR%%/doc/api/users.md >+%%WWWDIR%%/doc/ci/README.md >+%%WWWDIR%%/doc/ci/api/README.md >+%%WWWDIR%%/doc/ci/api/builds.md >+%%WWWDIR%%/doc/ci/api/commits.md >+%%WWWDIR%%/doc/ci/api/projects.md >+%%WWWDIR%%/doc/ci/api/runners.md >+%%WWWDIR%%/doc/ci/build_artifacts/README.md >+%%WWWDIR%%/doc/ci/build_artifacts/img/build_artifacts_browser.png >+%%WWWDIR%%/doc/ci/build_artifacts/img/build_artifacts_browser_button.png >+%%WWWDIR%%/doc/ci/deployment/README.md >+%%WWWDIR%%/doc/ci/docker/README.md >+%%WWWDIR%%/doc/ci/docker/using_docker_build.md >+%%WWWDIR%%/doc/ci/docker/using_docker_images.md >+%%WWWDIR%%/doc/ci/enable_or_disable_ci.md >+%%WWWDIR%%/doc/ci/examples/README.md >+%%WWWDIR%%/doc/ci/examples/test-and-deploy-python-application-to-heroku.md >+%%WWWDIR%%/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md >+%%WWWDIR%%/doc/ci/examples/test-clojure-application.md >+%%WWWDIR%%/doc/ci/img/builds_tab.png >+%%WWWDIR%%/doc/ci/img/features_settings.png >+%%WWWDIR%%/doc/ci/languages/README.md >+%%WWWDIR%%/doc/ci/languages/php.md >+%%WWWDIR%%/doc/ci/permissions/README.md >+%%WWWDIR%%/doc/ci/quick_start/README.md >+%%WWWDIR%%/doc/ci/quick_start/img/build_log.png >+%%WWWDIR%%/doc/ci/quick_start/img/builds_status.png >+%%WWWDIR%%/doc/ci/quick_start/img/new_commit.png >+%%WWWDIR%%/doc/ci/quick_start/img/runners_activated.png >+%%WWWDIR%%/doc/ci/quick_start/img/single_commit_status_pending.png >+%%WWWDIR%%/doc/ci/quick_start/img/status_pending.png >+%%WWWDIR%%/doc/ci/runners/README.md >+%%WWWDIR%%/doc/ci/runners/project_specific.png >+%%WWWDIR%%/doc/ci/runners/shared_runner.png >+%%WWWDIR%%/doc/ci/runners/shared_to_specific_admin.png >+%%WWWDIR%%/doc/ci/services/README.md >+%%WWWDIR%%/doc/ci/services/docker-services.md >+%%WWWDIR%%/doc/ci/services/mysql.md >+%%WWWDIR%%/doc/ci/services/postgres.md >+%%WWWDIR%%/doc/ci/services/redis.md >+%%WWWDIR%%/doc/ci/ssh_keys/README.md >+%%WWWDIR%%/doc/ci/triggers/README.md >+%%WWWDIR%%/doc/ci/triggers/img/builds_page.png >+%%WWWDIR%%/doc/ci/triggers/img/trigger_single_build.png >+%%WWWDIR%%/doc/ci/triggers/img/trigger_variables.png >+%%WWWDIR%%/doc/ci/triggers/img/triggers_page.png >+%%WWWDIR%%/doc/ci/variables/README.md >+%%WWWDIR%%/doc/ci/yaml/README.md >+%%WWWDIR%%/doc/customization/issue_closing.md >+%%WWWDIR%%/doc/customization/libravatar.md >+%%WWWDIR%%/doc/customization/welcome_message.md >+%%WWWDIR%%/doc/development/README.md >+%%WWWDIR%%/doc/development/architecture.md >+%%WWWDIR%%/doc/development/benchmarking.md >+%%WWWDIR%%/doc/development/ci_setup.md >+%%WWWDIR%%/doc/development/db_dump.md >+%%WWWDIR%%/doc/development/doc_styleguide.md >+%%WWWDIR%%/doc/development/gitlab_diagram_overview.odg >+%%WWWDIR%%/doc/development/gitlab_diagram_overview.png >+%%WWWDIR%%/doc/development/migration_style_guide.md >+%%WWWDIR%%/doc/development/omnibus.md >+%%WWWDIR%%/doc/development/profiling.md >+%%WWWDIR%%/doc/development/rake_tasks.md >+%%WWWDIR%%/doc/development/shared_files.md >+%%WWWDIR%%/doc/development/shell_commands.md >+%%WWWDIR%%/doc/development/sidekiq_debugging.md >+%%WWWDIR%%/doc/development/ui_guide.md >+%%WWWDIR%%/doc/gitlab-basics/README.md >+%%WWWDIR%%/doc/gitlab-basics/add-file.md >+%%WWWDIR%%/doc/gitlab-basics/add-image.md >+%%WWWDIR%%/doc/gitlab-basics/add-merge-request.md >+%%WWWDIR%%/doc/gitlab-basics/basic-git-commands.md >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/add_new_merge_request.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/add_sshkey.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/branch_info.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/branch_name.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/branches.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/button-create-mr.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/click-on-new-group.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/commit_changes.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/commit_message.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/commits.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/compare_braches.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/create_file.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/create_group.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/edit_file.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/file_located.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/file_name.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/find_file.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/find_group.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/fork.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/group_info.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/groups.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/https.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/image_file.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/issue_title.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/issues.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/key.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/merge_requests.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/new_issue.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/new_merge_request.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/new_project.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/newbranch.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/paste_sshkey.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/profile_settings.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/project_info.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/public_file_link.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/select-group.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/select-group2.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/select_branch.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/select_project.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/settings.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/shh_keys.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/submit_new_issue.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/title_description_mr.png >+%%WWWDIR%%/doc/gitlab-basics/basicsimages/white_space.png >+%%WWWDIR%%/doc/gitlab-basics/command-line-commands.md >+%%WWWDIR%%/doc/gitlab-basics/create-branch.md >+%%WWWDIR%%/doc/gitlab-basics/create-group.md >+%%WWWDIR%%/doc/gitlab-basics/create-issue.md >+%%WWWDIR%%/doc/gitlab-basics/create-project.md >+%%WWWDIR%%/doc/gitlab-basics/create-your-ssh-keys.md >+%%WWWDIR%%/doc/gitlab-basics/fork-project.md >+%%WWWDIR%%/doc/gitlab-basics/start-using-git.md >+%%WWWDIR%%/doc/hooks/custom_hooks.md >+%%WWWDIR%%/doc/incoming_email/README.md >+%%WWWDIR%%/doc/incoming_email/postfix.md >+%%WWWDIR%%/doc/install/README.md >+%%WWWDIR%%/doc/install/database_mysql.md >+%%WWWDIR%%/doc/install/installation.md >+%%WWWDIR%%/doc/install/redis.md >+%%WWWDIR%%/doc/install/relative_url.md >+%%WWWDIR%%/doc/install/requirements.md >+%%WWWDIR%%/doc/install/structure.md >+%%WWWDIR%%/doc/integration/README.md >+%%WWWDIR%%/doc/integration/akismet.md >+%%WWWDIR%%/doc/integration/azure.md >+%%WWWDIR%%/doc/integration/bitbucket.md >+%%WWWDIR%%/doc/integration/cas.md >+%%WWWDIR%%/doc/integration/crowd.md >+%%WWWDIR%%/doc/integration/external-issue-tracker.md >+%%WWWDIR%%/doc/integration/facebook.md >+%%WWWDIR%%/doc/integration/github.md >+%%WWWDIR%%/doc/integration/gitlab.md >+%%WWWDIR%%/doc/integration/gmail_action_buttons_for_gitlab.md >+%%WWWDIR%%/doc/integration/google.md >+%%WWWDIR%%/doc/integration/img/akismet_settings.png >+%%WWWDIR%%/doc/integration/img/facebook_api_keys.png >+%%WWWDIR%%/doc/integration/img/facebook_app_settings.png >+%%WWWDIR%%/doc/integration/img/facebook_website_url.png >+%%WWWDIR%%/doc/integration/img/github_app.png >+%%WWWDIR%%/doc/integration/img/gitlab_app.png >+%%WWWDIR%%/doc/integration/img/gmail_action_buttons_for_gitlab.png >+%%WWWDIR%%/doc/integration/img/google_app.png >+%%WWWDIR%%/doc/integration/img/oauth_provider_admin_application.png >+%%WWWDIR%%/doc/integration/img/oauth_provider_application_form.png >+%%WWWDIR%%/doc/integration/img/oauth_provider_application_id_secret.png >+%%WWWDIR%%/doc/integration/img/oauth_provider_authorized_application.png >+%%WWWDIR%%/doc/integration/img/oauth_provider_user_wide_applications.png >+%%WWWDIR%%/doc/integration/img/twitter_app_api_keys.png >+%%WWWDIR%%/doc/integration/img/twitter_app_details.png >+%%WWWDIR%%/doc/integration/jira.md >+%%WWWDIR%%/doc/integration/ldap.md >+%%WWWDIR%%/doc/integration/oauth_provider.md >+%%WWWDIR%%/doc/integration/omniauth.md >+%%WWWDIR%%/doc/integration/recaptcha.md >+%%WWWDIR%%/doc/integration/saml.md >+%%WWWDIR%%/doc/integration/shibboleth.md >+%%WWWDIR%%/doc/integration/slack.md >+%%WWWDIR%%/doc/integration/twitter.md >+%%WWWDIR%%/doc/legal/README.md >+%%WWWDIR%%/doc/legal/corporate_contributor_license_agreement.md >+%%WWWDIR%%/doc/legal/individual_contributor_license_agreement.md >+%%WWWDIR%%/doc/logs/logs.md >+%%WWWDIR%%/doc/markdown/img/logo.png >+%%WWWDIR%%/doc/markdown/markdown.md >+%%WWWDIR%%/doc/migrate_ci_to_ce/README.md >+%%WWWDIR%%/doc/monitoring/performance/gitlab_configuration.md >+%%WWWDIR%%/doc/monitoring/performance/img/metrics_gitlab_configuration_settings.png >+%%WWWDIR%%/doc/monitoring/performance/influxdb_configuration.md >+%%WWWDIR%%/doc/monitoring/performance/influxdb_schema.md >+%%WWWDIR%%/doc/monitoring/performance/introduction.md >+%%WWWDIR%%/doc/operations/README.md >+%%WWWDIR%%/doc/operations/cleaning_up_redis_sessions.md >+%%WWWDIR%%/doc/operations/moving_repositories.md >+%%WWWDIR%%/doc/operations/sidekiq_memory_killer.md >+%%WWWDIR%%/doc/operations/unicorn.md >+%%WWWDIR%%/doc/permissions/permissions.md >+%%WWWDIR%%/doc/profile/2fa.png >+%%WWWDIR%%/doc/profile/2fa_auth.png >+%%WWWDIR%%/doc/profile/README.md >+%%WWWDIR%%/doc/profile/preferences.md >+%%WWWDIR%%/doc/profile/two_factor_authentication.md >+%%WWWDIR%%/doc/project_services/bamboo.md >+%%WWWDIR%%/doc/project_services/builds_emails.md >+%%WWWDIR%%/doc/project_services/hipchat.md >+%%WWWDIR%%/doc/project_services/img/builds_emails_service.png >+%%WWWDIR%%/doc/project_services/img/jira_add_gitlab_commit_message.png >+%%WWWDIR%%/doc/project_services/img/jira_add_user_to_group.png >+%%WWWDIR%%/doc/project_services/img/jira_create_new_group.png >+%%WWWDIR%%/doc/project_services/img/jira_create_new_group_name.png >+%%WWWDIR%%/doc/project_services/img/jira_create_new_user.png >+%%WWWDIR%%/doc/project_services/img/jira_group_access.png >+%%WWWDIR%%/doc/project_services/img/jira_issue_closed.png >+%%WWWDIR%%/doc/project_services/img/jira_issue_reference.png >+%%WWWDIR%%/doc/project_services/img/jira_issues_workflow.png >+%%WWWDIR%%/doc/project_services/img/jira_merge_request_close.png >+%%WWWDIR%%/doc/project_services/img/jira_project_name.png >+%%WWWDIR%%/doc/project_services/img/jira_reference_commit_message_in_jira_issue.png >+%%WWWDIR%%/doc/project_services/img/jira_service.png >+%%WWWDIR%%/doc/project_services/img/jira_service_close_issue.png >+%%WWWDIR%%/doc/project_services/img/jira_service_page.png >+%%WWWDIR%%/doc/project_services/img/jira_submit_gitlab_merge_request.png >+%%WWWDIR%%/doc/project_services/img/jira_user_management_link.png >+%%WWWDIR%%/doc/project_services/img/jira_workflow_screenshot.png >+%%WWWDIR%%/doc/project_services/img/redmine_configuration.png >+%%WWWDIR%%/doc/project_services/img/services_templates_redmine_example.png >+%%WWWDIR%%/doc/project_services/irker.md >+%%WWWDIR%%/doc/project_services/jira.md >+%%WWWDIR%%/doc/project_services/project_services.md >+%%WWWDIR%%/doc/project_services/redmine.md >+%%WWWDIR%%/doc/project_services/services_templates.md >+%%WWWDIR%%/doc/public_access/public_access.md >+%%WWWDIR%%/doc/raketasks/README.md >+%%WWWDIR%%/doc/raketasks/backup_hrz.png >+%%WWWDIR%%/doc/raketasks/backup_restore.md >+%%WWWDIR%%/doc/raketasks/check.md >+%%WWWDIR%%/doc/raketasks/check_repos_output.png >+%%WWWDIR%%/doc/raketasks/cleanup.md >+%%WWWDIR%%/doc/raketasks/features.md >+%%WWWDIR%%/doc/raketasks/import.md >+%%WWWDIR%%/doc/raketasks/list_repos.md >+%%WWWDIR%%/doc/raketasks/maintenance.md >+%%WWWDIR%%/doc/raketasks/user_management.md >+%%WWWDIR%%/doc/raketasks/web_hooks.md >+%%WWWDIR%%/doc/release/README.md >+%%WWWDIR%%/doc/release/howto_rc1.md >+%%WWWDIR%%/doc/release/howto_update_guides.md >+%%WWWDIR%%/doc/release/master.md >+%%WWWDIR%%/doc/release/monthly.md >+%%WWWDIR%%/doc/release/patch.md >+%%WWWDIR%%/doc/release/security.md >+%%WWWDIR%%/doc/security/README.md >+%%WWWDIR%%/doc/security/crime_vulnerability.md >+%%WWWDIR%%/doc/security/img/two_factor_authentication_settings.png >+%%WWWDIR%%/doc/security/information_exclusivity.md >+%%WWWDIR%%/doc/security/password_length_limits.md >+%%WWWDIR%%/doc/security/rack_attack.md >+%%WWWDIR%%/doc/security/reset_root_password.md >+%%WWWDIR%%/doc/security/two_factor_authentication.md >+%%WWWDIR%%/doc/security/user_file_uploads.md >+%%WWWDIR%%/doc/security/webhooks.md >+%%WWWDIR%%/doc/ssh/README.md >+%%WWWDIR%%/doc/system_hooks/system_hooks.md >+%%WWWDIR%%/doc/update/2.6-to-3.0.md >+%%WWWDIR%%/doc/update/2.9-to-3.0.md >+%%WWWDIR%%/doc/update/3.0-to-3.1.md >+%%WWWDIR%%/doc/update/3.1-to-4.0.md >+%%WWWDIR%%/doc/update/4.0-to-4.1.md >+%%WWWDIR%%/doc/update/4.1-to-4.2.md >+%%WWWDIR%%/doc/update/4.2-to-5.0.md >+%%WWWDIR%%/doc/update/5.0-to-5.1.md >+%%WWWDIR%%/doc/update/5.1-to-5.2.md >+%%WWWDIR%%/doc/update/5.1-to-5.4.md >+%%WWWDIR%%/doc/update/5.1-to-6.0.md >+%%WWWDIR%%/doc/update/5.2-to-5.3.md >+%%WWWDIR%%/doc/update/5.3-to-5.4.md >+%%WWWDIR%%/doc/update/5.4-to-6.0.md >+%%WWWDIR%%/doc/update/6.0-to-6.1.md >+%%WWWDIR%%/doc/update/6.1-to-6.2.md >+%%WWWDIR%%/doc/update/6.2-to-6.3.md >+%%WWWDIR%%/doc/update/6.3-to-6.4.md >+%%WWWDIR%%/doc/update/6.4-to-6.5.md >+%%WWWDIR%%/doc/update/6.5-to-6.6.md >+%%WWWDIR%%/doc/update/6.6-to-6.7.md >+%%WWWDIR%%/doc/update/6.7-to-6.8.md >+%%WWWDIR%%/doc/update/6.8-to-6.9.md >+%%WWWDIR%%/doc/update/6.9-to-7.0.md >+%%WWWDIR%%/doc/update/6.x-or-7.x-to-7.14.md >+%%WWWDIR%%/doc/update/7.0-to-7.1.md >+%%WWWDIR%%/doc/update/7.1-to-7.2.md >+%%WWWDIR%%/doc/update/7.10-to-7.11.md >+%%WWWDIR%%/doc/update/7.11-to-7.12.md >+%%WWWDIR%%/doc/update/7.12-to-7.13.md >+%%WWWDIR%%/doc/update/7.13-to-7.14.md >+%%WWWDIR%%/doc/update/7.14-to-8.0.md >+%%WWWDIR%%/doc/update/7.2-to-7.3.md >+%%WWWDIR%%/doc/update/7.3-to-7.4.md >+%%WWWDIR%%/doc/update/7.4-to-7.5.md >+%%WWWDIR%%/doc/update/7.5-to-7.6.md >+%%WWWDIR%%/doc/update/7.6-to-7.7.md >+%%WWWDIR%%/doc/update/7.7-to-7.8.md >+%%WWWDIR%%/doc/update/7.8-to-7.9.md >+%%WWWDIR%%/doc/update/7.9-to-7.10.md >+%%WWWDIR%%/doc/update/8.0-to-8.1.md >+%%WWWDIR%%/doc/update/8.1-to-8.2.md >+%%WWWDIR%%/doc/update/8.2-to-8.3.md >+%%WWWDIR%%/doc/update/8.3-to-8.4.md >+%%WWWDIR%%/doc/update/8.4-to-8.5.md >+%%WWWDIR%%/doc/update/README.md >+%%WWWDIR%%/doc/update/mysql_to_postgresql.md >+%%WWWDIR%%/doc/update/patch_versions.md >+%%WWWDIR%%/doc/update/upgrader.md >+%%WWWDIR%%/doc/web_hooks/ssl.png >+%%WWWDIR%%/doc/web_hooks/web_hooks.md >+%%WWWDIR%%/doc/workflow/README.md >+%%WWWDIR%%/doc/workflow/add-user/add-user.md >+%%WWWDIR%%/doc/workflow/add-user/img/add_new_user_to_project_settings.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_email_accept.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_email_ready.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_email_search.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_give_permissions.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_import_members_from_another_project.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_imported_members.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_list_members.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_members_menu.png >+%%WWWDIR%%/doc/workflow/add-user/img/add_user_search_people.png >+%%WWWDIR%%/doc/workflow/authorization_for_merge_requests.md >+%%WWWDIR%%/doc/workflow/award_emoji.png >+%%WWWDIR%%/doc/workflow/ci_mr.png >+%%WWWDIR%%/doc/workflow/close_issue_mr.png >+%%WWWDIR%%/doc/workflow/environment_branches.png >+%%WWWDIR%%/doc/workflow/file_finder.md >+%%WWWDIR%%/doc/workflow/forking/branch_select.png >+%%WWWDIR%%/doc/workflow/forking/merge_request.png >+%%WWWDIR%%/doc/workflow/forking_workflow.md >+%%WWWDIR%%/doc/workflow/four_stages.png >+%%WWWDIR%%/doc/workflow/git_pull.png >+%%WWWDIR%%/doc/workflow/gitdashflow.png >+%%WWWDIR%%/doc/workflow/github_flow.png >+%%WWWDIR%%/doc/workflow/gitlab_flow.md >+%%WWWDIR%%/doc/workflow/gitlab_flow.png >+%%WWWDIR%%/doc/workflow/good_commit.png >+%%WWWDIR%%/doc/workflow/groups.md >+%%WWWDIR%%/doc/workflow/groups/add_member_to_group.png >+%%WWWDIR%%/doc/workflow/groups/group_dashboard.png >+%%WWWDIR%%/doc/workflow/groups/group_with_two_projects.png >+%%WWWDIR%%/doc/workflow/groups/new_group_button.png >+%%WWWDIR%%/doc/workflow/groups/new_group_form.png >+%%WWWDIR%%/doc/workflow/groups/override_access_level.png >+%%WWWDIR%%/doc/workflow/groups/project_members_via_group.png >+%%WWWDIR%%/doc/workflow/groups/transfer_project.png >+%%WWWDIR%%/doc/workflow/img/file_finder_find_button.png >+%%WWWDIR%%/doc/workflow/img/file_finder_find_file.png >+%%WWWDIR%%/doc/workflow/img/forking_workflow_choose_namespace.png >+%%WWWDIR%%/doc/workflow/img/forking_workflow_fork_button.png >+%%WWWDIR%%/doc/workflow/img/forking_workflow_path_taken_error.png >+%%WWWDIR%%/doc/workflow/img/revert_changes_commit.png >+%%WWWDIR%%/doc/workflow/img/revert_changes_commit_modal.png >+%%WWWDIR%%/doc/workflow/img/revert_changes_mr.png >+%%WWWDIR%%/doc/workflow/img/revert_changes_mr_modal.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_branch_dropdown.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_branch_page.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_directory_dialog.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_directory_dropdown.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_file_dropdown.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_file_editor.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_push_widget.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_tag_dropdown.png >+%%WWWDIR%%/doc/workflow/img/web_editor_new_tag_page.png >+%%WWWDIR%%/doc/workflow/img/web_editor_start_new_merge_request.png >+%%WWWDIR%%/doc/workflow/img/web_editor_upload_file_dialog.png >+%%WWWDIR%%/doc/workflow/img/web_editor_upload_file_dropdown.png >+%%WWWDIR%%/doc/workflow/importing/README.md >+%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_grant_access.png >+%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_new_project.png >+%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_select_bitbucket.png >+%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_select_project.png >+%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_finished.png >+%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_login.png >+%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_select_fogbogz.png >+%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_select_project.png >+%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_user_map.png >+%%WWWDIR%%/doc/workflow/importing/gitlab_importer/importer.png >+%%WWWDIR%%/doc/workflow/importing/gitlab_importer/new_project_page.png >+%%WWWDIR%%/doc/workflow/importing/img/import_projects_from_github_importer.png >+%%WWWDIR%%/doc/workflow/importing/img/import_projects_from_github_new_project_page.png >+%%WWWDIR%%/doc/workflow/importing/import_projects_from_bitbucket.md >+%%WWWDIR%%/doc/workflow/importing/import_projects_from_fogbugz.md >+%%WWWDIR%%/doc/workflow/importing/import_projects_from_github.md >+%%WWWDIR%%/doc/workflow/importing/import_projects_from_gitlab_com.md >+%%WWWDIR%%/doc/workflow/importing/migrating_from_svn.md >+%%WWWDIR%%/doc/workflow/labels.md >+%%WWWDIR%%/doc/workflow/labels/label1.png >+%%WWWDIR%%/doc/workflow/labels/label2.png >+%%WWWDIR%%/doc/workflow/labels/label3.png >+%%WWWDIR%%/doc/workflow/lfs/lfs_administration.md >+%%WWWDIR%%/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md >+%%WWWDIR%%/doc/workflow/merge_commits.png >+%%WWWDIR%%/doc/workflow/merge_request.png >+%%WWWDIR%%/doc/workflow/merge_requests.md >+%%WWWDIR%%/doc/workflow/merge_requests/commit_compare.png >+%%WWWDIR%%/doc/workflow/merge_requests/merge_request_diff.png >+%%WWWDIR%%/doc/workflow/merge_requests/merge_request_diff_without_whitespace.png >+%%WWWDIR%%/doc/workflow/merge_when_build_succeeds.md >+%%WWWDIR%%/doc/workflow/merge_when_build_succeeds/enable.png >+%%WWWDIR%%/doc/workflow/merge_when_build_succeeds/status.png >+%%WWWDIR%%/doc/workflow/messy_flow.png >+%%WWWDIR%%/doc/workflow/milestones.md >+%%WWWDIR%%/doc/workflow/milestones/form.png >+%%WWWDIR%%/doc/workflow/milestones/group_form.png >+%%WWWDIR%%/doc/workflow/mr_inline_comments.png >+%%WWWDIR%%/doc/workflow/notifications.md >+%%WWWDIR%%/doc/workflow/notifications/settings.png >+%%WWWDIR%%/doc/workflow/production_branch.png >+%%WWWDIR%%/doc/workflow/project_features.md >+%%WWWDIR%%/doc/workflow/protected_branches.md >+%%WWWDIR%%/doc/workflow/protected_branches/protected_branches1.png >+%%WWWDIR%%/doc/workflow/protected_branches/protected_branches2.png >+%%WWWDIR%%/doc/workflow/rebase.png >+%%WWWDIR%%/doc/workflow/release_branches.png >+%%WWWDIR%%/doc/workflow/releases.md >+%%WWWDIR%%/doc/workflow/releases/new_tag.png >+%%WWWDIR%%/doc/workflow/releases/tags.png >+%%WWWDIR%%/doc/workflow/remove_checkbox.png >+%%WWWDIR%%/doc/workflow/revert_changes.md >+%%WWWDIR%%/doc/workflow/shortcuts.md >+%%WWWDIR%%/doc/workflow/shortcuts.png >+%%WWWDIR%%/doc/workflow/timezone.md >+%%WWWDIR%%/doc/workflow/web_editor.md >+%%WWWDIR%%/doc/workflow/wip_merge_requests.md >+%%WWWDIR%%/doc/workflow/wip_merge_requests/blocked_accept_button.png >+%%WWWDIR%%/doc/workflow/wip_merge_requests/mark_as_wip.png >+%%WWWDIR%%/doc/workflow/wip_merge_requests/unmark_as_wip.png >+%%WWWDIR%%/doc/workflow/workflow.md >+%%WWWDIR%%/doc_styleguide.md >+%%WWWDIR%%/docker-compose.yml >+%%WWWDIR%%/docker/README.md >+%%WWWDIR%%/features/abuse_report.feature >+%%WWWDIR%%/features/admin/abuse_report.feature >+%%WWWDIR%%/features/admin/active_tab.feature >+%%WWWDIR%%/features/admin/applications.feature >+%%WWWDIR%%/features/admin/broadcast_messages.feature >+%%WWWDIR%%/features/admin/deploy_keys.feature >+%%WWWDIR%%/features/admin/groups.feature >+%%WWWDIR%%/features/admin/hooks.feature >+%%WWWDIR%%/features/admin/labels.feature >+%%WWWDIR%%/features/admin/logs.feature >+%%WWWDIR%%/features/admin/projects.feature >+%%WWWDIR%%/features/admin/settings.feature >+%%WWWDIR%%/features/admin/spam_logs.feature >+%%WWWDIR%%/features/admin/users.feature >+%%WWWDIR%%/features/dashboard/active_tab.feature >+%%WWWDIR%%/features/dashboard/archived_projects.feature >+%%WWWDIR%%/features/dashboard/dashboard.feature >+%%WWWDIR%%/features/dashboard/event_filters.feature >+%%WWWDIR%%/features/dashboard/group.feature >+%%WWWDIR%%/features/dashboard/help.feature >+%%WWWDIR%%/features/dashboard/issues.feature >+%%WWWDIR%%/features/dashboard/merge_requests.feature >+%%WWWDIR%%/features/dashboard/new_project.feature >+%%WWWDIR%%/features/dashboard/shortcuts.feature >+%%WWWDIR%%/features/dashboard/starred_projects.feature >+%%WWWDIR%%/features/dashboard/todos.feature >+%%WWWDIR%%/features/explore/groups.feature >+%%WWWDIR%%/features/explore/projects.feature >+%%WWWDIR%%/features/group/members.feature >+%%WWWDIR%%/features/group/milestones.feature >+%%WWWDIR%%/features/groups.feature >+%%WWWDIR%%/features/invites.feature >+%%WWWDIR%%/features/login_form.feature >+%%WWWDIR%%/features/profile/active_tab.feature >+%%WWWDIR%%/features/profile/emails.feature >+%%WWWDIR%%/features/profile/notifications.feature >+%%WWWDIR%%/features/profile/profile.feature >+%%WWWDIR%%/features/profile/ssh_keys.feature >+%%WWWDIR%%/features/project/active_tab.feature >+%%WWWDIR%%/features/project/archived.feature >+%%WWWDIR%%/features/project/badges/build.feature >+%%WWWDIR%%/features/project/builds/artifacts.feature >+%%WWWDIR%%/features/project/builds/permissions.feature >+%%WWWDIR%%/features/project/builds/summary.feature >+%%WWWDIR%%/features/project/commits/branches.feature >+%%WWWDIR%%/features/project/commits/comments.feature >+%%WWWDIR%%/features/project/commits/commits.feature >+%%WWWDIR%%/features/project/commits/diff_comments.feature >+%%WWWDIR%%/features/project/commits/revert.feature >+%%WWWDIR%%/features/project/commits/tags.feature >+%%WWWDIR%%/features/project/commits/user_lookup.feature >+%%WWWDIR%%/features/project/create.feature >+%%WWWDIR%%/features/project/deploy_keys.feature >+%%WWWDIR%%/features/project/find_file.feature >+%%WWWDIR%%/features/project/fork.feature >+%%WWWDIR%%/features/project/forked_merge_requests.feature >+%%WWWDIR%%/features/project/graph.feature >+%%WWWDIR%%/features/project/hooks.feature >+%%WWWDIR%%/features/project/issues/award_emoji.feature >+%%WWWDIR%%/features/project/issues/filter_labels.feature >+%%WWWDIR%%/features/project/issues/issues.feature >+%%WWWDIR%%/features/project/issues/labels.feature >+%%WWWDIR%%/features/project/issues/milestones.feature >+%%WWWDIR%%/features/project/issues/references.feature >+%%WWWDIR%%/features/project/merge_requests.feature >+%%WWWDIR%%/features/project/merge_requests/accept.feature >+%%WWWDIR%%/features/project/merge_requests/references.feature >+%%WWWDIR%%/features/project/merge_requests/revert.feature >+%%WWWDIR%%/features/project/milestone.feature >+%%WWWDIR%%/features/project/network_graph.feature >+%%WWWDIR%%/features/project/project.feature >+%%WWWDIR%%/features/project/redirects.feature >+%%WWWDIR%%/features/project/service.feature >+%%WWWDIR%%/features/project/shortcuts.feature >+%%WWWDIR%%/features/project/snippets.feature >+%%WWWDIR%%/features/project/source/browse_files.feature >+%%WWWDIR%%/features/project/source/git_blame.feature >+%%WWWDIR%%/features/project/source/markdown_render.feature >+%%WWWDIR%%/features/project/source/search_code.feature >+%%WWWDIR%%/features/project/star.feature >+%%WWWDIR%%/features/project/team_management.feature >+%%WWWDIR%%/features/project/wiki.feature >+%%WWWDIR%%/features/search.feature >+%%WWWDIR%%/features/snippet_search.feature >+%%WWWDIR%%/features/snippets/discover.feature >+%%WWWDIR%%/features/snippets/public_snippets.feature >+%%WWWDIR%%/features/snippets/snippets.feature >+%%WWWDIR%%/features/snippets/user.feature >+%%WWWDIR%%/features/steps/abuse_reports.rb >+%%WWWDIR%%/features/steps/admin/abuse_reports.rb >+%%WWWDIR%%/features/steps/admin/active_tab.rb >+%%WWWDIR%%/features/steps/admin/applications.rb >+%%WWWDIR%%/features/steps/admin/broadcast_messages.rb >+%%WWWDIR%%/features/steps/admin/deploy_keys.rb >+%%WWWDIR%%/features/steps/admin/groups.rb >+%%WWWDIR%%/features/steps/admin/hooks.rb >+%%WWWDIR%%/features/steps/admin/labels.rb >+%%WWWDIR%%/features/steps/admin/logs.rb >+%%WWWDIR%%/features/steps/admin/projects.rb >+%%WWWDIR%%/features/steps/admin/settings.rb >+%%WWWDIR%%/features/steps/admin/spam_logs.rb >+%%WWWDIR%%/features/steps/admin/users.rb >+%%WWWDIR%%/features/steps/dashboard/active_tab.rb >+%%WWWDIR%%/features/steps/dashboard/archived_projects.rb >+%%WWWDIR%%/features/steps/dashboard/dashboard.rb >+%%WWWDIR%%/features/steps/dashboard/event_filters.rb >+%%WWWDIR%%/features/steps/dashboard/group.rb >+%%WWWDIR%%/features/steps/dashboard/help.rb >+%%WWWDIR%%/features/steps/dashboard/issues.rb >+%%WWWDIR%%/features/steps/dashboard/merge_requests.rb >+%%WWWDIR%%/features/steps/dashboard/new_project.rb >+%%WWWDIR%%/features/steps/dashboard/shortcuts.rb >+%%WWWDIR%%/features/steps/dashboard/starred_projects.rb >+%%WWWDIR%%/features/steps/dashboard/todos.rb >+%%WWWDIR%%/features/steps/explore/groups.rb >+%%WWWDIR%%/features/steps/explore/projects.rb >+%%WWWDIR%%/features/steps/group/members.rb >+%%WWWDIR%%/features/steps/group/milestones.rb >+%%WWWDIR%%/features/steps/groups.rb >+%%WWWDIR%%/features/steps/invites.rb >+%%WWWDIR%%/features/steps/login_form.rb >+%%WWWDIR%%/features/steps/profile/active_tab.rb >+%%WWWDIR%%/features/steps/profile/emails.rb >+%%WWWDIR%%/features/steps/profile/notifications.rb >+%%WWWDIR%%/features/steps/profile/profile.rb >+%%WWWDIR%%/features/steps/profile/ssh_keys.rb >+%%WWWDIR%%/features/steps/project/active_tab.rb >+%%WWWDIR%%/features/steps/project/archived.rb >+%%WWWDIR%%/features/steps/project/badges/build.rb >+%%WWWDIR%%/features/steps/project/builds/artifacts.rb >+%%WWWDIR%%/features/steps/project/builds/permissions.rb >+%%WWWDIR%%/features/steps/project/builds/summary.rb >+%%WWWDIR%%/features/steps/project/commits/branches.rb >+%%WWWDIR%%/features/steps/project/commits/comments.rb >+%%WWWDIR%%/features/steps/project/commits/commits.rb >+%%WWWDIR%%/features/steps/project/commits/diff_comments.rb >+%%WWWDIR%%/features/steps/project/commits/revert.rb >+%%WWWDIR%%/features/steps/project/commits/tags.rb >+%%WWWDIR%%/features/steps/project/commits/user_lookup.rb >+%%WWWDIR%%/features/steps/project/create.rb >+%%WWWDIR%%/features/steps/project/deploy_keys.rb >+%%WWWDIR%%/features/steps/project/fork.rb >+%%WWWDIR%%/features/steps/project/forked_merge_requests.rb >+%%WWWDIR%%/features/steps/project/graph.rb >+%%WWWDIR%%/features/steps/project/hooks.rb >+%%WWWDIR%%/features/steps/project/issues/award_emoji.rb >+%%WWWDIR%%/features/steps/project/issues/filter_labels.rb >+%%WWWDIR%%/features/steps/project/issues/issues.rb >+%%WWWDIR%%/features/steps/project/issues/labels.rb >+%%WWWDIR%%/features/steps/project/issues/milestones.rb >+%%WWWDIR%%/features/steps/project/issues/references.rb >+%%WWWDIR%%/features/steps/project/merge_requests.rb >+%%WWWDIR%%/features/steps/project/merge_requests/acceptance.rb >+%%WWWDIR%%/features/steps/project/merge_requests/references.rb >+%%WWWDIR%%/features/steps/project/merge_requests/revert.rb >+%%WWWDIR%%/features/steps/project/network_graph.rb >+%%WWWDIR%%/features/steps/project/project.rb >+%%WWWDIR%%/features/steps/project/project_find_file.rb >+%%WWWDIR%%/features/steps/project/project_milestone.rb >+%%WWWDIR%%/features/steps/project/project_shortcuts.rb >+%%WWWDIR%%/features/steps/project/redirects.rb >+%%WWWDIR%%/features/steps/project/services.rb >+%%WWWDIR%%/features/steps/project/snippets.rb >+%%WWWDIR%%/features/steps/project/source/browse_files.rb >+%%WWWDIR%%/features/steps/project/source/git_blame.rb >+%%WWWDIR%%/features/steps/project/source/markdown_render.rb >+%%WWWDIR%%/features/steps/project/source/search_code.rb >+%%WWWDIR%%/features/steps/project/star.rb >+%%WWWDIR%%/features/steps/project/team_management.rb >+%%WWWDIR%%/features/steps/project/wiki.rb >+%%WWWDIR%%/features/steps/search.rb >+%%WWWDIR%%/features/steps/shared/active_tab.rb >+%%WWWDIR%%/features/steps/shared/admin.rb >+%%WWWDIR%%/features/steps/shared/authentication.rb >+%%WWWDIR%%/features/steps/shared/builds.rb >+%%WWWDIR%%/features/steps/shared/diff_note.rb >+%%WWWDIR%%/features/steps/shared/group.rb >+%%WWWDIR%%/features/steps/shared/issuable.rb >+%%WWWDIR%%/features/steps/shared/markdown.rb >+%%WWWDIR%%/features/steps/shared/note.rb >+%%WWWDIR%%/features/steps/shared/paths.rb >+%%WWWDIR%%/features/steps/shared/project.rb >+%%WWWDIR%%/features/steps/shared/project_tab.rb >+%%WWWDIR%%/features/steps/shared/search.rb >+%%WWWDIR%%/features/steps/shared/shortcuts.rb >+%%WWWDIR%%/features/steps/shared/snippet.rb >+%%WWWDIR%%/features/steps/shared/user.rb >+%%WWWDIR%%/features/steps/snippet_search.rb >+%%WWWDIR%%/features/steps/snippets/discover.rb >+%%WWWDIR%%/features/steps/snippets/public_snippets.rb >+%%WWWDIR%%/features/steps/snippets/snippets.rb >+%%WWWDIR%%/features/steps/snippets/user.rb >+%%WWWDIR%%/features/steps/user.rb >+%%WWWDIR%%/features/support/capybara.rb >+%%WWWDIR%%/features/support/db_cleaner.rb >+%%WWWDIR%%/features/support/env.rb >+%%WWWDIR%%/features/user.feature >+%%WWWDIR%%/fixtures/emojis/aliases.json >+%%WWWDIR%%/fixtures/emojis/generate_aliases.rb >+%%WWWDIR%%/fixtures/emojis/index.json >+%%WWWDIR%%/lib/api/api.rb >+%%WWWDIR%%/lib/api/api_guard.rb >+%%WWWDIR%%/lib/api/branches.rb >+%%WWWDIR%%/lib/api/builds.rb >+%%WWWDIR%%/lib/api/commit_statuses.rb >+%%WWWDIR%%/lib/api/commits.rb >+%%WWWDIR%%/lib/api/deploy_keys.rb >+%%WWWDIR%%/lib/api/entities.rb >+%%WWWDIR%%/lib/api/files.rb >+%%WWWDIR%%/lib/api/group_members.rb >+%%WWWDIR%%/lib/api/groups.rb >+%%WWWDIR%%/lib/api/helpers.rb >+%%WWWDIR%%/lib/api/internal.rb >+%%WWWDIR%%/lib/api/issues.rb >+%%WWWDIR%%/lib/api/keys.rb >+%%WWWDIR%%/lib/api/labels.rb >+%%WWWDIR%%/lib/api/merge_requests.rb >+%%WWWDIR%%/lib/api/milestones.rb >+%%WWWDIR%%/lib/api/namespaces.rb >+%%WWWDIR%%/lib/api/notes.rb >+%%WWWDIR%%/lib/api/project_hooks.rb >+%%WWWDIR%%/lib/api/project_members.rb >+%%WWWDIR%%/lib/api/project_snippets.rb >+%%WWWDIR%%/lib/api/projects.rb >+%%WWWDIR%%/lib/api/repositories.rb >+%%WWWDIR%%/lib/api/runners.rb >+%%WWWDIR%%/lib/api/services.rb >+%%WWWDIR%%/lib/api/session.rb >+%%WWWDIR%%/lib/api/settings.rb >+%%WWWDIR%%/lib/api/system_hooks.rb >+%%WWWDIR%%/lib/api/tags.rb >+%%WWWDIR%%/lib/api/triggers.rb >+%%WWWDIR%%/lib/api/users.rb >+%%WWWDIR%%/lib/api/variables.rb >+%%WWWDIR%%/lib/award_emoji.rb >+%%WWWDIR%%/lib/backup/artifacts.rb >+%%WWWDIR%%/lib/backup/builds.rb >+%%WWWDIR%%/lib/backup/database.rb >+%%WWWDIR%%/lib/backup/files.rb >+%%WWWDIR%%/lib/backup/lfs.rb >+%%WWWDIR%%/lib/backup/manager.rb >+%%WWWDIR%%/lib/backup/repository.rb >+%%WWWDIR%%/lib/backup/uploads.rb >+%%WWWDIR%%/lib/banzai.rb >+%%WWWDIR%%/lib/banzai/cross_project_reference.rb >+%%WWWDIR%%/lib/banzai/filter.rb >+%%WWWDIR%%/lib/banzai/filter/abstract_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/autolink_filter.rb >+%%WWWDIR%%/lib/banzai/filter/commit_range_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/commit_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/emoji_filter.rb >+%%WWWDIR%%/lib/banzai/filter/external_issue_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/external_link_filter.rb >+%%WWWDIR%%/lib/banzai/filter/gollum_tags_filter.rb >+%%WWWDIR%%/lib/banzai/filter/issue_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/label_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/markdown_filter.rb >+%%WWWDIR%%/lib/banzai/filter/merge_request_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/milestone_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/redactor_filter.rb >+%%WWWDIR%%/lib/banzai/filter/reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/reference_gatherer_filter.rb >+%%WWWDIR%%/lib/banzai/filter/relative_link_filter.rb >+%%WWWDIR%%/lib/banzai/filter/sanitization_filter.rb >+%%WWWDIR%%/lib/banzai/filter/snippet_reference_filter.rb >+%%WWWDIR%%/lib/banzai/filter/syntax_highlight_filter.rb >+%%WWWDIR%%/lib/banzai/filter/table_of_contents_filter.rb >+%%WWWDIR%%/lib/banzai/filter/task_list_filter.rb >+%%WWWDIR%%/lib/banzai/filter/upload_link_filter.rb >+%%WWWDIR%%/lib/banzai/filter/user_reference_filter.rb >+%%WWWDIR%%/lib/banzai/lazy_reference.rb >+%%WWWDIR%%/lib/banzai/pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/atom_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/base_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/broadcast_message_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/combined_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/description_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/email_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/full_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/gfm_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/note_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/plain_markdown_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/post_process_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/reference_extraction_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/single_line_pipeline.rb >+%%WWWDIR%%/lib/banzai/pipeline/wiki_pipeline.rb >+%%WWWDIR%%/lib/banzai/querying.rb >+%%WWWDIR%%/lib/banzai/reference_extractor.rb >+%%WWWDIR%%/lib/banzai/renderer.rb >+%%WWWDIR%%/lib/ci/ansi2html.rb >+%%WWWDIR%%/lib/ci/api/api.rb >+%%WWWDIR%%/lib/ci/api/builds.rb >+%%WWWDIR%%/lib/ci/api/entities.rb >+%%WWWDIR%%/lib/ci/api/helpers.rb >+%%WWWDIR%%/lib/ci/api/runners.rb >+%%WWWDIR%%/lib/ci/api/triggers.rb >+%%WWWDIR%%/lib/ci/charts.rb >+%%WWWDIR%%/lib/ci/gitlab_ci_yaml_processor.rb >+%%WWWDIR%%/lib/ci/model.rb >+%%WWWDIR%%/lib/ci/static_model.rb >+%%WWWDIR%%/lib/ci/status.rb >+%%WWWDIR%%/lib/ci/version_info.rb >+%%WWWDIR%%/lib/disable_email_interceptor.rb >+%%WWWDIR%%/lib/event_filter.rb >+%%WWWDIR%%/lib/extracts_path.rb >+%%WWWDIR%%/lib/file_size_validator.rb >+%%WWWDIR%%/lib/file_streamer.rb >+%%WWWDIR%%/lib/gitlab.rb >+%%WWWDIR%%/lib/gitlab/access.rb >+%%WWWDIR%%/lib/gitlab/akismet_helper.rb >+%%WWWDIR%%/lib/gitlab/app_logger.rb >+%%WWWDIR%%/lib/gitlab/asciidoc.rb >+%%WWWDIR%%/lib/gitlab/auth.rb >+%%WWWDIR%%/lib/gitlab/backend/grack_auth.rb >+%%WWWDIR%%/lib/gitlab/backend/shell.rb >+%%WWWDIR%%/lib/gitlab/backend/shell_adapter.rb >+%%WWWDIR%%/lib/gitlab/backend/shell_env.rb >+%%WWWDIR%%/lib/gitlab/bitbucket_import.rb >+%%WWWDIR%%/lib/gitlab/bitbucket_import/client.rb >+%%WWWDIR%%/lib/gitlab/bitbucket_import/importer.rb >+%%WWWDIR%%/lib/gitlab/bitbucket_import/key_adder.rb >+%%WWWDIR%%/lib/gitlab/bitbucket_import/key_deleter.rb >+%%WWWDIR%%/lib/gitlab/bitbucket_import/project_creator.rb >+%%WWWDIR%%/lib/gitlab/blame.rb >+%%WWWDIR%%/lib/gitlab/build_data_builder.rb >+%%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata.rb >+%%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata/entry.rb >+%%WWWDIR%%/lib/gitlab/closing_issue_extractor.rb >+%%WWWDIR%%/lib/gitlab/color_schemes.rb >+%%WWWDIR%%/lib/gitlab/compare_result.rb >+%%WWWDIR%%/lib/gitlab/config_helper.rb >+%%WWWDIR%%/lib/gitlab/contributions_calendar.rb >+%%WWWDIR%%/lib/gitlab/contributor.rb >+%%WWWDIR%%/lib/gitlab/current_settings.rb >+%%WWWDIR%%/lib/gitlab/database.rb >+%%WWWDIR%%/lib/gitlab/diff/file.rb >+%%WWWDIR%%/lib/gitlab/diff/highlight.rb >+%%WWWDIR%%/lib/gitlab/diff/inline_diff.rb >+%%WWWDIR%%/lib/gitlab/diff/inline_diff_marker.rb >+%%WWWDIR%%/lib/gitlab/diff/line.rb >+%%WWWDIR%%/lib/gitlab/diff/line_code.rb >+%%WWWDIR%%/lib/gitlab/diff/parallel_diff.rb >+%%WWWDIR%%/lib/gitlab/diff/parser.rb >+%%WWWDIR%%/lib/gitlab/email/attachment_uploader.rb >+%%WWWDIR%%/lib/gitlab/email/message/repository_push.rb >+%%WWWDIR%%/lib/gitlab/email/receiver.rb >+%%WWWDIR%%/lib/gitlab/email/reply_parser.rb >+%%WWWDIR%%/lib/gitlab/fogbugz_import/client.rb >+%%WWWDIR%%/lib/gitlab/fogbugz_import/importer.rb >+%%WWWDIR%%/lib/gitlab/fogbugz_import/project_creator.rb >+%%WWWDIR%%/lib/gitlab/fogbugz_import/repository.rb >+%%WWWDIR%%/lib/gitlab/force_push_check.rb >+%%WWWDIR%%/lib/gitlab/git.rb >+%%WWWDIR%%/lib/gitlab/git/hook.rb >+%%WWWDIR%%/lib/gitlab/git_access.rb >+%%WWWDIR%%/lib/gitlab/git_access_status.rb >+%%WWWDIR%%/lib/gitlab/git_access_wiki.rb >+%%WWWDIR%%/lib/gitlab/git_logger.rb >+%%WWWDIR%%/lib/gitlab/git_ref_validator.rb >+%%WWWDIR%%/lib/gitlab/github_import/base_formatter.rb >+%%WWWDIR%%/lib/gitlab/github_import/client.rb >+%%WWWDIR%%/lib/gitlab/github_import/comment_formatter.rb >+%%WWWDIR%%/lib/gitlab/github_import/importer.rb >+%%WWWDIR%%/lib/gitlab/github_import/issue_formatter.rb >+%%WWWDIR%%/lib/gitlab/github_import/project_creator.rb >+%%WWWDIR%%/lib/gitlab/github_import/pull_request_formatter.rb >+%%WWWDIR%%/lib/gitlab/github_import/wiki_formatter.rb >+%%WWWDIR%%/lib/gitlab/gitlab_import/client.rb >+%%WWWDIR%%/lib/gitlab/gitlab_import/importer.rb >+%%WWWDIR%%/lib/gitlab/gitlab_import/project_creator.rb >+%%WWWDIR%%/lib/gitlab/gitorious_import.rb >+%%WWWDIR%%/lib/gitlab/gitorious_import/client.rb >+%%WWWDIR%%/lib/gitlab/gitorious_import/project_creator.rb >+%%WWWDIR%%/lib/gitlab/gitorious_import/repository.rb >+%%WWWDIR%%/lib/gitlab/google_code_import/client.rb >+%%WWWDIR%%/lib/gitlab/google_code_import/importer.rb >+%%WWWDIR%%/lib/gitlab/google_code_import/project_creator.rb >+%%WWWDIR%%/lib/gitlab/google_code_import/repository.rb >+%%WWWDIR%%/lib/gitlab/graphs/commits.rb >+%%WWWDIR%%/lib/gitlab/highlight.rb >+%%WWWDIR%%/lib/gitlab/identifier.rb >+%%WWWDIR%%/lib/gitlab/import_formatter.rb >+%%WWWDIR%%/lib/gitlab/import_sources.rb >+%%WWWDIR%%/lib/gitlab/incoming_email.rb >+%%WWWDIR%%/lib/gitlab/issues_labels.rb >+%%WWWDIR%%/lib/gitlab/key_fingerprint.rb >+%%WWWDIR%%/lib/gitlab/ldap/access.rb >+%%WWWDIR%%/lib/gitlab/ldap/adapter.rb >+%%WWWDIR%%/lib/gitlab/ldap/auth_hash.rb >+%%WWWDIR%%/lib/gitlab/ldap/authentication.rb >+%%WWWDIR%%/lib/gitlab/ldap/config.rb >+%%WWWDIR%%/lib/gitlab/ldap/person.rb >+%%WWWDIR%%/lib/gitlab/ldap/user.rb >+%%WWWDIR%%/lib/gitlab/lfs/response.rb >+%%WWWDIR%%/lib/gitlab/lfs/router.rb >+%%WWWDIR%%/lib/gitlab/logger.rb >+%%WWWDIR%%/lib/gitlab/markdown/pipeline.rb >+%%WWWDIR%%/lib/gitlab/markup_helper.rb >+%%WWWDIR%%/lib/gitlab/metrics.rb >+%%WWWDIR%%/lib/gitlab/metrics/delta.rb >+%%WWWDIR%%/lib/gitlab/metrics/instrumentation.rb >+%%WWWDIR%%/lib/gitlab/metrics/metric.rb >+%%WWWDIR%%/lib/gitlab/metrics/rack_middleware.rb >+%%WWWDIR%%/lib/gitlab/metrics/sampler.rb >+%%WWWDIR%%/lib/gitlab/metrics/sidekiq_middleware.rb >+%%WWWDIR%%/lib/gitlab/metrics/subscribers/action_view.rb >+%%WWWDIR%%/lib/gitlab/metrics/subscribers/active_record.rb >+%%WWWDIR%%/lib/gitlab/metrics/system.rb >+%%WWWDIR%%/lib/gitlab/metrics/transaction.rb >+%%WWWDIR%%/lib/gitlab/middleware/static.rb >+%%WWWDIR%%/lib/gitlab/note_data_builder.rb >+%%WWWDIR%%/lib/gitlab/o_auth/auth_hash.rb >+%%WWWDIR%%/lib/gitlab/o_auth/provider.rb >+%%WWWDIR%%/lib/gitlab/o_auth/session.rb >+%%WWWDIR%%/lib/gitlab/o_auth/user.rb >+%%WWWDIR%%/lib/gitlab/other_markup.rb >+%%WWWDIR%%/lib/gitlab/popen.rb >+%%WWWDIR%%/lib/gitlab/production_logger.rb >+%%WWWDIR%%/lib/gitlab/project_search_results.rb >+%%WWWDIR%%/lib/gitlab/push_data_builder.rb >+%%WWWDIR%%/lib/gitlab/recaptcha.rb >+%%WWWDIR%%/lib/gitlab/reference_extractor.rb >+%%WWWDIR%%/lib/gitlab/regex.rb >+%%WWWDIR%%/lib/gitlab/saml/user.rb >+%%WWWDIR%%/lib/gitlab/search_results.rb >+%%WWWDIR%%/lib/gitlab/seeder.rb >+%%WWWDIR%%/lib/gitlab/sherlock.rb >+%%WWWDIR%%/lib/gitlab/sherlock/collection.rb >+%%WWWDIR%%/lib/gitlab/sherlock/file_sample.rb >+%%WWWDIR%%/lib/gitlab/sherlock/line_profiler.rb >+%%WWWDIR%%/lib/gitlab/sherlock/line_sample.rb >+%%WWWDIR%%/lib/gitlab/sherlock/location.rb >+%%WWWDIR%%/lib/gitlab/sherlock/middleware.rb >+%%WWWDIR%%/lib/gitlab/sherlock/query.rb >+%%WWWDIR%%/lib/gitlab/sherlock/transaction.rb >+%%WWWDIR%%/lib/gitlab/sidekiq_logger.rb >+%%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb >+%%WWWDIR%%/lib/gitlab/sidekiq_middleware/memory_killer.rb >+%%WWWDIR%%/lib/gitlab/snippet_search_results.rb >+%%WWWDIR%%/lib/gitlab/sql/union.rb >+%%WWWDIR%%/lib/gitlab/themes.rb >+%%WWWDIR%%/lib/gitlab/upgrader.rb >+%%WWWDIR%%/lib/gitlab/uploads_transfer.rb >+%%WWWDIR%%/lib/gitlab/url_builder.rb >+%%WWWDIR%%/lib/gitlab/user_access.rb >+%%WWWDIR%%/lib/gitlab/utils.rb >+%%WWWDIR%%/lib/gitlab/version_info.rb >+%%WWWDIR%%/lib/gitlab/visibility_level.rb >+%%WWWDIR%%/lib/gitlab/workhorse.rb >+%%WWWDIR%%/lib/gt_one_coercion.rb >+%%WWWDIR%%/lib/omni_auth/request_forgery_protection.rb >+%%WWWDIR%%/lib/repository_cache.rb >+%%WWWDIR%%/lib/rouge/formatters/html_gitlab.rb >+%%WWWDIR%%/lib/static_model.rb >+%%WWWDIR%%/lib/support/deploy/deploy.sh >+%%WWWDIR%%/lib/support/init.d/gitlab >+%%WWWDIR%%/lib/support/init.d/gitlab.default.example >+%%WWWDIR%%/lib/support/logrotate/gitlab >+%%WWWDIR%%/lib/support/nginx/gitlab >+%%WWWDIR%%/lib/support/nginx/gitlab-ssl >+%%WWWDIR%%/lib/support/nginx/gitlab_ci >+%%WWWDIR%%/lib/tasks/brakeman.rake >+%%WWWDIR%%/lib/tasks/cache.rake >+%%WWWDIR%%/lib/tasks/ci/cleanup.rake >+%%WWWDIR%%/lib/tasks/dev.rake >+%%WWWDIR%%/lib/tasks/flay.rake >+%%WWWDIR%%/lib/tasks/flog.rake >+%%WWWDIR%%/lib/tasks/gitlab/backup.rake >+%%WWWDIR%%/lib/tasks/gitlab/bulk_add_permission.rake >+%%WWWDIR%%/lib/tasks/gitlab/check.rake >+%%WWWDIR%%/lib/tasks/gitlab/cleanup.rake >+%%WWWDIR%%/lib/tasks/gitlab/generate_docs.rake >+%%WWWDIR%%/lib/tasks/gitlab/git.rake >+%%WWWDIR%%/lib/tasks/gitlab/import.rake >+%%WWWDIR%%/lib/tasks/gitlab/info.rake >+%%WWWDIR%%/lib/tasks/gitlab/list_repos.rake >+%%WWWDIR%%/lib/tasks/gitlab/setup.rake >+%%WWWDIR%%/lib/tasks/gitlab/shell.rake >+%%WWWDIR%%/lib/tasks/gitlab/sidekiq.rake >+%%WWWDIR%%/lib/tasks/gitlab/task_helpers.rake >+%%WWWDIR%%/lib/tasks/gitlab/test.rake >+%%WWWDIR%%/lib/tasks/gitlab/two_factor.rake >+%%WWWDIR%%/lib/tasks/gitlab/update_commit_count.rake >+%%WWWDIR%%/lib/tasks/gitlab/web_hook.rake >+%%WWWDIR%%/lib/tasks/grape.rake >+%%WWWDIR%%/lib/tasks/migrate/add_limits_mysql.rake >+%%WWWDIR%%/lib/tasks/migrate/migrate_iids.rake >+%%WWWDIR%%/lib/tasks/migrate/setup_postgresql.rake >+%%WWWDIR%%/lib/tasks/rubocop.rake >+%%WWWDIR%%/lib/tasks/services.rake >+%%WWWDIR%%/lib/tasks/setup.rake >+%%WWWDIR%%/lib/tasks/sidekiq.rake >+%%WWWDIR%%/lib/tasks/spec.rake >+%%WWWDIR%%/lib/tasks/spinach.rake >+%%WWWDIR%%/lib/tasks/test.rake >+%%WWWDIR%%/lib/unfold_form.rb >+%%WWWDIR%%/lib/uploaded_file.rb >+%%WWWDIR%%/lib/version_check.rb >+%%WWWDIR%%/public/404.html >+%%WWWDIR%%/public/422.html >+%%WWWDIR%%/public/500.html >+%%WWWDIR%%/public/502.html >+%%WWWDIR%%/public/apple-touch-icon-precomposed.png >+%%WWWDIR%%/public/apple-touch-icon.png >+%%WWWDIR%%/public/ci/build-canceled.svg >+%%WWWDIR%%/public/ci/build-failed.svg >+%%WWWDIR%%/public/ci/build-pending.svg >+%%WWWDIR%%/public/ci/build-running.svg >+%%WWWDIR%%/public/ci/build-skipped.svg >+%%WWWDIR%%/public/ci/build-success.svg >+%%WWWDIR%%/public/ci/build-unknown.svg >+%%WWWDIR%%/public/ci/favicon.ico >+%%WWWDIR%%/public/deploy.html >+%%WWWDIR%%/public/favicon.ico >+%%WWWDIR%%/public/logo.svg >+%%WWWDIR%%/public/robots.txt >+%%WWWDIR%%/public/static.css >+%%WWWDIR%%/scripts/prepare_build.sh >+%%WWWDIR%%/spec/benchmarks/finders/issues_finder_spec.rb >+%%WWWDIR%%/spec/benchmarks/finders/trending_projects_finder_spec.rb >+%%WWWDIR%%/spec/benchmarks/lib/gitlab/markdown/reference_filter_spec.rb >+%%WWWDIR%%/spec/benchmarks/models/milestone_spec.rb >+%%WWWDIR%%/spec/benchmarks/models/project_spec.rb >+%%WWWDIR%%/spec/benchmarks/models/project_team_spec.rb >+%%WWWDIR%%/spec/benchmarks/models/user_spec.rb >+%%WWWDIR%%/spec/benchmarks/services/projects/create_service_spec.rb >+%%WWWDIR%%/spec/controllers/abuse_reports_controller_spec.rb >+%%WWWDIR%%/spec/controllers/admin/identities_controller_spec.rb >+%%WWWDIR%%/spec/controllers/admin/impersonation_controller_spec.rb >+%%WWWDIR%%/spec/controllers/admin/spam_logs_controller_spec.rb >+%%WWWDIR%%/spec/controllers/admin/users_controller_spec.rb >+%%WWWDIR%%/spec/controllers/application_controller_spec.rb >+%%WWWDIR%%/spec/controllers/autocomplete_controller_spec.rb >+%%WWWDIR%%/spec/controllers/blame_controller_spec.rb >+%%WWWDIR%%/spec/controllers/blob_controller_spec.rb >+%%WWWDIR%%/spec/controllers/branches_controller_spec.rb >+%%WWWDIR%%/spec/controllers/commit_controller_spec.rb >+%%WWWDIR%%/spec/controllers/commits_controller_spec.rb >+%%WWWDIR%%/spec/controllers/groups/avatars_controller_spec.rb >+%%WWWDIR%%/spec/controllers/groups/milestones_controller_spec.rb >+%%WWWDIR%%/spec/controllers/groups_controller_spec.rb >+%%WWWDIR%%/spec/controllers/help_controller_spec.rb >+%%WWWDIR%%/spec/controllers/import/bitbucket_controller_spec.rb >+%%WWWDIR%%/spec/controllers/import/fogbugz_controller_spec.rb >+%%WWWDIR%%/spec/controllers/import/github_controller_spec.rb >+%%WWWDIR%%/spec/controllers/import/gitlab_controller_spec.rb >+%%WWWDIR%%/spec/controllers/import/gitorious_controller_spec.rb >+%%WWWDIR%%/spec/controllers/import/google_code_controller_spec.rb >+%%WWWDIR%%/spec/controllers/import/import_spec_helper.rb >+%%WWWDIR%%/spec/controllers/invites_controller_spec.rb >+%%WWWDIR%%/spec/controllers/namespaces_controller_spec.rb >+%%WWWDIR%%/spec/controllers/profile_keys_controller_spec.rb >+%%WWWDIR%%/spec/controllers/profiles/avatars_controller_spec.rb >+%%WWWDIR%%/spec/controllers/profiles/preferences_controller_spec.rb >+%%WWWDIR%%/spec/controllers/profiles/two_factor_auths_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/avatars_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/commit_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/compare_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/find_file_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/imports_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/issues_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/merge_requests_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/milestones_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/protected_branches_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/raw_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/refs_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/repositories_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/services_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/tree_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects/uploads_controller_spec.rb >+%%WWWDIR%%/spec/controllers/projects_controller_spec.rb >+%%WWWDIR%%/spec/controllers/root_controller_spec.rb >+%%WWWDIR%%/spec/controllers/sent_notification_controller_spec.rb >+%%WWWDIR%%/spec/controllers/snippets_controller_spec.rb >+%%WWWDIR%%/spec/controllers/uploads_controller_spec.rb >+%%WWWDIR%%/spec/controllers/users_controller_spec.rb >+%%WWWDIR%%/spec/factories.rb >+%%WWWDIR%%/spec/factories/abuse_reports.rb >+%%WWWDIR%%/spec/factories/broadcast_messages.rb >+%%WWWDIR%%/spec/factories/ci/builds.rb >+%%WWWDIR%%/spec/factories/ci/commits.rb >+%%WWWDIR%%/spec/factories/ci/runner_projects.rb >+%%WWWDIR%%/spec/factories/ci/runners.rb >+%%WWWDIR%%/spec/factories/ci/trigger_requests.rb >+%%WWWDIR%%/spec/factories/ci/triggers.rb >+%%WWWDIR%%/spec/factories/ci/variables.rb >+%%WWWDIR%%/spec/factories/commit_statuses.rb >+%%WWWDIR%%/spec/factories/forked_project_links.rb >+%%WWWDIR%%/spec/factories/group_members.rb >+%%WWWDIR%%/spec/factories/label_links.rb >+%%WWWDIR%%/spec/factories/labels.rb >+%%WWWDIR%%/spec/factories/lfs_objects.rb >+%%WWWDIR%%/spec/factories/lfs_objects_projects.rb >+%%WWWDIR%%/spec/factories/merge_requests.rb >+%%WWWDIR%%/spec/factories/notes.rb >+%%WWWDIR%%/spec/factories/projects.rb >+%%WWWDIR%%/spec/factories/releases.rb >+%%WWWDIR%%/spec/factories/spam_logs.rb >+%%WWWDIR%%/spec/factories/todos.rb >+%%WWWDIR%%/spec/factories_spec.rb >+%%WWWDIR%%/spec/features/admin/admin_builds_spec.rb >+%%WWWDIR%%/spec/features/admin/admin_disables_two_factor_spec.rb >+%%WWWDIR%%/spec/features/admin/admin_hooks_spec.rb >+%%WWWDIR%%/spec/features/admin/admin_projects_spec.rb >+%%WWWDIR%%/spec/features/admin/admin_runners_spec.rb >+%%WWWDIR%%/spec/features/admin/admin_users_spec.rb >+%%WWWDIR%%/spec/features/atom/dashboard_issues_spec.rb >+%%WWWDIR%%/spec/features/atom/dashboard_spec.rb >+%%WWWDIR%%/spec/features/atom/issues_spec.rb >+%%WWWDIR%%/spec/features/atom/users_spec.rb >+%%WWWDIR%%/spec/features/builds_spec.rb >+%%WWWDIR%%/spec/features/ci_lint_spec.rb >+%%WWWDIR%%/spec/features/commits_spec.rb >+%%WWWDIR%%/spec/features/gitlab_flavored_markdown_spec.rb >+%%WWWDIR%%/spec/features/groups_spec.rb >+%%WWWDIR%%/spec/features/help_pages_spec.rb >+%%WWWDIR%%/spec/features/issues/filter_by_milestone_spec.rb >+%%WWWDIR%%/spec/features/issues/note_polling_spec.rb >+%%WWWDIR%%/spec/features/issues_spec.rb >+%%WWWDIR%%/spec/features/login_spec.rb >+%%WWWDIR%%/spec/features/markdown_spec.rb >+%%WWWDIR%%/spec/features/merge_requests/filter_by_milestone_spec.rb >+%%WWWDIR%%/spec/features/merge_requests/merge_when_build_succeeds_spec.rb >+%%WWWDIR%%/spec/features/notes_on_merge_requests_spec.rb >+%%WWWDIR%%/spec/features/password_reset_spec.rb >+%%WWWDIR%%/spec/features/profile_spec.rb >+%%WWWDIR%%/spec/features/profiles/preferences_spec.rb >+%%WWWDIR%%/spec/features/projects_spec.rb >+%%WWWDIR%%/spec/features/runners_spec.rb >+%%WWWDIR%%/spec/features/search_spec.rb >+%%WWWDIR%%/spec/features/security/admin_access_spec.rb >+%%WWWDIR%%/spec/features/security/dashboard_access_spec.rb >+%%WWWDIR%%/spec/features/security/group_access_spec.rb >+%%WWWDIR%%/spec/features/security/profile_access_spec.rb >+%%WWWDIR%%/spec/features/security/project/internal_access_spec.rb >+%%WWWDIR%%/spec/features/security/project/private_access_spec.rb >+%%WWWDIR%%/spec/features/security/project/public_access_spec.rb >+%%WWWDIR%%/spec/features/task_lists_spec.rb >+%%WWWDIR%%/spec/features/triggers_spec.rb >+%%WWWDIR%%/spec/features/users_spec.rb >+%%WWWDIR%%/spec/features/variables_spec.rb >+%%WWWDIR%%/spec/finders/contributed_projects_finder_spec.rb >+%%WWWDIR%%/spec/finders/issues_finder_spec.rb >+%%WWWDIR%%/spec/finders/merge_requests_finder_spec.rb >+%%WWWDIR%%/spec/finders/notes_finder_spec.rb >+%%WWWDIR%%/spec/finders/personal_projects_finder_spec.rb >+%%WWWDIR%%/spec/finders/projects_finder_spec.rb >+%%WWWDIR%%/spec/finders/snippets_finder_spec.rb >+%%WWWDIR%%/spec/finders/trending_projects_finder_spec.rb >+%%WWWDIR%%/spec/fixtures/GoogleCodeProjectHosting.json >+%%WWWDIR%%/spec/fixtures/banana_sample.gif >+%%WWWDIR%%/spec/fixtures/ci_build_artifacts.zip >+%%WWWDIR%%/spec/fixtures/ci_build_artifacts_metadata.gz >+%%WWWDIR%%/spec/fixtures/dk.png >+%%WWWDIR%%/spec/fixtures/doc_sample.txt >+%%WWWDIR%%/spec/fixtures/emails/android_gmail.eml >+%%WWWDIR%%/spec/fixtures/emails/attachment.eml >+%%WWWDIR%%/spec/fixtures/emails/auto_reply.eml >+%%WWWDIR%%/spec/fixtures/emails/dutch.eml >+%%WWWDIR%%/spec/fixtures/emails/gmail_web.eml >+%%WWWDIR%%/spec/fixtures/emails/html_paragraphs.eml >+%%WWWDIR%%/spec/fixtures/emails/inline_reply.eml >+%%WWWDIR%%/spec/fixtures/emails/ios_default.eml >+%%WWWDIR%%/spec/fixtures/emails/newlines.eml >+%%WWWDIR%%/spec/fixtures/emails/no_content_reply.eml >+%%WWWDIR%%/spec/fixtures/emails/on_wrote.eml >+%%WWWDIR%%/spec/fixtures/emails/outlook.eml >+%%WWWDIR%%/spec/fixtures/emails/paragraphs.eml >+%%WWWDIR%%/spec/fixtures/emails/plaintext_only.eml >+%%WWWDIR%%/spec/fixtures/emails/valid_reply.eml >+%%WWWDIR%%/spec/fixtures/emails/windows_8_metro.eml >+%%WWWDIR%%/spec/fixtures/emails/wrong_reply_key.eml >+%%WWWDIR%%/spec/fixtures/logo_sample.svg >+%%WWWDIR%%/spec/fixtures/markdown.md.erb >+%%WWWDIR%%/spec/fixtures/parallel_diff_result.yml >+%%WWWDIR%%/spec/fixtures/rails_sample.jpg >+%%WWWDIR%%/spec/helpers/application_helper_spec.rb >+%%WWWDIR%%/spec/helpers/auth_helper_spec.rb >+%%WWWDIR%%/spec/helpers/blob_helper_spec.rb >+%%WWWDIR%%/spec/helpers/broadcast_messages_helper_spec.rb >+%%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb >+%%WWWDIR%%/spec/helpers/diff_helper_spec.rb >+%%WWWDIR%%/spec/helpers/emails_helper_spec.rb >+%%WWWDIR%%/spec/helpers/events_helper_spec.rb >+%%WWWDIR%%/spec/helpers/gitlab_markdown_helper_spec.rb >+%%WWWDIR%%/spec/helpers/graph_helper_spec.rb >+%%WWWDIR%%/spec/helpers/groups_helper.rb >+%%WWWDIR%%/spec/helpers/icons_helper_spec.rb >+%%WWWDIR%%/spec/helpers/issues_helper_spec.rb >+%%WWWDIR%%/spec/helpers/labels_helper_spec.rb >+%%WWWDIR%%/spec/helpers/merge_requests_helper_spec.rb >+%%WWWDIR%%/spec/helpers/nav_helper_spec.rb >+%%WWWDIR%%/spec/helpers/notifications_helper_spec.rb >+%%WWWDIR%%/spec/helpers/page_layout_helper_spec.rb >+%%WWWDIR%%/spec/helpers/preferences_helper_spec.rb >+%%WWWDIR%%/spec/helpers/projects_helper_spec.rb >+%%WWWDIR%%/spec/helpers/runners_helper_spec.rb >+%%WWWDIR%%/spec/helpers/search_helper_spec.rb >+%%WWWDIR%%/spec/helpers/submodule_helper_spec.rb >+%%WWWDIR%%/spec/helpers/tab_helper_spec.rb >+%%WWWDIR%%/spec/helpers/time_helper_spec.rb >+%%WWWDIR%%/spec/helpers/tree_helper_spec.rb >+%%WWWDIR%%/spec/helpers/visibility_level_helper_spec.rb >+%%WWWDIR%%/spec/initializers/settings_spec.rb >+%%WWWDIR%%/spec/javascripts/behaviors/autosize_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/behaviors/quick_submit_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/extensions/array_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/extensions/jquery_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/fixtures/behaviors/quick_submit.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/behaviors/requires_input.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/issuable.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/issue_note.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/issues_show.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/line_highlighter.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/merge_request_tabs.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/merge_requests_show.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/new_branch.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/project_title.html.haml >+%%WWWDIR%%/spec/javascripts/fixtures/projects.json >+%%WWWDIR%%/spec/javascripts/fixtures/zen_mode.html.haml >+%%WWWDIR%%/spec/javascripts/issue_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/line_highlighter_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/merge_request_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/merge_request_tabs_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/new_branch_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/notes_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/project_title_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/shortcuts_issuable_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/spec_helper.coffee >+%%WWWDIR%%/spec/javascripts/stat_graph_contributors_graph_spec.js >+%%WWWDIR%%/spec/javascripts/stat_graph_contributors_util_spec.js >+%%WWWDIR%%/spec/javascripts/stat_graph_spec.js >+%%WWWDIR%%/spec/javascripts/syntax_highlight_spec.js.coffee >+%%WWWDIR%%/spec/javascripts/zen_mode_spec.js.coffee >+%%WWWDIR%%/spec/lib/banzai/cross_project_reference_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/autolink_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/commit_range_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/commit_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/emoji_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/external_issue_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/external_link_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/gollum_tags_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/issue_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/label_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/merge_request_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/milestone_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/redactor_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/reference_gatherer_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/relative_link_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/sanitization_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/snippet_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/syntax_highlight_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/table_of_contents_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/task_list_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/upload_link_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/filter/user_reference_filter_spec.rb >+%%WWWDIR%%/spec/lib/banzai/pipeline/description_pipeline_spec.rb >+%%WWWDIR%%/spec/lib/banzai/querying_spec.rb >+%%WWWDIR%%/spec/lib/ci/ansi2html_spec.rb >+%%WWWDIR%%/spec/lib/ci/charts_spec.rb >+%%WWWDIR%%/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb >+%%WWWDIR%%/spec/lib/ci/status_spec.rb >+%%WWWDIR%%/spec/lib/disable_email_interceptor_spec.rb >+%%WWWDIR%%/spec/lib/extracts_path_spec.rb >+%%WWWDIR%%/spec/lib/file_size_validator_spec.rb >+%%WWWDIR%%/spec/lib/git_ref_validator_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/akismet_helper_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/asciidoc_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/auth_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/backend/grack_auth_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/backend/shell_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/bitbucket_import/client_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/bitbucket_import/project_creator_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/blame_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/build_data_builder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata/entry_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/closing_issue_extractor_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/color_schemes_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/database_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/diff/file_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/diff/highlight_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/diff/inline_diff_marker_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/diff/inline_diff_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/diff/parallel_diff_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/diff/parser_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/email/attachment_uploader_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/email/message/repository_push_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/email/receiver_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/email/reply_parser_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git_access_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/git_access_wiki_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/client_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/comment_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/issue_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/project_creator_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/pull_request_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/github_import/wiki_formatter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/gitlab_import/client_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/gitlab_import/project_creator_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/gitorious_import/project_creator_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/google_code_import/client_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/google_code_import/importer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/google_code_import/project_creator_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/highlight_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/incoming_email_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/key_fingerprint_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ldap/access_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ldap/adapter_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ldap/auth_hash_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ldap/authentication_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ldap/config_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/ldap/user_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/lfs/lfs_router_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/markup_helper_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/delta_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/instrumentation_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/metric_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/rack_middleware_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/sampler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/sidekiq_middleware_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/action_view_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/active_record_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/system_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics/transaction_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/metrics_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/note_data_builder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/o_auth/auth_hash_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/o_auth/user_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/popen_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/project_search_results_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/push_data_builder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/reference_extractor_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/regex_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/saml/user_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/collection_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/file_sample_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/line_profiler_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/line_sample_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/location_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/middleware_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/query_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sherlock/transaction_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/sql/union_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/themes_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/upgrader_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/uploads_transfer_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/url_builder_spec.rb >+%%WWWDIR%%/spec/lib/gitlab/version_info_spec.rb >+%%WWWDIR%%/spec/lib/repository_cache_spec.rb >+%%WWWDIR%%/spec/mailers/abuse_report_mailer_spec.rb >+%%WWWDIR%%/spec/mailers/emails/builds_spec.rb >+%%WWWDIR%%/spec/mailers/emails/profile_spec.rb >+%%WWWDIR%%/spec/mailers/notify_spec.rb >+%%WWWDIR%%/spec/mailers/shared/notify.rb >+%%WWWDIR%%/spec/models/abuse_report_spec.rb >+%%WWWDIR%%/spec/models/application_setting_spec.rb >+%%WWWDIR%%/spec/models/broadcast_message_spec.rb >+%%WWWDIR%%/spec/models/build_spec.rb >+%%WWWDIR%%/spec/models/ci/build_spec.rb >+%%WWWDIR%%/spec/models/ci/commit_spec.rb >+%%WWWDIR%%/spec/models/ci/runner_project_spec.rb >+%%WWWDIR%%/spec/models/ci/runner_spec.rb >+%%WWWDIR%%/spec/models/ci/trigger_spec.rb >+%%WWWDIR%%/spec/models/ci/variable_spec.rb >+%%WWWDIR%%/spec/models/commit_range_spec.rb >+%%WWWDIR%%/spec/models/commit_spec.rb >+%%WWWDIR%%/spec/models/commit_status_spec.rb >+%%WWWDIR%%/spec/models/concerns/case_sensitivity_spec.rb >+%%WWWDIR%%/spec/models/concerns/issuable_spec.rb >+%%WWWDIR%%/spec/models/concerns/mentionable_spec.rb >+%%WWWDIR%%/spec/models/concerns/strip_attribute_spec.rb >+%%WWWDIR%%/spec/models/concerns/token_authenticatable_spec.rb >+%%WWWDIR%%/spec/models/deploy_key_spec.rb >+%%WWWDIR%%/spec/models/deploy_keys_project_spec.rb >+%%WWWDIR%%/spec/models/email_spec.rb >+%%WWWDIR%%/spec/models/event_spec.rb >+%%WWWDIR%%/spec/models/external_issue_spec.rb >+%%WWWDIR%%/spec/models/external_wiki_service_spec.rb >+%%WWWDIR%%/spec/models/forked_project_link_spec.rb >+%%WWWDIR%%/spec/models/generic_commit_status_spec.rb >+%%WWWDIR%%/spec/models/global_milestone_spec.rb >+%%WWWDIR%%/spec/models/group_spec.rb >+%%WWWDIR%%/spec/models/hooks/project_hook_spec.rb >+%%WWWDIR%%/spec/models/hooks/service_hook_spec.rb >+%%WWWDIR%%/spec/models/hooks/system_hook_spec.rb >+%%WWWDIR%%/spec/models/hooks/web_hook_spec.rb >+%%WWWDIR%%/spec/models/identity_spec.rb >+%%WWWDIR%%/spec/models/issue_spec.rb >+%%WWWDIR%%/spec/models/jira_issue_spec.rb >+%%WWWDIR%%/spec/models/key_spec.rb >+%%WWWDIR%%/spec/models/label_link_spec.rb >+%%WWWDIR%%/spec/models/label_spec.rb >+%%WWWDIR%%/spec/models/member_spec.rb >+%%WWWDIR%%/spec/models/members/group_member_spec.rb >+%%WWWDIR%%/spec/models/members/project_member_spec.rb >+%%WWWDIR%%/spec/models/merge_request_spec.rb >+%%WWWDIR%%/spec/models/milestone_spec.rb >+%%WWWDIR%%/spec/models/namespace_spec.rb >+%%WWWDIR%%/spec/models/note_spec.rb >+%%WWWDIR%%/spec/models/project_security_spec.rb >+%%WWWDIR%%/spec/models/project_services/asana_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/assembla_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/bamboo_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/buildkite_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/builds_email_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/drone_ci_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/flowdock_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/gemnasium_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/gitlab_issue_tracker_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/hipchat_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/irker_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/jira_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/pushover_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/slack_service/build_message_spec.rb >+%%WWWDIR%%/spec/models/project_services/slack_service/issue_message_spec.rb >+%%WWWDIR%%/spec/models/project_services/slack_service/merge_message_spec.rb >+%%WWWDIR%%/spec/models/project_services/slack_service/note_message_spec.rb >+%%WWWDIR%%/spec/models/project_services/slack_service/push_message_spec.rb >+%%WWWDIR%%/spec/models/project_services/slack_service_spec.rb >+%%WWWDIR%%/spec/models/project_services/teamcity_service_spec.rb >+%%WWWDIR%%/spec/models/project_snippet_spec.rb >+%%WWWDIR%%/spec/models/project_spec.rb >+%%WWWDIR%%/spec/models/project_team_spec.rb >+%%WWWDIR%%/spec/models/project_wiki_spec.rb >+%%WWWDIR%%/spec/models/protected_branch_spec.rb >+%%WWWDIR%%/spec/models/release_spec.rb >+%%WWWDIR%%/spec/models/repository_spec.rb >+%%WWWDIR%%/spec/models/service_spec.rb >+%%WWWDIR%%/spec/models/snippet_spec.rb >+%%WWWDIR%%/spec/models/spam_log_spec.rb >+%%WWWDIR%%/spec/models/todo_spec.rb >+%%WWWDIR%%/spec/models/tree_spec.rb >+%%WWWDIR%%/spec/models/user_spec.rb >+%%WWWDIR%%/spec/models/wiki_page_spec.rb >+%%WWWDIR%%/spec/rails_helper.rb >+%%WWWDIR%%/spec/requests/api/api_helpers_spec.rb >+%%WWWDIR%%/spec/requests/api/branches_spec.rb >+%%WWWDIR%%/spec/requests/api/builds_spec.rb >+%%WWWDIR%%/spec/requests/api/commit_status_spec.rb >+%%WWWDIR%%/spec/requests/api/commits_spec.rb >+%%WWWDIR%%/spec/requests/api/doorkeeper_access_spec.rb >+%%WWWDIR%%/spec/requests/api/files_spec.rb >+%%WWWDIR%%/spec/requests/api/fork_spec.rb >+%%WWWDIR%%/spec/requests/api/group_members_spec.rb >+%%WWWDIR%%/spec/requests/api/groups_spec.rb >+%%WWWDIR%%/spec/requests/api/internal_spec.rb >+%%WWWDIR%%/spec/requests/api/issues_spec.rb >+%%WWWDIR%%/spec/requests/api/keys_spec.rb >+%%WWWDIR%%/spec/requests/api/labels_spec.rb >+%%WWWDIR%%/spec/requests/api/merge_requests_spec.rb >+%%WWWDIR%%/spec/requests/api/milestones_spec.rb >+%%WWWDIR%%/spec/requests/api/namespaces_spec.rb >+%%WWWDIR%%/spec/requests/api/notes_spec.rb >+%%WWWDIR%%/spec/requests/api/project_hooks_spec.rb >+%%WWWDIR%%/spec/requests/api/project_members_spec.rb >+%%WWWDIR%%/spec/requests/api/projects_spec.rb >+%%WWWDIR%%/spec/requests/api/repositories_spec.rb >+%%WWWDIR%%/spec/requests/api/runners_spec.rb >+%%WWWDIR%%/spec/requests/api/services_spec.rb >+%%WWWDIR%%/spec/requests/api/session_spec.rb >+%%WWWDIR%%/spec/requests/api/settings_spec.rb >+%%WWWDIR%%/spec/requests/api/system_hooks_spec.rb >+%%WWWDIR%%/spec/requests/api/tags_spec.rb >+%%WWWDIR%%/spec/requests/api/triggers_spec.rb >+%%WWWDIR%%/spec/requests/api/users_spec.rb >+%%WWWDIR%%/spec/requests/api/variables_spec.rb >+%%WWWDIR%%/spec/requests/ci/api/builds_spec.rb >+%%WWWDIR%%/spec/requests/ci/api/runners_spec.rb >+%%WWWDIR%%/spec/requests/ci/api/triggers_spec.rb >+%%WWWDIR%%/spec/routing/admin_routing_spec.rb >+%%WWWDIR%%/spec/routing/notifications_routing_spec.rb >+%%WWWDIR%%/spec/routing/project_routing_spec.rb >+%%WWWDIR%%/spec/routing/routing_spec.rb >+%%WWWDIR%%/spec/services/archive_repository_service_spec.rb >+%%WWWDIR%%/spec/services/ci/create_builds_service_spec.rb >+%%WWWDIR%%/spec/services/ci/create_trigger_request_service_spec.rb >+%%WWWDIR%%/spec/services/ci/image_for_build_service_spec.rb >+%%WWWDIR%%/spec/services/ci/register_build_service_spec.rb >+%%WWWDIR%%/spec/services/create_commit_builds_service_spec.rb >+%%WWWDIR%%/spec/services/create_release_service_spec.rb >+%%WWWDIR%%/spec/services/create_snippet_service_spec.rb >+%%WWWDIR%%/spec/services/destroy_group_service_spec.rb >+%%WWWDIR%%/spec/services/event_create_service_spec.rb >+%%WWWDIR%%/spec/services/git_hooks_service_spec.rb >+%%WWWDIR%%/spec/services/git_push_service_spec.rb >+%%WWWDIR%%/spec/services/git_tag_push_service_spec.rb >+%%WWWDIR%%/spec/services/issues/bulk_update_service_spec.rb >+%%WWWDIR%%/spec/services/issues/close_service_spec.rb >+%%WWWDIR%%/spec/services/issues/create_service_spec.rb >+%%WWWDIR%%/spec/services/issues/update_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/close_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/create_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/merge_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/merge_when_build_succeeds_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/refresh_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/reopen_service_spec.rb >+%%WWWDIR%%/spec/services/merge_requests/update_service_spec.rb >+%%WWWDIR%%/spec/services/milestones/close_service_spec.rb >+%%WWWDIR%%/spec/services/milestones/create_service_spec.rb >+%%WWWDIR%%/spec/services/notes/create_service_spec.rb >+%%WWWDIR%%/spec/services/notes/post_process_service_spec.rb >+%%WWWDIR%%/spec/services/notes/update_service_spec.rb >+%%WWWDIR%%/spec/services/notification_service_spec.rb >+%%WWWDIR%%/spec/services/projects/create_service_spec.rb >+%%WWWDIR%%/spec/services/projects/destroy_service_spec.rb >+%%WWWDIR%%/spec/services/projects/download_service_spec.rb >+%%WWWDIR%%/spec/services/projects/fork_service_spec.rb >+%%WWWDIR%%/spec/services/projects/import_service_spec.rb >+%%WWWDIR%%/spec/services/projects/transfer_service_spec.rb >+%%WWWDIR%%/spec/services/projects/update_service_spec.rb >+%%WWWDIR%%/spec/services/projects/upload_service_spec.rb >+%%WWWDIR%%/spec/services/repair_ldap_blocked_user_service_spec.rb >+%%WWWDIR%%/spec/services/search_service_spec.rb >+%%WWWDIR%%/spec/services/system_hooks_service_spec.rb >+%%WWWDIR%%/spec/services/system_note_service_spec.rb >+%%WWWDIR%%/spec/services/test_hook_service_spec.rb >+%%WWWDIR%%/spec/services/todo_service_spec.rb >+%%WWWDIR%%/spec/services/update_release_service_spec.rb >+%%WWWDIR%%/spec/services/update_snippet_service_spec.rb >+%%WWWDIR%%/spec/spec_helper.rb >+%%WWWDIR%%/spec/support/api/pagination_shared_examples.rb >+%%WWWDIR%%/spec/support/api_helpers.rb >+%%WWWDIR%%/spec/support/capybara.rb >+%%WWWDIR%%/spec/support/capybara_helpers.rb >+%%WWWDIR%%/spec/support/db_cleaner.rb >+%%WWWDIR%%/spec/support/email_format_shared_examples.rb >+%%WWWDIR%%/spec/support/factory_girl.rb >+%%WWWDIR%%/spec/support/filter_spec_helper.rb >+%%WWWDIR%%/spec/support/fixture_helpers.rb >+%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci.yml >+%%WWWDIR%%/spec/support/gitlab_stubs/project_8.json >+%%WWWDIR%%/spec/support/gitlab_stubs/project_8_hooks.json >+%%WWWDIR%%/spec/support/gitlab_stubs/projects.json >+%%WWWDIR%%/spec/support/gitlab_stubs/session.json >+%%WWWDIR%%/spec/support/gitlab_stubs/user.json >+%%WWWDIR%%/spec/support/jira_service_helper.rb >+%%WWWDIR%%/spec/support/login_helpers.rb >+%%WWWDIR%%/spec/support/markdown_feature.rb >+%%WWWDIR%%/spec/support/matchers/access_matchers.rb >+%%WWWDIR%%/spec/support/matchers/benchmark_matchers.rb >+%%WWWDIR%%/spec/support/matchers/include_module.rb >+%%WWWDIR%%/spec/support/matchers/is_within.rb >+%%WWWDIR%%/spec/support/matchers/markdown_matchers.rb >+%%WWWDIR%%/spec/support/mentionable_shared_examples.rb >+%%WWWDIR%%/spec/support/project_hook_data_shared_example.rb >+%%WWWDIR%%/spec/support/relative_url.rb >+%%WWWDIR%%/spec/support/repo_helpers.rb >+%%WWWDIR%%/spec/support/select2_helper.rb >+%%WWWDIR%%/spec/support/services_shared_context.rb >+%%WWWDIR%%/spec/support/setup_builds_storage.rb >+%%WWWDIR%%/spec/support/stub_configuration.rb >+%%WWWDIR%%/spec/support/stub_gitlab_calls.rb >+%%WWWDIR%%/spec/support/stub_gitlab_data.rb >+%%WWWDIR%%/spec/support/taskable_shared_examples.rb >+%%WWWDIR%%/spec/support/test_env.rb >+%%WWWDIR%%/spec/support/wait_for_ajax.rb >+%%WWWDIR%%/spec/support/webmock.rb >+%%WWWDIR%%/spec/tasks/gitlab/backup_rake_spec.rb >+%%WWWDIR%%/spec/tasks/gitlab/mail_google_schema_whitelisting.rb >+%%WWWDIR%%/spec/teaspoon_env.rb >+%%WWWDIR%%/spec/views/help/index.html.haml_spec.rb >+%%WWWDIR%%/spec/workers/build_email_worker_spec.rb >+%%WWWDIR%%/spec/workers/email_receiver_worker_spec.rb >+%%WWWDIR%%/spec/workers/emails_on_push_worker_spec.rb >+%%WWWDIR%%/spec/workers/merge_worker_spec.rb >+%%WWWDIR%%/spec/workers/post_receive_spec.rb >+%%WWWDIR%%/spec/workers/repository_fork_worker_spec.rb >+%%WWWDIR%%/spec/workers/repository_import_worker_spec.rb >+%%WWWDIR%%/spec/workers/stuck_ci_builds_worker_spec.rb >+%%WWWDIR%%/vendor/assets/javascripts/Chart.js >+%%WWWDIR%%/vendor/assets/javascripts/autosize.js >+%%WWWDIR%%/vendor/assets/javascripts/clipboard.js >+%%WWWDIR%%/vendor/assets/javascripts/fuzzaldrin-plus.js >+%%WWWDIR%%/vendor/assets/javascripts/g.bar.js >+%%WWWDIR%%/vendor/assets/javascripts/g.raphael.js >+%%WWWDIR%%/vendor/assets/javascripts/jquery.ba-resize.js >+%%WWWDIR%%/vendor/assets/javascripts/jquery.cookie.js >+%%WWWDIR%%/vendor/assets/javascripts/jquery.endless-scroll.js >+%%WWWDIR%%/vendor/assets/javascripts/jquery.highlight.js >+%%WWWDIR%%/vendor/assets/javascripts/jquery.nicescroll.js >+%%WWWDIR%%/vendor/assets/javascripts/jquery.waitforimages.js >+%%WWWDIR%%/vendor/assets/javascripts/latinise.js >+@owner git >+@group www >+@dir(git,git) %%WWWDIR%%/ >+@dir %%WWWDIR%%/app/assets/images/auth_buttons/ >+@dir(git,git,554) %%WWWDIR%%/bin >+@dir %%WWWDIR%%/config >+@dir %%WWWDIR%%/builds >+@dir %%WWWDIR%%/lib/assets >+@dir %%WWWDIR%%/lib/ci/assets >+@dir %%WWWDIR%%/log >+@dir %%WWWDIR%%/public >+@dir %%WWWDIR%%/public/assets >+@dir %%WWWDIR%%/shared/artifacts/tmp/cache >+@dir %%WWWDIR%%/shared/artifacts/tmp/uploads >+@dir %%WWWDIR%%/shared/lfs-objects >+@dir %%WWWDIR%%/tmp >+@dir %%WWWDIR%%/tmp/cache >+@dir %%WWWDIR%%/tmp/pids >+@dir %%WWWDIR%%/tmp/sessions >+@dir %%WWWDIR%%/tmp/sockets >+@dir %%WWWDIR%%/vendor/assets/stylesheets >+@dir /home >+@dir(git,git,) /home/git >+@dir(,git,750) /home/git/gitlab-satellites >+@dir(,git,2770) /home/git/repositories >+@sample %%WWWDIR%%/config/gitlab.yml.sample >+@sample %%WWWDIR%%/config/unicorn.rb.sample >+@sample %%WWWDIR%%/config/resque.yml.sample >+@sample %%WWWDIR%%/config/secrets.yml.sample >+@sample %%WWWDIR%%/config/initializers/rack_attack.rb.sample >+@sample %%WWWDIR%%/config/database.yml.sample >diff --git a/www/rubygem-gon/Makefile b/www/rubygem-gon/Makefile >index d12ce85..0b766b0 100644 >--- a/www/rubygem-gon/Makefile >+++ b/www/rubygem-gon/Makefile >@@ -2,6 +2,7 @@ > > PORTNAME= gon > PORTVERSION= 6.0.1 >+PORTREVISION= 1 > CATEGORIES= www rubygems > MASTER_SITES= RG > >@@ -11,7 +12,7 @@ COMMENT= Framework to pass data to JS easily > LICENSE= MIT > LICENSE_FILE= ${WRKSRC}/LICENSE > >-RUN_DEPENDS= rubygem-actionpack>=3.0:${PORTSDIR}/www/rubygem-actionpack \ >+RUN_DEPENDS= rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \ > rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \ > rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \ > rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store >diff --git a/www/rubygem-sawyer/files/patch-sawyer.gemspec b/www/rubygem-sawyer/files/patch-sawyer.gemspec >new file mode 100644 >index 0000000..067fc55 >--- /dev/null >+++ b/www/rubygem-sawyer/files/patch-sawyer.gemspec >@@ -0,0 +1,11 @@ >+--- sawyer.gemspec.orig 2016-02-04 17:25:31 UTC >++++ sawyer.gemspec >+@@ -21,7 +21,7 @@ Gem::Specification.new do |s| >+ >+ if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then >+ s.add_runtime_dependency(%q<faraday>, ["< 0.10", "~> 0.8"]) >+- s.add_runtime_dependency(%q<addressable>, ["~> 2.3.5"]) >++ s.add_runtime_dependency(%q<addressable>, [">= 2.3.5"]) >+ else >+ s.add_dependency(%q<faraday>, ["< 0.10", "~> 0.8"]) >+ s.add_dependency(%q<addressable>, ["~> 2.3.5"])
You cannot view the attachment while viewing its details because your browser does not support IFRAMEs.
View the attachment on a separate page
.
View Attachment As Diff
View Attachment As Raw
Actions:
View
|
Diff
Attachments on
bug 202468
:
160079
|
160167
|
160677
|
160678
|
161595
|
167322
|
167325
|
167357
|
167569
|
167679
|
167849
|
168007
|
168010
|
168446
|
168675