View | Details | Raw Unified | Return to bug 202468 | Differences between
and this patch

Collapse All | Expand All

(-)b/databases/rubygem-after_commit_queue/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	after_commit_queue
3
PORTNAME=	after_commit_queue
4
PORTVERSION=	1.3.0
4
PORTVERSION=	1.3.0
5
PORTREVISION=	1
5
CATEGORIES=	databases rubygems
6
CATEGORIES=	databases rubygems
6
MASTER_SITES=	RG
7
MASTER_SITES=	RG
7
8
Lines 11-17 COMMENT= Allows to run callbacks after transaction is committed Link Here
11
LICENSE=	MIT
12
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
13
LICENSE_FILE=	${WRKSRC}/MIT-LICENSE
13
14
14
RUN_DEPENDS?=	rubygem-activerecord>=3.0:${PORTSDIR}/databases/rubygem-activerecord
15
RUN_DEPENDS?=	rubygem-activerecord4>=3.0:${PORTSDIR}/databases/rubygem-activerecord4
15
16
16
NO_ARCH=	yes
17
NO_ARCH=	yes
17
USE_RUBY=	yes
18
USE_RUBY=	yes
(-)b/devel/gitlab-shell/Makefile (+34 lines)
Added Link Here
1
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de
2
# $FreeBSD$
3
4
PORTNAME=	gitlab-shell
5
PORTVERSION=	2.6.10
6
CATEGORIES=	devel
7
MASTER_SITES=	http://ports.toco-domains.de/
8
DISTNAME=	${PORTNAME}-v${PORTVERSION}
9
10
MAINTAINER=	ports@toco-domains.de
11
COMMENT=	GitLab Shell handles git commands for GitLab
12
13
USERS=	git
14
GROUPS=	git
15
16
BUILD_DEPENDS=	ruby>=2.1.5:${PORTSDIR}/lang/ruby21 \
17
	gem:${PORTSDIR}/devel/ruby-gems
18
19
USERS=	git
20
GROUPS=	git
21
22
NO_BUILD=	yes
23
NO_ARCH=	yes
24
25
do-install:
26
	${MV} ${WRKSRC}/config.yml.example ${WRKSRC}/config.yml.sample
27
28
post-install:
29
	${MKDIR} ${STAGEDIR}/var/log/
30
	${TOUCH} ${STAGEDIR}/var/log/gitlab-shell.log
31
	${MKDIR} ${STAGEDIR}${DATADIR}
32
	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${DATADIR})
33
34
.include <bsd.port.mk>
(-)b/devel/gitlab-shell/distinfo (+2 lines)
Added Link Here
1
SHA256 (gitlab-shell-v2.6.10.tar.gz) = 25c4e05e6fb0068e4be6a6b44d5fe30b98957ea6fe1470fb622480354fb17bb7
2
SIZE (gitlab-shell-v2.6.10.tar.gz) = 35474
(-)b/devel/gitlab-shell/files/patch-config.yml.example (+11 lines)
Added Link Here
1
--- config.yml.example.orig	2016-02-24 09:49:01 UTC
2
+++ config.yml.example
3
@@ -48,7 +48,7 @@ redis:
4
 
5
 # Log file.
6
 # Default is gitlab-shell.log in the root directory.
7
-# log_file: "/home/git/gitlab-shell/gitlab-shell.log"
8
+log_file: "/var/log/gitlab-shell.log"
9
 
10
 # Log level. INFO by default
11
 log_level: INFO
(-)b/devel/gitlab-shell/pkg-descr (+4 lines)
Added Link Here
1
GitLab Shell handles git commands for GitLab
2
and modifies the list of authorized keys.
3
4
WWW: https://gitlab.com/gitlab-org/gitlab-shell
(-)b/devel/gitlab-shell/pkg-plist (+65 lines)
Added Link Here
1
%%DATADIR%%/.gitignore
2
%%DATADIR%%/.gitlab-ci.yml
3
%%DATADIR%%/.hound.yml
4
%%DATADIR%%/.rspec
5
%%DATADIR%%/.rubocop.yml
6
%%DATADIR%%/CHANGELOG
7
%%DATADIR%%/Gemfile
8
%%DATADIR%%/Gemfile.lock
9
%%DATADIR%%/Guardfile
10
%%DATADIR%%/LICENSE
11
%%DATADIR%%/README.md
12
%%DATADIR%%/VERSION
13
@(git,,555) %%DATADIR%%/bin/check
14
@(git,,555) %%DATADIR%%/bin/create-hooks
15
@(git,,555) %%DATADIR%%/bin/gitlab-keys
16
@(git,,555) %%DATADIR%%/bin/gitlab-projects
17
@(git,,555) %%DATADIR%%/bin/gitlab-shell
18
@(git,,555) %%DATADIR%%/bin/install
19
@sample %%DATADIR%%/config.yml.sample
20
%%DATADIR%%/hooks/post-receive
21
%%DATADIR%%/hooks/pre-receive
22
%%DATADIR%%/hooks/update
23
%%DATADIR%%/lib/gitlab_access.rb
24
%%DATADIR%%/lib/gitlab_access_status.rb
25
%%DATADIR%%/lib/gitlab_config.rb
26
%%DATADIR%%/lib/gitlab_custom_hook.rb
27
%%DATADIR%%/lib/gitlab_init.rb
28
%%DATADIR%%/lib/gitlab_keys.rb
29
%%DATADIR%%/lib/gitlab_logger.rb
30
%%DATADIR%%/lib/gitlab_net.rb
31
%%DATADIR%%/lib/gitlab_post_receive.rb
32
%%DATADIR%%/lib/gitlab_projects.rb
33
%%DATADIR%%/lib/gitlab_shell.rb
34
%%DATADIR%%/lib/httpunix.rb
35
%%DATADIR%%/lib/names_helper.rb
36
%%DATADIR%%/spec/gitlab_access_spec.rb
37
%%DATADIR%%/spec/gitlab_config_spec.rb
38
%%DATADIR%%/spec/gitlab_keys_spec.rb
39
%%DATADIR%%/spec/gitlab_logger_spec.rb
40
%%DATADIR%%/spec/gitlab_net_spec.rb
41
%%DATADIR%%/spec/gitlab_post_receive_spec.rb
42
%%DATADIR%%/spec/gitlab_projects_spec.rb
43
%%DATADIR%%/spec/gitlab_shell_spec.rb
44
%%DATADIR%%/spec/httpunix_spec.rb
45
%%DATADIR%%/spec/names_helper_spec.rb
46
%%DATADIR%%/spec/spec_helper.rb
47
%%DATADIR%%/spec/vcr_cassettes/allowed-pull.yml
48
%%DATADIR%%/spec/vcr_cassettes/allowed-push.yml
49
%%DATADIR%%/spec/vcr_cassettes/broadcast_message-none.yml
50
%%DATADIR%%/spec/vcr_cassettes/broadcast_message-ok.yml
51
%%DATADIR%%/spec/vcr_cassettes/check-ok.yml
52
%%DATADIR%%/spec/vcr_cassettes/denied-pull.yml
53
%%DATADIR%%/spec/vcr_cassettes/denied-push-with-user.yml
54
%%DATADIR%%/spec/vcr_cassettes/denied-push.yml
55
%%DATADIR%%/spec/vcr_cassettes/discover-ok.yml
56
%%DATADIR%%/support/rewrite-hooks.sh
57
%%DATADIR%%/support/truncate_repositories.sh
58
@(git,,664) /var/log/gitlab-shell.log
59
@dir %%DATADIR%%/bin
60
@dir %%DATADIR%%/hooks
61
@dir %%DATADIR%%/lib
62
@dir %%DATADIR%%/spec/vcr_cassettes
63
@dir %%DATADIR%%/spec
64
@dir %%DATADIR%%/support
65
@dir %%DATADIR%%
(-)b/devel/libgit2/Makefile (-1 / +2 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	libgit2
3
PORTNAME=	libgit2
4
PORTVERSION=	0.23.4
4
PORTVERSION=	0.24.0
5
DISTVERSIONPREFIX=	v
5
DISTVERSIONPREFIX=	v
6
DISTVERSIONSUFFIX=	-rc1
6
CATEGORIES=	devel
7
CATEGORIES=	devel
7
8
8
MAINTAINER=	wg@FreeBSD.org
9
MAINTAINER=	wg@FreeBSD.org
(-)b/devel/libgit2/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (libgit2-libgit2-v0.23.4_GH0.tar.gz) = c7f5e2d7381dbc4d7e878013d14f9993ae8a41bd23f032718e39ffba57894029
1
SHA256 (libgit2-libgit2-v0.24.0-rc1_GH0.tar.gz) = e956fb569ddaf2d1d29307b4dc361121160ea7ab052eb3dc1c07b95175cb842d
2
SIZE (libgit2-libgit2-v0.23.4_GH0.tar.gz) = 4065303
2
SIZE (libgit2-libgit2-v0.24.0-rc1_GH0.tar.gz) = 4165326
(-)b/devel/libgit2/pkg-plist (-2 / +2 lines)
Lines 74-79 include/git2/tree.h Link Here
74
include/git2/types.h
74
include/git2/types.h
75
include/git2/version.h
75
include/git2/version.h
76
lib/libgit2.so
76
lib/libgit2.so
77
lib/libgit2.so.%%PORTVERSION%%
77
lib/libgit2.so.0.23.0
78
lib/libgit2.so.%%SHLIB_VER%%
78
lib/libgit2.so.23
79
libdata/pkgconfig/libgit2.pc
79
libdata/pkgconfig/libgit2.pc
(-)b/devel/rubygem-akismet/Makefile (+20 lines)
Added Link Here
1
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
2
# $FreeBSD$
3
4
PORTNAME=	akismet
5
PORTVERSION=	2.0.0
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Ruby client for the Akismet API
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE.txt
14
15
NO_ARCH=	yes
16
USE_RUBY=	yes
17
USE_RUBYGEMS=	yes
18
RUBYGEM_AUTOPLIST=	yes
19
20
.include <bsd.port.mk>
(-)b/devel/rubygem-akismet/distinfo (+2 lines)
Added Link Here
1
SHA256 (rubygem/akismet-2.0.0.gem) = 5c802cfdce97a45fb33b2ac2d6f2a45516ad6da9724585f3e4f37a1f8bb01743
2
SIZE (rubygem/akismet-2.0.0.gem) = 10240
(-)b/devel/rubygem-akismet/pkg-descr (+3 lines)
Added Link Here
1
A Ruby client for the Akismet API
2
3
WWW: http://github.com/jonahb/akismet
(-)b/devel/rubygem-default_value_for/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	default_value_for
4
PORTNAME=	default_value_for
5
PORTVERSION=	3.0.0.1
5
PORTVERSION=	3.0.1
6
CATEGORIES=	devel rubygems
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
(-)b/devel/rubygem-default_value_for/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/default_value_for-3.0.0.1.gem) = ea22e917b61123c52542db6806ccb71933ac1ed3f4682d012bcd3ae8ce0f13cd
1
SHA256 (rubygem/default_value_for-3.0.1.gem) = a0765313837ea4bf9d9e37bf2898c9762ccd170e6220de33f083054fd4ca94fc
2
SIZE (rubygem/default_value_for-3.0.0.1.gem) = 18432
2
SIZE (rubygem/default_value_for-3.0.1.gem) = 14848
(-)b/devel/rubygem-gitlab_git/Makefile (-2 / +2 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	gitlab_git
3
PORTNAME=	gitlab_git
4
PORTVERSION=	7.2.24
4
PORTVERSION=	8.2.0
5
CATEGORIES=	devel rubygems
5
CATEGORIES=	devel rubygems
6
MASTER_SITES=	RG
6
MASTER_SITES=	RG
7
7
Lines 13-19 LICENSE= MIT Link Here
13
RUN_DEPENDS=	rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \
13
RUN_DEPENDS=	rubygem-activesupport4>=4.0:${PORTSDIR}/devel/rubygem-activesupport4 \
14
		rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \
14
		rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \
15
		rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \
15
		rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \
16
		rubygem-rugged>=0.23.3:${PORTSDIR}/devel/rubygem-rugged
16
		rubygem-rugged>=0.24.0b13:${PORTSDIR}/devel/rubygem-rugged
17
17
18
NO_ARCH=	yes
18
NO_ARCH=	yes
19
USE_RUBY=	yes
19
USE_RUBY=	yes
(-)b/devel/rubygem-gitlab_git/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/gitlab_git-7.2.24.gem) = 97e20876c57cffbadd093812e895264cf62aa88663dd635211d96506e7f9e86b
1
SHA256 (rubygem/gitlab_git-8.2.0.gem) = dbd98fec0b62a09c839cf3cb3fb5ab0be6665d30f9d6ac3a9a071ab8096d210c
2
SIZE (rubygem/gitlab_git-7.2.24.gem) = 24064
2
SIZE (rubygem/gitlab_git-8.2.0.gem) = 24064
(-)b/devel/rubygem-grape-entity/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	grape-entity
3
PORTNAME=	grape-entity
4
PORTVERSION=	0.5.0
4
PORTVERSION=	0.5.0
5
PORTREVISION=	1
5
CATEGORIES=	devel rubygems
6
CATEGORIES=	devel rubygems
6
MASTER_SITES=	RG
7
MASTER_SITES=	RG
7
8
Lines 11-17 COMMENT= Entities - a simple Facade to use with your models and API Link Here
11
LICENSE=	MIT
12
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
14
RUN_DEPENDS=	rubygem-activesupport>=0:${PORTSDIR}/devel/rubygem-activesupport \
15
RUN_DEPENDS=	rubygem-activesupport4>=0:${PORTSDIR}/devel/rubygem-activesupport4 \
15
		rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json
16
		rubygem-multi_json>=1.3.2:${PORTSDIR}/devel/rubygem-multi_json
16
17
17
NO_ARCH=	yes
18
NO_ARCH=	yes
(-)b/devel/rubygem-newrelic_rpm/Makefile (-2 / +1 lines)
Lines 1-8 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	newrelic_rpm
3
PORTNAME=	newrelic_rpm
4
PORTVERSION=	3.12.0.288
4
PORTVERSION=	3.15.0.314
5
PORTREVISION=	1
6
CATEGORIES=	devel rubygems
5
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
6
MASTER_SITES=	RG
8
7
(-)b/devel/rubygem-newrelic_rpm/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/newrelic_rpm-3.12.0.288.gem) = 2b7f7131b60d4cbcbc4310afc4eaac4b6884df24075eca334519f7d2dde43ee2
1
SHA256 (rubygem/newrelic_rpm-3.15.0.314.gem) = 30e1239e18358bb3fe84f6a2789f6c244d403e2d28b2690c9d7314067144f788
2
SIZE (rubygem/newrelic_rpm-3.12.0.288.gem) = 688640
2
SIZE (rubygem/newrelic_rpm-3.15.0.314.gem) = 736768
(-)b/devel/rubygem-rugged/Makefile (-1 / +1 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	rugged
4
PORTNAME=	rugged
5
PORTVERSION=	0.23.3
5
PORTVERSION=	0.24.0b13
6
CATEGORIES=	devel rubygems
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
(-)b/devel/rubygem-rugged/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/rugged-0.23.3.gem) = 1e83351b091d445933132a7db309613faa082171d873cebcd0343f5d7e9c1373
1
SHA256 (rubygem/rugged-0.24.0b13.gem) = 397f8030004c72e8a7b7a054561a6a6ac17ebf49a7b3018b83c13f8678db0c6c
2
SIZE (rubygem/rugged-0.23.3.gem) = 1031680
2
SIZE (rubygem/rugged-0.24.0b13.gem) = 1060864
(-)b/devel/rubygem-sentry-raven/Makefile (+21 lines)
Added Link Here
1
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
2
# $FreeBSD$
3
4
PORTNAME=	sentry-raven
5
PORTVERSION=	0.15.4
6
CATEGORIES=	devel rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Client interface for the Sentry error logger
11
12
LICENSE=	APACHE20
13
14
RUN_DEPENDS=	rubygem-faraday>=0.7.6:${PORTSDIR}/www/rubygem-faraday
15
16
NO_ARCH=	yes
17
USE_RUBY=	yes
18
USE_RUBYGEMS=	yes
19
RUBYGEM_AUTOPLIST=	yes
20
21
.include <bsd.port.mk>
(-)b/devel/rubygem-sentry-raven/distinfo (+2 lines)
Added Link Here
1
SHA256 (rubygem/sentry-raven-0.15.4.gem) = 95d5910746e25efc3fad240f81e4b25a9da6f526c5b676f31c8d7d016e141cc0
2
SIZE (rubygem/sentry-raven-0.15.4.gem) = 31744
(-)b/devel/rubygem-sentry-raven/pkg-descr (+3 lines)
Added Link Here
1
A gem that provides a client interface for the Sentry error logger
2
3
WWW: https://github.com/getsentry/raven-ruby
(-)b/graphics/rubygem-gemojione/Makefile (-1 / +1 lines)
Lines 1-7 Link Here
1
# $FreeBSD$
1
# $FreeBSD$
2
2
3
PORTNAME=	gemojione
3
PORTNAME=	gemojione
4
PORTVERSION=	2.1.1
4
PORTVERSION=	2.2.1
5
CATEGORIES=	graphics rubygems
5
CATEGORIES=	graphics rubygems
6
MASTER_SITES=	RG
6
MASTER_SITES=	RG
7
7
(-)b/graphics/rubygem-gemojione/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/gemojione-2.1.1.gem) = fe06218be32d6d0a471c62b0f4d5a3274cdad31e3de8ef41241e15fb8a7ab826
1
SHA256 (rubygem/gemojione-2.2.1.gem) = 70f0f3f4e81f5494f1b43342cd28227db4bb7971cafd59350b9f182b1505662b
2
SIZE (rubygem/gemojione-2.1.1.gem) = 2375680
2
SIZE (rubygem/gemojione-2.2.1.gem) = 1764352
(-)b/graphics/rubygem-gitlab_emoji/Makefile (-2 / +2 lines)
Lines 2-8 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	gitlab_emoji
4
PORTNAME=	gitlab_emoji
5
PORTVERSION=	0.2.1
5
PORTVERSION=	0.3.1
6
CATEGORIES=	graphics rubygems
6
CATEGORIES=	graphics rubygems
7
MASTER_SITES=	RG
7
MASTER_SITES=	RG
8
8
Lines 12-18 COMMENT= Provides Gitlab Emoji assets Link Here
12
LICENSE=	MIT
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
14
15
RUN_DEPENDS=	rubygem-gemojione>=2.1:${PORTSDIR}/graphics/rubygem-gemojione
15
RUN_DEPENDS=	rubygem-gemojione>=2.2.1:${PORTSDIR}/graphics/rubygem-gemojione
16
16
17
NO_ARCH=	yes
17
NO_ARCH=	yes
18
USE_RUBY=	yes
18
USE_RUBY=	yes
(-)b/graphics/rubygem-gitlab_emoji/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/gitlab_emoji-0.2.1.gem) = ee5a81dd1f9e7cc0e6335391c3ed0b4841f5119aae75eb4937301267c228f5f7
1
SHA256 (rubygem/gitlab_emoji-0.3.1.gem) = b221ab6e11c339682ee8f6bfb1f799f70c3bf756b397551129ccd7c6a221c7b7
2
SIZE (rubygem/gitlab_emoji-0.2.1.gem) = 2318336
2
SIZE (rubygem/gitlab_emoji-0.3.1.gem) = 7168
(-)b/net/rubygem-omniauth-azure-oauth2/Makefile (+22 lines)
Added Link Here
1
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
2
# $FreeBSD$
3
4
PORTNAME=	omniauth-azure-oauth2
5
PORTVERSION=	0.0.6
6
CATEGORIES=	net rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	Azure OAuth2 Strategy for OmniAuth
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	rubygem-jwt>=1.0:${PORTSDIR}/www/rubygem-jwt \
15
	rubygem-omniauth-oauth2>=1.2:${PORTSDIR}/net/rubygem-omniauth-oauth2
16
17
NO_ARCH=	yes
18
USE_RUBY=	yes
19
USE_RUBYGEMS=	yes
20
RUBYGEM_AUTOPLIST=	yes
21
22
.include <bsd.port.mk>
(-)b/net/rubygem-omniauth-azure-oauth2/distinfo (+2 lines)
Added Link Here
1
SHA256 (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 1afcb8215d80bbc6cc0951aa47f82d583935e5c5cc4f675d475af9fd49215e61
2
SIZE (rubygem/omniauth-azure-oauth2-0.0.6.gem) = 9728
(-)b/net/rubygem-omniauth-azure-oauth2/pkg-descr (+3 lines)
Added Link Here
1
An Windows Azure Active Directory OAuth2 strategy for OmniAuth
2
3
WWW: https://github.com/KonaTeam/omniauth-azure-oauth2
(-)b/net/rubygem-omniauth-cas3/Makefile (+23 lines)
Added Link Here
1
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de>
2
# $FreeBSD$
3
4
PORTNAME=	omniauth-cas3
5
PORTVERSION=	1.1.3
6
CATEGORIES=	net rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	CAS 3.0 Strategy for OmniAuth
11
12
LICENSE=	MIT
13
14
RUN_DEPENDS=	rubygem-addressable>=2.3:${PORTSDIR}/www/rubygem-addressable \
15
	rubygem-nokogiri>=1.6.6:${PORTSDIR}/textproc/rubygem-nokogiri \
16
	rubygem-omniauth>=1.2:${PORTSDIR}/security/rubygem-omniauth
17
18
NO_ARCH=	yes
19
USE_RUBY=	yes
20
USE_RUBYGEMS=	yes
21
RUBYGEM_AUTOPLIST=	yes
22
23
.include <bsd.port.mk>
(-)b/net/rubygem-omniauth-cas3/distinfo (+2 lines)
Added Link Here
1
SHA256 (rubygem/omniauth-cas3-1.1.3.gem) = 6766ea2eed2b15816626011c5656ca13c539037946df25d6b6c37c11a1a85c8f
2
SIZE (rubygem/omniauth-cas3-1.1.3.gem) = 15872
(-)b/net/rubygem-omniauth-cas3/pkg-descr (+3 lines)
Added Link Here
1
CAS 3.0 Strategy for OmniAuth
2
3
WWW: https://github.com/tduehr/omniauth-cas3
(-)b/security/rubygem-omniauth-saml/Makefile (-2 / +1 lines)
Lines 2-9 Link Here
2
# $FreeBSD$
2
# $FreeBSD$
3
3
4
PORTNAME=	omniauth-saml
4
PORTNAME=	omniauth-saml
5
PORTVERSION=	1.4.1
5
PORTVERSION=	1.4.2
6
PORTREVISION=	1
7
CATEGORIES=	security rubygems
6
CATEGORIES=	security rubygems
8
MASTER_SITES=	RG
7
MASTER_SITES=	RG
9
8
(-)b/security/rubygem-omniauth-saml/distinfo (-2 / +2 lines)
Lines 1-2 Link Here
1
SHA256 (rubygem/omniauth-saml-1.4.1.gem) = 38db2130940982c0eae757194ba16c400adc58f4dded517c98620e367393538a
1
SHA256 (rubygem/omniauth-saml-1.4.2.gem) = c5741d9d843cf9cd9f6623af10e0b5da142111b9f62176e8e2c6273cf5f5f730
2
SIZE (rubygem/omniauth-saml-1.4.1.gem) = 10752
2
SIZE (rubygem/omniauth-saml-1.4.2.gem) = 10752
(-)a/security/rubygem-omniauth-saml/files/patch-gemspec (-11 lines)
Removed Link Here
1
--- omniauth-saml.gemspec.orig	2015-10-28 21:31:39 UTC
2
+++ omniauth-saml.gemspec
3
@@ -23,7 +23,7 @@ Gem::Specification.new do |s|
4
 
5
     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
6
       s.add_runtime_dependency(%q<omniauth>, ["~> 1.1"])
7
-      s.add_runtime_dependency(%q<ruby-saml>, ["~> 1.0.0"])
8
+      s.add_runtime_dependency(%q<ruby-saml>, [">= 1.0.0"])
9
       s.add_development_dependency(%q<rspec>, ["~> 2.8"])
10
       s.add_development_dependency(%q<simplecov>, ["~> 0.6"])
11
       s.add_development_dependency(%q<rack-test>, ["~> 0.6"])
(-)b/textproc/rubygem-html-pipeline1/Makefile (+23 lines)
Added Link Here
1
# Created by Torsten Zühlsdorff <ports@toco-domains.de>
2
# $FreeBSD$
3
4
PORTNAME=	html-pipeline
5
PORTVERSION=	1.11.0
6
CATEGORIES=	textproc rubygems
7
MASTER_SITES=	RG
8
9
MAINTAINER=	ruby@FreeBSD.org
10
COMMENT=	GitHub HTML processing filters and utilities
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
RUN_DEPENDS=	rubygem-activesupport4>=2:${PORTSDIR}/devel/rubygem-activesupport4 \
16
		rubygem-nokogiri>=1.4:${PORTSDIR}/textproc/rubygem-nokogiri
17
18
NO_ARCH=	yes
19
USE_RUBY=	yes
20
USE_RUBYGEMS=	yes
21
RUBYGEM_AUTOPLIST=	yes
22
23
.include <bsd.port.mk>
(-)b/textproc/rubygem-html-pipeline1/distinfo (+2 lines)
Added Link Here
1
SHA256 (rubygem/html-pipeline-1.11.0.gem) = 3461d1f709ef4812f11cc9789bdebb801813ba726e5544df3aad6c62336d93f9
2
SIZE (rubygem/html-pipeline-1.11.0.gem) = 33792
(-)b/textproc/rubygem-html-pipeline1/pkg-descr (+6 lines)
Added Link Here
1
This library provides a handful of chainable HTML filters to
2
transform user content into markup. A filter takes an HTML
3
string or Nokogiri::HTML::DocumentFragment, optionally
4
manipulates it, and then outputs the result.
5
6
WWW: https://github.com/jch/html-pipeline
(-)b/www/gitlab-workhorse/Makefile (+29 lines)
Added Link Here
1
# Created by: Torsten Zuehlsdorff <ports@toco-domains.de
2
# $FreeBSD$
3
4
PORTNAME=	gitlab-workhorse
5
PORTVERSION=	0.6.5
6
CATEGORIES=	www
7
MASTER_SITES=	http://ports.toco-domains.de/
8
9
MAINTAINER=	ports@toco-domains.de
10
COMMENT=	Smart reverse proxy for GitLab
11
12
LICENSE=	MIT
13
LICENSE_FILE=	${WRKSRC}/LICENSE
14
15
BUILD_DEPENDS=	go>=1.5.3:${PORTSDIR}/lang/go
16
17
PLIST_FILES=bin/gitlab-workhorse \
18
	bin/gitlab-zip-cat \
19
	bin/gitlab-zip-metadata
20
21
PLIST_DIRS=%%WWWDIR%%
22
23
post-install:
24
	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}
25
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-workhorse
26
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-cat
27
	${STRIP_CMD} ${STAGEDIR}${PREFIX}/bin/gitlab-zip-metadata
28
29
.include <bsd.port.mk>
(-)b/www/gitlab-workhorse/distinfo (+2 lines)
Added Link Here
1
SHA256 (gitlab-workhorse-0.6.5.tar.gz) = 629279a966ee7662fb6158465158659877de550609b95f5249ed801746991ced
2
SIZE (gitlab-workhorse-0.6.5.tar.gz) = 31621
(-)b/www/gitlab-workhorse/pkg-descr (+5 lines)
Added Link Here
1
Gitlab-workhorse is a smart reverse proxy for GitLab. It handles "large"
2
HTTP requests such as file downloads, file uploads,
3
Git push/pull and Git archive downloads.
4
5
WWW: https://gitlab.com/gitlab-org/gitlab-workhorse
(-)b/www/gitlab/Makefile (+180 lines)
Added Link Here
1
# Created by: Torsten Zühlsdorff <ports@toco-domains.de>
2
# $FreeBSD$
3
4
PORTNAME=	gitlab
5
PORTVERSION=	8.5.1
6
DISTVERSIONPREFIX=	v
7
CATEGORIES=	www devel
8
9
MAINTAINER=	ports@toco-domains.de
10
COMMENT=	Web GUI for managing git repositories
11
12
LICENSE=	MIT
13
14
USERS=	git
15
GROUPS=	git
16
17
USE_RC_SUBR=	gitlab
18
19
BUILD_DEPENDS=	ruby>=2.1.8:${PORTSDIR}/lang/ruby21 \
20
	gem:${PORTSDIR}/devel/ruby-gems
21
22
RUN_DEPENDS=	git>=2.4.3:${PORTSDIR}/devel/git \
23
	gitlab-shell>=2.6.10:${PORTSDIR}/devel/gitlab-shell\
24
	gitlab-workhorse>=0.6.4:${PORTSDIR}/www/gitlab-workhorse \
25
	redis>=2.8.23:${PORTSDIR}/databases/redis \
26
	rubygem-rails4>=4.2.5.1:${PORTSDIR}/www/rubygem-rails4 \
27
	rubygem-rails-deprecated_sanitizer>=1.0.3:${PORTSDIR}/devel/rubygem-rails-deprecated_sanitizer \
28
	rubygem-responders>=2.0:${PORTSDIR}/www/rubygem-responders \
29
	rubygem-sprockets>=2.12.3:${PORTSDIR}/devel/rubygem-sprockets \
30
	rubygem-default_value_for>=3.0.1:${PORTSDIR}/devel/rubygem-default_value_for \
31
	rubygem-pg>=0.18.2:${PORTSDIR}/databases/rubygem-pg \
32
	rubygem-devise-rails4>=3.5.4:${PORTSDIR}/devel/rubygem-devise-rails4 \
33
	rubygem-devise-async-rails4>=0.9.0:${PORTSDIR}/devel/rubygem-devise-async-rails4 \
34
	rubygem-doorkeeper>=2.2.0:${PORTSDIR}/security/rubygem-doorkeeper \
35
	rubygem-omniauth>=1.3.1:${PORTSDIR}/security/rubygem-omniauth \
36
	rubygem-omniauth-azure-oauth2>=0.0.6:${PORTSDIR}/net/rubygem-omniauth-azure-oauth2 \
37
	rubygem-omniauth-bitbucket>=0.0.2:${PORTSDIR}/security/rubygem-omniauth-bitbucket \
38
	rubygem-omniauth-cas3>=1.1.2:${PORTSDIR}/net/rubygem-omniauth-cas3 \
39
	rubygem-omniauth-facebook>=3.0.0:${PORTSDIR}/net/rubygem-omniauth-facebook \
40
	rubygem-omniauth-github>=1.1.1:${PORTSDIR}/net/rubygem-omniauth-github \
41
	rubygem-omniauth-gitlab>=1.0.0:${PORTSDIR}/security/rubygem-omniauth-gitlab \
42
	rubygem-omniauth-google-oauth2>=0.2.0:${PORTSDIR}/net/rubygem-omniauth-google-oauth2 \
43
	rubygem-omniauth-saml>=1.4.2:${PORTSDIR}/security/rubygem-omniauth-saml \
44
	rubygem-omniauth-shibboleth>=1.2.0:${PORTSDIR}/security/rubygem-omniauth-shibboleth \
45
	rubygem-omniauth-twitter>=1.2.0:${PORTSDIR}/net/rubygem-omniauth-twitter \
46
	rubygem-omniauth_crowd>=2.2.0:${PORTSDIR}/devel/rubygem-omniauth_crowd \
47
	rubygem-rack-oauth2>=1.2.1:${PORTSDIR}/security/rubygem-rack-oauth2 \
48
	rubygem-recaptcha>=0:${PORTSDIR}/devel/rubygem-recaptcha \
49
	rubygem-akismet>=2.0:${PORTSDIR}/devel/rubygem-akismet \
50
	rubygem-devise-two-factor>=2.0.0:${PORTSDIR}/security/rubygem-devise-two-factor \
51
	rubygem-rqrcode-rails3>=0.1.7:${PORTSDIR}/www/rubygem-rqrcode-rails3 \
52
	rubygem-attr_encrypted>=1.3.4:${PORTSDIR}/security/rubygem-attr_encrypted \
53
	rubygem-browser>=1.0.0:${PORTSDIR}/www/rubygem-browser \
54
	rubygem-gitlab_git>=8.2:${PORTSDIR}/devel/rubygem-gitlab_git \
55
	rubygem-gitlab_omniauth-ldap>=1.2.1:${PORTSDIR}/net/rubygem-gitlab_omniauth-ldap \
56
	rubygem-gollum-lib>=4.1.0:${PORTSDIR}/www/rubygem-gollum-lib \
57
	rubygem-github-linguist>=4.7.0:${PORTSDIR}/textproc/rubygem-github-linguist \
58
	rubygem-grape>=0.13.0:${PORTSDIR}/devel/rubygem-grape \
59
	rubygem-grape-entity>=0.4.2:${PORTSDIR}/devel/rubygem-grape-entity \
60
	rubygem-rack-cors>=0.4.0:${PORTSDIR}/www/rubygem-rack-cors \
61
	rubygem-kaminari-rails4>=0.16.3:${PORTSDIR}/www/rubygem-kaminari-rails4 \
62
	rubygem-haml-rails-rails4>=0.9.0:${PORTSDIR}/www/rubygem-haml-rails-rails4 \
63
	rubygem-carrierwave>=0.9.0:${PORTSDIR}/www/rubygem-carrierwave \
64
	rubygem-dropzonejs-rails>=0.7.1:${PORTSDIR}/www/rubygem-dropzonejs-rails \
65
	rubygem-fog>=1.36:${PORTSDIR}/devel/rubygem-fog \
66
	rubygem-unf>=0.1.4:${PORTSDIR}/textproc/rubygem-unf \
67
	rubygem-six>=0.2.0:${PORTSDIR}/security/rubygem-six \
68
	rubygem-seed-fu>=2.3.5:${PORTSDIR}/databases/rubygem-seed-fu \
69
	rubygem-html-pipeline>=1.11.0:${PORTSDIR}/textproc/rubygem-html-pipeline1 \
70
	rubygem-task_list>=1.0.2:${PORTSDIR}/www/rubygem-task_list \
71
	rubygem-github-markup>=1.3.1:${PORTSDIR}/textproc/rubygem-github-markup \
72
	rubygem-redcarpet>=3.3.3:${PORTSDIR}/textproc/rubygem-redcarpet \
73
	rubygem-redcloth>=4.2.9:${PORTSDIR}/www/rubygem-redcloth \
74
	rubygem-rdoc>=3.6:${PORTSDIR}/devel/rubygem-rdoc \
75
	rubygem-org-ruby>=0.9.12:${PORTSDIR}/textproc/rubygem-org-ruby \
76
	rubygem-creole>=0.5.0:${PORTSDIR}/textproc/rubygem-creole \
77
	rubygem-wikicloth>=0.8.1:${PORTSDIR}/textproc/rubygem-wikicloth \
78
	rubygem-asciidoctor>=1.5.2:${PORTSDIR}/textproc/rubygem-asciidoctor \
79
	rubygem-rouge>=1.10.1:${PORTSDIR}/textproc/rubygem-rouge \
80
	rubygem-nokogiri>=1.6.7.2:${PORTSDIR}/textproc/rubygem-nokogiri  \
81
	rubygem-diffy>=3.0.3:${PORTSDIR}/textproc/rubygem-diffy \
82
	rubygem-unicorn>=4.8.2:${PORTSDIR}/www/rubygem-unicorn \
83
	rubygem-unicorn-worker-killer>=0.4.2:${PORTSDIR}/www/rubygem-unicorn-worker-killer \
84
	rubygem-state_machines-activerecord>=0.3.0:${PORTSDIR}/databases/rubygem-state_machines-activerecord \
85
	rubygem-after_commit_queue>=0:${PORTSDIR}/databases/rubygem-after_commit_queue \
86
	rubygem-acts-as-taggable-on3>=3.4.0:${PORTSDIR}/www/rubygem-acts-as-taggable-on3 \
87
	rubygem-sinatra>=1.4.4:${PORTSDIR}/www/rubygem-sinatra \
88
	rubygem-sidekiq>=4.0:${PORTSDIR}/devel/rubygem-sidekiq \
89
	rubygem-sidekiq-cron>=0.4.0:${PORTSDIR}/devel/rubygem-sidekiq-cron \
90
	rubygem-redis-namespace>=0:${PORTSDIR}/databases/rubygem-redis-namespace \
91
	rubygem-httparty>=0.13.3:${PORTSDIR}/www/rubygem-httparty \
92
	rubygem-colorize>=0.7.0:${PORTSDIR}/devel/rubygem-colorize \
93
	rubygem-settingslogic>=2.0.9:${PORTSDIR}/devel/rubygem-settingslogic \
94
	rubygem-version_sorter>=2.0.0:${PORTSDIR}/textproc/rubygem-version_sorter \
95
	rubygem-redis-rails>=4.0.0:${PORTSDIR}/www/rubygem-redis-rails \
96
	rubygem-tinder>=1.10.0:${PORTSDIR}/net-im/rubygem-tinder \
97
	rubygem-hipchat>=1.5.0:${PORTSDIR}/net-im/rubygem-hipchat \
98
	rubygem-gitlab-flowdock-git-hook>=1.0.1:${PORTSDIR}/www/rubygem-gitlab-flowdock-git-hook \
99
	rubygem-gemnasium-gitlab-service>=0.2:${PORTSDIR}/devel/rubygem-gemnasium-gitlab-service \
100
	rubygem-slack-notifier>=1.2.0:${PORTSDIR}/devel/rubygem-slack-notifier \
101
	rubygem-asana>=0.4.0:${PORTSDIR}/www/rubygem-asana \
102
	rubygem-ruby-fogbugz>=0.2.1:${PORTSDIR}/devel/rubygem-ruby-fogbugz \
103
	rubygem-d3_rails-rails4>=3.5.0:${PORTSDIR}/www/rubygem-d3_rails-rails4 \
104
	rubygem-cal-heatmap-rails-rails4>=3.5.0:${PORTSDIR}/www/rubygem-cal-heatmap-rails-rails4 \
105
	rubygem-underscore-rails>=1.8.0:${PORTSDIR}/www/rubygem-underscore-rails \
106
	rubygem-sanitize>=2.0:${PORTSDIR}/textproc/rubygem-sanitize \
107
	rubygem-babosa>=1.0.2:${PORTSDIR}/textproc/rubygem-babosa \
108
	rubygem-loofah>=2.0.3:${PORTSDIR}/textproc/rubygem-loofah \
109
	rubygem-rack-attack>=4.3.1:${PORTSDIR}/www/rubygem-rack-attack \
110
	rubygem-ace-rails-ap>=2.0.1:${PORTSDIR}/www/rubygem-ace-rails-ap \
111
	rubygem-mousetrap-rails>=1.4.6:${PORTSDIR}/www/rubygem-mousetrap-rails \
112
	rubygem-charlock_holmes>=0.7.3:${PORTSDIR}/textproc/rubygem-charlock_holmes \
113
	rubygem-sass-rails5>=5.0.0:${PORTSDIR}/textproc/rubygem-sass-rails5 \
114
	rubygem-coffee-rails4>=4.1.0:${PORTSDIR}/devel/rubygem-coffee-rails4 \
115
	rubygem-uglifier>=2.7.2:${PORTSDIR}/www/rubygem-uglifier \
116
	rubygem-turbolinks>=2.5.0:${PORTSDIR}/www/rubygem-turbolinks \
117
	rubygem-jquery-turbolinks>=2.1.0:${PORTSDIR}/www/rubygem-jquery-turbolinks \
118
	rubygem-addressable>=2.3.8:${PORTSDIR}/www/rubygem-addressable \
119
	rubygem-bootstrap-sass>=3.3.0:${PORTSDIR}/www/rubygem-bootstrap-sass \
120
	rubygem-font-awesome-rails-rails4>=4.2:${PORTSDIR}/devel/rubygem-font-awesome-rails-rails4 \
121
	rubygem-gitlab_emoji>=0.3:${PORTSDIR}/graphics/rubygem-gitlab_emoji \
122
	rubygem-gon>=6.0.1:${PORTSDIR}/www/rubygem-gon \
123
	rubygem-jquery-atwho-rails-rails4>=1.3.2:${PORTSDIR}/www/rubygem-jquery-atwho-rails-rails4 \
124
	rubygem-jquery-rails4>=4.0.0:${PORTSDIR}/www/rubygem-jquery-rails4 \
125
	rubygem-jquery-scrollto-rails>=1.4.3:${PORTSDIR}/www/rubygem-jquery-scrollto-rails \
126
	rubygem-jquery-ui-rails-rails4>=5.0.0:${PORTSDIR}/www/rubygem-jquery-ui-rails-rails4 \
127
	rubygem-nprogress-rails>=0.1.6.7:${PORTSDIR}/devel/rubygem-nprogress-rails \
128
	rubygem-raphael-rails>=2.1.2:${PORTSDIR}/www/rubygem-raphael-rails \
129
	rubygem-request_store>=1.2.0:${PORTSDIR}/devel/rubygem-request_store \
130
	rubygem-select2-rails>=3.5.9:${PORTSDIR}/www/rubygem-select2-rails \
131
	rubygem-virtus>=1.0.1:${PORTSDIR}/devel/rubygem-virtus \
132
	rubygem-net-ssh>=3.0.1:${PORTSDIR}/security/rubygem-net-ssh \
133
	rubygem-sentry-raven>=0.15.4:${PORTSDIR}/devel/rubygem-sentry-raven \
134
	rubygem-gitlab_meta>=7.0:${PORTSDIR}/devel/rubygem-gitlab_meta \
135
	rubygem-newrelic_rpm>=3.9.4.245:${PORTSDIR}/devel/rubygem-newrelic_rpm \
136
	rubygem-newrelic-grape>=0:${PORTSDIR}/devel/rubygem-newrelic-grape \
137
	rubygem-newrelic_rpm>=3.14:${PORTSDIR}/devel/rubygem-newrelic_rpm \
138
	rubygem-octokit>=3.8.0:${PORTSDIR}/net/rubygem-octokit \
139
	rubygem-mail_room>=0.6.1:${PORTSDIR}/mail/rubygem-mail_room \
140
	rubygem-email_reply_parser>=0.5.8:${PORTSDIR}/mail/rubygem-email_reply_parser \
141
	rubygem-activerecord-deprecated_finders>=1.0.3:${PORTSDIR}/devel/rubygem-activerecord-deprecated_finders \
142
	rubygem-activerecord-session_store>=0.1.0:${PORTSDIR}/databases/rubygem-activerecord-session_store \
143
	rubygem-nested_form>=0.3.2:${PORTSDIR}/www/rubygem-nested_form \
144
	rubygem-oauth2>=1.0.0:${PORTSDIR}/net/rubygem-oauth2 \
145
	rubygem-paranoia>=2.0:${PORTSDIR}/databases/rubygem-paranoia \
146
	rubygem-rinku>=1.7.3:${PORTSDIR}/www/rubygem-rinku
147
148
USE=	pgsql=yes
149
WANT=	pgsql=9.1+
150
151
USE_GITHUB=	yes
152
GH_ACCOUNT=	gitlabhq
153
GH_PROJECT=	gitlabhq
154
155
.include <bsd.port.options.mk>
156
157
NO_ARCH=	yes
158
NO_BUILD=	yes
159
160
do-install:
161
	${FIND} ${WRKSRC} -name '*.orig' -delete
162
	${FIND} ${WRKSRC} -name '*.bak' -delete
163
	${FIND} ${WRKSRC} -name '*.gitkeep' -delete
164
	${FIND} ${WRKSRC} -name "Gemfile.lock" -delete
165
	${MV} ${WRKSRC}/config/gitlab.yml.example ${WRKSRC}/config/gitlab.yml.sample
166
	${MV} ${WRKSRC}/config/unicorn.rb.example ${WRKSRC}/config/unicorn.rb.sample
167
	${MV} ${WRKSRC}/config/resque.yml.example ${WRKSRC}/config/resque.yml.sample
168
	${MV} ${WRKSRC}/config/secrets.yml.example ${WRKSRC}/config/secrets.yml.sample
169
	${MV} ${WRKSRC}/config/initializers/rack_attack.rb.example ${WRKSRC}/config/initializers/rack_attack.rb.sample
170
	${CP} ${WRKSRC}/config/database.yml.postgresql ${WRKSRC}/config/database.yml.sample
171
172
post-install:
173
	${MKDIR} ${STAGEDIR}/home/git/repositories
174
	${MKDIR} ${STAGEDIR}/home/git/gitlab-satellites
175
	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/public/assets
176
	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/cache
177
	${MKDIR} ${STAGEDIR}${PREFIX}/www/${PORTNAME}/tmp/sessions
178
	(cd ${WRKSRC} && ${COPYTREE_SHARE} . ${STAGEDIR}${PREFIX}/www/${PORTNAME})
179
180
.include <bsd.port.mk>
(-)b/www/gitlab/distinfo (+2 lines)
Added Link Here
1
SHA256 (gitlabhq-gitlabhq-v8.5.1_GH0.tar.gz) = 74eca700809ddcbcd3d386ac2042f3b9b85b8f2685df1ef47c253f265096be25
2
SIZE (gitlabhq-gitlabhq-v8.5.1_GH0.tar.gz) = 14277708
(-)b/www/gitlab/files/gitlab.in (+412 lines)
Added Link Here
1
#! /bin/sh
2
3
### BEGIN INIT INFO
4
# Provides:          gitlab
5
# Required-Start:    $local_fs $remote_fs $network $syslog redis-server
6
# Required-Stop:     $local_fs $remote_fs $network $syslog
7
# Default-Start:     2 3 4 5
8
# Default-Stop:      0 1 6
9
# Short-Description: GitLab git repository management
10
# Description:       GitLab git repository management
11
# chkconfig: - 85 14
12
### END INIT INFO
13
14
# Maintainer: Torsten Zuehlsdorff <ports@toco-domains.de>
15
# Based on work of: @charlienewey, rovanion.luckey@gmail.com, @randx
16
17
# PROVIDE: gitlab
18
# REQUIRE: LOGIN
19
# KEYWORD: shutdown
20
#
21
# Add the following line to /etc/rc.conf to enable GitLab:
22
#
23
#  gitlab_enable="YES"
24
25
PATH="/sbin:/bin:/usr/sbin:/usr/bin:/usr/local/sbin:/usr/local/bin"
26
27
. /etc/rc.subr
28
29
name=gitlab
30
rcvar=gitlab_enable
31
extra_commands=status
32
33
status_cmd="print_status"
34
start_cmd="start_gitlab"
35
stop_cmd="stop_gitlab"
36
restart_cmd="restart_gitlab"
37
38
gitlab_enable=${gitlab_enable:-"NO"}
39
40
load_rc_config $name
41
42
### Environment variables
43
RAILS_ENV="production"
44
45
# Script variable names should be lower-case not to conflict with
46
# internal /bin/sh variables such as PATH, EDITOR or SHELL.
47
app_user="git"
48
app_root="/usr/local/www/gitlab"
49
pid_path="$app_root/tmp/pids"
50
socket_path="$app_root/tmp/sockets"
51
rails_socket="$socket_path/gitlab.socket"
52
web_server_pid_path="$pid_path/unicorn.pid"
53
sidekiq_pid_path="$pid_path/sidekiq.pid"
54
mail_room_enabled=false
55
mail_room_pid_path="$pid_path/mail_room.pid"
56
gitlab_workhorse_dir=$(cd $app_root/../gitlab-workhorse && pwd)
57
gitlab_workhorse_pid_path="$pid_path/gitlab-workhorse.pid"
58
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"
59
gitlab_workhorse_log="$app_root/log/gitlab-workhorse.log"
60
shell_path="/bin/bash"
61
62
# Read configuration variable file if it is present
63
test -f /etc/default/gitlab && . /etc/default/gitlab
64
65
# Switch to the app_user if it is not he/she who is running the script.
66
if [ "$USER" != "$app_user" ]; then
67
  eval su - "$app_user" -c $(echo \")$0 "$@"$(echo \"); exit;
68
fi
69
70
# Switch to the gitlab path, exit on failure.
71
if ! cd "$app_root" ; then
72
 echo "Failed to cd into $app_root, exiting!";  exit 1
73
fi
74
75
76
### Init Script functions
77
78
## Gets the pids from the files
79
check_pids(){
80
  if ! mkdir -p "$pid_path"; then
81
    echo "Could not create the path $pid_path needed to store the pids."
82
    exit 1
83
  fi
84
  # If there exists a file which should hold the value of the Unicorn pid: read it.
85
  if [ -f "$web_server_pid_path" ]; then
86
    wpid=$(cat "$web_server_pid_path")
87
  else
88
    wpid=0
89
  fi
90
  if [ -f "$sidekiq_pid_path" ]; then
91
    spid=$(cat "$sidekiq_pid_path")
92
  else
93
    spid=0
94
  fi
95
  if [ -f "$gitlab_workhorse_pid_path" ]; then
96
    hpid=$(cat "$gitlab_workhorse_pid_path")
97
  else
98
    hpid=0
99
  fi
100
  if [ "$mail_room_enabled" = true ]; then
101
    if [ -f "$mail_room_pid_path" ]; then
102
      mpid=$(cat "$mail_room_pid_path")
103
    else
104
      mpid=0
105
    fi
106
  fi
107
}
108
109
## Called when we have started the two processes and are waiting for their pid files.
110
wait_for_pids(){
111
  # We are sleeping a bit here mostly because sidekiq is slow at writing its pid
112
  i=0;
113
  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
114
    sleep 0.1;
115
    i=$((i+1))
116
    if [ $((i%10)) = 0 ]; then
117
      echo -n "."
118
    elif [ $((i)) = 301 ]; then
119
      echo "Waited 30s for the processes to write their pids, something probably went wrong."
120
      exit 1;
121
    fi
122
  done
123
  echo
124
}
125
126
# We use the pids in so many parts of the script it makes sense to always check them.
127
# Only after start() is run should the pids change. Sidekiq sets its own pid.
128
check_pids
129
130
131
## Checks whether the different parts of the service are already running or not.
132
check_status(){
133
  check_pids
134
  # If the web server is running kill -0 $wpid returns true, or rather 0.
135
  # Checks of *_status should only check for == 0 or != 0, never anything else.
136
  if [ $wpid -ne 0 ]; then
137
    kill -0 "$wpid" 2>/dev/null
138
    web_status="$?"
139
  else
140
    web_status="-1"
141
  fi
142
  if [ $spid -ne 0 ]; then
143
    kill -0 "$spid" 2>/dev/null
144
    sidekiq_status="$?"
145
  else
146
    sidekiq_status="-1"
147
  fi
148
  if [ $hpid -ne 0 ]; then
149
    kill -0 "$hpid" 2>/dev/null
150
    gitlab_workhorse_status="$?"
151
  else
152
    gitlab_workhorse_status="-1"
153
  fi
154
  if [ "$mail_room_enabled" = true ]; then
155
    if [ $mpid -ne 0 ]; then
156
      kill -0 "$mpid" 2>/dev/null
157
      mail_room_status="$?"
158
    else
159
      mail_room_status="-1"
160
    fi
161
  fi
162
  if [ $web_status = 0 ] && [ $sidekiq_status = 0 ] && [ $gitlab_workhorse_status = 0 ] && { [ "$mail_room_enabled" != true ] || [ $mail_room_status = 0 ]; }; then
163
    gitlab_status=0
164
  else
165
    # http://refspecs.linuxbase.org/LSB_4.1.0/LSB-Core-generic/LSB-Core-generic/iniscrptact.html
166
    # code 3 means 'program is not running'
167
    gitlab_status=3
168
  fi
169
}
170
171
## Check for stale pids and remove them if necessary.
172
check_stale_pids(){
173
  check_status
174
  # If there is a pid it is something else than 0, the service is running if
175
  # *_status is == 0.
176
  if [ "$wpid" != "0" ] && [ "$web_status" != "0" ]; then
177
    echo "Removing stale Unicorn web server pid. This is most likely caused by the web server crashing the last time it ran."
178
    if ! rm "$web_server_pid_path"; then
179
      echo "Unable to remove stale pid, exiting."
180
      exit 1
181
    fi
182
  fi
183
  if [ "$spid" != "0" ] && [ "$sidekiq_status" != "0" ]; then
184
    echo "Removing stale Sidekiq job dispatcher pid. This is most likely caused by Sidekiq crashing the last time it ran."
185
    if ! rm "$sidekiq_pid_path"; then
186
      echo "Unable to remove stale pid, exiting"
187
      exit 1
188
    fi
189
  fi
190
  if [ "$hpid" != "0" ] && [ "$gitlab_workhorse_status" != "0" ]; then
191
    echo "Removing stale gitlab-workhorse pid. This is most likely caused by gitlab-workhorse crashing the last time it ran."
192
    if ! rm "$gitlab_workhorse_pid_path"; then
193
      echo "Unable to remove stale pid, exiting"
194
      exit 1
195
    fi
196
  fi
197
  if [ "$mail_room_enabled" = true ] && [ "$mpid" != "0" ] && [ "$mail_room_status" != "0" ]; then
198
    echo "Removing stale MailRoom job dispatcher pid. This is most likely caused by MailRoom crashing the last time it ran."
199
    if ! rm "$mail_room_pid_path"; then
200
      echo "Unable to remove stale pid, exiting"
201
      exit 1
202
    fi
203
  fi
204
}
205
206
## If no parts of the service is running, bail out.
207
exit_if_not_running(){
208
  check_stale_pids
209
  if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then
210
    echo "GitLab is not running."
211
    exit
212
  fi
213
}
214
215
## Starts Unicorn and Sidekiq if they're not running.
216
start_gitlab() {
217
  check_stale_pids
218
219
  if [ "$web_status" != "0" ]; then
220
    echo "Starting GitLab Unicorn"
221
  fi
222
  if [ "$sidekiq_status" != "0" ]; then
223
    echo "Starting GitLab Sidekiq"
224
  fi
225
  if [ "$gitlab_workhorse_status" != "0" ]; then
226
    echo "Starting gitlab-workhorse"
227
  fi
228
  if [ "$mail_room_enabled" = true ] && [ "$mail_room_status" != "0" ]; then
229
    echo "Starting GitLab MailRoom"
230
  fi
231
232
  # Then check if the service is running. If it is: don't start again.
233
  if [ "$web_status" = "0" ]; then
234
    echo "The Unicorn web server already running with pid $wpid, not restarting."
235
  else
236
    # Remove old socket if it exists
237
    rm -f "$socket_path"/gitlab.socket 2>/dev/null
238
    # Start the web server
239
    RAILS_ENV=$RAILS_ENV bin/web start
240
  fi
241
242
  # If sidekiq is already running, don't start it again.
243
  if [ "$sidekiq_status" = "0" ]; then
244
    echo "The Sidekiq job dispatcher is already running with pid $spid, not restarting"
245
  else
246
    RAILS_ENV=$RAILS_ENV bin/background_jobs start &
247
  fi
248
249
  if [ "$gitlab_workhorse_status" = "0" ]; then
250
    echo "The gitlab-workhorse is already running with pid $spid, not restarting"
251
  else
252
    # No need to remove a socket, gitlab-workhorse does this itself.
253
    # Because gitlab-workhorse has multiple executables we need to fix
254
    # the PATH.
255
    $app_root/bin/daemon_with_pidfile $gitlab_workhorse_pid_path  \
256
      /usr/bin/env PATH=$gitlab_workhorse_dir:$PATH \
257
        gitlab-workhorse $gitlab_workhorse_options \
258
      >> $gitlab_workhorse_log 2>&1 &
259
  fi
260
261
  if [ "$mail_room_enabled" = true ]; then
262
    # If MailRoom is already running, don't start it again.
263
    if [ "$mail_room_status" = "0" ]; then
264
      echo "The MailRoom email processor is already running with pid $mpid, not restarting"
265
    else
266
      RAILS_ENV=$RAILS_ENV bin/mail_room start &
267
    fi
268
  fi
269
270
  # Wait for the pids to be planted
271
  wait_for_pids
272
  # Finally check the status to tell wether or not GitLab is running
273
  print_status
274
}
275
276
## Asks Unicorn, Sidekiq and MailRoom if they would be so kind as to stop, if not kills them.
277
stop_gitlab() {
278
  exit_if_not_running
279
280
  if [ "$web_status" = "0" ]; then
281
    echo "Shutting down GitLab Unicorn"
282
    RAILS_ENV=$RAILS_ENV bin/web stop
283
  fi
284
  if [ "$sidekiq_status" = "0" ]; then
285
    echo "Shutting down GitLab Sidekiq"
286
    RAILS_ENV=$RAILS_ENV bin/background_jobs stop
287
  fi
288
  if [ "$gitlab_workhorse_status" = "0" ]; then
289
    echo "Shutting down gitlab-workhorse"
290
    kill -- $(cat $gitlab_workhorse_pid_path)
291
  fi
292
  if [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; then
293
    echo "Shutting down GitLab MailRoom"
294
    RAILS_ENV=$RAILS_ENV bin/mail_room stop
295
  fi
296
297
  # If something needs to be stopped, lets wait for it to stop. Never use SIGKILL in a script.
298
  while [ "$web_status" = "0" ] || [ "$sidekiq_status" = "0" ] || [ "$gitlab_workhorse_status" = "0" ] || { [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; }; do
299
    sleep 1
300
    check_status
301
    printf "."
302
    if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then
303
      printf "\n"
304
      break
305
    fi
306
  done
307
308
  sleep 1
309
  # Cleaning up unused pids
310
  rm "$web_server_pid_path" 2>/dev/null
311
  # rm "$sidekiq_pid_path" 2>/dev/null # Sidekiq seems to be cleaning up its own pid.
312
  rm -f "$gitlab_workhorse_pid_path"
313
  if [ "$mail_room_enabled" = true ]; then
314
    rm "$mail_room_pid_path" 2>/dev/null
315
  fi
316
317
  print_status
318
}
319
320
## Prints the status of GitLab and its components.
321
print_status() {
322
  check_status
323
  if [ "$web_status" != "0" ] && [ "$sidekiq_status" != "0" ] && [ "$gitlab_workhorse_status" != "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" != "0" ]; }; then
324
    echo "GitLab is not running."
325
    return
326
  fi
327
  if [ "$web_status" = "0" ]; then
328
      echo "The GitLab Unicorn web server with pid $wpid is running."
329
  else
330
      printf "The GitLab Unicorn web server is \033[31mnot running\033[0m.\n"
331
  fi
332
  if [ "$sidekiq_status" = "0" ]; then
333
      echo "The GitLab Sidekiq job dispatcher with pid $spid is running."
334
  else
335
      printf "The GitLab Sidekiq job dispatcher is \033[31mnot running\033[0m.\n"
336
  fi
337
  if [ "$gitlab_workhorse_status" = "0" ]; then
338
      echo "The gitlab-workhorse with pid $hpid is running."
339
  else
340
      printf "The gitlab-workhorse is \033[31mnot running\033[0m.\n"
341
  fi
342
  if [ "$mail_room_enabled" = true ]; then
343
    if [ "$mail_room_status" = "0" ]; then
344
        echo "The GitLab MailRoom email processor with pid $mpid is running."
345
    else
346
        printf "The GitLab MailRoom email processor is \033[31mnot running\033[0m.\n"
347
    fi
348
  fi
349
  if [ "$web_status" = "0" ] && [ "$sidekiq_status" = "0" ] && [ "$gitlab_workhorse_status" = "0" ] && { [ "$mail_room_enabled" != true ] || [ "$mail_room_status" = "0" ]; }; then
350
    printf "GitLab and all its components are \033[32mup and running\033[0m.\n"
351
  fi
352
}
353
354
## Tells unicorn to reload its config and Sidekiq to restart
355
reload_gitlab(){
356
  exit_if_not_running
357
  if [ "$wpid" = "0" ];then
358
    echo "The GitLab Unicorn Web server is not running thus its configuration can't be reloaded."
359
    exit 1
360
  fi
361
  printf "Reloading GitLab Unicorn configuration... "
362
  RAILS_ENV=$RAILS_ENV bin/web reload
363
  echo "Done."
364
365
  echo "Restarting GitLab Sidekiq since it isn't capable of reloading its config..."
366
  RAILS_ENV=$RAILS_ENV bin/background_jobs restart
367
368
  if [ "$mail_room_enabled" != true ]; then
369
    echo "Restarting GitLab MailRoom since it isn't capable of reloading its config..."
370
    RAILS_ENV=$RAILS_ENV bin/mail_room restart
371
  fi
372
373
  wait_for_pids
374
  print_status
375
}
376
377
## Restarts Sidekiq and Unicorn.
378
restart_gitlab(){
379
  check_status
380
  if [ "$web_status" = "0" ] || [ "$sidekiq_status" = "0" ] || [ "$gitlab_workhorse" = "0" ] || { [ "$mail_room_enabled" = true ] && [ "$mail_room_status" = "0" ]; }; then
381
    stop_gitlab
382
  fi
383
  start_gitlab
384
}
385
386
387
### Finally the input handling.
388
389
case "$1" in
390
  start)
391
        start_gitlab
392
        ;;
393
  stop)
394
        stop_gitlab
395
        ;;
396
  restart)
397
        restart_gitlab
398
        ;;
399
  reload|force-reload)
400
	reload_gitlab
401
        ;;
402
  status)
403
        print_status
404
        exit $gitlab_status
405
        ;;
406
  *)
407
        echo "Usage: service gitlab {start|stop|restart|reload|status}"
408
        exit 1
409
        ;;
410
esac
411
412
exit
(-)b/www/gitlab/files/patch-Gemfile (+261 lines)
Added Link Here
1
--- Gemfile.orig	2016-02-29 14:51:18 UTC
2
+++ Gemfile
3
@@ -8,19 +8,18 @@ gem 'responders', '~> 2.0'
4
 
5
 # Specify a sprockets version due to security issue
6
 # See https://groups.google.com/forum/#!topic/rubyonrails-security/doAVp0YaTqY
7
-gem 'sprockets', '~> 2.12.3'
8
+gem 'sprockets', '>= 2.12.3'
9
 
10
 # Default values for AR models
11
-gem "default_value_for", "~> 3.0.0"
12
+gem "default_value_for", ">= 3.0.0"
13
 
14
 # Supported DBs
15
-gem "mysql2", '~> 0.3.16', group: :mysql
16
 gem "pg", '~> 0.18.2', group: :postgres
17
 
18
 # Authentication libraries
19
 gem 'devise',                 '~> 3.5.4'
20
-gem 'devise-async',           '~> 0.9.0'
21
-gem 'doorkeeper',             '~> 2.2.0'
22
+gem 'devise-async',           '>= 0.9.0'
23
+gem 'doorkeeper',             '>= 2.2.0'
24
 gem 'omniauth',               '~> 1.3.1'
25
 gem 'omniauth-azure-oauth2',  '~> 0.0.6'
26
 gem 'omniauth-bitbucket',     '~> 0.0.2'
27
@@ -28,8 +27,7 @@ gem 'omniauth-cas3',          '~> 1.1.2'
28
 gem 'omniauth-facebook',      '~> 3.0.0'
29
 gem 'omniauth-github',        '~> 1.1.1'
30
 gem 'omniauth-gitlab',        '~> 1.0.0'
31
-gem 'omniauth-google-oauth2', '~> 0.2.0'
32
-gem 'omniauth-kerberos',      '~> 0.3.0', group: :kerberos
33
+gem 'omniauth-google-oauth2', '>= 0.2.0'
34
 gem 'omniauth-saml',          '~> 1.4.2'
35
 gem 'omniauth-shibboleth',    '~> 1.2.0'
36
 gem 'omniauth-twitter',       '~> 1.2.0'
37
@@ -46,7 +44,7 @@ gem 'rqrcode-rails3', '~> 0.1.7'
38
 gem 'attr_encrypted', '~> 1.3.4'
39
 
40
 # Browser detection
41
-gem "browser", '~> 1.0.0'
42
+gem "browser", '>= 1.0.0'
43
 
44
 # Extracting information from a git repository
45
 # Provide access to Gitlab::Git library
46
@@ -64,8 +62,8 @@ gem 'gollum-lib', '~> 4.1.0'
47
 gem "github-linguist", "~> 4.7.0", require: "linguist"
48
 
49
 # API
50
-gem 'grape',        '~> 0.13.0'
51
-gem 'grape-entity', '~> 0.4.2'
52
+gem 'grape',        '>= 0.13.0'
53
+gem 'grape-entity', '>= 0.4.2'
54
 gem 'rack-cors',    '~> 0.4.0', require: 'rack/cors'
55
 
56
 # Pagination
57
@@ -75,13 +73,13 @@ gem "kaminari", "~> 0.16.3"
58
 gem "haml-rails", '~> 0.9.0'
59
 
60
 # Files attachments
61
-gem "carrierwave", '~> 0.9.0'
62
+gem "carrierwave", '>= 0.9.0'
63
 
64
 # Drag and Drop UI
65
 gem 'dropzonejs-rails', '~> 0.7.1'
66
 
67
 # for aws storage
68
-gem "fog", "~> 1.36.0"
69
+gem "fog", ">= 1.36.0"
70
 gem "unf", '~> 0.1.4'
71
 
72
 # Authorization
73
@@ -93,13 +91,13 @@ gem "seed-fu", '~> 2.3.5'
74
 # Markdown and HTML processing
75
 gem 'html-pipeline', '~> 1.11.0'
76
 gem 'task_list',     '~> 1.0.2', require: 'task_list/railtie'
77
-gem 'github-markup', '~> 1.3.1'
78
+gem 'github-markup', '>= 1.3.1'
79
 gem 'redcarpet',     '~> 3.3.3'
80
 gem 'RedCloth',      '~> 4.2.9'
81
-gem 'rdoc',          '~>3.6'
82
+gem 'rdoc',          '>= 3.6'
83
 gem 'org-ruby',      '~> 0.9.12'
84
 gem 'creole',        '~> 0.5.0'
85
-gem 'wikicloth',     '0.8.1'
86
+gem 'wikicloth',     '>= 0.8.1'
87
 gem 'asciidoctor',   '~> 1.5.2'
88
 gem 'rouge',         '~> 1.10.1'
89
 
90
@@ -108,11 +106,11 @@ gem 'rouge',         '~> 1.10.1'
91
 gem 'nokogiri', '~> 1.6.7', '>= 1.6.7.2'
92
 
93
 # Diffs
94
-gem 'diffy', '~> 3.0.3'
95
+gem 'diffy', '>= 3.0.3'
96
 
97
 # Application server
98
 group :unicorn do
99
-  gem "unicorn", '~> 4.8.2'
100
+  gem "unicorn", '>= 4.8.2'
101
   gem 'unicorn-worker-killer', '~> 0.4.2'
102
 end
103
 
104
@@ -159,10 +157,10 @@ gem "gitlab-flowdock-git-hook", "~> 1.0.
105
 gem "gemnasium-gitlab-service", "~> 0.2"
106
 
107
 # Slack integration
108
-gem "slack-notifier", "~> 1.2.0"
109
+gem "slack-notifier", ">= 1.2.0"
110
 
111
 # Asana integration
112
-gem 'asana', '~> 0.4.0'
113
+gem 'asana', '>= 0.4.0'
114
 
115
 # FogBugz integration
116
 gem 'ruby-fogbugz', '~> 0.2.1'
117
@@ -177,7 +175,7 @@ gem 'cal-heatmap-rails', '~> 3.5.0'
118
 gem "underscore-rails", "~> 1.8.0"
119
 
120
 # Sanitize user input
121
-gem "sanitize", '~> 2.0'
122
+gem "sanitize", '>= 2.0'
123
 gem 'babosa', '~> 1.0.2'
124
 
125
 # Sanitizes SVG input
126
@@ -187,7 +185,7 @@ gem "loofah", "~> 2.0.3"
127
 gem "rack-attack", '~> 4.3.1'
128
 
129
 # Ace editor
130
-gem 'ace-rails-ap', '~> 2.0.1'
131
+gem 'ace-rails-ap', '>= 2.0.1'
132
 
133
 # Keyboard shortcuts
134
 gem 'mousetrap-rails', '~> 1.4.6'
135
@@ -201,18 +199,18 @@ gem "uglifier", '~> 2.7.2'
136
 gem 'turbolinks', '~> 2.5.0'
137
 gem 'jquery-turbolinks', '~> 2.1.0'
138
 
139
-gem 'addressable',        '~> 2.3.8'
140
+gem 'addressable',        '>= 2.3.8'
141
 gem 'bootstrap-sass',     '~> 3.3.0'
142
 gem 'font-awesome-rails', '~> 4.2'
143
 gem 'gitlab_emoji',       '~> 0.3.0'
144
 gem 'gon',                '~> 6.0.1'
145
 gem 'jquery-atwho-rails', '~> 1.3.2'
146
-gem 'jquery-rails',       '~> 4.0.0'
147
+gem 'jquery-rails',       '>= 4.0.0'
148
 gem 'jquery-scrollto-rails', '~> 1.4.3'
149
 gem 'jquery-ui-rails',    '~> 5.0.0'
150
 gem 'nprogress-rails',    '~> 0.1.6.7'
151
 gem 'raphael-rails',      '~> 2.1.2'
152
-gem 'request_store',      '~> 1.2.0'
153
+gem 'request_store',      '>= 1.2.0'
154
 gem 'select2-rails',      '~> 3.5.9'
155
 gem 'virtus',             '~> 1.0.1'
156
 gem 'net-ssh',            '~> 3.0.1'
157
@@ -220,92 +218,13 @@ gem 'net-ssh',            '~> 3.0.1'
158
 # Sentry integration
159
 gem 'sentry-raven', '~> 0.15'
160
 
161
-# Metrics
162
-group :metrics do
163
-  gem 'allocations', '~> 1.0', require: false, platform: :mri
164
-  gem 'method_source', '~> 0.8', require: false
165
-  gem 'influxdb', '~> 0.2', require: false
166
-  gem 'connection_pool', '~> 2.0', require: false
167
-end
168
-
169
-group :development do
170
-  gem "foreman"
171
-  gem 'brakeman', '~> 3.1.0', require: false
172
-
173
-  gem "annotate", "~> 2.6.0"
174
-  gem "letter_opener", '~> 1.1.2'
175
-  gem 'quiet_assets', '~> 1.0.2'
176
-  gem 'rerun', '~> 0.11.0'
177
-  gem 'bullet', require: false
178
-  gem 'rblineprof', platform: :mri, require: false
179
-  gem 'web-console', '~> 2.0'
180
-
181
-  # Better errors handler
182
-  gem 'better_errors', '~> 1.0.1'
183
-  gem 'binding_of_caller', '~> 0.7.2'
184
-
185
-  # Docs generator
186
-  gem "sdoc", '~> 0.3.20'
187
-
188
-  # thin instead webrick
189
-  gem 'thin', '~> 1.6.1'
190
-end
191
-
192
-group :development, :test do
193
-  gem 'byebug', platform: :mri
194
-  gem 'pry-rails'
195
-
196
-  gem 'awesome_print', '~> 1.2.0', require: false
197
-  gem 'fuubar', '~> 2.0.0'
198
-
199
-  gem 'database_cleaner', '~> 1.4.0'
200
-  gem 'factory_girl_rails', '~> 4.3.0'
201
-  gem 'rspec-rails',      '~> 3.3.0'
202
-  gem 'spinach-rails', '~> 0.2.1'
203
-
204
-  # Prevent occasions where minitest is not bundled in packaged versions of ruby (see #3826)
205
-  gem 'minitest', '~> 5.7.0'
206
-
207
-  # Generate Fake data
208
-  gem 'ffaker', '~> 2.0.0'
209
-
210
-  gem 'capybara',            '~> 2.4.0'
211
-  gem 'capybara-screenshot', '~> 1.0.0'
212
-  gem 'poltergeist',         '~> 1.8.1'
213
-
214
-  gem 'teaspoon', '~> 1.0.0'
215
-  gem 'teaspoon-jasmine', '~> 2.2.0'
216
-
217
-  gem 'spring', '~> 1.3.6'
218
-  gem 'spring-commands-rspec',    '~> 1.0.4'
219
-  gem 'spring-commands-spinach',  '~> 1.0.0'
220
-  gem 'spring-commands-teaspoon', '~> 0.0.2'
221
-
222
-  gem 'rubocop', '~> 0.35.0', require: false
223
-  gem 'coveralls',  '~> 0.8.2', require: false
224
-  gem 'simplecov', '~> 0.10.0', require: false
225
-  gem 'flog', require: false
226
-  gem 'flay', require: false
227
-  gem 'bundler-audit', require: false
228
-
229
-  gem 'benchmark-ips', require: false
230
-end
231
-
232
-group :test do
233
-  gem 'shoulda-matchers', '~> 2.8.0', require: false
234
-  gem 'email_spec', '~> 1.6.0'
235
-  gem 'webmock', '~> 1.21.0'
236
-  gem 'test_after_commit', '~> 0.4.2'
237
-  gem 'sham_rack'
238
-end
239
-
240
 group :production do
241
   gem "gitlab_meta", '7.0'
242
 end
243
 
244
 gem "newrelic_rpm", '~> 3.14'
245
 
246
-gem 'octokit', '~> 3.8.0'
247
+gem 'octokit', '>= 3.8.0'
248
 
249
 gem "mail_room", "~> 0.6.1"
250
 
251
@@ -317,7 +236,9 @@ gem 'activerecord-session_store', '~> 0.
252
 gem "nested_form", '~> 0.3.2'
253
 
254
 # OAuth
255
-gem 'oauth2', '~> 1.0.0'
256
+gem 'oauth2', '>= 1.0.0'
257
 
258
 # Soft deletion
259
 gem "paranoia", "~> 2.0"
260
+
261
+gem "rinku"
(-)b/www/gitlab/files/patch-config_database.yml.postgresql (+11 lines)
Added Link Here
1
--- config/database.yml.postgresql.orig	2016-02-24 13:05:26 UTC
2
+++ config/database.yml.postgresql
3
@@ -6,7 +6,7 @@ production:
4
   encoding: unicode
5
   database: gitlabhq_production
6
   pool: 10
7
-  # username: git
8
+  username: git
9
   # password:
10
   # host: localhost
11
   # port: 5432 
(-)b/www/gitlab/files/patch-config_gitlab.yml.example (+25 lines)
Added Link Here
1
--- config/gitlab.yml.example.orig	2016-02-24 13:05:26 UTC
2
+++ config/gitlab.yml.example
3
@@ -402,11 +402,11 @@ production: &base
4
 
5
   ## GitLab Shell settings
6
   gitlab_shell:
7
-    path: /home/git/gitlab-shell/
8
+    path: /usr/local/share/gitlab-shell/
9
 
10
     # REPOS_PATH MUST NOT BE A SYMLINK!!!
11
     repos_path: /home/git/repositories/
12
-    hooks_path: /home/git/gitlab-shell/hooks/
13
+    hooks_path: /usr/local/share/gitlab-shell/hooks/
14
 
15
     # File that contains the secret key for verifying access for gitlab-shell.
16
     # Default is '.gitlab_shell_secret' relative to Rails.root (i.e. root of the GitLab app).
17
@@ -423,7 +423,7 @@ production: &base
18
   # CAUTION!
19
   # Use the default values unless you really know what you are doing
20
   git:
21
-    bin_path: /usr/bin/git
22
+    bin_path: /usr/local/bin/git
23
     # The next value is the maximum memory size grit can use
24
     # Given in number of bytes per git object (e.g. a commit)
25
     # This value can be increased if you have very large commits
(-)b/www/gitlab/files/patch-config_initializers_1__settings.rb (+15 lines)
Added Link Here
1
--- config/initializers/1_settings.rb.orig	2016-02-24 13:05:26 UTC
2
+++ config/initializers/1_settings.rb
3
@@ -165,11 +165,7 @@ Settings.gitlab['email_reply_to'] ||= EN
4
 Settings.gitlab['base_url']   ||= Settings.send(:build_base_gitlab_url)
5
 Settings.gitlab['url']        ||= Settings.send(:build_gitlab_url)
6
 Settings.gitlab['user']       ||= 'git'
7
-Settings.gitlab['user_home']  ||= begin
8
-  Etc.getpwnam(Settings.gitlab['user']).dir
9
-rescue ArgumentError # no user configured
10
-  '/home/' + Settings.gitlab['user']
11
-end
12
+Settings.gitlab['user_home']  ||= '/home/' + Settings.gitlab['user']
13
 Settings.gitlab['time_zone']  ||= nil
14
 Settings.gitlab['signup_enabled'] ||= true if Settings.gitlab['signup_enabled'].nil?
15
 Settings.gitlab['signin_enabled'] ||= true if Settings.gitlab['signin_enabled'].nil?
(-)b/www/gitlab/files/patch-config_unicorn.rb.example (+34 lines)
Added Link Here
1
--- config/unicorn.rb.example.orig	2016-02-24 13:05:26 UTC
2
+++ config/unicorn.rb.example
3
@@ -33,12 +33,12 @@ worker_processes 3
4
 
5
 # Help ensure your application will always spawn in the symlinked
6
 # "current" directory that Capistrano sets up.
7
-working_directory "/home/git/gitlab" # available in 0.94.0+
8
+working_directory "/usr/local/www/gitlab" # available in 0.94.0+
9
 
10
 # Listen on both a Unix domain socket and a TCP port.
11
 # If you are load-balancing multiple Unicorn masters, lower the backlog
12
 # setting to e.g. 64 for faster failover.
13
-listen "/home/git/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024
14
+listen "/usr/local/www/gitlab/tmp/sockets/gitlab.socket", :backlog => 1024
15
 listen "127.0.0.1:8080", :tcp_nopush => true
16
 
17
 # nuke workers after 30 seconds instead of 60 seconds (the default)
18
@@ -59,13 +59,13 @@ listen "127.0.0.1:8080", :tcp_nopush => 
19
 timeout 60
20
 
21
 # feel free to point this anywhere accessible on the filesystem
22
-pid "/home/git/gitlab/tmp/pids/unicorn.pid"
23
+pid "/usr/local/www/gitlab/tmp/pids/unicorn.pid"
24
 
25
 # By default, the Unicorn logger will write to stderr.
26
 # Additionally, some applications/frameworks log to stderr or stdout,
27
 # so prevent them from going to /dev/null when daemonized here:
28
-stderr_path "/home/git/gitlab/log/unicorn.stderr.log"
29
-stdout_path "/home/git/gitlab/log/unicorn.stdout.log"
30
+stderr_path "/usr/local/www/gitlab/log/unicorn.stderr.log"
31
+stdout_path "/usr/local/www/gitlab/log/unicorn.stdout.log"
32
 
33
 # combine Ruby 2.0.0dev or REE with "preload_app true" for memory savings
34
 # http://rubyenterpriseedition.com/faq.html#adapt_apps_for_cow
(-)b/www/gitlab/files/patch-lib_support_nginx_gitlab (+20 lines)
Added Link Here
1
--- lib/support/nginx/gitlab.orig	2016-02-24 13:05:26 UTC
2
+++ lib/support/nginx/gitlab
3
@@ -17,7 +17,7 @@
4
 ## See installation.md#using-https for additional HTTPS configuration details.
5
 
6
 upstream gitlab-workhorse {
7
-  server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
8
+  server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
9
 }
10
 
11
 ## Normal HTTP host
12
@@ -30,7 +30,7 @@ server {
13
   listen [::]:80 default_server;
14
   server_name YOUR_SERVER_FQDN; ## Replace this with something like gitlab.example.com
15
   server_tokens off; ## Don't show the nginx version number, a security best practice
16
-  root /home/git/gitlab/public;
17
+  root /usr/local/www/gitlab/public;
18
 
19
   ## See app/controllers/application_controller.rb for headers set
20
 
(-)b/www/gitlab/files/patch-lib_support_nginx_gitlab-ssl (+20 lines)
Added Link Here
1
--- lib/support/nginx/gitlab-ssl.orig	2016-02-24 13:05:26 UTC
2
+++ lib/support/nginx/gitlab-ssl
3
@@ -21,7 +21,7 @@
4
 ## See installation.md#using-https for additional HTTPS configuration details.
5
 
6
 upstream gitlab-workhorse {
7
-  server unix:/home/git/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
8
+  server unix:/usr/local/www/gitlab/tmp/sockets/gitlab-workhorse.socket fail_timeout=0;
9
 }
10
 
11
 ## Redirects all HTTP traffic to the HTTPS host
12
@@ -45,7 +45,7 @@ server {
13
   listen [::]:443 ipv6only=on ssl default_server;
14
   server_name YOUR_SERVER_FQDN; ## Replace this with something like gitlab.example.com
15
   server_tokens off; ## Don't show the nginx version number, a security best practice
16
-  root /home/git/gitlab/public;
17
+  root /usr/local/www/gitlab/public;
18
 
19
   ## Strong SSL Security
20
   ## https://raymii.org/s/tutorials/Strong_SSL_Security_On_nginx.html & https://cipherli.st/
(-)b/www/gitlab/pkg-descr (+3 lines)
Added Link Here
1
GitLab is version control for your server.
2
3
WWW: https://gitlab.com/
(-)b/www/gitlab/pkg-message (+6 lines)
Added Link Here
1
Gitlab was installed successfully.
2
3
You now need to set up the various components of Gitlab, so please
4
follow the instructions in the guide at
5
6
https://github.com/t-zuehlsdorff/gitlabhq/blob/8-5-docu/doc/install/installation-freebsd.md
(-)b/www/gitlab/pkg-plist (+3301 lines)
Added Link Here
1
%%WWWDIR%%/.flayignore
2
%%WWWDIR%%/.foreman
3
%%WWWDIR%%/.gitattributes
4
%%WWWDIR%%/.gitignore
5
%%WWWDIR%%/.gitlab-ci.yml
6
%%WWWDIR%%/.hound.yml
7
%%WWWDIR%%/.pkgr.yml
8
%%WWWDIR%%/.rspec
9
%%WWWDIR%%/.rubocop.yml
10
%%WWWDIR%%/.ruby-version
11
%%WWWDIR%%/.simplecov
12
%%WWWDIR%%/.teatro.yml
13
%%WWWDIR%%/CHANGELOG
14
%%WWWDIR%%/CONTRIBUTING.md
15
%%WWWDIR%%/GITLAB_SHELL_VERSION
16
%%WWWDIR%%/GITLAB_WORKHORSE_VERSION
17
%%WWWDIR%%/Gemfile
18
%%WWWDIR%%/LICENSE
19
%%WWWDIR%%/MAINTENANCE.md
20
%%WWWDIR%%/PROCESS.md
21
%%WWWDIR%%/Procfile
22
%%WWWDIR%%/README.md
23
%%WWWDIR%%/Rakefile
24
%%WWWDIR%%/VERSION
25
%%WWWDIR%%/app/assets/fonts/OFL.txt
26
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Black.ttf.woff
27
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Black.ttf.woff2
28
%%WWWDIR%%/app/assets/fonts/SourceSansPro-BlackIt.ttf.woff
29
%%WWWDIR%%/app/assets/fonts/SourceSansPro-BlackIt.ttf.woff2
30
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Bold.ttf.woff
31
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Bold.ttf.woff2
32
%%WWWDIR%%/app/assets/fonts/SourceSansPro-BoldIt.ttf.woff
33
%%WWWDIR%%/app/assets/fonts/SourceSansPro-BoldIt.ttf.woff2
34
%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLight.ttf.woff
35
%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLight.ttf.woff2
36
%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLightIt.ttf.woff
37
%%WWWDIR%%/app/assets/fonts/SourceSansPro-ExtraLightIt.ttf.woff2
38
%%WWWDIR%%/app/assets/fonts/SourceSansPro-It.ttf.woff
39
%%WWWDIR%%/app/assets/fonts/SourceSansPro-It.ttf.woff2
40
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Light.ttf.woff
41
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Light.ttf.woff2
42
%%WWWDIR%%/app/assets/fonts/SourceSansPro-LightIt.ttf.woff
43
%%WWWDIR%%/app/assets/fonts/SourceSansPro-LightIt.ttf.woff2
44
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Regular.ttf.woff
45
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Regular.ttf.woff2
46
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Semibold.ttf.woff
47
%%WWWDIR%%/app/assets/fonts/SourceSansPro-Semibold.ttf.woff2
48
%%WWWDIR%%/app/assets/fonts/SourceSansPro-SemiboldIt.ttf.woff
49
%%WWWDIR%%/app/assets/fonts/SourceSansPro-SemiboldIt.ttf.woff2
50
%%WWWDIR%%/app/assets/images/auth_buttons/azure_64.png
51
%%WWWDIR%%/app/assets/images/auth_buttons/bitbucket_64.png
52
%%WWWDIR%%/app/assets/images/auth_buttons/facebook_64.png
53
%%WWWDIR%%/app/assets/images/auth_buttons/github_64.png
54
%%WWWDIR%%/app/assets/images/auth_buttons/gitlab_64.png
55
%%WWWDIR%%/app/assets/images/auth_buttons/google_64.png
56
%%WWWDIR%%/app/assets/images/auth_buttons/twitter_64.png
57
%%WWWDIR%%/app/assets/images/bg-header.png
58
%%WWWDIR%%/app/assets/images/bg_fallback.png
59
%%WWWDIR%%/app/assets/images/chosen-sprite.png
60
%%WWWDIR%%/app/assets/images/ci/arch.jpg
61
%%WWWDIR%%/app/assets/images/ci/favicon.ico
62
%%WWWDIR%%/app/assets/images/ci/loader.gif
63
%%WWWDIR%%/app/assets/images/ci/no_avatar.png
64
%%WWWDIR%%/app/assets/images/ci/rails.png
65
%%WWWDIR%%/app/assets/images/ci/service_sample.png
66
%%WWWDIR%%/app/assets/images/dark-scheme-preview.png
67
%%WWWDIR%%/app/assets/images/diff_note_add.png
68
%%WWWDIR%%/app/assets/images/emoji.png
69
%%WWWDIR%%/app/assets/images/emoji@2x.png
70
%%WWWDIR%%/app/assets/images/favicon.ico
71
%%WWWDIR%%/app/assets/images/gitlab_logo.png
72
%%WWWDIR%%/app/assets/images/gitorious-logo-black.png
73
%%WWWDIR%%/app/assets/images/gitorious-logo-blue.png
74
%%WWWDIR%%/app/assets/images/icon-link.png
75
%%WWWDIR%%/app/assets/images/icon-search.png
76
%%WWWDIR%%/app/assets/images/icon_sprite.png
77
%%WWWDIR%%/app/assets/images/images.png
78
%%WWWDIR%%/app/assets/images/logo.svg
79
%%WWWDIR%%/app/assets/images/logo_wordmark.svg
80
%%WWWDIR%%/app/assets/images/monokai-scheme-preview.png
81
%%WWWDIR%%/app/assets/images/move.png
82
%%WWWDIR%%/app/assets/images/msapplication-tile.png
83
%%WWWDIR%%/app/assets/images/no_avatar.png
84
%%WWWDIR%%/app/assets/images/no_group_avatar.png
85
%%WWWDIR%%/app/assets/images/onion_skin_sprites.gif
86
%%WWWDIR%%/app/assets/images/progress_bar.gif
87
%%WWWDIR%%/app/assets/images/slider_handles.png
88
%%WWWDIR%%/app/assets/images/solarized-dark-scheme-preview.png
89
%%WWWDIR%%/app/assets/images/solarized-light-scheme-preview.png
90
%%WWWDIR%%/app/assets/images/swipemode_sprites.gif
91
%%WWWDIR%%/app/assets/images/switch_icon.png
92
%%WWWDIR%%/app/assets/images/touch-icon-ipad-retina.png
93
%%WWWDIR%%/app/assets/images/touch-icon-ipad.png
94
%%WWWDIR%%/app/assets/images/touch-icon-iphone-retina.png
95
%%WWWDIR%%/app/assets/images/touch-icon-iphone.png
96
%%WWWDIR%%/app/assets/images/trans_bg.gif
97
%%WWWDIR%%/app/assets/images/white-scheme-preview.png
98
%%WWWDIR%%/app/assets/javascripts/activities.js.coffee
99
%%WWWDIR%%/app/assets/javascripts/admin.js.coffee
100
%%WWWDIR%%/app/assets/javascripts/api.js.coffee
101
%%WWWDIR%%/app/assets/javascripts/application.js.coffee
102
%%WWWDIR%%/app/assets/javascripts/aside.js.coffee
103
%%WWWDIR%%/app/assets/javascripts/autosave.js.coffee
104
%%WWWDIR%%/app/assets/javascripts/awards_handler.coffee
105
%%WWWDIR%%/app/assets/javascripts/behaviors/autosize.js.coffee
106
%%WWWDIR%%/app/assets/javascripts/behaviors/details_behavior.coffee
107
%%WWWDIR%%/app/assets/javascripts/behaviors/quick_submit.js.coffee
108
%%WWWDIR%%/app/assets/javascripts/behaviors/requires_input.js.coffee
109
%%WWWDIR%%/app/assets/javascripts/behaviors/toggler_behavior.coffee
110
%%WWWDIR%%/app/assets/javascripts/blob/blob_file_dropzone.js.coffee
111
%%WWWDIR%%/app/assets/javascripts/blob/edit_blob.js.coffee
112
%%WWWDIR%%/app/assets/javascripts/blob/new_blob.js.coffee
113
%%WWWDIR%%/app/assets/javascripts/branch-graph.js.coffee
114
%%WWWDIR%%/app/assets/javascripts/broadcast_message.js.coffee
115
%%WWWDIR%%/app/assets/javascripts/build_artifacts.js.coffee
116
%%WWWDIR%%/app/assets/javascripts/calendar.js.coffee
117
%%WWWDIR%%/app/assets/javascripts/ci/application.js.coffee
118
%%WWWDIR%%/app/assets/javascripts/ci/build.coffee
119
%%WWWDIR%%/app/assets/javascripts/ci/projects.js.coffee
120
%%WWWDIR%%/app/assets/javascripts/commit.js.coffee
121
%%WWWDIR%%/app/assets/javascripts/commit/file.js.coffee
122
%%WWWDIR%%/app/assets/javascripts/commit/image-file.js.coffee
123
%%WWWDIR%%/app/assets/javascripts/commits.js.coffee
124
%%WWWDIR%%/app/assets/javascripts/confirm_danger_modal.js.coffee
125
%%WWWDIR%%/app/assets/javascripts/copy_to_clipboard.js.coffee
126
%%WWWDIR%%/app/assets/javascripts/dashboard.js.coffee
127
%%WWWDIR%%/app/assets/javascripts/diff.js.coffee
128
%%WWWDIR%%/app/assets/javascripts/dispatcher.js.coffee
129
%%WWWDIR%%/app/assets/javascripts/dropzone_input.js.coffee
130
%%WWWDIR%%/app/assets/javascripts/extensions/array.js
131
%%WWWDIR%%/app/assets/javascripts/extensions/jquery.js.coffee
132
%%WWWDIR%%/app/assets/javascripts/flash.js.coffee
133
%%WWWDIR%%/app/assets/javascripts/gfm_auto_complete.js.coffee
134
%%WWWDIR%%/app/assets/javascripts/group_avatar.js.coffee
135
%%WWWDIR%%/app/assets/javascripts/groups.js.coffee
136
%%WWWDIR%%/app/assets/javascripts/groups_select.js.coffee
137
%%WWWDIR%%/app/assets/javascripts/importer_status.js.coffee
138
%%WWWDIR%%/app/assets/javascripts/issuable_context.js.coffee
139
%%WWWDIR%%/app/assets/javascripts/issuable_form.js.coffee
140
%%WWWDIR%%/app/assets/javascripts/issue.js.coffee
141
%%WWWDIR%%/app/assets/javascripts/issues.js.coffee
142
%%WWWDIR%%/app/assets/javascripts/labels.js.coffee
143
%%WWWDIR%%/app/assets/javascripts/lib/jquery.timeago.js
144
%%WWWDIR%%/app/assets/javascripts/lib/md5.js
145
%%WWWDIR%%/app/assets/javascripts/lib/utf8_encode.js
146
%%WWWDIR%%/app/assets/javascripts/line_highlighter.js.coffee
147
%%WWWDIR%%/app/assets/javascripts/logo.js.coffee
148
%%WWWDIR%%/app/assets/javascripts/markdown_preview.js.coffee
149
%%WWWDIR%%/app/assets/javascripts/merge_request.js.coffee
150
%%WWWDIR%%/app/assets/javascripts/merge_request_tabs.js.coffee
151
%%WWWDIR%%/app/assets/javascripts/merge_request_widget.js.coffee
152
%%WWWDIR%%/app/assets/javascripts/merge_requests.js.coffee
153
%%WWWDIR%%/app/assets/javascripts/milestone.js.coffee
154
%%WWWDIR%%/app/assets/javascripts/namespace_select.js.coffee
155
%%WWWDIR%%/app/assets/javascripts/network.js.coffee
156
%%WWWDIR%%/app/assets/javascripts/new_branch_form.js.coffee
157
%%WWWDIR%%/app/assets/javascripts/new_commit_form.js.coffee
158
%%WWWDIR%%/app/assets/javascripts/notes.js.coffee
159
%%WWWDIR%%/app/assets/javascripts/pager.js.coffee
160
%%WWWDIR%%/app/assets/javascripts/profile.js.coffee
161
%%WWWDIR%%/app/assets/javascripts/project.js.coffee
162
%%WWWDIR%%/app/assets/javascripts/project_avatar.js.coffee
163
%%WWWDIR%%/app/assets/javascripts/project_find_file.js.coffee
164
%%WWWDIR%%/app/assets/javascripts/project_fork.js.coffee
165
%%WWWDIR%%/app/assets/javascripts/project_import.js.coffee
166
%%WWWDIR%%/app/assets/javascripts/project_members.js.coffee
167
%%WWWDIR%%/app/assets/javascripts/project_new.js.coffee
168
%%WWWDIR%%/app/assets/javascripts/project_select.js.coffee
169
%%WWWDIR%%/app/assets/javascripts/project_show.js.coffee
170
%%WWWDIR%%/app/assets/javascripts/projects_list.js.coffee
171
%%WWWDIR%%/app/assets/javascripts/protected_branches.js.coffee
172
%%WWWDIR%%/app/assets/javascripts/search_autocomplete.js.coffee
173
%%WWWDIR%%/app/assets/javascripts/shortcuts.js.coffee
174
%%WWWDIR%%/app/assets/javascripts/shortcuts_dashboard_navigation.js.coffee
175
%%WWWDIR%%/app/assets/javascripts/shortcuts_find_file.js.coffee
176
%%WWWDIR%%/app/assets/javascripts/shortcuts_issuable.coffee
177
%%WWWDIR%%/app/assets/javascripts/shortcuts_navigation.coffee
178
%%WWWDIR%%/app/assets/javascripts/shortcuts_network.js.coffee
179
%%WWWDIR%%/app/assets/javascripts/sidebar.js.coffee
180
%%WWWDIR%%/app/assets/javascripts/star.js.coffee
181
%%WWWDIR%%/app/assets/javascripts/stat_graph.js.coffee
182
%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors.js.coffee
183
%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors_graph.js.coffee
184
%%WWWDIR%%/app/assets/javascripts/stat_graph_contributors_util.js.coffee
185
%%WWWDIR%%/app/assets/javascripts/subscription.js.coffee
186
%%WWWDIR%%/app/assets/javascripts/syntax_highlight.coffee
187
%%WWWDIR%%/app/assets/javascripts/tree.js.coffee
188
%%WWWDIR%%/app/assets/javascripts/user.js.coffee
189
%%WWWDIR%%/app/assets/javascripts/users_select.js.coffee
190
%%WWWDIR%%/app/assets/javascripts/wikis.js.coffee
191
%%WWWDIR%%/app/assets/javascripts/zen_mode.js.coffee
192
%%WWWDIR%%/app/assets/stylesheets/application.scss
193
%%WWWDIR%%/app/assets/stylesheets/behaviors.scss
194
%%WWWDIR%%/app/assets/stylesheets/framework.scss
195
%%WWWDIR%%/app/assets/stylesheets/framework/avatar.scss
196
%%WWWDIR%%/app/assets/stylesheets/framework/blocks.scss
197
%%WWWDIR%%/app/assets/stylesheets/framework/buttons.scss
198
%%WWWDIR%%/app/assets/stylesheets/framework/calendar.scss
199
%%WWWDIR%%/app/assets/stylesheets/framework/callout.scss
200
%%WWWDIR%%/app/assets/stylesheets/framework/common.scss
201
%%WWWDIR%%/app/assets/stylesheets/framework/files.scss
202
%%WWWDIR%%/app/assets/stylesheets/framework/filters.scss
203
%%WWWDIR%%/app/assets/stylesheets/framework/flash.scss
204
%%WWWDIR%%/app/assets/stylesheets/framework/fonts.scss
205
%%WWWDIR%%/app/assets/stylesheets/framework/forms.scss
206
%%WWWDIR%%/app/assets/stylesheets/framework/gfm.scss
207
%%WWWDIR%%/app/assets/stylesheets/framework/gitlab-theme.scss
208
%%WWWDIR%%/app/assets/stylesheets/framework/header.scss
209
%%WWWDIR%%/app/assets/stylesheets/framework/highlight.scss
210
%%WWWDIR%%/app/assets/stylesheets/framework/issue_box.scss
211
%%WWWDIR%%/app/assets/stylesheets/framework/jquery.scss
212
%%WWWDIR%%/app/assets/stylesheets/framework/layout.scss
213
%%WWWDIR%%/app/assets/stylesheets/framework/lists.scss
214
%%WWWDIR%%/app/assets/stylesheets/framework/markdown_area.scss
215
%%WWWDIR%%/app/assets/stylesheets/framework/mixins.scss
216
%%WWWDIR%%/app/assets/stylesheets/framework/mobile.scss
217
%%WWWDIR%%/app/assets/stylesheets/framework/nav.scss
218
%%WWWDIR%%/app/assets/stylesheets/framework/pagination.scss
219
%%WWWDIR%%/app/assets/stylesheets/framework/panels.scss
220
%%WWWDIR%%/app/assets/stylesheets/framework/selects.scss
221
%%WWWDIR%%/app/assets/stylesheets/framework/sidebar.scss
222
%%WWWDIR%%/app/assets/stylesheets/framework/tables.scss
223
%%WWWDIR%%/app/assets/stylesheets/framework/timeline.scss
224
%%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap.scss
225
%%WWWDIR%%/app/assets/stylesheets/framework/tw_bootstrap_variables.scss
226
%%WWWDIR%%/app/assets/stylesheets/framework/typography.scss
227
%%WWWDIR%%/app/assets/stylesheets/framework/variables.scss
228
%%WWWDIR%%/app/assets/stylesheets/framework/zen.scss
229
%%WWWDIR%%/app/assets/stylesheets/highlight/dark.scss
230
%%WWWDIR%%/app/assets/stylesheets/highlight/monokai.scss
231
%%WWWDIR%%/app/assets/stylesheets/highlight/solarized_dark.scss
232
%%WWWDIR%%/app/assets/stylesheets/highlight/solarized_light.scss
233
%%WWWDIR%%/app/assets/stylesheets/highlight/white.scss
234
%%WWWDIR%%/app/assets/stylesheets/pages/admin.scss
235
%%WWWDIR%%/app/assets/stylesheets/pages/awards.scss
236
%%WWWDIR%%/app/assets/stylesheets/pages/builds.scss
237
%%WWWDIR%%/app/assets/stylesheets/pages/ci_projects.scss
238
%%WWWDIR%%/app/assets/stylesheets/pages/commit.scss
239
%%WWWDIR%%/app/assets/stylesheets/pages/commits.scss
240
%%WWWDIR%%/app/assets/stylesheets/pages/dashboard.scss
241
%%WWWDIR%%/app/assets/stylesheets/pages/detail_page.scss
242
%%WWWDIR%%/app/assets/stylesheets/pages/diff.scss
243
%%WWWDIR%%/app/assets/stylesheets/pages/editor.scss
244
%%WWWDIR%%/app/assets/stylesheets/pages/emojis.scss
245
%%WWWDIR%%/app/assets/stylesheets/pages/errors.scss
246
%%WWWDIR%%/app/assets/stylesheets/pages/events.scss
247
%%WWWDIR%%/app/assets/stylesheets/pages/explore.scss
248
%%WWWDIR%%/app/assets/stylesheets/pages/graph.scss
249
%%WWWDIR%%/app/assets/stylesheets/pages/groups.scss
250
%%WWWDIR%%/app/assets/stylesheets/pages/help.scss
251
%%WWWDIR%%/app/assets/stylesheets/pages/import.scss
252
%%WWWDIR%%/app/assets/stylesheets/pages/issuable.scss
253
%%WWWDIR%%/app/assets/stylesheets/pages/issues.scss
254
%%WWWDIR%%/app/assets/stylesheets/pages/labels.scss
255
%%WWWDIR%%/app/assets/stylesheets/pages/lint.scss
256
%%WWWDIR%%/app/assets/stylesheets/pages/login.scss
257
%%WWWDIR%%/app/assets/stylesheets/pages/merge_requests.scss
258
%%WWWDIR%%/app/assets/stylesheets/pages/milestone.scss
259
%%WWWDIR%%/app/assets/stylesheets/pages/note_form.scss
260
%%WWWDIR%%/app/assets/stylesheets/pages/notes.scss
261
%%WWWDIR%%/app/assets/stylesheets/pages/notifications.scss
262
%%WWWDIR%%/app/assets/stylesheets/pages/profile.scss
263
%%WWWDIR%%/app/assets/stylesheets/pages/profiles/preferences.scss
264
%%WWWDIR%%/app/assets/stylesheets/pages/projects.scss
265
%%WWWDIR%%/app/assets/stylesheets/pages/runners.scss
266
%%WWWDIR%%/app/assets/stylesheets/pages/search.scss
267
%%WWWDIR%%/app/assets/stylesheets/pages/sherlock.scss
268
%%WWWDIR%%/app/assets/stylesheets/pages/snippets.scss
269
%%WWWDIR%%/app/assets/stylesheets/pages/stat_graph.scss
270
%%WWWDIR%%/app/assets/stylesheets/pages/status.scss
271
%%WWWDIR%%/app/assets/stylesheets/pages/todos.scss
272
%%WWWDIR%%/app/assets/stylesheets/pages/tree.scss
273
%%WWWDIR%%/app/assets/stylesheets/pages/ui_dev_kit.scss
274
%%WWWDIR%%/app/assets/stylesheets/pages/votes.scss
275
%%WWWDIR%%/app/assets/stylesheets/pages/wiki.scss
276
%%WWWDIR%%/app/assets/stylesheets/pages/xterm.scss
277
%%WWWDIR%%/app/assets/stylesheets/print.scss
278
%%WWWDIR%%/app/controllers/abuse_reports_controller.rb
279
%%WWWDIR%%/app/controllers/admin/abuse_reports_controller.rb
280
%%WWWDIR%%/app/controllers/admin/application_controller.rb
281
%%WWWDIR%%/app/controllers/admin/application_settings_controller.rb
282
%%WWWDIR%%/app/controllers/admin/applications_controller.rb
283
%%WWWDIR%%/app/controllers/admin/background_jobs_controller.rb
284
%%WWWDIR%%/app/controllers/admin/broadcast_messages_controller.rb
285
%%WWWDIR%%/app/controllers/admin/builds_controller.rb
286
%%WWWDIR%%/app/controllers/admin/dashboard_controller.rb
287
%%WWWDIR%%/app/controllers/admin/deploy_keys_controller.rb
288
%%WWWDIR%%/app/controllers/admin/groups_controller.rb
289
%%WWWDIR%%/app/controllers/admin/hooks_controller.rb
290
%%WWWDIR%%/app/controllers/admin/identities_controller.rb
291
%%WWWDIR%%/app/controllers/admin/impersonation_controller.rb
292
%%WWWDIR%%/app/controllers/admin/keys_controller.rb
293
%%WWWDIR%%/app/controllers/admin/labels_controller.rb
294
%%WWWDIR%%/app/controllers/admin/logs_controller.rb
295
%%WWWDIR%%/app/controllers/admin/projects_controller.rb
296
%%WWWDIR%%/app/controllers/admin/runner_projects_controller.rb
297
%%WWWDIR%%/app/controllers/admin/runners_controller.rb
298
%%WWWDIR%%/app/controllers/admin/services_controller.rb
299
%%WWWDIR%%/app/controllers/admin/spam_logs_controller.rb
300
%%WWWDIR%%/app/controllers/admin/users_controller.rb
301
%%WWWDIR%%/app/controllers/application_controller.rb
302
%%WWWDIR%%/app/controllers/autocomplete_controller.rb
303
%%WWWDIR%%/app/controllers/ci/application_controller.rb
304
%%WWWDIR%%/app/controllers/ci/lints_controller.rb
305
%%WWWDIR%%/app/controllers/ci/projects_controller.rb
306
%%WWWDIR%%/app/controllers/concerns/authenticates_with_two_factor.rb
307
%%WWWDIR%%/app/controllers/concerns/creates_commit.rb
308
%%WWWDIR%%/app/controllers/concerns/global_milestones.rb
309
%%WWWDIR%%/app/controllers/concerns/issues_action.rb
310
%%WWWDIR%%/app/controllers/concerns/merge_requests_action.rb
311
%%WWWDIR%%/app/controllers/confirmations_controller.rb
312
%%WWWDIR%%/app/controllers/dashboard/application_controller.rb
313
%%WWWDIR%%/app/controllers/dashboard/groups_controller.rb
314
%%WWWDIR%%/app/controllers/dashboard/milestones_controller.rb
315
%%WWWDIR%%/app/controllers/dashboard/projects_controller.rb
316
%%WWWDIR%%/app/controllers/dashboard/snippets_controller.rb
317
%%WWWDIR%%/app/controllers/dashboard/todos_controller.rb
318
%%WWWDIR%%/app/controllers/dashboard_controller.rb
319
%%WWWDIR%%/app/controllers/explore/application_controller.rb
320
%%WWWDIR%%/app/controllers/explore/groups_controller.rb
321
%%WWWDIR%%/app/controllers/explore/projects_controller.rb
322
%%WWWDIR%%/app/controllers/explore/snippets_controller.rb
323
%%WWWDIR%%/app/controllers/groups/application_controller.rb
324
%%WWWDIR%%/app/controllers/groups/avatars_controller.rb
325
%%WWWDIR%%/app/controllers/groups/group_members_controller.rb
326
%%WWWDIR%%/app/controllers/groups/milestones_controller.rb
327
%%WWWDIR%%/app/controllers/groups_controller.rb
328
%%WWWDIR%%/app/controllers/help_controller.rb
329
%%WWWDIR%%/app/controllers/import/base_controller.rb
330
%%WWWDIR%%/app/controllers/import/bitbucket_controller.rb
331
%%WWWDIR%%/app/controllers/import/fogbugz_controller.rb
332
%%WWWDIR%%/app/controllers/import/github_controller.rb
333
%%WWWDIR%%/app/controllers/import/gitlab_controller.rb
334
%%WWWDIR%%/app/controllers/import/gitorious_controller.rb
335
%%WWWDIR%%/app/controllers/import/google_code_controller.rb
336
%%WWWDIR%%/app/controllers/invites_controller.rb
337
%%WWWDIR%%/app/controllers/namespaces_controller.rb
338
%%WWWDIR%%/app/controllers/oauth/applications_controller.rb
339
%%WWWDIR%%/app/controllers/oauth/authorizations_controller.rb
340
%%WWWDIR%%/app/controllers/oauth/authorized_applications_controller.rb
341
%%WWWDIR%%/app/controllers/omniauth_callbacks_controller.rb
342
%%WWWDIR%%/app/controllers/passwords_controller.rb
343
%%WWWDIR%%/app/controllers/profiles/accounts_controller.rb
344
%%WWWDIR%%/app/controllers/profiles/application_controller.rb
345
%%WWWDIR%%/app/controllers/profiles/avatars_controller.rb
346
%%WWWDIR%%/app/controllers/profiles/emails_controller.rb
347
%%WWWDIR%%/app/controllers/profiles/keys_controller.rb
348
%%WWWDIR%%/app/controllers/profiles/notifications_controller.rb
349
%%WWWDIR%%/app/controllers/profiles/passwords_controller.rb
350
%%WWWDIR%%/app/controllers/profiles/preferences_controller.rb
351
%%WWWDIR%%/app/controllers/profiles/two_factor_auths_controller.rb
352
%%WWWDIR%%/app/controllers/profiles_controller.rb
353
%%WWWDIR%%/app/controllers/projects/application_controller.rb
354
%%WWWDIR%%/app/controllers/projects/artifacts_controller.rb
355
%%WWWDIR%%/app/controllers/projects/avatars_controller.rb
356
%%WWWDIR%%/app/controllers/projects/badges_controller.rb
357
%%WWWDIR%%/app/controllers/projects/blame_controller.rb
358
%%WWWDIR%%/app/controllers/projects/blob_controller.rb
359
%%WWWDIR%%/app/controllers/projects/branches_controller.rb
360
%%WWWDIR%%/app/controllers/projects/builds_controller.rb
361
%%WWWDIR%%/app/controllers/projects/commit_controller.rb
362
%%WWWDIR%%/app/controllers/projects/commits_controller.rb
363
%%WWWDIR%%/app/controllers/projects/compare_controller.rb
364
%%WWWDIR%%/app/controllers/projects/deploy_keys_controller.rb
365
%%WWWDIR%%/app/controllers/projects/find_file_controller.rb
366
%%WWWDIR%%/app/controllers/projects/forks_controller.rb
367
%%WWWDIR%%/app/controllers/projects/graphs_controller.rb
368
%%WWWDIR%%/app/controllers/projects/hooks_controller.rb
369
%%WWWDIR%%/app/controllers/projects/imports_controller.rb
370
%%WWWDIR%%/app/controllers/projects/issues_controller.rb
371
%%WWWDIR%%/app/controllers/projects/labels_controller.rb
372
%%WWWDIR%%/app/controllers/projects/merge_requests_controller.rb
373
%%WWWDIR%%/app/controllers/projects/milestones_controller.rb
374
%%WWWDIR%%/app/controllers/projects/network_controller.rb
375
%%WWWDIR%%/app/controllers/projects/notes_controller.rb
376
%%WWWDIR%%/app/controllers/projects/project_members_controller.rb
377
%%WWWDIR%%/app/controllers/projects/protected_branches_controller.rb
378
%%WWWDIR%%/app/controllers/projects/raw_controller.rb
379
%%WWWDIR%%/app/controllers/projects/refs_controller.rb
380
%%WWWDIR%%/app/controllers/projects/releases_controller.rb
381
%%WWWDIR%%/app/controllers/projects/repositories_controller.rb
382
%%WWWDIR%%/app/controllers/projects/runner_projects_controller.rb
383
%%WWWDIR%%/app/controllers/projects/runners_controller.rb
384
%%WWWDIR%%/app/controllers/projects/services_controller.rb
385
%%WWWDIR%%/app/controllers/projects/snippets_controller.rb
386
%%WWWDIR%%/app/controllers/projects/tags_controller.rb
387
%%WWWDIR%%/app/controllers/projects/tree_controller.rb
388
%%WWWDIR%%/app/controllers/projects/triggers_controller.rb
389
%%WWWDIR%%/app/controllers/projects/uploads_controller.rb
390
%%WWWDIR%%/app/controllers/projects/variables_controller.rb
391
%%WWWDIR%%/app/controllers/projects/wikis_controller.rb
392
%%WWWDIR%%/app/controllers/projects_controller.rb
393
%%WWWDIR%%/app/controllers/registrations_controller.rb
394
%%WWWDIR%%/app/controllers/root_controller.rb
395
%%WWWDIR%%/app/controllers/search_controller.rb
396
%%WWWDIR%%/app/controllers/sent_notifications_controller.rb
397
%%WWWDIR%%/app/controllers/sessions_controller.rb
398
%%WWWDIR%%/app/controllers/sherlock/application_controller.rb
399
%%WWWDIR%%/app/controllers/sherlock/file_samples_controller.rb
400
%%WWWDIR%%/app/controllers/sherlock/queries_controller.rb
401
%%WWWDIR%%/app/controllers/sherlock/transactions_controller.rb
402
%%WWWDIR%%/app/controllers/snippets_controller.rb
403
%%WWWDIR%%/app/controllers/uploads_controller.rb
404
%%WWWDIR%%/app/controllers/users_controller.rb
405
%%WWWDIR%%/app/finders/README.md
406
%%WWWDIR%%/app/finders/contributed_projects_finder.rb
407
%%WWWDIR%%/app/finders/issuable_finder.rb
408
%%WWWDIR%%/app/finders/issues_finder.rb
409
%%WWWDIR%%/app/finders/merge_requests_finder.rb
410
%%WWWDIR%%/app/finders/milestones_finder.rb
411
%%WWWDIR%%/app/finders/notes_finder.rb
412
%%WWWDIR%%/app/finders/personal_projects_finder.rb
413
%%WWWDIR%%/app/finders/projects_finder.rb
414
%%WWWDIR%%/app/finders/snippets_finder.rb
415
%%WWWDIR%%/app/finders/todos_finder.rb
416
%%WWWDIR%%/app/finders/trending_projects_finder.rb
417
%%WWWDIR%%/app/helpers/appearances_helper.rb
418
%%WWWDIR%%/app/helpers/application_helper.rb
419
%%WWWDIR%%/app/helpers/application_settings_helper.rb
420
%%WWWDIR%%/app/helpers/auth_helper.rb
421
%%WWWDIR%%/app/helpers/blob_helper.rb
422
%%WWWDIR%%/app/helpers/branches_helper.rb
423
%%WWWDIR%%/app/helpers/broadcast_messages_helper.rb
424
%%WWWDIR%%/app/helpers/button_helper.rb
425
%%WWWDIR%%/app/helpers/ci_badge_helper.rb
426
%%WWWDIR%%/app/helpers/ci_status_helper.rb
427
%%WWWDIR%%/app/helpers/commits_helper.rb
428
%%WWWDIR%%/app/helpers/compare_helper.rb
429
%%WWWDIR%%/app/helpers/dashboard_helper.rb
430
%%WWWDIR%%/app/helpers/diff_helper.rb
431
%%WWWDIR%%/app/helpers/emails_helper.rb
432
%%WWWDIR%%/app/helpers/events_helper.rb
433
%%WWWDIR%%/app/helpers/explore_helper.rb
434
%%WWWDIR%%/app/helpers/external_wiki_helper.rb
435
%%WWWDIR%%/app/helpers/git_helper.rb
436
%%WWWDIR%%/app/helpers/gitlab_markdown_helper.rb
437
%%WWWDIR%%/app/helpers/gitlab_routing_helper.rb
438
%%WWWDIR%%/app/helpers/graph_helper.rb
439
%%WWWDIR%%/app/helpers/groups_helper.rb
440
%%WWWDIR%%/app/helpers/icons_helper.rb
441
%%WWWDIR%%/app/helpers/issuables_helper.rb
442
%%WWWDIR%%/app/helpers/issues_helper.rb
443
%%WWWDIR%%/app/helpers/labels_helper.rb
444
%%WWWDIR%%/app/helpers/merge_requests_helper.rb
445
%%WWWDIR%%/app/helpers/milestones_helper.rb
446
%%WWWDIR%%/app/helpers/namespaces_helper.rb
447
%%WWWDIR%%/app/helpers/nav_helper.rb
448
%%WWWDIR%%/app/helpers/notes_helper.rb
449
%%WWWDIR%%/app/helpers/notifications_helper.rb
450
%%WWWDIR%%/app/helpers/page_layout_helper.rb
451
%%WWWDIR%%/app/helpers/preferences_helper.rb
452
%%WWWDIR%%/app/helpers/projects_helper.rb
453
%%WWWDIR%%/app/helpers/runners_helper.rb
454
%%WWWDIR%%/app/helpers/search_helper.rb
455
%%WWWDIR%%/app/helpers/selects_helper.rb
456
%%WWWDIR%%/app/helpers/snippets_helper.rb
457
%%WWWDIR%%/app/helpers/sorting_helper.rb
458
%%WWWDIR%%/app/helpers/submodule_helper.rb
459
%%WWWDIR%%/app/helpers/tab_helper.rb
460
%%WWWDIR%%/app/helpers/tags_helper.rb
461
%%WWWDIR%%/app/helpers/time_helper.rb
462
%%WWWDIR%%/app/helpers/todos_helper.rb
463
%%WWWDIR%%/app/helpers/tree_helper.rb
464
%%WWWDIR%%/app/helpers/triggers_helper.rb
465
%%WWWDIR%%/app/helpers/version_check_helper.rb
466
%%WWWDIR%%/app/helpers/visibility_level_helper.rb
467
%%WWWDIR%%/app/mailers/abuse_report_mailer.rb
468
%%WWWDIR%%/app/mailers/base_mailer.rb
469
%%WWWDIR%%/app/mailers/devise_mailer.rb
470
%%WWWDIR%%/app/mailers/email_rejection_mailer.rb
471
%%WWWDIR%%/app/mailers/emails/builds.rb
472
%%WWWDIR%%/app/mailers/emails/groups.rb
473
%%WWWDIR%%/app/mailers/emails/issues.rb
474
%%WWWDIR%%/app/mailers/emails/merge_requests.rb
475
%%WWWDIR%%/app/mailers/emails/notes.rb
476
%%WWWDIR%%/app/mailers/emails/profile.rb
477
%%WWWDIR%%/app/mailers/emails/projects.rb
478
%%WWWDIR%%/app/mailers/notify.rb
479
%%WWWDIR%%/app/models/ability.rb
480
%%WWWDIR%%/app/models/abuse_report.rb
481
%%WWWDIR%%/app/models/application_setting.rb
482
%%WWWDIR%%/app/models/audit_event.rb
483
%%WWWDIR%%/app/models/broadcast_message.rb
484
%%WWWDIR%%/app/models/ci/build.rb
485
%%WWWDIR%%/app/models/ci/commit.rb
486
%%WWWDIR%%/app/models/ci/runner.rb
487
%%WWWDIR%%/app/models/ci/runner_project.rb
488
%%WWWDIR%%/app/models/ci/trigger.rb
489
%%WWWDIR%%/app/models/ci/trigger_request.rb
490
%%WWWDIR%%/app/models/ci/variable.rb
491
%%WWWDIR%%/app/models/commit.rb
492
%%WWWDIR%%/app/models/commit_range.rb
493
%%WWWDIR%%/app/models/commit_status.rb
494
%%WWWDIR%%/app/models/concerns/case_sensitivity.rb
495
%%WWWDIR%%/app/models/concerns/internal_id.rb
496
%%WWWDIR%%/app/models/concerns/issuable.rb
497
%%WWWDIR%%/app/models/concerns/mentionable.rb
498
%%WWWDIR%%/app/models/concerns/notifiable.rb
499
%%WWWDIR%%/app/models/concerns/participable.rb
500
%%WWWDIR%%/app/models/concerns/referable.rb
501
%%WWWDIR%%/app/models/concerns/sortable.rb
502
%%WWWDIR%%/app/models/concerns/strip_attribute.rb
503
%%WWWDIR%%/app/models/concerns/taskable.rb
504
%%WWWDIR%%/app/models/concerns/token_authenticatable.rb
505
%%WWWDIR%%/app/models/deploy_key.rb
506
%%WWWDIR%%/app/models/deploy_keys_project.rb
507
%%WWWDIR%%/app/models/diff_line.rb
508
%%WWWDIR%%/app/models/email.rb
509
%%WWWDIR%%/app/models/event.rb
510
%%WWWDIR%%/app/models/external_issue.rb
511
%%WWWDIR%%/app/models/forked_project_link.rb
512
%%WWWDIR%%/app/models/generic_commit_status.rb
513
%%WWWDIR%%/app/models/global_label.rb
514
%%WWWDIR%%/app/models/global_milestone.rb
515
%%WWWDIR%%/app/models/group.rb
516
%%WWWDIR%%/app/models/hooks/project_hook.rb
517
%%WWWDIR%%/app/models/hooks/service_hook.rb
518
%%WWWDIR%%/app/models/hooks/system_hook.rb
519
%%WWWDIR%%/app/models/hooks/web_hook.rb
520
%%WWWDIR%%/app/models/identity.rb
521
%%WWWDIR%%/app/models/issue.rb
522
%%WWWDIR%%/app/models/jira_issue.rb
523
%%WWWDIR%%/app/models/key.rb
524
%%WWWDIR%%/app/models/label.rb
525
%%WWWDIR%%/app/models/label_link.rb
526
%%WWWDIR%%/app/models/lfs_object.rb
527
%%WWWDIR%%/app/models/lfs_objects_project.rb
528
%%WWWDIR%%/app/models/member.rb
529
%%WWWDIR%%/app/models/members/group_member.rb
530
%%WWWDIR%%/app/models/members/project_member.rb
531
%%WWWDIR%%/app/models/merge_request.rb
532
%%WWWDIR%%/app/models/merge_request_diff.rb
533
%%WWWDIR%%/app/models/milestone.rb
534
%%WWWDIR%%/app/models/namespace.rb
535
%%WWWDIR%%/app/models/network/commit.rb
536
%%WWWDIR%%/app/models/network/graph.rb
537
%%WWWDIR%%/app/models/note.rb
538
%%WWWDIR%%/app/models/notification.rb
539
%%WWWDIR%%/app/models/personal_snippet.rb
540
%%WWWDIR%%/app/models/project.rb
541
%%WWWDIR%%/app/models/project_import_data.rb
542
%%WWWDIR%%/app/models/project_services/asana_service.rb
543
%%WWWDIR%%/app/models/project_services/assembla_service.rb
544
%%WWWDIR%%/app/models/project_services/bamboo_service.rb
545
%%WWWDIR%%/app/models/project_services/buildkite_service.rb
546
%%WWWDIR%%/app/models/project_services/builds_email_service.rb
547
%%WWWDIR%%/app/models/project_services/campfire_service.rb
548
%%WWWDIR%%/app/models/project_services/ci_service.rb
549
%%WWWDIR%%/app/models/project_services/custom_issue_tracker_service.rb
550
%%WWWDIR%%/app/models/project_services/drone_ci_service.rb
551
%%WWWDIR%%/app/models/project_services/emails_on_push_service.rb
552
%%WWWDIR%%/app/models/project_services/external_wiki_service.rb
553
%%WWWDIR%%/app/models/project_services/flowdock_service.rb
554
%%WWWDIR%%/app/models/project_services/gemnasium_service.rb
555
%%WWWDIR%%/app/models/project_services/gitlab_ci_service.rb
556
%%WWWDIR%%/app/models/project_services/gitlab_issue_tracker_service.rb
557
%%WWWDIR%%/app/models/project_services/hipchat_service.rb
558
%%WWWDIR%%/app/models/project_services/irker_service.rb
559
%%WWWDIR%%/app/models/project_services/issue_tracker_service.rb
560
%%WWWDIR%%/app/models/project_services/jira_service.rb
561
%%WWWDIR%%/app/models/project_services/pivotaltracker_service.rb
562
%%WWWDIR%%/app/models/project_services/pushover_service.rb
563
%%WWWDIR%%/app/models/project_services/redmine_service.rb
564
%%WWWDIR%%/app/models/project_services/slack_service.rb
565
%%WWWDIR%%/app/models/project_services/slack_service/base_message.rb
566
%%WWWDIR%%/app/models/project_services/slack_service/build_message.rb
567
%%WWWDIR%%/app/models/project_services/slack_service/issue_message.rb
568
%%WWWDIR%%/app/models/project_services/slack_service/merge_message.rb
569
%%WWWDIR%%/app/models/project_services/slack_service/note_message.rb
570
%%WWWDIR%%/app/models/project_services/slack_service/push_message.rb
571
%%WWWDIR%%/app/models/project_services/teamcity_service.rb
572
%%WWWDIR%%/app/models/project_snippet.rb
573
%%WWWDIR%%/app/models/project_team.rb
574
%%WWWDIR%%/app/models/project_wiki.rb
575
%%WWWDIR%%/app/models/protected_branch.rb
576
%%WWWDIR%%/app/models/release.rb
577
%%WWWDIR%%/app/models/repository.rb
578
%%WWWDIR%%/app/models/security_event.rb
579
%%WWWDIR%%/app/models/sent_notification.rb
580
%%WWWDIR%%/app/models/service.rb
581
%%WWWDIR%%/app/models/snippet.rb
582
%%WWWDIR%%/app/models/spam_log.rb
583
%%WWWDIR%%/app/models/spam_report.rb
584
%%WWWDIR%%/app/models/subscription.rb
585
%%WWWDIR%%/app/models/todo.rb
586
%%WWWDIR%%/app/models/tree.rb
587
%%WWWDIR%%/app/models/user.rb
588
%%WWWDIR%%/app/models/users_star_project.rb
589
%%WWWDIR%%/app/models/wiki_page.rb
590
%%WWWDIR%%/app/services/archive_repository_service.rb
591
%%WWWDIR%%/app/services/audit_event_service.rb
592
%%WWWDIR%%/app/services/base_service.rb
593
%%WWWDIR%%/app/services/ci/create_builds_service.rb
594
%%WWWDIR%%/app/services/ci/create_trigger_request_service.rb
595
%%WWWDIR%%/app/services/ci/image_for_build_service.rb
596
%%WWWDIR%%/app/services/ci/register_build_service.rb
597
%%WWWDIR%%/app/services/ci/web_hook_service.rb
598
%%WWWDIR%%/app/services/commits/revert_service.rb
599
%%WWWDIR%%/app/services/compare_service.rb
600
%%WWWDIR%%/app/services/create_branch_service.rb
601
%%WWWDIR%%/app/services/create_commit_builds_service.rb
602
%%WWWDIR%%/app/services/create_release_service.rb
603
%%WWWDIR%%/app/services/create_snippet_service.rb
604
%%WWWDIR%%/app/services/create_spam_log_service.rb
605
%%WWWDIR%%/app/services/create_tag_service.rb
606
%%WWWDIR%%/app/services/delete_branch_service.rb
607
%%WWWDIR%%/app/services/delete_tag_service.rb
608
%%WWWDIR%%/app/services/delete_user_service.rb
609
%%WWWDIR%%/app/services/destroy_group_service.rb
610
%%WWWDIR%%/app/services/event_create_service.rb
611
%%WWWDIR%%/app/services/files/base_service.rb
612
%%WWWDIR%%/app/services/files/create_dir_service.rb
613
%%WWWDIR%%/app/services/files/create_service.rb
614
%%WWWDIR%%/app/services/files/delete_service.rb
615
%%WWWDIR%%/app/services/files/update_service.rb
616
%%WWWDIR%%/app/services/git_hooks_service.rb
617
%%WWWDIR%%/app/services/git_push_service.rb
618
%%WWWDIR%%/app/services/git_tag_push_service.rb
619
%%WWWDIR%%/app/services/gravatar_service.rb
620
%%WWWDIR%%/app/services/issuable_base_service.rb
621
%%WWWDIR%%/app/services/issues/base_service.rb
622
%%WWWDIR%%/app/services/issues/bulk_update_service.rb
623
%%WWWDIR%%/app/services/issues/close_service.rb
624
%%WWWDIR%%/app/services/issues/create_service.rb
625
%%WWWDIR%%/app/services/issues/reopen_service.rb
626
%%WWWDIR%%/app/services/issues/update_service.rb
627
%%WWWDIR%%/app/services/merge_requests/base_service.rb
628
%%WWWDIR%%/app/services/merge_requests/build_service.rb
629
%%WWWDIR%%/app/services/merge_requests/close_service.rb
630
%%WWWDIR%%/app/services/merge_requests/create_service.rb
631
%%WWWDIR%%/app/services/merge_requests/merge_service.rb
632
%%WWWDIR%%/app/services/merge_requests/merge_when_build_succeeds_service.rb
633
%%WWWDIR%%/app/services/merge_requests/post_merge_service.rb
634
%%WWWDIR%%/app/services/merge_requests/refresh_service.rb
635
%%WWWDIR%%/app/services/merge_requests/reopen_service.rb
636
%%WWWDIR%%/app/services/merge_requests/update_service.rb
637
%%WWWDIR%%/app/services/milestones/base_service.rb
638
%%WWWDIR%%/app/services/milestones/close_service.rb
639
%%WWWDIR%%/app/services/milestones/create_service.rb
640
%%WWWDIR%%/app/services/milestones/destroy_service.rb
641
%%WWWDIR%%/app/services/milestones/reopen_service.rb
642
%%WWWDIR%%/app/services/milestones/update_service.rb
643
%%WWWDIR%%/app/services/notes/create_service.rb
644
%%WWWDIR%%/app/services/notes/post_process_service.rb
645
%%WWWDIR%%/app/services/notes/update_service.rb
646
%%WWWDIR%%/app/services/notification_service.rb
647
%%WWWDIR%%/app/services/oauth2/access_token_validation_service.rb
648
%%WWWDIR%%/app/services/projects/autocomplete_service.rb
649
%%WWWDIR%%/app/services/projects/create_service.rb
650
%%WWWDIR%%/app/services/projects/destroy_service.rb
651
%%WWWDIR%%/app/services/projects/download_service.rb
652
%%WWWDIR%%/app/services/projects/fork_service.rb
653
%%WWWDIR%%/app/services/projects/housekeeping_service.rb
654
%%WWWDIR%%/app/services/projects/import_service.rb
655
%%WWWDIR%%/app/services/projects/participants_service.rb
656
%%WWWDIR%%/app/services/projects/transfer_service.rb
657
%%WWWDIR%%/app/services/projects/update_service.rb
658
%%WWWDIR%%/app/services/projects/upload_service.rb
659
%%WWWDIR%%/app/services/repair_ldap_blocked_user_service.rb
660
%%WWWDIR%%/app/services/search/global_service.rb
661
%%WWWDIR%%/app/services/search/project_service.rb
662
%%WWWDIR%%/app/services/search/snippet_service.rb
663
%%WWWDIR%%/app/services/system_hooks_service.rb
664
%%WWWDIR%%/app/services/system_note_service.rb
665
%%WWWDIR%%/app/services/test_hook_service.rb
666
%%WWWDIR%%/app/services/todo_service.rb
667
%%WWWDIR%%/app/services/update_release_service.rb
668
%%WWWDIR%%/app/services/update_snippet_service.rb
669
%%WWWDIR%%/app/uploaders/artifact_uploader.rb
670
%%WWWDIR%%/app/uploaders/attachment_uploader.rb
671
%%WWWDIR%%/app/uploaders/avatar_uploader.rb
672
%%WWWDIR%%/app/uploaders/file_uploader.rb
673
%%WWWDIR%%/app/uploaders/lfs_object_uploader.rb
674
%%WWWDIR%%/app/uploaders/uploader_helper.rb
675
%%WWWDIR%%/app/validators/color_validator.rb
676
%%WWWDIR%%/app/validators/email_validator.rb
677
%%WWWDIR%%/app/validators/line_code_validator.rb
678
%%WWWDIR%%/app/validators/namespace_name_validator.rb
679
%%WWWDIR%%/app/validators/namespace_validator.rb
680
%%WWWDIR%%/app/validators/url_validator.rb
681
%%WWWDIR%%/app/views/abuse_report_mailer/notify.html.haml
682
%%WWWDIR%%/app/views/abuse_report_mailer/notify.text.haml
683
%%WWWDIR%%/app/views/abuse_reports/new.html.haml
684
%%WWWDIR%%/app/views/admin/abuse_reports/_abuse_report.html.haml
685
%%WWWDIR%%/app/views/admin/abuse_reports/index.html.haml
686
%%WWWDIR%%/app/views/admin/application_settings/_form.html.haml
687
%%WWWDIR%%/app/views/admin/application_settings/show.html.haml
688
%%WWWDIR%%/app/views/admin/applications/_delete_form.html.haml
689
%%WWWDIR%%/app/views/admin/applications/_form.html.haml
690
%%WWWDIR%%/app/views/admin/applications/edit.html.haml
691
%%WWWDIR%%/app/views/admin/applications/index.html.haml
692
%%WWWDIR%%/app/views/admin/applications/new.html.haml
693
%%WWWDIR%%/app/views/admin/applications/show.html.haml
694
%%WWWDIR%%/app/views/admin/background_jobs/show.html.haml
695
%%WWWDIR%%/app/views/admin/broadcast_messages/_form.html.haml
696
%%WWWDIR%%/app/views/admin/broadcast_messages/edit.html.haml
697
%%WWWDIR%%/app/views/admin/broadcast_messages/index.html.haml
698
%%WWWDIR%%/app/views/admin/broadcast_messages/preview.js.haml
699
%%WWWDIR%%/app/views/admin/builds/_build.html.haml
700
%%WWWDIR%%/app/views/admin/builds/index.html.haml
701
%%WWWDIR%%/app/views/admin/dashboard/index.html.haml
702
%%WWWDIR%%/app/views/admin/deploy_keys/index.html.haml
703
%%WWWDIR%%/app/views/admin/deploy_keys/new.html.haml
704
%%WWWDIR%%/app/views/admin/groups/_form.html.haml
705
%%WWWDIR%%/app/views/admin/groups/edit.html.haml
706
%%WWWDIR%%/app/views/admin/groups/index.html.haml
707
%%WWWDIR%%/app/views/admin/groups/new.html.haml
708
%%WWWDIR%%/app/views/admin/groups/show.html.haml
709
%%WWWDIR%%/app/views/admin/hooks/index.html.haml
710
%%WWWDIR%%/app/views/admin/identities/_form.html.haml
711
%%WWWDIR%%/app/views/admin/identities/_identity.html.haml
712
%%WWWDIR%%/app/views/admin/identities/edit.html.haml
713
%%WWWDIR%%/app/views/admin/identities/index.html.haml
714
%%WWWDIR%%/app/views/admin/identities/new.html.haml
715
%%WWWDIR%%/app/views/admin/keys/show.html.haml
716
%%WWWDIR%%/app/views/admin/labels/_form.html.haml
717
%%WWWDIR%%/app/views/admin/labels/_label.html.haml
718
%%WWWDIR%%/app/views/admin/labels/destroy.js.haml
719
%%WWWDIR%%/app/views/admin/labels/edit.html.haml
720
%%WWWDIR%%/app/views/admin/labels/index.html.haml
721
%%WWWDIR%%/app/views/admin/labels/new.html.haml
722
%%WWWDIR%%/app/views/admin/logs/show.html.haml
723
%%WWWDIR%%/app/views/admin/projects/index.html.haml
724
%%WWWDIR%%/app/views/admin/projects/show.html.haml
725
%%WWWDIR%%/app/views/admin/runners/_runner.html.haml
726
%%WWWDIR%%/app/views/admin/runners/index.html.haml
727
%%WWWDIR%%/app/views/admin/runners/show.html.haml
728
%%WWWDIR%%/app/views/admin/runners/update.js.haml
729
%%WWWDIR%%/app/views/admin/services/_form.html.haml
730
%%WWWDIR%%/app/views/admin/services/edit.html.haml
731
%%WWWDIR%%/app/views/admin/services/index.html.haml
732
%%WWWDIR%%/app/views/admin/spam_logs/_spam_log.html.haml
733
%%WWWDIR%%/app/views/admin/spam_logs/index.html.haml
734
%%WWWDIR%%/app/views/admin/users/_form.html.haml
735
%%WWWDIR%%/app/views/admin/users/_head.html.haml
736
%%WWWDIR%%/app/views/admin/users/_profile.html.haml
737
%%WWWDIR%%/app/views/admin/users/_projects.html.haml
738
%%WWWDIR%%/app/views/admin/users/edit.html.haml
739
%%WWWDIR%%/app/views/admin/users/groups.html.haml
740
%%WWWDIR%%/app/views/admin/users/index.html.haml
741
%%WWWDIR%%/app/views/admin/users/keys.html.haml
742
%%WWWDIR%%/app/views/admin/users/new.html.haml
743
%%WWWDIR%%/app/views/admin/users/projects.html.haml
744
%%WWWDIR%%/app/views/admin/users/show.html.haml
745
%%WWWDIR%%/app/views/ci/commits/_commit.html.haml
746
%%WWWDIR%%/app/views/ci/errors/show.haml
747
%%WWWDIR%%/app/views/ci/lints/_create.html.haml
748
%%WWWDIR%%/app/views/ci/lints/show.html.haml
749
%%WWWDIR%%/app/views/ci/projects/index.html.haml
750
%%WWWDIR%%/app/views/ci/shared/_guide.html.haml
751
%%WWWDIR%%/app/views/ci/shared/_no_runners.html.haml
752
%%WWWDIR%%/app/views/dashboard/_activities.html.haml
753
%%WWWDIR%%/app/views/dashboard/_activity_head.html.haml
754
%%WWWDIR%%/app/views/dashboard/_groups_head.html.haml
755
%%WWWDIR%%/app/views/dashboard/_projects_head.html.haml
756
%%WWWDIR%%/app/views/dashboard/_sidebar.html.haml
757
%%WWWDIR%%/app/views/dashboard/_snippets_head.html.haml
758
%%WWWDIR%%/app/views/dashboard/activity.html.haml
759
%%WWWDIR%%/app/views/dashboard/groups/index.html.haml
760
%%WWWDIR%%/app/views/dashboard/issues.atom.builder
761
%%WWWDIR%%/app/views/dashboard/issues.html.haml
762
%%WWWDIR%%/app/views/dashboard/merge_requests.html.haml
763
%%WWWDIR%%/app/views/dashboard/milestones/_issue.html.haml
764
%%WWWDIR%%/app/views/dashboard/milestones/_issues.html.haml
765
%%WWWDIR%%/app/views/dashboard/milestones/_merge_request.html.haml
766
%%WWWDIR%%/app/views/dashboard/milestones/_merge_requests.html.haml
767
%%WWWDIR%%/app/views/dashboard/milestones/_milestone.html.haml
768
%%WWWDIR%%/app/views/dashboard/milestones/index.html.haml
769
%%WWWDIR%%/app/views/dashboard/milestones/show.html.haml
770
%%WWWDIR%%/app/views/dashboard/projects/_projects.html.haml
771
%%WWWDIR%%/app/views/dashboard/projects/_zero_authorized_projects.html.haml
772
%%WWWDIR%%/app/views/dashboard/projects/index.atom.builder
773
%%WWWDIR%%/app/views/dashboard/projects/index.html.haml
774
%%WWWDIR%%/app/views/dashboard/projects/starred.html.haml
775
%%WWWDIR%%/app/views/dashboard/snippets/index.html.haml
776
%%WWWDIR%%/app/views/dashboard/todos/_todo.html.haml
777
%%WWWDIR%%/app/views/dashboard/todos/index.html.haml
778
%%WWWDIR%%/app/views/devise/confirmations/new.html.haml
779
%%WWWDIR%%/app/views/devise/mailer/confirmation_instructions.html.erb
780
%%WWWDIR%%/app/views/devise/mailer/reset_password_instructions.html.erb
781
%%WWWDIR%%/app/views/devise/mailer/unlock_instructions.html.haml
782
%%WWWDIR%%/app/views/devise/passwords/edit.html.haml
783
%%WWWDIR%%/app/views/devise/passwords/new.html.haml
784
%%WWWDIR%%/app/views/devise/registrations/edit.html.erb
785
%%WWWDIR%%/app/views/devise/registrations/new.html.haml
786
%%WWWDIR%%/app/views/devise/sessions/_new_base.html.haml
787
%%WWWDIR%%/app/views/devise/sessions/_new_crowd.html.haml
788
%%WWWDIR%%/app/views/devise/sessions/_new_ldap.html.haml
789
%%WWWDIR%%/app/views/devise/sessions/new.html.haml
790
%%WWWDIR%%/app/views/devise/sessions/two_factor.html.haml
791
%%WWWDIR%%/app/views/devise/shared/_links.erb
792
%%WWWDIR%%/app/views/devise/shared/_omniauth_box.html.haml
793
%%WWWDIR%%/app/views/devise/shared/_sign_in_link.html.haml
794
%%WWWDIR%%/app/views/devise/shared/_signin_box.html.haml
795
%%WWWDIR%%/app/views/devise/shared/_signup_box.html.haml
796
%%WWWDIR%%/app/views/devise/unlocks/new.html.haml
797
%%WWWDIR%%/app/views/doorkeeper/applications/_delete_form.html.haml
798
%%WWWDIR%%/app/views/doorkeeper/applications/_form.html.haml
799
%%WWWDIR%%/app/views/doorkeeper/applications/edit.html.haml
800
%%WWWDIR%%/app/views/doorkeeper/applications/index.html.haml
801
%%WWWDIR%%/app/views/doorkeeper/applications/new.html.haml
802
%%WWWDIR%%/app/views/doorkeeper/applications/show.html.haml
803
%%WWWDIR%%/app/views/doorkeeper/authorizations/error.html.haml
804
%%WWWDIR%%/app/views/doorkeeper/authorizations/new.html.haml
805
%%WWWDIR%%/app/views/doorkeeper/authorizations/show.html.haml
806
%%WWWDIR%%/app/views/doorkeeper/authorized_applications/_delete_form.html.haml
807
%%WWWDIR%%/app/views/doorkeeper/authorized_applications/index.html.haml
808
%%WWWDIR%%/app/views/email_rejection_mailer/rejection.html.haml
809
%%WWWDIR%%/app/views/email_rejection_mailer/rejection.text.haml
810
%%WWWDIR%%/app/views/errors/access_denied.html.haml
811
%%WWWDIR%%/app/views/errors/encoding.html.haml
812
%%WWWDIR%%/app/views/errors/git_not_found.html.haml
813
%%WWWDIR%%/app/views/errors/not_found.html.haml
814
%%WWWDIR%%/app/views/errors/omniauth_error.html.haml
815
%%WWWDIR%%/app/views/events/_commit.html.haml
816
%%WWWDIR%%/app/views/events/_event.html.haml
817
%%WWWDIR%%/app/views/events/_event_issue.atom.haml
818
%%WWWDIR%%/app/views/events/_event_last_push.html.haml
819
%%WWWDIR%%/app/views/events/_event_merge_request.atom.haml
820
%%WWWDIR%%/app/views/events/_event_note.atom.haml
821
%%WWWDIR%%/app/views/events/_event_push.atom.haml
822
%%WWWDIR%%/app/views/events/_events.html.haml
823
%%WWWDIR%%/app/views/events/event/_common.html.haml
824
%%WWWDIR%%/app/views/events/event/_created_project.html.haml
825
%%WWWDIR%%/app/views/events/event/_note.html.haml
826
%%WWWDIR%%/app/views/events/event/_push.html.haml
827
%%WWWDIR%%/app/views/explore/_head.html.haml
828
%%WWWDIR%%/app/views/explore/groups/index.html.haml
829
%%WWWDIR%%/app/views/explore/projects/_dropdown.html.haml
830
%%WWWDIR%%/app/views/explore/projects/_filter.html.haml
831
%%WWWDIR%%/app/views/explore/projects/_nav.html.haml
832
%%WWWDIR%%/app/views/explore/projects/_projects.html.haml
833
%%WWWDIR%%/app/views/explore/projects/index.html.haml
834
%%WWWDIR%%/app/views/explore/projects/starred.html.haml
835
%%WWWDIR%%/app/views/explore/projects/trending.html.haml
836
%%WWWDIR%%/app/views/explore/snippets/index.html.haml
837
%%WWWDIR%%/app/views/groups/_projects.html.haml
838
%%WWWDIR%%/app/views/groups/edit.html.haml
839
%%WWWDIR%%/app/views/groups/group_members/_group_member.html.haml
840
%%WWWDIR%%/app/views/groups/group_members/_new_group_member.html.haml
841
%%WWWDIR%%/app/views/groups/group_members/index.html.haml
842
%%WWWDIR%%/app/views/groups/group_members/update.js.haml
843
%%WWWDIR%%/app/views/groups/issues.atom.builder
844
%%WWWDIR%%/app/views/groups/issues.html.haml
845
%%WWWDIR%%/app/views/groups/merge_requests.html.haml
846
%%WWWDIR%%/app/views/groups/milestones/_header_title.html.haml
847
%%WWWDIR%%/app/views/groups/milestones/_issue.html.haml
848
%%WWWDIR%%/app/views/groups/milestones/_issues.html.haml
849
%%WWWDIR%%/app/views/groups/milestones/_merge_request.html.haml
850
%%WWWDIR%%/app/views/groups/milestones/_merge_requests.html.haml
851
%%WWWDIR%%/app/views/groups/milestones/_milestone.html.haml
852
%%WWWDIR%%/app/views/groups/milestones/index.html.haml
853
%%WWWDIR%%/app/views/groups/milestones/new.html.haml
854
%%WWWDIR%%/app/views/groups/milestones/show.html.haml
855
%%WWWDIR%%/app/views/groups/new.html.haml
856
%%WWWDIR%%/app/views/groups/projects.html.haml
857
%%WWWDIR%%/app/views/groups/show.atom.builder
858
%%WWWDIR%%/app/views/groups/show.html.haml
859
%%WWWDIR%%/app/views/help/_shortcuts.html.haml
860
%%WWWDIR%%/app/views/help/index.html.haml
861
%%WWWDIR%%/app/views/help/shortcuts.js.haml
862
%%WWWDIR%%/app/views/help/show.html.haml
863
%%WWWDIR%%/app/views/help/ui.html.haml
864
%%WWWDIR%%/app/views/import/base/create.js.haml
865
%%WWWDIR%%/app/views/import/bitbucket/status.html.haml
866
%%WWWDIR%%/app/views/import/fogbugz/new.html.haml
867
%%WWWDIR%%/app/views/import/fogbugz/new_user_map.html.haml
868
%%WWWDIR%%/app/views/import/fogbugz/status.html.haml
869
%%WWWDIR%%/app/views/import/github/status.html.haml
870
%%WWWDIR%%/app/views/import/gitlab/status.html.haml
871
%%WWWDIR%%/app/views/import/gitorious/status.html.haml
872
%%WWWDIR%%/app/views/import/google_code/new.html.haml
873
%%WWWDIR%%/app/views/import/google_code/new_user_map.html.haml
874
%%WWWDIR%%/app/views/import/google_code/status.html.haml
875
%%WWWDIR%%/app/views/invites/show.html.haml
876
%%WWWDIR%%/app/views/kaminari/gitlab/_first_page.html.haml
877
%%WWWDIR%%/app/views/kaminari/gitlab/_gap.html.haml
878
%%WWWDIR%%/app/views/kaminari/gitlab/_last_page.html.haml
879
%%WWWDIR%%/app/views/kaminari/gitlab/_next_page.html.haml
880
%%WWWDIR%%/app/views/kaminari/gitlab/_page.html.haml
881
%%WWWDIR%%/app/views/kaminari/gitlab/_paginator.html.haml
882
%%WWWDIR%%/app/views/kaminari/gitlab/_prev_page.html.haml
883
%%WWWDIR%%/app/views/layouts/_bootlint.haml
884
%%WWWDIR%%/app/views/layouts/_broadcast.html.haml
885
%%WWWDIR%%/app/views/layouts/_collapse_button.html.haml
886
%%WWWDIR%%/app/views/layouts/_flash.html.haml
887
%%WWWDIR%%/app/views/layouts/_google_analytics.html.haml
888
%%WWWDIR%%/app/views/layouts/_head.html.haml
889
%%WWWDIR%%/app/views/layouts/_init_auto_complete.html.haml
890
%%WWWDIR%%/app/views/layouts/_page.html.haml
891
%%WWWDIR%%/app/views/layouts/_page_title.html.haml
892
%%WWWDIR%%/app/views/layouts/_piwik.html.haml
893
%%WWWDIR%%/app/views/layouts/_search.html.haml
894
%%WWWDIR%%/app/views/layouts/_user_styles.html.haml
895
%%WWWDIR%%/app/views/layouts/admin.html.haml
896
%%WWWDIR%%/app/views/layouts/application.html.haml
897
%%WWWDIR%%/app/views/layouts/ci/_info.html.haml
898
%%WWWDIR%%/app/views/layouts/ci/_page.html.haml
899
%%WWWDIR%%/app/views/layouts/ci/notify.html.haml
900
%%WWWDIR%%/app/views/layouts/dashboard.html.haml
901
%%WWWDIR%%/app/views/layouts/devise.html.haml
902
%%WWWDIR%%/app/views/layouts/errors.html.haml
903
%%WWWDIR%%/app/views/layouts/explore.html.haml
904
%%WWWDIR%%/app/views/layouts/group.html.haml
905
%%WWWDIR%%/app/views/layouts/group_settings.html.haml
906
%%WWWDIR%%/app/views/layouts/header/_default.html.haml
907
%%WWWDIR%%/app/views/layouts/header/_empty.html.haml
908
%%WWWDIR%%/app/views/layouts/header/_public.html.haml
909
%%WWWDIR%%/app/views/layouts/help.html.haml
910
%%WWWDIR%%/app/views/layouts/nav/_admin.html.haml
911
%%WWWDIR%%/app/views/layouts/nav/_dashboard.html.haml
912
%%WWWDIR%%/app/views/layouts/nav/_explore.html.haml
913
%%WWWDIR%%/app/views/layouts/nav/_group.html.haml
914
%%WWWDIR%%/app/views/layouts/nav/_group_settings.html.haml
915
%%WWWDIR%%/app/views/layouts/nav/_profile.html.haml
916
%%WWWDIR%%/app/views/layouts/nav/_project.html.haml
917
%%WWWDIR%%/app/views/layouts/nav/_project_settings.html.haml
918
%%WWWDIR%%/app/views/layouts/notify.html.haml
919
%%WWWDIR%%/app/views/layouts/profile.html.haml
920
%%WWWDIR%%/app/views/layouts/project.html.haml
921
%%WWWDIR%%/app/views/layouts/project_settings.html.haml
922
%%WWWDIR%%/app/views/layouts/search.html.haml
923
%%WWWDIR%%/app/views/layouts/snippets.html.haml
924
%%WWWDIR%%/app/views/notify/_note_message.html.haml
925
%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.html.haml
926
%%WWWDIR%%/app/views/notify/_reassigned_issuable_email.text.erb
927
%%WWWDIR%%/app/views/notify/build_fail_email.html.haml
928
%%WWWDIR%%/app/views/notify/build_fail_email.text.erb
929
%%WWWDIR%%/app/views/notify/build_success_email.html.haml
930
%%WWWDIR%%/app/views/notify/build_success_email.text.erb
931
%%WWWDIR%%/app/views/notify/closed_issue_email.html.haml
932
%%WWWDIR%%/app/views/notify/closed_issue_email.text.haml
933
%%WWWDIR%%/app/views/notify/closed_merge_request_email.html.haml
934
%%WWWDIR%%/app/views/notify/closed_merge_request_email.text.haml
935
%%WWWDIR%%/app/views/notify/group_access_granted_email.html.haml
936
%%WWWDIR%%/app/views/notify/group_access_granted_email.text.erb
937
%%WWWDIR%%/app/views/notify/group_invite_accepted_email.html.haml
938
%%WWWDIR%%/app/views/notify/group_invite_accepted_email.text.erb
939
%%WWWDIR%%/app/views/notify/group_invite_declined_email.html.haml
940
%%WWWDIR%%/app/views/notify/group_invite_declined_email.text.erb
941
%%WWWDIR%%/app/views/notify/group_member_invited_email.html.haml
942
%%WWWDIR%%/app/views/notify/group_member_invited_email.text.erb
943
%%WWWDIR%%/app/views/notify/issue_status_changed_email.html.haml
944
%%WWWDIR%%/app/views/notify/issue_status_changed_email.text.erb
945
%%WWWDIR%%/app/views/notify/merge_request_status_email.html.haml
946
%%WWWDIR%%/app/views/notify/merge_request_status_email.text.haml
947
%%WWWDIR%%/app/views/notify/merged_merge_request_email.html.haml
948
%%WWWDIR%%/app/views/notify/merged_merge_request_email.text.haml
949
%%WWWDIR%%/app/views/notify/new_email_email.html.haml
950
%%WWWDIR%%/app/views/notify/new_email_email.text.erb
951
%%WWWDIR%%/app/views/notify/new_issue_email.html.haml
952
%%WWWDIR%%/app/views/notify/new_issue_email.text.erb
953
%%WWWDIR%%/app/views/notify/new_merge_request_email.html.haml
954
%%WWWDIR%%/app/views/notify/new_merge_request_email.text.erb
955
%%WWWDIR%%/app/views/notify/new_ssh_key_email.html.haml
956
%%WWWDIR%%/app/views/notify/new_ssh_key_email.text.erb
957
%%WWWDIR%%/app/views/notify/new_user_email.html.haml
958
%%WWWDIR%%/app/views/notify/new_user_email.text.erb
959
%%WWWDIR%%/app/views/notify/note_commit_email.html.haml
960
%%WWWDIR%%/app/views/notify/note_commit_email.text.erb
961
%%WWWDIR%%/app/views/notify/note_issue_email.html.haml
962
%%WWWDIR%%/app/views/notify/note_issue_email.text.erb
963
%%WWWDIR%%/app/views/notify/note_merge_request_email.html.haml
964
%%WWWDIR%%/app/views/notify/note_merge_request_email.text.erb
965
%%WWWDIR%%/app/views/notify/project_access_granted_email.html.haml
966
%%WWWDIR%%/app/views/notify/project_access_granted_email.text.erb
967
%%WWWDIR%%/app/views/notify/project_invite_accepted_email.html.haml
968
%%WWWDIR%%/app/views/notify/project_invite_accepted_email.text.erb
969
%%WWWDIR%%/app/views/notify/project_invite_declined_email.html.haml
970
%%WWWDIR%%/app/views/notify/project_invite_declined_email.text.erb
971
%%WWWDIR%%/app/views/notify/project_member_invited_email.html.haml
972
%%WWWDIR%%/app/views/notify/project_member_invited_email.text.erb
973
%%WWWDIR%%/app/views/notify/project_was_moved_email.html.haml
974
%%WWWDIR%%/app/views/notify/project_was_moved_email.text.erb
975
%%WWWDIR%%/app/views/notify/reassigned_issue_email.html.haml
976
%%WWWDIR%%/app/views/notify/reassigned_issue_email.text.erb
977
%%WWWDIR%%/app/views/notify/reassigned_merge_request_email.html.haml
978
%%WWWDIR%%/app/views/notify/reassigned_merge_request_email.text.erb
979
%%WWWDIR%%/app/views/notify/repository_push_email.html.haml
980
%%WWWDIR%%/app/views/notify/repository_push_email.text.haml
981
%%WWWDIR%%/app/views/profiles/_event_table.html.haml
982
%%WWWDIR%%/app/views/profiles/accounts/show.html.haml
983
%%WWWDIR%%/app/views/profiles/applications.html.haml
984
%%WWWDIR%%/app/views/profiles/audit_log.html.haml
985
%%WWWDIR%%/app/views/profiles/emails/index.html.haml
986
%%WWWDIR%%/app/views/profiles/keys/_form.html.haml
987
%%WWWDIR%%/app/views/profiles/keys/_key.html.haml
988
%%WWWDIR%%/app/views/profiles/keys/_key_details.html.haml
989
%%WWWDIR%%/app/views/profiles/keys/_key_table.html.haml
990
%%WWWDIR%%/app/views/profiles/keys/index.html.haml
991
%%WWWDIR%%/app/views/profiles/keys/new.html.haml
992
%%WWWDIR%%/app/views/profiles/keys/show.html.haml
993
%%WWWDIR%%/app/views/profiles/notifications/_settings.html.haml
994
%%WWWDIR%%/app/views/profiles/notifications/show.html.haml
995
%%WWWDIR%%/app/views/profiles/notifications/update.js.haml
996
%%WWWDIR%%/app/views/profiles/passwords/edit.html.haml
997
%%WWWDIR%%/app/views/profiles/passwords/new.html.haml
998
%%WWWDIR%%/app/views/profiles/preferences/show.html.haml
999
%%WWWDIR%%/app/views/profiles/preferences/update.js.erb
1000
%%WWWDIR%%/app/views/profiles/show.html.haml
1001
%%WWWDIR%%/app/views/profiles/two_factor_auths/_codes.html.haml
1002
%%WWWDIR%%/app/views/profiles/two_factor_auths/codes.html.haml
1003
%%WWWDIR%%/app/views/profiles/two_factor_auths/create.html.haml
1004
%%WWWDIR%%/app/views/profiles/two_factor_auths/new.html.haml
1005
%%WWWDIR%%/app/views/profiles/update_username.js.haml
1006
%%WWWDIR%%/app/views/projects/_activity.html.haml
1007
%%WWWDIR%%/app/views/projects/_bitbucket_import_modal.html.haml
1008
%%WWWDIR%%/app/views/projects/_commit_button.html.haml
1009
%%WWWDIR%%/app/views/projects/_errors.html.haml
1010
%%WWWDIR%%/app/views/projects/_files.html.haml
1011
%%WWWDIR%%/app/views/projects/_find_file_link.html.haml
1012
%%WWWDIR%%/app/views/projects/_github_import_modal.html.haml
1013
%%WWWDIR%%/app/views/projects/_gitlab_import_modal.html.haml
1014
%%WWWDIR%%/app/views/projects/_home_panel.html.haml
1015
%%WWWDIR%%/app/views/projects/_last_commit.html.haml
1016
%%WWWDIR%%/app/views/projects/_last_push.html.haml
1017
%%WWWDIR%%/app/views/projects/_md_preview.html.haml
1018
%%WWWDIR%%/app/views/projects/_readme.html.haml
1019
%%WWWDIR%%/app/views/projects/_zen.html.haml
1020
%%WWWDIR%%/app/views/projects/activity.html.haml
1021
%%WWWDIR%%/app/views/projects/artifacts/_tree_directory.html.haml
1022
%%WWWDIR%%/app/views/projects/artifacts/_tree_file.html.haml
1023
%%WWWDIR%%/app/views/projects/artifacts/browse.html.haml
1024
%%WWWDIR%%/app/views/projects/blame/show.html.haml
1025
%%WWWDIR%%/app/views/projects/blob/_actions.html.haml
1026
%%WWWDIR%%/app/views/projects/blob/_blob.html.haml
1027
%%WWWDIR%%/app/views/projects/blob/_download.html.haml
1028
%%WWWDIR%%/app/views/projects/blob/_editor.html.haml
1029
%%WWWDIR%%/app/views/projects/blob/_header_title.html.haml
1030
%%WWWDIR%%/app/views/projects/blob/_image.html.haml
1031
%%WWWDIR%%/app/views/projects/blob/_new_dir.html.haml
1032
%%WWWDIR%%/app/views/projects/blob/_remove.html.haml
1033
%%WWWDIR%%/app/views/projects/blob/_text.html.haml
1034
%%WWWDIR%%/app/views/projects/blob/_upload.html.haml
1035
%%WWWDIR%%/app/views/projects/blob/diff.html.haml
1036
%%WWWDIR%%/app/views/projects/blob/edit.html.haml
1037
%%WWWDIR%%/app/views/projects/blob/new.html.haml
1038
%%WWWDIR%%/app/views/projects/blob/preview.html.haml
1039
%%WWWDIR%%/app/views/projects/blob/show.html.haml
1040
%%WWWDIR%%/app/views/projects/branches/_branch.html.haml
1041
%%WWWDIR%%/app/views/projects/branches/_commit.html.haml
1042
%%WWWDIR%%/app/views/projects/branches/destroy.js.haml
1043
%%WWWDIR%%/app/views/projects/branches/index.html.haml
1044
%%WWWDIR%%/app/views/projects/branches/new.html.haml
1045
%%WWWDIR%%/app/views/projects/builds/_header_title.html.haml
1046
%%WWWDIR%%/app/views/projects/builds/index.html.haml
1047
%%WWWDIR%%/app/views/projects/builds/show.html.haml
1048
%%WWWDIR%%/app/views/projects/buttons/_download.html.haml
1049
%%WWWDIR%%/app/views/projects/buttons/_dropdown.html.haml
1050
%%WWWDIR%%/app/views/projects/buttons/_fork.html.haml
1051
%%WWWDIR%%/app/views/projects/buttons/_notifications.html.haml
1052
%%WWWDIR%%/app/views/projects/buttons/_star.html.haml
1053
%%WWWDIR%%/app/views/projects/commit/_builds.html.haml
1054
%%WWWDIR%%/app/views/projects/commit/_ci_menu.html.haml
1055
%%WWWDIR%%/app/views/projects/commit/_commit_box.html.haml
1056
%%WWWDIR%%/app/views/projects/commit/_revert.html.haml
1057
%%WWWDIR%%/app/views/projects/commit/branches.html.haml
1058
%%WWWDIR%%/app/views/projects/commit/builds.html.haml
1059
%%WWWDIR%%/app/views/projects/commit/show.html.haml
1060
%%WWWDIR%%/app/views/projects/commit_statuses/_commit_status.html.haml
1061
%%WWWDIR%%/app/views/projects/commits/_commit.html.haml
1062
%%WWWDIR%%/app/views/projects/commits/_commit_list.html.haml
1063
%%WWWDIR%%/app/views/projects/commits/_commits.html.haml
1064
%%WWWDIR%%/app/views/projects/commits/_head.html.haml
1065
%%WWWDIR%%/app/views/projects/commits/_header_title.html.haml
1066
%%WWWDIR%%/app/views/projects/commits/_inline_commit.html.haml
1067
%%WWWDIR%%/app/views/projects/commits/show.atom.builder
1068
%%WWWDIR%%/app/views/projects/commits/show.html.haml
1069
%%WWWDIR%%/app/views/projects/compare/_form.html.haml
1070
%%WWWDIR%%/app/views/projects/compare/index.html.haml
1071
%%WWWDIR%%/app/views/projects/compare/show.html.haml
1072
%%WWWDIR%%/app/views/projects/deploy_keys/_deploy_key.html.haml
1073
%%WWWDIR%%/app/views/projects/deploy_keys/_form.html.haml
1074
%%WWWDIR%%/app/views/projects/deploy_keys/index.html.haml
1075
%%WWWDIR%%/app/views/projects/deploy_keys/new.html.haml
1076
%%WWWDIR%%/app/views/projects/diffs/_diffs.html.haml
1077
%%WWWDIR%%/app/views/projects/diffs/_file.html.haml
1078
%%WWWDIR%%/app/views/projects/diffs/_image.html.haml
1079
%%WWWDIR%%/app/views/projects/diffs/_match_line.html.haml
1080
%%WWWDIR%%/app/views/projects/diffs/_match_line_parallel.html.haml
1081
%%WWWDIR%%/app/views/projects/diffs/_parallel_view.html.haml
1082
%%WWWDIR%%/app/views/projects/diffs/_stats.html.haml
1083
%%WWWDIR%%/app/views/projects/diffs/_text_file.html.haml
1084
%%WWWDIR%%/app/views/projects/diffs/_warning.html.haml
1085
%%WWWDIR%%/app/views/projects/edit.html.haml
1086
%%WWWDIR%%/app/views/projects/empty.html.haml
1087
%%WWWDIR%%/app/views/projects/find_file/show.html.haml
1088
%%WWWDIR%%/app/views/projects/forks/error.html.haml
1089
%%WWWDIR%%/app/views/projects/forks/index.html.haml
1090
%%WWWDIR%%/app/views/projects/forks/new.html.haml
1091
%%WWWDIR%%/app/views/projects/go_import.html.haml
1092
%%WWWDIR%%/app/views/projects/graphs/_head.html.haml
1093
%%WWWDIR%%/app/views/projects/graphs/_header_title.html.haml
1094
%%WWWDIR%%/app/views/projects/graphs/ci.html.haml
1095
%%WWWDIR%%/app/views/projects/graphs/ci/_build_times.haml
1096
%%WWWDIR%%/app/views/projects/graphs/ci/_builds.haml
1097
%%WWWDIR%%/app/views/projects/graphs/ci/_overall.haml
1098
%%WWWDIR%%/app/views/projects/graphs/commits.html.haml
1099
%%WWWDIR%%/app/views/projects/graphs/languages.html.haml
1100
%%WWWDIR%%/app/views/projects/graphs/show.html.haml
1101
%%WWWDIR%%/app/views/projects/hooks/index.html.haml
1102
%%WWWDIR%%/app/views/projects/imports/new.html.haml
1103
%%WWWDIR%%/app/views/projects/imports/show.html.haml
1104
%%WWWDIR%%/app/views/projects/issues/_closed_by_box.html.haml
1105
%%WWWDIR%%/app/views/projects/issues/_discussion.html.haml
1106
%%WWWDIR%%/app/views/projects/issues/_form.html.haml
1107
%%WWWDIR%%/app/views/projects/issues/_header_title.html.haml
1108
%%WWWDIR%%/app/views/projects/issues/_issue.html.haml
1109
%%WWWDIR%%/app/views/projects/issues/_issues.html.haml
1110
%%WWWDIR%%/app/views/projects/issues/_merge_requests.html.haml
1111
%%WWWDIR%%/app/views/projects/issues/edit.html.haml
1112
%%WWWDIR%%/app/views/projects/issues/index.atom.builder
1113
%%WWWDIR%%/app/views/projects/issues/index.html.haml
1114
%%WWWDIR%%/app/views/projects/issues/new.html.haml
1115
%%WWWDIR%%/app/views/projects/issues/show.html.haml
1116
%%WWWDIR%%/app/views/projects/issues/update.js.haml
1117
%%WWWDIR%%/app/views/projects/labels/_form.html.haml
1118
%%WWWDIR%%/app/views/projects/labels/_header_title.html.haml
1119
%%WWWDIR%%/app/views/projects/labels/_label.html.haml
1120
%%WWWDIR%%/app/views/projects/labels/destroy.js.haml
1121
%%WWWDIR%%/app/views/projects/labels/edit.html.haml
1122
%%WWWDIR%%/app/views/projects/labels/index.html.haml
1123
%%WWWDIR%%/app/views/projects/labels/new.html.haml
1124
%%WWWDIR%%/app/views/projects/merge_requests/_discussion.html.haml
1125
%%WWWDIR%%/app/views/projects/merge_requests/_form.html.haml
1126
%%WWWDIR%%/app/views/projects/merge_requests/_head.html.haml
1127
%%WWWDIR%%/app/views/projects/merge_requests/_header_title.html.haml
1128
%%WWWDIR%%/app/views/projects/merge_requests/_merge_request.html.haml
1129
%%WWWDIR%%/app/views/projects/merge_requests/_merge_requests.html.haml
1130
%%WWWDIR%%/app/views/projects/merge_requests/_new_compare.html.haml
1131
%%WWWDIR%%/app/views/projects/merge_requests/_new_submit.html.haml
1132
%%WWWDIR%%/app/views/projects/merge_requests/_show.html.haml
1133
%%WWWDIR%%/app/views/projects/merge_requests/branch_from.js.haml
1134
%%WWWDIR%%/app/views/projects/merge_requests/branch_to.js.haml
1135
%%WWWDIR%%/app/views/projects/merge_requests/cancel_merge_when_build_succeeds.js.haml
1136
%%WWWDIR%%/app/views/projects/merge_requests/diffs.html.haml
1137
%%WWWDIR%%/app/views/projects/merge_requests/edit.html.haml
1138
%%WWWDIR%%/app/views/projects/merge_requests/index.html.haml
1139
%%WWWDIR%%/app/views/projects/merge_requests/invalid.html.haml
1140
%%WWWDIR%%/app/views/projects/merge_requests/merge.js.haml
1141
%%WWWDIR%%/app/views/projects/merge_requests/new.html.haml
1142
%%WWWDIR%%/app/views/projects/merge_requests/show.html.haml
1143
%%WWWDIR%%/app/views/projects/merge_requests/show/_builds.html.haml
1144
%%WWWDIR%%/app/views/projects/merge_requests/show/_commits.html.haml
1145
%%WWWDIR%%/app/views/projects/merge_requests/show/_diffs.html.haml
1146
%%WWWDIR%%/app/views/projects/merge_requests/show/_how_to_merge.html.haml
1147
%%WWWDIR%%/app/views/projects/merge_requests/show/_mr_box.html.haml
1148
%%WWWDIR%%/app/views/projects/merge_requests/show/_mr_title.html.haml
1149
%%WWWDIR%%/app/views/projects/merge_requests/update.js.haml
1150
%%WWWDIR%%/app/views/projects/merge_requests/update_branches.js.haml
1151
%%WWWDIR%%/app/views/projects/merge_requests/widget/_closed.html.haml
1152
%%WWWDIR%%/app/views/projects/merge_requests/widget/_heading.html.haml
1153
%%WWWDIR%%/app/views/projects/merge_requests/widget/_locked.html.haml
1154
%%WWWDIR%%/app/views/projects/merge_requests/widget/_merged.html.haml
1155
%%WWWDIR%%/app/views/projects/merge_requests/widget/_merged_buttons.haml
1156
%%WWWDIR%%/app/views/projects/merge_requests/widget/_open.html.haml
1157
%%WWWDIR%%/app/views/projects/merge_requests/widget/_show.html.haml
1158
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_accept.html.haml
1159
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_archived.html.haml
1160
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_check.html.haml
1161
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_conflicts.html.haml
1162
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_merge_when_build_succeeds.html.haml
1163
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_missing_branch.html.haml
1164
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_not_allowed.html.haml
1165
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_nothing.html.haml
1166
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_reload.html.haml
1167
%%WWWDIR%%/app/views/projects/merge_requests/widget/open/_wip.html.haml
1168
%%WWWDIR%%/app/views/projects/milestones/_form.html.haml
1169
%%WWWDIR%%/app/views/projects/milestones/_header_title.html.haml
1170
%%WWWDIR%%/app/views/projects/milestones/_issue.html.haml
1171
%%WWWDIR%%/app/views/projects/milestones/_issues.html.haml
1172
%%WWWDIR%%/app/views/projects/milestones/_merge_request.html.haml
1173
%%WWWDIR%%/app/views/projects/milestones/_merge_requests.html.haml
1174
%%WWWDIR%%/app/views/projects/milestones/_milestone.html.haml
1175
%%WWWDIR%%/app/views/projects/milestones/edit.html.haml
1176
%%WWWDIR%%/app/views/projects/milestones/index.html.haml
1177
%%WWWDIR%%/app/views/projects/milestones/new.html.haml
1178
%%WWWDIR%%/app/views/projects/milestones/show.html.haml
1179
%%WWWDIR%%/app/views/projects/milestones/update.js.haml
1180
%%WWWDIR%%/app/views/projects/network/_head.html.haml
1181
%%WWWDIR%%/app/views/projects/network/show.html.haml
1182
%%WWWDIR%%/app/views/projects/network/show.json.erb
1183
%%WWWDIR%%/app/views/projects/new.html.haml
1184
%%WWWDIR%%/app/views/projects/no_repo.html.haml
1185
%%WWWDIR%%/app/views/projects/notes/_commit_discussion.html.haml
1186
%%WWWDIR%%/app/views/projects/notes/_diff_notes_with_reply.html.haml
1187
%%WWWDIR%%/app/views/projects/notes/_diff_notes_with_reply_parallel.html.haml
1188
%%WWWDIR%%/app/views/projects/notes/_discussion.html.haml
1189
%%WWWDIR%%/app/views/projects/notes/_edit_form.html.haml
1190
%%WWWDIR%%/app/views/projects/notes/_form.html.haml
1191
%%WWWDIR%%/app/views/projects/notes/_form_errors.html.haml
1192
%%WWWDIR%%/app/views/projects/notes/_hints.html.haml
1193
%%WWWDIR%%/app/views/projects/notes/_note.html.haml
1194
%%WWWDIR%%/app/views/projects/notes/_notes.html.haml
1195
%%WWWDIR%%/app/views/projects/notes/_notes_with_form.html.haml
1196
%%WWWDIR%%/app/views/projects/notes/discussions/_active.html.haml
1197
%%WWWDIR%%/app/views/projects/notes/discussions/_commit.html.haml
1198
%%WWWDIR%%/app/views/projects/notes/discussions/_diff.html.haml
1199
%%WWWDIR%%/app/views/projects/notes/discussions/_outdated.html.haml
1200
%%WWWDIR%%/app/views/projects/project_members/_group_members.html.haml
1201
%%WWWDIR%%/app/views/projects/project_members/_header_title.html.haml
1202
%%WWWDIR%%/app/views/projects/project_members/_new_project_member.html.haml
1203
%%WWWDIR%%/app/views/projects/project_members/_project_member.html.haml
1204
%%WWWDIR%%/app/views/projects/project_members/_team.html.haml
1205
%%WWWDIR%%/app/views/projects/project_members/import.html.haml
1206
%%WWWDIR%%/app/views/projects/project_members/index.html.haml
1207
%%WWWDIR%%/app/views/projects/project_members/update.js.haml
1208
%%WWWDIR%%/app/views/projects/protected_branches/_branches_list.html.haml
1209
%%WWWDIR%%/app/views/projects/protected_branches/index.html.haml
1210
%%WWWDIR%%/app/views/projects/refs/logs_tree.js.haml
1211
%%WWWDIR%%/app/views/projects/releases/edit.html.haml
1212
%%WWWDIR%%/app/views/projects/remove_fork.js.haml
1213
%%WWWDIR%%/app/views/projects/repositories/_download_archive.html.haml
1214
%%WWWDIR%%/app/views/projects/repositories/_feed.html.haml
1215
%%WWWDIR%%/app/views/projects/runners/_runner.html.haml
1216
%%WWWDIR%%/app/views/projects/runners/_shared_runners.html.haml
1217
%%WWWDIR%%/app/views/projects/runners/_specific_runners.html.haml
1218
%%WWWDIR%%/app/views/projects/runners/edit.html.haml
1219
%%WWWDIR%%/app/views/projects/runners/index.html.haml
1220
%%WWWDIR%%/app/views/projects/runners/show.html.haml
1221
%%WWWDIR%%/app/views/projects/services/_form.html.haml
1222
%%WWWDIR%%/app/views/projects/services/edit.html.haml
1223
%%WWWDIR%%/app/views/projects/services/index.html.haml
1224
%%WWWDIR%%/app/views/projects/show.atom.builder
1225
%%WWWDIR%%/app/views/projects/show.html.haml
1226
%%WWWDIR%%/app/views/projects/snippets/_actions.html.haml
1227
%%WWWDIR%%/app/views/projects/snippets/_header_title.html.haml
1228
%%WWWDIR%%/app/views/projects/snippets/edit.html.haml
1229
%%WWWDIR%%/app/views/projects/snippets/index.html.haml
1230
%%WWWDIR%%/app/views/projects/snippets/new.html.haml
1231
%%WWWDIR%%/app/views/projects/snippets/show.html.haml
1232
%%WWWDIR%%/app/views/projects/tags/_download.html.haml
1233
%%WWWDIR%%/app/views/projects/tags/_tag.html.haml
1234
%%WWWDIR%%/app/views/projects/tags/index.html.haml
1235
%%WWWDIR%%/app/views/projects/tags/new.html.haml
1236
%%WWWDIR%%/app/views/projects/tags/show.html.haml
1237
%%WWWDIR%%/app/views/projects/transfer.js.haml
1238
%%WWWDIR%%/app/views/projects/tree/_blob_item.html.haml
1239
%%WWWDIR%%/app/views/projects/tree/_readme.html.haml
1240
%%WWWDIR%%/app/views/projects/tree/_spinner.html.haml
1241
%%WWWDIR%%/app/views/projects/tree/_submodule_item.html.haml
1242
%%WWWDIR%%/app/views/projects/tree/_tree_commit_column.html.haml
1243
%%WWWDIR%%/app/views/projects/tree/_tree_content.html.haml
1244
%%WWWDIR%%/app/views/projects/tree/_tree_header.html.haml
1245
%%WWWDIR%%/app/views/projects/tree/_tree_item.html.haml
1246
%%WWWDIR%%/app/views/projects/tree/show.html.haml
1247
%%WWWDIR%%/app/views/projects/triggers/_trigger.html.haml
1248
%%WWWDIR%%/app/views/projects/triggers/index.html.haml
1249
%%WWWDIR%%/app/views/projects/update.js.haml
1250
%%WWWDIR%%/app/views/projects/variables/show.html.haml
1251
%%WWWDIR%%/app/views/projects/wikis/_form.html.haml
1252
%%WWWDIR%%/app/views/projects/wikis/_header_title.html.haml
1253
%%WWWDIR%%/app/views/projects/wikis/_main_links.html.haml
1254
%%WWWDIR%%/app/views/projects/wikis/_nav.html.haml
1255
%%WWWDIR%%/app/views/projects/wikis/_new.html.haml
1256
%%WWWDIR%%/app/views/projects/wikis/edit.html.haml
1257
%%WWWDIR%%/app/views/projects/wikis/empty.html.haml
1258
%%WWWDIR%%/app/views/projects/wikis/git_access.html.haml
1259
%%WWWDIR%%/app/views/projects/wikis/history.html.haml
1260
%%WWWDIR%%/app/views/projects/wikis/pages.html.haml
1261
%%WWWDIR%%/app/views/projects/wikis/show.html.haml
1262
%%WWWDIR%%/app/views/search/_category.html.haml
1263
%%WWWDIR%%/app/views/search/_filter.html.haml
1264
%%WWWDIR%%/app/views/search/_form.html.haml
1265
%%WWWDIR%%/app/views/search/_results.html.haml
1266
%%WWWDIR%%/app/views/search/results/_blob.html.haml
1267
%%WWWDIR%%/app/views/search/results/_commit.html.haml
1268
%%WWWDIR%%/app/views/search/results/_empty.html.haml
1269
%%WWWDIR%%/app/views/search/results/_issue.html.haml
1270
%%WWWDIR%%/app/views/search/results/_merge_request.html.haml
1271
%%WWWDIR%%/app/views/search/results/_milestone.html.haml
1272
%%WWWDIR%%/app/views/search/results/_note.html.haml
1273
%%WWWDIR%%/app/views/search/results/_snippet_blob.html.haml
1274
%%WWWDIR%%/app/views/search/results/_snippet_title.html.haml
1275
%%WWWDIR%%/app/views/search/results/_wiki_blob.html.haml
1276
%%WWWDIR%%/app/views/search/show.html.haml
1277
%%WWWDIR%%/app/views/shared/_choose_group_avatar_button.html.haml
1278
%%WWWDIR%%/app/views/shared/_clone_panel.html.haml
1279
%%WWWDIR%%/app/views/shared/_commit_message_container.html.haml
1280
%%WWWDIR%%/app/views/shared/_confirm_modal.html.haml
1281
%%WWWDIR%%/app/views/shared/_event_filter.html.haml
1282
%%WWWDIR%%/app/views/shared/_field.html.haml
1283
%%WWWDIR%%/app/views/shared/_file_highlight.html.haml
1284
%%WWWDIR%%/app/views/shared/_group_form.html.haml
1285
%%WWWDIR%%/app/views/shared/_group_tips.html.haml
1286
%%WWWDIR%%/app/views/shared/_import_form.html.haml
1287
%%WWWDIR%%/app/views/shared/_issues.html.haml
1288
%%WWWDIR%%/app/views/shared/_label_row.html.haml
1289
%%WWWDIR%%/app/views/shared/_logo.svg
1290
%%WWWDIR%%/app/views/shared/_merge_requests.html.haml
1291
%%WWWDIR%%/app/views/shared/_milestone_expired.html.haml
1292
%%WWWDIR%%/app/views/shared/_milestones_filter.html.haml
1293
%%WWWDIR%%/app/views/shared/_new_commit_form.html.haml
1294
%%WWWDIR%%/app/views/shared/_new_project_item_select.html.haml
1295
%%WWWDIR%%/app/views/shared/_no_password.html.haml
1296
%%WWWDIR%%/app/views/shared/_no_ssh.html.haml
1297
%%WWWDIR%%/app/views/shared/_outdated_browser.html.haml
1298
%%WWWDIR%%/app/views/shared/_project_limit.html.haml
1299
%%WWWDIR%%/app/views/shared/_promo.html.haml
1300
%%WWWDIR%%/app/views/shared/_ref_switcher.html.haml
1301
%%WWWDIR%%/app/views/shared/_service_settings.html.haml
1302
%%WWWDIR%%/app/views/shared/_show_aside.html.haml
1303
%%WWWDIR%%/app/views/shared/_sort_dropdown.html.haml
1304
%%WWWDIR%%/app/views/shared/_visibility_level.html.haml
1305
%%WWWDIR%%/app/views/shared/_visibility_radios.html.haml
1306
%%WWWDIR%%/app/views/shared/groups/_group.html.haml
1307
%%WWWDIR%%/app/views/shared/issuable/_filter.html.haml
1308
%%WWWDIR%%/app/views/shared/issuable/_form.html.haml
1309
%%WWWDIR%%/app/views/shared/issuable/_nav.html.haml
1310
%%WWWDIR%%/app/views/shared/issuable/_participants.html.haml
1311
%%WWWDIR%%/app/views/shared/issuable/_search_form.html.haml
1312
%%WWWDIR%%/app/views/shared/issuable/_sidebar.html.haml
1313
%%WWWDIR%%/app/views/shared/projects/_list.html.haml
1314
%%WWWDIR%%/app/views/shared/projects/_project.html.haml
1315
%%WWWDIR%%/app/views/shared/snippets/_blob.html.haml
1316
%%WWWDIR%%/app/views/shared/snippets/_form.html.haml
1317
%%WWWDIR%%/app/views/shared/snippets/_header.html.haml
1318
%%WWWDIR%%/app/views/shared/snippets/_snippet.html.haml
1319
%%WWWDIR%%/app/views/sherlock/file_samples/show.html.haml
1320
%%WWWDIR%%/app/views/sherlock/queries/_backtrace.html.haml
1321
%%WWWDIR%%/app/views/sherlock/queries/_general.html.haml
1322
%%WWWDIR%%/app/views/sherlock/queries/show.html.haml
1323
%%WWWDIR%%/app/views/sherlock/transactions/_file_samples.html.haml
1324
%%WWWDIR%%/app/views/sherlock/transactions/_general.html.haml
1325
%%WWWDIR%%/app/views/sherlock/transactions/_queries.html.haml
1326
%%WWWDIR%%/app/views/sherlock/transactions/index.html.haml
1327
%%WWWDIR%%/app/views/sherlock/transactions/show.html.haml
1328
%%WWWDIR%%/app/views/snippets/_actions.html.haml
1329
%%WWWDIR%%/app/views/snippets/_snippets.html.haml
1330
%%WWWDIR%%/app/views/snippets/edit.html.haml
1331
%%WWWDIR%%/app/views/snippets/index.html.haml
1332
%%WWWDIR%%/app/views/snippets/new.html.haml
1333
%%WWWDIR%%/app/views/snippets/show.html.haml
1334
%%WWWDIR%%/app/views/users/_groups.html.haml
1335
%%WWWDIR%%/app/views/users/calendar.html.haml
1336
%%WWWDIR%%/app/views/users/calendar_activities.html.haml
1337
%%WWWDIR%%/app/views/users/show.atom.builder
1338
%%WWWDIR%%/app/views/users/show.html.haml
1339
%%WWWDIR%%/app/views/votes/_votes_block.html.haml
1340
%%WWWDIR%%/app/workers/build_email_worker.rb
1341
%%WWWDIR%%/app/workers/email_receiver_worker.rb
1342
%%WWWDIR%%/app/workers/emails_on_push_worker.rb
1343
%%WWWDIR%%/app/workers/gitlab_shell_worker.rb
1344
%%WWWDIR%%/app/workers/irker_worker.rb
1345
%%WWWDIR%%/app/workers/merge_worker.rb
1346
%%WWWDIR%%/app/workers/new_note_worker.rb
1347
%%WWWDIR%%/app/workers/post_receive.rb
1348
%%WWWDIR%%/app/workers/project_cache_worker.rb
1349
%%WWWDIR%%/app/workers/project_destroy_worker.rb
1350
%%WWWDIR%%/app/workers/project_service_worker.rb
1351
%%WWWDIR%%/app/workers/project_web_hook_worker.rb
1352
%%WWWDIR%%/app/workers/repository_archive_cache_worker.rb
1353
%%WWWDIR%%/app/workers/repository_fork_worker.rb
1354
%%WWWDIR%%/app/workers/repository_import_worker.rb
1355
%%WWWDIR%%/app/workers/stuck_ci_builds_worker.rb
1356
%%WWWDIR%%/app/workers/system_hook_worker.rb
1357
@(git,,544) %%WWWDIR%%/bin/background_jobs
1358
@(git,,544) %%WWWDIR%%/bin/bundle
1359
@(git,,544) %%WWWDIR%%/bin/check
1360
@(git,,544) %%WWWDIR%%/bin/ci/upgrade.rb
1361
@(git,,544) %%WWWDIR%%/bin/daemon_with_pidfile
1362
@(git,,544) %%WWWDIR%%/bin/mail_room
1363
@(git,,544) %%WWWDIR%%/bin/parallel-rsync-repos
1364
@(git,,544) %%WWWDIR%%/bin/pkgr_before_precompile.sh
1365
@(git,,544) %%WWWDIR%%/bin/rails
1366
@(git,,544) %%WWWDIR%%/bin/rake
1367
@(git,,544) %%WWWDIR%%/bin/rspec
1368
@(git,,544) %%WWWDIR%%/bin/setup
1369
@(git,,544) %%WWWDIR%%/bin/spinach
1370
@(git,,544) %%WWWDIR%%/bin/spring
1371
@(git,,544) %%WWWDIR%%/bin/upgrade.rb
1372
@(git,,544) %%WWWDIR%%/bin/web
1373
%%WWWDIR%%/config.ru
1374
%%WWWDIR%%/config/application.rb
1375
%%WWWDIR%%/config/aws.yml.example
1376
%%WWWDIR%%/config/boot.rb
1377
%%WWWDIR%%/config/database.yml.env
1378
%%WWWDIR%%/config/database.yml.mysql
1379
%%WWWDIR%%/config/database.yml.postgresql
1380
%%WWWDIR%%/config/environment.rb
1381
%%WWWDIR%%/config/environments/development.rb
1382
%%WWWDIR%%/config/environments/production.rb
1383
%%WWWDIR%%/config/environments/test.rb
1384
%%WWWDIR%%/config/gitlab.teatro.yml
1385
%%WWWDIR%%/config/initializers/1_settings.rb
1386
%%WWWDIR%%/config/initializers/2_app.rb
1387
%%WWWDIR%%/config/initializers/4_ci_app.rb
1388
%%WWWDIR%%/config/initializers/5_backend.rb
1389
%%WWWDIR%%/config/initializers/active_record_query_trace.rb
1390
%%WWWDIR%%/config/initializers/attr_encrypted_no_db_connection.rb
1391
%%WWWDIR%%/config/initializers/backtrace_silencers.rb
1392
%%WWWDIR%%/config/initializers/bullet.rb
1393
%%WWWDIR%%/config/initializers/carrierwave.rb
1394
%%WWWDIR%%/config/initializers/connection_fix.rb
1395
%%WWWDIR%%/config/initializers/cookies_serializer.rb
1396
%%WWWDIR%%/config/initializers/date_time_formats.rb
1397
%%WWWDIR%%/config/initializers/default_url_options.rb
1398
%%WWWDIR%%/config/initializers/devise.rb
1399
%%WWWDIR%%/config/initializers/devise_async.rb
1400
%%WWWDIR%%/config/initializers/devise_password_length.rb.example
1401
%%WWWDIR%%/config/initializers/disable_email_interceptor.rb
1402
%%WWWDIR%%/config/initializers/doorkeeper.rb
1403
%%WWWDIR%%/config/initializers/gitlab_shell_secret_token.rb
1404
%%WWWDIR%%/config/initializers/haml.rb
1405
%%WWWDIR%%/config/initializers/inflections.rb
1406
%%WWWDIR%%/config/initializers/kaminari_config.rb
1407
%%WWWDIR%%/config/initializers/metrics.rb
1408
%%WWWDIR%%/config/initializers/mime_types.rb
1409
%%WWWDIR%%/config/initializers/monkey_patch.rb
1410
%%WWWDIR%%/config/initializers/omniauth.rb
1411
%%WWWDIR%%/config/initializers/postgresql_limit_fix.rb
1412
%%WWWDIR%%/config/initializers/public_key.rb
1413
%%WWWDIR%%/config/initializers/rack_attack_git_basic_auth.rb
1414
%%WWWDIR%%/config/initializers/rack_lineprof.rb
1415
%%WWWDIR%%/config/initializers/secret_token.rb
1416
%%WWWDIR%%/config/initializers/sentry.rb
1417
%%WWWDIR%%/config/initializers/session_store.rb
1418
%%WWWDIR%%/config/initializers/sherlock.rb
1419
%%WWWDIR%%/config/initializers/sidekiq.rb
1420
%%WWWDIR%%/config/initializers/smtp_settings.rb.sample
1421
%%WWWDIR%%/config/initializers/static_files.rb
1422
%%WWWDIR%%/config/initializers/time_zone.rb
1423
%%WWWDIR%%/config/initializers/wrap_parameters.rb
1424
%%WWWDIR%%/config/locales/devise.en.yml
1425
%%WWWDIR%%/config/locales/doorkeeper.en.yml
1426
%%WWWDIR%%/config/locales/en.yml
1427
%%WWWDIR%%/config/locales/sherlock.en.yml
1428
%%WWWDIR%%/config/mail_room.yml
1429
%%WWWDIR%%/config/newrelic.yml
1430
%%WWWDIR%%/config/routes.rb
1431
%%WWWDIR%%/config/sidekiq.yml.example
1432
%%WWWDIR%%/config/unicorn.rb.example.development
1433
%%WWWDIR%%/db/fixtures/development/01_admin.rb
1434
%%WWWDIR%%/db/fixtures/development/04_project.rb
1435
%%WWWDIR%%/db/fixtures/development/05_users.rb
1436
%%WWWDIR%%/db/fixtures/development/06_teams.rb
1437
%%WWWDIR%%/db/fixtures/development/07_milestones.rb
1438
%%WWWDIR%%/db/fixtures/development/09_issues.rb
1439
%%WWWDIR%%/db/fixtures/development/10_merge_requests.rb
1440
%%WWWDIR%%/db/fixtures/development/11_keys.rb
1441
%%WWWDIR%%/db/fixtures/development/12_snippets.rb
1442
%%WWWDIR%%/db/fixtures/development/13_comments.rb
1443
%%WWWDIR%%/db/fixtures/development/14_builds.rb
1444
%%WWWDIR%%/db/fixtures/production/001_admin.rb
1445
%%WWWDIR%%/db/fixtures/test/001_repo.rb
1446
%%WWWDIR%%/db/migrate/20121220064453_init_schema.rb
1447
%%WWWDIR%%/db/migrate/20130102143055_rename_owner_to_creator_for_project.rb
1448
%%WWWDIR%%/db/migrate/20130110172407_add_public_to_project.rb
1449
%%WWWDIR%%/db/migrate/20130123114545_add_issues_tracker_to_project.rb
1450
%%WWWDIR%%/db/migrate/20130125090214_add_user_permissions.rb
1451
%%WWWDIR%%/db/migrate/20130131070232_remove_private_flag_from_project.rb
1452
%%WWWDIR%%/db/migrate/20130206084024_add_description_to_namsespace.rb
1453
%%WWWDIR%%/db/migrate/20130207104426_add_description_to_teams.rb
1454
%%WWWDIR%%/db/migrate/20130211085435_add_issues_tracker_id_to_project.rb
1455
%%WWWDIR%%/db/migrate/20130214154045_rename_state_to_merge_status_in_milestone.rb
1456
%%WWWDIR%%/db/migrate/20130218140952_add_state_to_issue.rb
1457
%%WWWDIR%%/db/migrate/20130218141038_add_state_to_merge_request.rb
1458
%%WWWDIR%%/db/migrate/20130218141117_add_state_to_milestone.rb
1459
%%WWWDIR%%/db/migrate/20130218141258_convert_closed_to_state_in_issue.rb
1460
%%WWWDIR%%/db/migrate/20130218141327_convert_closed_to_state_in_merge_request.rb
1461
%%WWWDIR%%/db/migrate/20130218141344_convert_closed_to_state_in_milestone.rb
1462
%%WWWDIR%%/db/migrate/20130218141444_remove_merged_from_merge_request.rb
1463
%%WWWDIR%%/db/migrate/20130218141507_remove_closed_from_issue.rb
1464
%%WWWDIR%%/db/migrate/20130218141536_remove_closed_from_merge_request.rb
1465
%%WWWDIR%%/db/migrate/20130218141554_remove_closed_from_milestone.rb
1466
%%WWWDIR%%/db/migrate/20130220124204_add_new_merge_status_to_merge_request.rb
1467
%%WWWDIR%%/db/migrate/20130220125544_convert_merge_status_in_merge_request.rb
1468
%%WWWDIR%%/db/migrate/20130220125545_remove_merge_status_from_merge_request.rb
1469
%%WWWDIR%%/db/migrate/20130220133245_rename_new_merge_status_to_merge_status_in_milestone.rb
1470
%%WWWDIR%%/db/migrate/20130304104623_add_state_to_user.rb
1471
%%WWWDIR%%/db/migrate/20130304104740_convert_blocked_to_state.rb
1472
%%WWWDIR%%/db/migrate/20130304105317_remove_blocked_from_user.rb
1473
%%WWWDIR%%/db/migrate/20130315124931_user_color_scheme.rb
1474
%%WWWDIR%%/db/migrate/20130318212250_add_snippets_to_features.rb
1475
%%WWWDIR%%/db/migrate/20130319214458_create_forked_project_links.rb
1476
%%WWWDIR%%/db/migrate/20130323174317_add_private_to_snippets.rb
1477
%%WWWDIR%%/db/migrate/20130324151736_add_type_to_snippets.rb
1478
%%WWWDIR%%/db/migrate/20130324172327_change_project_id_to_null_in_snipepts.rb
1479
%%WWWDIR%%/db/migrate/20130324203535_add_type_value_for_snippets.rb
1480
%%WWWDIR%%/db/migrate/20130325173941_add_notification_level_to_user.rb
1481
%%WWWDIR%%/db/migrate/20130326142630_add_index_to_users_authentication_token.rb
1482
%%WWWDIR%%/db/migrate/20130403003950_add_last_activity_column_into_project.rb
1483
%%WWWDIR%%/db/migrate/20130404164628_add_notification_level_to_user_project.rb
1484
%%WWWDIR%%/db/migrate/20130410175022_remove_wiki_table.rb
1485
%%WWWDIR%%/db/migrate/20130419190306_allow_merges_for_forks.rb
1486
%%WWWDIR%%/db/migrate/20130506085413_add_type_to_key.rb
1487
%%WWWDIR%%/db/migrate/20130506090604_create_deploy_keys_projects.rb
1488
%%WWWDIR%%/db/migrate/20130506095501_remove_project_id_from_key.rb
1489
%%WWWDIR%%/db/migrate/20130522141856_add_more_fields_to_service.rb
1490
%%WWWDIR%%/db/migrate/20130528184641_add_system_to_notes.rb
1491
%%WWWDIR%%/db/migrate/20130611210815_increase_snippet_text_column_size.rb
1492
%%WWWDIR%%/db/migrate/20130613165816_add_password_expires_at_to_users.rb
1493
%%WWWDIR%%/db/migrate/20130613173246_add_created_by_id_to_user.rb
1494
%%WWWDIR%%/db/migrate/20130614132337_add_improted_to_project.rb
1495
%%WWWDIR%%/db/migrate/20130617095603_create_users_groups.rb
1496
%%WWWDIR%%/db/migrate/20130621195223_add_notification_level_to_user_group.rb
1497
%%WWWDIR%%/db/migrate/20130622115340_add_more_db_index.rb
1498
%%WWWDIR%%/db/migrate/20130624162710_add_fingerprint_to_key.rb
1499
%%WWWDIR%%/db/migrate/20130804151314_add_st_diff_to_note.rb
1500
%%WWWDIR%%/db/migrate/20130809124851_add_permission_check_to_user.rb
1501
%%WWWDIR%%/db/migrate/20130812143708_add_import_url_to_project.rb
1502
%%WWWDIR%%/db/migrate/20130819182730_add_internal_ids_to_issues_and_mr.rb
1503
%%WWWDIR%%/db/migrate/20130821090530_remove_deprecated_tables.rb
1504
%%WWWDIR%%/db/migrate/20130821090531_add_internal_ids_to_milestones.rb
1505
%%WWWDIR%%/db/migrate/20130909132950_add_description_to_merge_request.rb
1506
%%WWWDIR%%/db/migrate/20130926081215_change_owner_id_for_group.rb
1507
%%WWWDIR%%/db/migrate/20131005191208_add_avatar_to_users.rb
1508
%%WWWDIR%%/db/migrate/20131009115346_add_confirmable_to_users.rb
1509
%%WWWDIR%%/db/migrate/20131106151520_remove_default_branch.rb
1510
%%WWWDIR%%/db/migrate/20131112114325_create_broadcast_messages.rb
1511
%%WWWDIR%%/db/migrate/20131112220935_add_visibility_level_to_projects.rb
1512
%%WWWDIR%%/db/migrate/20131129154016_add_archived_to_projects.rb
1513
%%WWWDIR%%/db/migrate/20131130165425_add_color_and_font_to_broadcast_messages.rb
1514
%%WWWDIR%%/db/migrate/20131202192556_add_event_fields_for_web_hook.rb
1515
%%WWWDIR%%/db/migrate/20131214224427_add_hide_no_ssh_key_to_users.rb
1516
%%WWWDIR%%/db/migrate/20131217102743_add_recipients_to_service.rb
1517
%%WWWDIR%%/db/migrate/20140116231608_add_website_url_to_users.rb
1518
%%WWWDIR%%/db/migrate/20140122112253_create_merge_request_diffs.rb
1519
%%WWWDIR%%/db/migrate/20140122114406_migrate_mr_diffs.rb
1520
%%WWWDIR%%/db/migrate/20140122122549_remove_m_rdiff_fields.rb
1521
%%WWWDIR%%/db/migrate/20140125162722_add_avatar_to_projects.rb
1522
%%WWWDIR%%/db/migrate/20140127170938_add_group_avatars.rb
1523
%%WWWDIR%%/db/migrate/20140209025651_create_emails.rb
1524
%%WWWDIR%%/db/migrate/20140214102325_add_api_key_to_services.rb
1525
%%WWWDIR%%/db/migrate/20140304005354_add_index_merge_request_diffs_on_merge_request_id.rb
1526
%%WWWDIR%%/db/migrate/20140305193308_add_tag_push_hooks_to_project_hook.rb
1527
%%WWWDIR%%/db/migrate/20140312145357_add_import_status_to_project.rb
1528
%%WWWDIR%%/db/migrate/20140313092127_migrate_already_imported_projects.rb
1529
%%WWWDIR%%/db/migrate/20140407135544_fix_namespaces.rb
1530
%%WWWDIR%%/db/migrate/20140414131055_change_state_to_allow_empty_merge_request_diffs.rb
1531
%%WWWDIR%%/db/migrate/20140415124820_limits_to_mysql.rb
1532
%%WWWDIR%%/db/migrate/20140416074002_add_index_on_iid.rb
1533
%%WWWDIR%%/db/migrate/20140416185734_index_on_current_sign_in_at.rb
1534
%%WWWDIR%%/db/migrate/20140428105831_add_notes_index_updated_at.rb
1535
%%WWWDIR%%/db/migrate/20140502115131_add_repo_size_to_db.rb
1536
%%WWWDIR%%/db/migrate/20140502125220_migrate_repo_size.rb
1537
%%WWWDIR%%/db/migrate/20140611135229_add_position_to_merge_request.rb
1538
%%WWWDIR%%/db/migrate/20140625115202_create_users_star_projects.rb
1539
%%WWWDIR%%/db/migrate/20140729134820_create_labels.rb
1540
%%WWWDIR%%/db/migrate/20140729140420_create_label_links.rb
1541
%%WWWDIR%%/db/migrate/20140729145339_migrate_project_tags.rb
1542
%%WWWDIR%%/db/migrate/20140729152420_migrate_taggable_labels.rb
1543
%%WWWDIR%%/db/migrate/20140730111702_add_index_to_labels.rb
1544
%%WWWDIR%%/db/migrate/20140903115954_migrate_to_new_shell.rb
1545
%%WWWDIR%%/db/migrate/20140907220153_serialize_service_properties.rb
1546
%%WWWDIR%%/db/migrate/20140914113604_add_members_table.rb
1547
%%WWWDIR%%/db/migrate/20140914145549_migrate_to_new_members_model.rb
1548
%%WWWDIR%%/db/migrate/20140914173417_remove_old_member_tables.rb
1549
%%WWWDIR%%/db/migrate/20141006143943_move_slack_service_to_webhook.rb
1550
%%WWWDIR%%/db/migrate/20141007100818_add_visibility_level_to_snippet.rb
1551
%%WWWDIR%%/db/migrate/20141118150935_add_audit_event.rb
1552
%%WWWDIR%%/db/migrate/20141121133009_add_timestamps_to_members.rb
1553
%%WWWDIR%%/db/migrate/20141121161704_add_identity_table.rb
1554
%%WWWDIR%%/db/migrate/20141205134006_add_locked_at_to_merge_request.rb
1555
%%WWWDIR%%/db/migrate/20141216155758_create_doorkeeper_tables.rb
1556
%%WWWDIR%%/db/migrate/20141217125223_add_owner_to_application.rb
1557
%%WWWDIR%%/db/migrate/20141223135007_add_import_data_to_project_table.rb
1558
%%WWWDIR%%/db/migrate/20141226080412_add_developers_can_push_to_protected_branches.rb
1559
%%WWWDIR%%/db/migrate/20150108073740_create_application_settings.rb
1560
%%WWWDIR%%/db/migrate/20150116234544_add_home_page_url_for_application_settings.rb
1561
%%WWWDIR%%/db/migrate/20150116234545_add_gitlab_access_token_to_user.rb
1562
%%WWWDIR%%/db/migrate/20150125163100_add_default_branch_protection_setting.rb
1563
%%WWWDIR%%/db/migrate/20150205211843_add_timestamps_to_identities.rb
1564
%%WWWDIR%%/db/migrate/20150206181414_add_index_to_created_at.rb
1565
%%WWWDIR%%/db/migrate/20150206222854_add_notification_email_to_user.rb
1566
%%WWWDIR%%/db/migrate/20150209222013_add_missing_index.rb
1567
%%WWWDIR%%/db/migrate/20150211172122_add_template_to_service.rb
1568
%%WWWDIR%%/db/migrate/20150211174341_allow_null_in_services_project_id.rb
1569
%%WWWDIR%%/db/migrate/20150213104043_add_twitter_sharing_enabled_to_application_settings.rb
1570
%%WWWDIR%%/db/migrate/20150213114800_add_hide_no_password_to_user.rb
1571
%%WWWDIR%%/db/migrate/20150213121042_add_password_automatically_set_to_user.rb
1572
%%WWWDIR%%/db/migrate/20150217123345_add_bitbucket_access_token_and_secret_to_user.rb
1573
%%WWWDIR%%/db/migrate/20150219004514_add_events_to_services.rb
1574
%%WWWDIR%%/db/migrate/20150223022001_set_missing_last_activity_at.rb
1575
%%WWWDIR%%/db/migrate/20150225065047_add_note_events_to_services.rb
1576
%%WWWDIR%%/db/migrate/20150301014758_add_restricted_visibility_levels_to_application_settings.rb
1577
%%WWWDIR%%/db/migrate/20150306023106_fix_namespace_duplication.rb
1578
%%WWWDIR%%/db/migrate/20150306023112_add_unique_index_to_namespace.rb
1579
%%WWWDIR%%/db/migrate/20150310194358_add_version_check_to_application_settings.rb
1580
%%WWWDIR%%/db/migrate/20150313012111_create_subscriptions_table.rb
1581
%%WWWDIR%%/db/migrate/20150320234437_add_location_to_user.rb
1582
%%WWWDIR%%/db/migrate/20150324155957_set_incorrect_assignee_id_to_null.rb
1583
%%WWWDIR%%/db/migrate/20150327122227_add_public_to_key.rb
1584
%%WWWDIR%%/db/migrate/20150327150017_add_import_data_to_project.rb
1585
%%WWWDIR%%/db/migrate/20150327223628_add_devise_two_factor_to_users.rb
1586
%%WWWDIR%%/db/migrate/20150328132231_add_max_attachment_size_to_application_settings.rb
1587
%%WWWDIR%%/db/migrate/20150331183602_add_devise_two_factor_backupable_to_users.rb
1588
%%WWWDIR%%/db/migrate/20150406133311_add_invite_data_to_member.rb
1589
%%WWWDIR%%/db/migrate/20150411000035_fix_identities.rb
1590
%%WWWDIR%%/db/migrate/20150411180045_rename_buildbox_service.rb
1591
%%WWWDIR%%/db/migrate/20150413192223_add_public_email_to_users.rb
1592
%%WWWDIR%%/db/migrate/20150417121913_create_project_import_data.rb
1593
%%WWWDIR%%/db/migrate/20150417122318_remove_import_data_from_project.rb
1594
%%WWWDIR%%/db/migrate/20150421120000_remove_periods_at_ends_of_usernames.rb
1595
%%WWWDIR%%/db/migrate/20150423033240_add_default_project_visibililty_to_application_settings.rb
1596
%%WWWDIR%%/db/migrate/20150425164646_gitlab_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
1597
%%WWWDIR%%/db/migrate/20150425164647_remove_duplicate_tags.rb
1598
%%WWWDIR%%/db/migrate/20150425164648_add_missing_unique_indices.acts_as_taggable_on_engine.rb
1599
%%WWWDIR%%/db/migrate/20150425164649_add_taggings_counter_cache_to_tags.acts_as_taggable_on_engine.rb
1600
%%WWWDIR%%/db/migrate/20150425164650_add_missing_taggable_index.acts_as_taggable_on_engine.rb
1601
%%WWWDIR%%/db/migrate/20150425164651_change_collation_for_tag_names.acts_as_taggable_on_engine.rb
1602
%%WWWDIR%%/db/migrate/20150425173433_add_default_snippet_visibility_to_app_settings.rb
1603
%%WWWDIR%%/db/migrate/20150429002313_remove_abandoned_group_members_records.rb
1604
%%WWWDIR%%/db/migrate/20150502064022_add_restricted_signup_domains_to_application_settings.rb
1605
%%WWWDIR%%/db/migrate/20150509180749_convert_legacy_reference_notes.rb
1606
%%WWWDIR%%/db/migrate/20150516060434_add_note_events_to_web_hooks.rb
1607
%%WWWDIR%%/db/migrate/20150529111607_add_user_oauth_applications_to_application_settings.rb
1608
%%WWWDIR%%/db/migrate/20150529150354_add_after_sign_out_path_for_application_settings.rb
1609
%%WWWDIR%%/db/migrate/20150609141121_add_session_expire_delay_for_application_settings.rb
1610
%%WWWDIR%%/db/migrate/20150610065936_add_dashboard_to_users.rb
1611
%%WWWDIR%%/db/migrate/20150620233230_add_default_otp_required_for_login_value.rb
1612
%%WWWDIR%%/db/migrate/20150713160110_add_project_view_to_users.rb
1613
%%WWWDIR%%/db/migrate/20150717130904_add_commits_count_to_project.rb
1614
%%WWWDIR%%/db/migrate/20150730122406_add_updated_by_to_issuables_and_notes.rb
1615
%%WWWDIR%%/db/migrate/20150806104937_create_abuse_reports.rb
1616
%%WWWDIR%%/db/migrate/20150812080800_add_settings_import_sources.rb
1617
%%WWWDIR%%/db/migrate/20150814065925_remove_oauth_tokens_from_users.rb
1618
%%WWWDIR%%/db/migrate/20150817163600_deduplicate_user_identities.rb
1619
%%WWWDIR%%/db/migrate/20150818213832_add_sent_notifications.rb
1620
%%WWWDIR%%/db/migrate/20150824002011_add_enable_ssl_verification.rb
1621
%%WWWDIR%%/db/migrate/20150826001931_add_ci_tables.rb
1622
%%WWWDIR%%/db/migrate/20150902001023_add_template_to_label.rb
1623
%%WWWDIR%%/db/migrate/20150914215247_add_ci_tags.rb
1624
%%WWWDIR%%/db/migrate/20150915001905_enable_ssl_verification_by_default.rb
1625
%%WWWDIR%%/db/migrate/20150916000405_enable_ssl_verification_for_web_hooks.rb
1626
%%WWWDIR%%/db/migrate/20150916114643_add_help_page_text_to_application_settings.rb
1627
%%WWWDIR%%/db/migrate/20150916145038_add_index_for_committed_at_and_id.rb
1628
%%WWWDIR%%/db/migrate/20150918084513_add_ci_enabled_to_application_settings.rb
1629
%%WWWDIR%%/db/migrate/20150918161719_remove_invalid_milestones_from_merge_requests.rb
1630
%%WWWDIR%%/db/migrate/20150920010715_add_consumed_timestep_to_users.rb
1631
%%WWWDIR%%/db/migrate/20150920161119_add_line_code_to_sent_notification.rb
1632
%%WWWDIR%%/db/migrate/20150924125150_add_project_id_to_ci_commit.rb
1633
%%WWWDIR%%/db/migrate/20150924125436_migrate_project_id_for_ci_commits.rb
1634
%%WWWDIR%%/db/migrate/20150930001110_merge_request_error_field.rb
1635
%%WWWDIR%%/db/migrate/20150930095736_add_null_to_name_for_ci_projects.rb
1636
%%WWWDIR%%/db/migrate/20151002112914_add_stage_idx_to_builds.rb
1637
%%WWWDIR%%/db/migrate/20151002121400_add_index_for_builds.rb
1638
%%WWWDIR%%/db/migrate/20151002122929_add_ref_and_tag_to_builds.rb
1639
%%WWWDIR%%/db/migrate/20151002122943_migrate_ref_and_tag_to_build.rb
1640
%%WWWDIR%%/db/migrate/20151005075649_add_user_id_to_build.rb
1641
%%WWWDIR%%/db/migrate/20151005150751_add_layout_option_for_users.rb
1642
%%WWWDIR%%/db/migrate/20151005162154_remove_ci_enabled_from_application_settings.rb
1643
%%WWWDIR%%/db/migrate/20151007120511_namespaces_projects_path_lower_indexes.rb
1644
%%WWWDIR%%/db/migrate/20151008110232_add_users_lower_username_email_indexes.rb
1645
%%WWWDIR%%/db/migrate/20151008123042_add_type_and_description_to_builds.rb
1646
%%WWWDIR%%/db/migrate/20151008130321_migrate_name_to_description_for_builds.rb
1647
%%WWWDIR%%/db/migrate/20151008143519_add_admin_notification_email_setting.rb
1648
%%WWWDIR%%/db/migrate/20151012173029_set_jira_service_api_url.rb
1649
%%WWWDIR%%/db/migrate/20151013092124_add_artifacts_file_to_builds.rb
1650
%%WWWDIR%%/db/migrate/20151016131433_add_ci_projects_gl_project_id_index.rb
1651
%%WWWDIR%%/db/migrate/20151016195451_add_ci_builds_and_projects_indexes.rb
1652
%%WWWDIR%%/db/migrate/20151016195706_add_notes_line_code_index.rb
1653
%%WWWDIR%%/db/migrate/20151019111551_fix_build_tags.rb
1654
%%WWWDIR%%/db/migrate/20151019111703_fail_build_without_names.rb
1655
%%WWWDIR%%/db/migrate/20151020145526_add_services_template_index.rb
1656
%%WWWDIR%%/db/migrate/20151020173516_ci_limits_to_mysql.rb
1657
%%WWWDIR%%/db/migrate/20151020173906_add_ci_builds_index_for_status.rb
1658
%%WWWDIR%%/db/migrate/20151023112551_fail_build_with_empty_name.rb
1659
%%WWWDIR%%/db/migrate/20151023144219_remove_satellites.rb
1660
%%WWWDIR%%/db/migrate/20151026182941_add_project_path_index.rb
1661
%%WWWDIR%%/db/migrate/20151028152939_add_merge_when_build_succeeds_to_merge_request.rb
1662
%%WWWDIR%%/db/migrate/20151103001141_add_public_to_group.rb
1663
%%WWWDIR%%/db/migrate/20151103133339_add_shared_runners_setting.rb
1664
%%WWWDIR%%/db/migrate/20151103134857_create_lfs_objects.rb
1665
%%WWWDIR%%/db/migrate/20151103134958_create_lfs_objects_projects.rb
1666
%%WWWDIR%%/db/migrate/20151104105513_add_file_to_lfs_objects.rb
1667
%%WWWDIR%%/db/migrate/20151105094515_create_releases.rb
1668
%%WWWDIR%%/db/migrate/20151106000015_add_is_award_to_notes.rb
1669
%%WWWDIR%%/db/migrate/20151109100728_add_max_artifacts_size_to_application_settings.rb
1670
%%WWWDIR%%/db/migrate/20151109134526_add_issues_state_index.rb
1671
%%WWWDIR%%/db/migrate/20151109134916_add_projects_visibility_level_index.rb
1672
%%WWWDIR%%/db/migrate/20151110125604_add_import_error_to_project.rb
1673
%%WWWDIR%%/db/migrate/20151114113410_add_index_for_lfs_oid_and_size.rb
1674
%%WWWDIR%%/db/migrate/20151116144118_add_unique_for_lfs_oid_index.rb
1675
%%WWWDIR%%/db/migrate/20151118162244_add_projects_public_index.rb
1676
%%WWWDIR%%/db/migrate/20151201203948_raise_hook_url_limit.rb
1677
%%WWWDIR%%/db/migrate/20151203162133_add_hide_project_limit_to_users.rb
1678
%%WWWDIR%%/db/migrate/20151203162134_add_build_events_to_services.rb
1679
%%WWWDIR%%/db/migrate/20151209144329_migrate_ci_web_hooks.rb
1680
%%WWWDIR%%/db/migrate/20151209145909_migrate_ci_emails.rb
1681
%%WWWDIR%%/db/migrate/20151210030143_add_unlock_token_to_user.rb
1682
%%WWWDIR%%/db/migrate/20151210072243_add_runners_registration_token_to_application_settings.rb
1683
%%WWWDIR%%/db/migrate/20151210125232_migrate_ci_slack_service.rb
1684
%%WWWDIR%%/db/migrate/20151210125927_migrate_ci_hip_chat_service.rb
1685
%%WWWDIR%%/db/migrate/20151210125928_add_ci_to_project.rb
1686
%%WWWDIR%%/db/migrate/20151210125929_add_project_id_to_ci.rb
1687
%%WWWDIR%%/db/migrate/20151210125930_migrate_ci_to_project.rb
1688
%%WWWDIR%%/db/migrate/20151210125931_add_index_to_ci_tables.rb
1689
%%WWWDIR%%/db/migrate/20151210125932_drop_null_for_ci_tables.rb
1690
%%WWWDIR%%/db/migrate/20151218154042_add_tfa_to_application_settings.rb
1691
%%WWWDIR%%/db/migrate/20151221234414_add_tfa_additional_fields.rb
1692
%%WWWDIR%%/db/migrate/20151224123230_rename_emojis.rb
1693
%%WWWDIR%%/db/migrate/20151228111122_remove_public_from_namespace.rb
1694
%%WWWDIR%%/db/migrate/20151228150906_influxdb_settings.rb
1695
%%WWWDIR%%/db/migrate/20151228175719_add_recaptcha_to_application_settings.rb
1696
%%WWWDIR%%/db/migrate/20151229102248_influxdb_udp_port_setting.rb
1697
%%WWWDIR%%/db/migrate/20151229112614_influxdb_remote_database_setting.rb
1698
%%WWWDIR%%/db/migrate/20151230132518_add_artifacts_metadata_to_ci_build.rb
1699
%%WWWDIR%%/db/migrate/20151231152326_add_akismet_to_application_settings.rb
1700
%%WWWDIR%%/db/migrate/20151231202530_remove_alert_type_from_broadcast_messages.rb
1701
%%WWWDIR%%/db/migrate/20160106162223_add_index_milestones_title.rb
1702
%%WWWDIR%%/db/migrate/20160106164438_remove_influxdb_credentials.rb
1703
%%WWWDIR%%/db/migrate/20160109054846_create_spam_logs.rb
1704
%%WWWDIR%%/db/migrate/20160113111034_add_metrics_sample_interval.rb
1705
%%WWWDIR%%/db/migrate/20160118155830_add_sentry_to_application_settings.rb
1706
%%WWWDIR%%/db/migrate/20160118232755_add_ip_blocking_settings_to_application_settings.rb
1707
%%WWWDIR%%/db/migrate/20160119111158_add_services_category.rb
1708
%%WWWDIR%%/db/migrate/20160119112418_add_services_default.rb
1709
%%WWWDIR%%/db/migrate/20160119145451_add_ldap_email_to_users.rb
1710
%%WWWDIR%%/db/migrate/20160120172143_add_base_commit_sha_to_merge_request_diffs.rb
1711
%%WWWDIR%%/db/migrate/20160121030729_add_email_author_in_body_to_application_settings.rb
1712
%%WWWDIR%%/db/migrate/20160122185421_add_pending_delete_to_project.rb
1713
%%WWWDIR%%/db/migrate/20160128212447_remove_ip_blocking_settings_from_application_settings.rb
1714
%%WWWDIR%%/db/migrate/20160128233227_change_lfs_objects_size_column.rb
1715
%%WWWDIR%%/db/migrate/20160129135155_remove_dot_atom_path_ending_of_projects.rb
1716
%%WWWDIR%%/db/migrate/20160129155512_add_merge_commit_sha_to_merge_requests.rb
1717
%%WWWDIR%%/db/migrate/20160202091601_add_erasable_to_ci_build.rb
1718
%%WWWDIR%%/db/migrate/20160202164642_add_allow_guest_to_access_builds_project.rb
1719
%%WWWDIR%%/db/migrate/20160209130428_add_index_to_snippet.rb
1720
%%WWWDIR%%/db/migrate/20160212123307_create_tasks.rb
1721
%%WWWDIR%%/db/migrate/20160217100506_add_description_to_label.rb
1722
%%WWWDIR%%/db/migrate/20160217174422_add_note_to_tasks.rb
1723
%%WWWDIR%%/db/migrate/20160220123949_rename_tasks_to_todos.rb
1724
%%WWWDIR%%/db/migrate/limits_to_mysql.rb
1725
%%WWWDIR%%/db/schema.rb
1726
%%WWWDIR%%/db/seeds.rb
1727
%%WWWDIR%%/doc/README.md
1728
%%WWWDIR%%/doc/administration/environment_variables.md
1729
%%WWWDIR%%/doc/administration/housekeeping.md
1730
%%WWWDIR%%/doc/administration/img/housekeeping_settings.png
1731
%%WWWDIR%%/doc/administration/restart_gitlab.md
1732
%%WWWDIR%%/doc/api/README.md
1733
%%WWWDIR%%/doc/api/branches.md
1734
%%WWWDIR%%/doc/api/build_triggers.md
1735
%%WWWDIR%%/doc/api/build_variables.md
1736
%%WWWDIR%%/doc/api/builds.md
1737
%%WWWDIR%%/doc/api/commits.md
1738
%%WWWDIR%%/doc/api/deploy_key_multiple_projects.md
1739
%%WWWDIR%%/doc/api/deploy_keys.md
1740
%%WWWDIR%%/doc/api/groups.md
1741
%%WWWDIR%%/doc/api/issues.md
1742
%%WWWDIR%%/doc/api/keys.md
1743
%%WWWDIR%%/doc/api/labels.md
1744
%%WWWDIR%%/doc/api/merge_requests.md
1745
%%WWWDIR%%/doc/api/milestones.md
1746
%%WWWDIR%%/doc/api/namespaces.md
1747
%%WWWDIR%%/doc/api/notes.md
1748
%%WWWDIR%%/doc/api/oauth2.md
1749
%%WWWDIR%%/doc/api/project_snippets.md
1750
%%WWWDIR%%/doc/api/projects.md
1751
%%WWWDIR%%/doc/api/repositories.md
1752
%%WWWDIR%%/doc/api/repository_files.md
1753
%%WWWDIR%%/doc/api/runners.md
1754
%%WWWDIR%%/doc/api/services.md
1755
%%WWWDIR%%/doc/api/session.md
1756
%%WWWDIR%%/doc/api/settings.md
1757
%%WWWDIR%%/doc/api/system_hooks.md
1758
%%WWWDIR%%/doc/api/tags.md
1759
%%WWWDIR%%/doc/api/users.md
1760
%%WWWDIR%%/doc/ci/README.md
1761
%%WWWDIR%%/doc/ci/api/README.md
1762
%%WWWDIR%%/doc/ci/api/builds.md
1763
%%WWWDIR%%/doc/ci/api/commits.md
1764
%%WWWDIR%%/doc/ci/api/projects.md
1765
%%WWWDIR%%/doc/ci/api/runners.md
1766
%%WWWDIR%%/doc/ci/build_artifacts/README.md
1767
%%WWWDIR%%/doc/ci/build_artifacts/img/build_artifacts_browser.png
1768
%%WWWDIR%%/doc/ci/build_artifacts/img/build_artifacts_browser_button.png
1769
%%WWWDIR%%/doc/ci/deployment/README.md
1770
%%WWWDIR%%/doc/ci/docker/README.md
1771
%%WWWDIR%%/doc/ci/docker/using_docker_build.md
1772
%%WWWDIR%%/doc/ci/docker/using_docker_images.md
1773
%%WWWDIR%%/doc/ci/enable_or_disable_ci.md
1774
%%WWWDIR%%/doc/ci/examples/README.md
1775
%%WWWDIR%%/doc/ci/examples/test-and-deploy-python-application-to-heroku.md
1776
%%WWWDIR%%/doc/ci/examples/test-and-deploy-ruby-application-to-heroku.md
1777
%%WWWDIR%%/doc/ci/examples/test-clojure-application.md
1778
%%WWWDIR%%/doc/ci/img/builds_tab.png
1779
%%WWWDIR%%/doc/ci/img/features_settings.png
1780
%%WWWDIR%%/doc/ci/languages/README.md
1781
%%WWWDIR%%/doc/ci/languages/php.md
1782
%%WWWDIR%%/doc/ci/permissions/README.md
1783
%%WWWDIR%%/doc/ci/quick_start/README.md
1784
%%WWWDIR%%/doc/ci/quick_start/img/build_log.png
1785
%%WWWDIR%%/doc/ci/quick_start/img/builds_status.png
1786
%%WWWDIR%%/doc/ci/quick_start/img/new_commit.png
1787
%%WWWDIR%%/doc/ci/quick_start/img/runners_activated.png
1788
%%WWWDIR%%/doc/ci/quick_start/img/single_commit_status_pending.png
1789
%%WWWDIR%%/doc/ci/quick_start/img/status_pending.png
1790
%%WWWDIR%%/doc/ci/runners/README.md
1791
%%WWWDIR%%/doc/ci/runners/project_specific.png
1792
%%WWWDIR%%/doc/ci/runners/shared_runner.png
1793
%%WWWDIR%%/doc/ci/runners/shared_to_specific_admin.png
1794
%%WWWDIR%%/doc/ci/services/README.md
1795
%%WWWDIR%%/doc/ci/services/docker-services.md
1796
%%WWWDIR%%/doc/ci/services/mysql.md
1797
%%WWWDIR%%/doc/ci/services/postgres.md
1798
%%WWWDIR%%/doc/ci/services/redis.md
1799
%%WWWDIR%%/doc/ci/ssh_keys/README.md
1800
%%WWWDIR%%/doc/ci/triggers/README.md
1801
%%WWWDIR%%/doc/ci/triggers/img/builds_page.png
1802
%%WWWDIR%%/doc/ci/triggers/img/trigger_single_build.png
1803
%%WWWDIR%%/doc/ci/triggers/img/trigger_variables.png
1804
%%WWWDIR%%/doc/ci/triggers/img/triggers_page.png
1805
%%WWWDIR%%/doc/ci/variables/README.md
1806
%%WWWDIR%%/doc/ci/yaml/README.md
1807
%%WWWDIR%%/doc/customization/issue_closing.md
1808
%%WWWDIR%%/doc/customization/libravatar.md
1809
%%WWWDIR%%/doc/customization/welcome_message.md
1810
%%WWWDIR%%/doc/development/README.md
1811
%%WWWDIR%%/doc/development/architecture.md
1812
%%WWWDIR%%/doc/development/benchmarking.md
1813
%%WWWDIR%%/doc/development/ci_setup.md
1814
%%WWWDIR%%/doc/development/db_dump.md
1815
%%WWWDIR%%/doc/development/doc_styleguide.md
1816
%%WWWDIR%%/doc/development/gitlab_diagram_overview.odg
1817
%%WWWDIR%%/doc/development/gitlab_diagram_overview.png
1818
%%WWWDIR%%/doc/development/migration_style_guide.md
1819
%%WWWDIR%%/doc/development/omnibus.md
1820
%%WWWDIR%%/doc/development/profiling.md
1821
%%WWWDIR%%/doc/development/rake_tasks.md
1822
%%WWWDIR%%/doc/development/shared_files.md
1823
%%WWWDIR%%/doc/development/shell_commands.md
1824
%%WWWDIR%%/doc/development/sidekiq_debugging.md
1825
%%WWWDIR%%/doc/development/ui_guide.md
1826
%%WWWDIR%%/doc/gitlab-basics/README.md
1827
%%WWWDIR%%/doc/gitlab-basics/add-file.md
1828
%%WWWDIR%%/doc/gitlab-basics/add-image.md
1829
%%WWWDIR%%/doc/gitlab-basics/add-merge-request.md
1830
%%WWWDIR%%/doc/gitlab-basics/basic-git-commands.md
1831
%%WWWDIR%%/doc/gitlab-basics/basicsimages/add_new_merge_request.png
1832
%%WWWDIR%%/doc/gitlab-basics/basicsimages/add_sshkey.png
1833
%%WWWDIR%%/doc/gitlab-basics/basicsimages/branch_info.png
1834
%%WWWDIR%%/doc/gitlab-basics/basicsimages/branch_name.png
1835
%%WWWDIR%%/doc/gitlab-basics/basicsimages/branches.png
1836
%%WWWDIR%%/doc/gitlab-basics/basicsimages/button-create-mr.png
1837
%%WWWDIR%%/doc/gitlab-basics/basicsimages/click-on-new-group.png
1838
%%WWWDIR%%/doc/gitlab-basics/basicsimages/commit_changes.png
1839
%%WWWDIR%%/doc/gitlab-basics/basicsimages/commit_message.png
1840
%%WWWDIR%%/doc/gitlab-basics/basicsimages/commits.png
1841
%%WWWDIR%%/doc/gitlab-basics/basicsimages/compare_braches.png
1842
%%WWWDIR%%/doc/gitlab-basics/basicsimages/create_file.png
1843
%%WWWDIR%%/doc/gitlab-basics/basicsimages/create_group.png
1844
%%WWWDIR%%/doc/gitlab-basics/basicsimages/edit_file.png
1845
%%WWWDIR%%/doc/gitlab-basics/basicsimages/file_located.png
1846
%%WWWDIR%%/doc/gitlab-basics/basicsimages/file_name.png
1847
%%WWWDIR%%/doc/gitlab-basics/basicsimages/find_file.png
1848
%%WWWDIR%%/doc/gitlab-basics/basicsimages/find_group.png
1849
%%WWWDIR%%/doc/gitlab-basics/basicsimages/fork.png
1850
%%WWWDIR%%/doc/gitlab-basics/basicsimages/group_info.png
1851
%%WWWDIR%%/doc/gitlab-basics/basicsimages/groups.png
1852
%%WWWDIR%%/doc/gitlab-basics/basicsimages/https.png
1853
%%WWWDIR%%/doc/gitlab-basics/basicsimages/image_file.png
1854
%%WWWDIR%%/doc/gitlab-basics/basicsimages/issue_title.png
1855
%%WWWDIR%%/doc/gitlab-basics/basicsimages/issues.png
1856
%%WWWDIR%%/doc/gitlab-basics/basicsimages/key.png
1857
%%WWWDIR%%/doc/gitlab-basics/basicsimages/merge_requests.png
1858
%%WWWDIR%%/doc/gitlab-basics/basicsimages/new_issue.png
1859
%%WWWDIR%%/doc/gitlab-basics/basicsimages/new_merge_request.png
1860
%%WWWDIR%%/doc/gitlab-basics/basicsimages/new_project.png
1861
%%WWWDIR%%/doc/gitlab-basics/basicsimages/newbranch.png
1862
%%WWWDIR%%/doc/gitlab-basics/basicsimages/paste_sshkey.png
1863
%%WWWDIR%%/doc/gitlab-basics/basicsimages/profile_settings.png
1864
%%WWWDIR%%/doc/gitlab-basics/basicsimages/project_info.png
1865
%%WWWDIR%%/doc/gitlab-basics/basicsimages/public_file_link.png
1866
%%WWWDIR%%/doc/gitlab-basics/basicsimages/select-group.png
1867
%%WWWDIR%%/doc/gitlab-basics/basicsimages/select-group2.png
1868
%%WWWDIR%%/doc/gitlab-basics/basicsimages/select_branch.png
1869
%%WWWDIR%%/doc/gitlab-basics/basicsimages/select_project.png
1870
%%WWWDIR%%/doc/gitlab-basics/basicsimages/settings.png
1871
%%WWWDIR%%/doc/gitlab-basics/basicsimages/shh_keys.png
1872
%%WWWDIR%%/doc/gitlab-basics/basicsimages/submit_new_issue.png
1873
%%WWWDIR%%/doc/gitlab-basics/basicsimages/title_description_mr.png
1874
%%WWWDIR%%/doc/gitlab-basics/basicsimages/white_space.png
1875
%%WWWDIR%%/doc/gitlab-basics/command-line-commands.md
1876
%%WWWDIR%%/doc/gitlab-basics/create-branch.md
1877
%%WWWDIR%%/doc/gitlab-basics/create-group.md
1878
%%WWWDIR%%/doc/gitlab-basics/create-issue.md
1879
%%WWWDIR%%/doc/gitlab-basics/create-project.md
1880
%%WWWDIR%%/doc/gitlab-basics/create-your-ssh-keys.md
1881
%%WWWDIR%%/doc/gitlab-basics/fork-project.md
1882
%%WWWDIR%%/doc/gitlab-basics/start-using-git.md
1883
%%WWWDIR%%/doc/hooks/custom_hooks.md
1884
%%WWWDIR%%/doc/incoming_email/README.md
1885
%%WWWDIR%%/doc/incoming_email/postfix.md
1886
%%WWWDIR%%/doc/install/README.md
1887
%%WWWDIR%%/doc/install/database_mysql.md
1888
%%WWWDIR%%/doc/install/installation.md
1889
%%WWWDIR%%/doc/install/redis.md
1890
%%WWWDIR%%/doc/install/relative_url.md
1891
%%WWWDIR%%/doc/install/requirements.md
1892
%%WWWDIR%%/doc/install/structure.md
1893
%%WWWDIR%%/doc/integration/README.md
1894
%%WWWDIR%%/doc/integration/akismet.md
1895
%%WWWDIR%%/doc/integration/azure.md
1896
%%WWWDIR%%/doc/integration/bitbucket.md
1897
%%WWWDIR%%/doc/integration/cas.md
1898
%%WWWDIR%%/doc/integration/crowd.md
1899
%%WWWDIR%%/doc/integration/external-issue-tracker.md
1900
%%WWWDIR%%/doc/integration/facebook.md
1901
%%WWWDIR%%/doc/integration/github.md
1902
%%WWWDIR%%/doc/integration/gitlab.md
1903
%%WWWDIR%%/doc/integration/gmail_action_buttons_for_gitlab.md
1904
%%WWWDIR%%/doc/integration/google.md
1905
%%WWWDIR%%/doc/integration/img/akismet_settings.png
1906
%%WWWDIR%%/doc/integration/img/facebook_api_keys.png
1907
%%WWWDIR%%/doc/integration/img/facebook_app_settings.png
1908
%%WWWDIR%%/doc/integration/img/facebook_website_url.png
1909
%%WWWDIR%%/doc/integration/img/github_app.png
1910
%%WWWDIR%%/doc/integration/img/gitlab_app.png
1911
%%WWWDIR%%/doc/integration/img/gmail_action_buttons_for_gitlab.png
1912
%%WWWDIR%%/doc/integration/img/google_app.png
1913
%%WWWDIR%%/doc/integration/img/oauth_provider_admin_application.png
1914
%%WWWDIR%%/doc/integration/img/oauth_provider_application_form.png
1915
%%WWWDIR%%/doc/integration/img/oauth_provider_application_id_secret.png
1916
%%WWWDIR%%/doc/integration/img/oauth_provider_authorized_application.png
1917
%%WWWDIR%%/doc/integration/img/oauth_provider_user_wide_applications.png
1918
%%WWWDIR%%/doc/integration/img/twitter_app_api_keys.png
1919
%%WWWDIR%%/doc/integration/img/twitter_app_details.png
1920
%%WWWDIR%%/doc/integration/jira.md
1921
%%WWWDIR%%/doc/integration/ldap.md
1922
%%WWWDIR%%/doc/integration/oauth_provider.md
1923
%%WWWDIR%%/doc/integration/omniauth.md
1924
%%WWWDIR%%/doc/integration/recaptcha.md
1925
%%WWWDIR%%/doc/integration/saml.md
1926
%%WWWDIR%%/doc/integration/shibboleth.md
1927
%%WWWDIR%%/doc/integration/slack.md
1928
%%WWWDIR%%/doc/integration/twitter.md
1929
%%WWWDIR%%/doc/legal/README.md
1930
%%WWWDIR%%/doc/legal/corporate_contributor_license_agreement.md
1931
%%WWWDIR%%/doc/legal/individual_contributor_license_agreement.md
1932
%%WWWDIR%%/doc/logs/logs.md
1933
%%WWWDIR%%/doc/markdown/img/logo.png
1934
%%WWWDIR%%/doc/markdown/markdown.md
1935
%%WWWDIR%%/doc/migrate_ci_to_ce/README.md
1936
%%WWWDIR%%/doc/monitoring/performance/gitlab_configuration.md
1937
%%WWWDIR%%/doc/monitoring/performance/img/metrics_gitlab_configuration_settings.png
1938
%%WWWDIR%%/doc/monitoring/performance/influxdb_configuration.md
1939
%%WWWDIR%%/doc/monitoring/performance/influxdb_schema.md
1940
%%WWWDIR%%/doc/monitoring/performance/introduction.md
1941
%%WWWDIR%%/doc/operations/README.md
1942
%%WWWDIR%%/doc/operations/cleaning_up_redis_sessions.md
1943
%%WWWDIR%%/doc/operations/moving_repositories.md
1944
%%WWWDIR%%/doc/operations/sidekiq_memory_killer.md
1945
%%WWWDIR%%/doc/operations/unicorn.md
1946
%%WWWDIR%%/doc/permissions/permissions.md
1947
%%WWWDIR%%/doc/profile/2fa.png
1948
%%WWWDIR%%/doc/profile/2fa_auth.png
1949
%%WWWDIR%%/doc/profile/README.md
1950
%%WWWDIR%%/doc/profile/preferences.md
1951
%%WWWDIR%%/doc/profile/two_factor_authentication.md
1952
%%WWWDIR%%/doc/project_services/bamboo.md
1953
%%WWWDIR%%/doc/project_services/builds_emails.md
1954
%%WWWDIR%%/doc/project_services/hipchat.md
1955
%%WWWDIR%%/doc/project_services/img/builds_emails_service.png
1956
%%WWWDIR%%/doc/project_services/img/jira_add_gitlab_commit_message.png
1957
%%WWWDIR%%/doc/project_services/img/jira_add_user_to_group.png
1958
%%WWWDIR%%/doc/project_services/img/jira_create_new_group.png
1959
%%WWWDIR%%/doc/project_services/img/jira_create_new_group_name.png
1960
%%WWWDIR%%/doc/project_services/img/jira_create_new_user.png
1961
%%WWWDIR%%/doc/project_services/img/jira_group_access.png
1962
%%WWWDIR%%/doc/project_services/img/jira_issue_closed.png
1963
%%WWWDIR%%/doc/project_services/img/jira_issue_reference.png
1964
%%WWWDIR%%/doc/project_services/img/jira_issues_workflow.png
1965
%%WWWDIR%%/doc/project_services/img/jira_merge_request_close.png
1966
%%WWWDIR%%/doc/project_services/img/jira_project_name.png
1967
%%WWWDIR%%/doc/project_services/img/jira_reference_commit_message_in_jira_issue.png
1968
%%WWWDIR%%/doc/project_services/img/jira_service.png
1969
%%WWWDIR%%/doc/project_services/img/jira_service_close_issue.png
1970
%%WWWDIR%%/doc/project_services/img/jira_service_page.png
1971
%%WWWDIR%%/doc/project_services/img/jira_submit_gitlab_merge_request.png
1972
%%WWWDIR%%/doc/project_services/img/jira_user_management_link.png
1973
%%WWWDIR%%/doc/project_services/img/jira_workflow_screenshot.png
1974
%%WWWDIR%%/doc/project_services/img/redmine_configuration.png
1975
%%WWWDIR%%/doc/project_services/img/services_templates_redmine_example.png
1976
%%WWWDIR%%/doc/project_services/irker.md
1977
%%WWWDIR%%/doc/project_services/jira.md
1978
%%WWWDIR%%/doc/project_services/project_services.md
1979
%%WWWDIR%%/doc/project_services/redmine.md
1980
%%WWWDIR%%/doc/project_services/services_templates.md
1981
%%WWWDIR%%/doc/public_access/public_access.md
1982
%%WWWDIR%%/doc/raketasks/README.md
1983
%%WWWDIR%%/doc/raketasks/backup_hrz.png
1984
%%WWWDIR%%/doc/raketasks/backup_restore.md
1985
%%WWWDIR%%/doc/raketasks/check.md
1986
%%WWWDIR%%/doc/raketasks/check_repos_output.png
1987
%%WWWDIR%%/doc/raketasks/cleanup.md
1988
%%WWWDIR%%/doc/raketasks/features.md
1989
%%WWWDIR%%/doc/raketasks/import.md
1990
%%WWWDIR%%/doc/raketasks/list_repos.md
1991
%%WWWDIR%%/doc/raketasks/maintenance.md
1992
%%WWWDIR%%/doc/raketasks/user_management.md
1993
%%WWWDIR%%/doc/raketasks/web_hooks.md
1994
%%WWWDIR%%/doc/release/README.md
1995
%%WWWDIR%%/doc/release/howto_rc1.md
1996
%%WWWDIR%%/doc/release/howto_update_guides.md
1997
%%WWWDIR%%/doc/release/master.md
1998
%%WWWDIR%%/doc/release/monthly.md
1999
%%WWWDIR%%/doc/release/patch.md
2000
%%WWWDIR%%/doc/release/security.md
2001
%%WWWDIR%%/doc/security/README.md
2002
%%WWWDIR%%/doc/security/crime_vulnerability.md
2003
%%WWWDIR%%/doc/security/img/two_factor_authentication_settings.png
2004
%%WWWDIR%%/doc/security/information_exclusivity.md
2005
%%WWWDIR%%/doc/security/password_length_limits.md
2006
%%WWWDIR%%/doc/security/rack_attack.md
2007
%%WWWDIR%%/doc/security/reset_root_password.md
2008
%%WWWDIR%%/doc/security/two_factor_authentication.md
2009
%%WWWDIR%%/doc/security/user_file_uploads.md
2010
%%WWWDIR%%/doc/security/webhooks.md
2011
%%WWWDIR%%/doc/ssh/README.md
2012
%%WWWDIR%%/doc/system_hooks/system_hooks.md
2013
%%WWWDIR%%/doc/update/2.6-to-3.0.md
2014
%%WWWDIR%%/doc/update/2.9-to-3.0.md
2015
%%WWWDIR%%/doc/update/3.0-to-3.1.md
2016
%%WWWDIR%%/doc/update/3.1-to-4.0.md
2017
%%WWWDIR%%/doc/update/4.0-to-4.1.md
2018
%%WWWDIR%%/doc/update/4.1-to-4.2.md
2019
%%WWWDIR%%/doc/update/4.2-to-5.0.md
2020
%%WWWDIR%%/doc/update/5.0-to-5.1.md
2021
%%WWWDIR%%/doc/update/5.1-to-5.2.md
2022
%%WWWDIR%%/doc/update/5.1-to-5.4.md
2023
%%WWWDIR%%/doc/update/5.1-to-6.0.md
2024
%%WWWDIR%%/doc/update/5.2-to-5.3.md
2025
%%WWWDIR%%/doc/update/5.3-to-5.4.md
2026
%%WWWDIR%%/doc/update/5.4-to-6.0.md
2027
%%WWWDIR%%/doc/update/6.0-to-6.1.md
2028
%%WWWDIR%%/doc/update/6.1-to-6.2.md
2029
%%WWWDIR%%/doc/update/6.2-to-6.3.md
2030
%%WWWDIR%%/doc/update/6.3-to-6.4.md
2031
%%WWWDIR%%/doc/update/6.4-to-6.5.md
2032
%%WWWDIR%%/doc/update/6.5-to-6.6.md
2033
%%WWWDIR%%/doc/update/6.6-to-6.7.md
2034
%%WWWDIR%%/doc/update/6.7-to-6.8.md
2035
%%WWWDIR%%/doc/update/6.8-to-6.9.md
2036
%%WWWDIR%%/doc/update/6.9-to-7.0.md
2037
%%WWWDIR%%/doc/update/6.x-or-7.x-to-7.14.md
2038
%%WWWDIR%%/doc/update/7.0-to-7.1.md
2039
%%WWWDIR%%/doc/update/7.1-to-7.2.md
2040
%%WWWDIR%%/doc/update/7.10-to-7.11.md
2041
%%WWWDIR%%/doc/update/7.11-to-7.12.md
2042
%%WWWDIR%%/doc/update/7.12-to-7.13.md
2043
%%WWWDIR%%/doc/update/7.13-to-7.14.md
2044
%%WWWDIR%%/doc/update/7.14-to-8.0.md
2045
%%WWWDIR%%/doc/update/7.2-to-7.3.md
2046
%%WWWDIR%%/doc/update/7.3-to-7.4.md
2047
%%WWWDIR%%/doc/update/7.4-to-7.5.md
2048
%%WWWDIR%%/doc/update/7.5-to-7.6.md
2049
%%WWWDIR%%/doc/update/7.6-to-7.7.md
2050
%%WWWDIR%%/doc/update/7.7-to-7.8.md
2051
%%WWWDIR%%/doc/update/7.8-to-7.9.md
2052
%%WWWDIR%%/doc/update/7.9-to-7.10.md
2053
%%WWWDIR%%/doc/update/8.0-to-8.1.md
2054
%%WWWDIR%%/doc/update/8.1-to-8.2.md
2055
%%WWWDIR%%/doc/update/8.2-to-8.3.md
2056
%%WWWDIR%%/doc/update/8.3-to-8.4.md
2057
%%WWWDIR%%/doc/update/8.4-to-8.5.md
2058
%%WWWDIR%%/doc/update/README.md
2059
%%WWWDIR%%/doc/update/mysql_to_postgresql.md
2060
%%WWWDIR%%/doc/update/patch_versions.md
2061
%%WWWDIR%%/doc/update/upgrader.md
2062
%%WWWDIR%%/doc/web_hooks/ssl.png
2063
%%WWWDIR%%/doc/web_hooks/web_hooks.md
2064
%%WWWDIR%%/doc/workflow/README.md
2065
%%WWWDIR%%/doc/workflow/add-user/add-user.md
2066
%%WWWDIR%%/doc/workflow/add-user/img/add_new_user_to_project_settings.png
2067
%%WWWDIR%%/doc/workflow/add-user/img/add_user_email_accept.png
2068
%%WWWDIR%%/doc/workflow/add-user/img/add_user_email_ready.png
2069
%%WWWDIR%%/doc/workflow/add-user/img/add_user_email_search.png
2070
%%WWWDIR%%/doc/workflow/add-user/img/add_user_give_permissions.png
2071
%%WWWDIR%%/doc/workflow/add-user/img/add_user_import_members_from_another_project.png
2072
%%WWWDIR%%/doc/workflow/add-user/img/add_user_imported_members.png
2073
%%WWWDIR%%/doc/workflow/add-user/img/add_user_list_members.png
2074
%%WWWDIR%%/doc/workflow/add-user/img/add_user_members_menu.png
2075
%%WWWDIR%%/doc/workflow/add-user/img/add_user_search_people.png
2076
%%WWWDIR%%/doc/workflow/authorization_for_merge_requests.md
2077
%%WWWDIR%%/doc/workflow/award_emoji.png
2078
%%WWWDIR%%/doc/workflow/ci_mr.png
2079
%%WWWDIR%%/doc/workflow/close_issue_mr.png
2080
%%WWWDIR%%/doc/workflow/environment_branches.png
2081
%%WWWDIR%%/doc/workflow/file_finder.md
2082
%%WWWDIR%%/doc/workflow/forking/branch_select.png
2083
%%WWWDIR%%/doc/workflow/forking/merge_request.png
2084
%%WWWDIR%%/doc/workflow/forking_workflow.md
2085
%%WWWDIR%%/doc/workflow/four_stages.png
2086
%%WWWDIR%%/doc/workflow/git_pull.png
2087
%%WWWDIR%%/doc/workflow/gitdashflow.png
2088
%%WWWDIR%%/doc/workflow/github_flow.png
2089
%%WWWDIR%%/doc/workflow/gitlab_flow.md
2090
%%WWWDIR%%/doc/workflow/gitlab_flow.png
2091
%%WWWDIR%%/doc/workflow/good_commit.png
2092
%%WWWDIR%%/doc/workflow/groups.md
2093
%%WWWDIR%%/doc/workflow/groups/add_member_to_group.png
2094
%%WWWDIR%%/doc/workflow/groups/group_dashboard.png
2095
%%WWWDIR%%/doc/workflow/groups/group_with_two_projects.png
2096
%%WWWDIR%%/doc/workflow/groups/new_group_button.png
2097
%%WWWDIR%%/doc/workflow/groups/new_group_form.png
2098
%%WWWDIR%%/doc/workflow/groups/override_access_level.png
2099
%%WWWDIR%%/doc/workflow/groups/project_members_via_group.png
2100
%%WWWDIR%%/doc/workflow/groups/transfer_project.png
2101
%%WWWDIR%%/doc/workflow/img/file_finder_find_button.png
2102
%%WWWDIR%%/doc/workflow/img/file_finder_find_file.png
2103
%%WWWDIR%%/doc/workflow/img/forking_workflow_choose_namespace.png
2104
%%WWWDIR%%/doc/workflow/img/forking_workflow_fork_button.png
2105
%%WWWDIR%%/doc/workflow/img/forking_workflow_path_taken_error.png
2106
%%WWWDIR%%/doc/workflow/img/revert_changes_commit.png
2107
%%WWWDIR%%/doc/workflow/img/revert_changes_commit_modal.png
2108
%%WWWDIR%%/doc/workflow/img/revert_changes_mr.png
2109
%%WWWDIR%%/doc/workflow/img/revert_changes_mr_modal.png
2110
%%WWWDIR%%/doc/workflow/img/web_editor_new_branch_dropdown.png
2111
%%WWWDIR%%/doc/workflow/img/web_editor_new_branch_page.png
2112
%%WWWDIR%%/doc/workflow/img/web_editor_new_directory_dialog.png
2113
%%WWWDIR%%/doc/workflow/img/web_editor_new_directory_dropdown.png
2114
%%WWWDIR%%/doc/workflow/img/web_editor_new_file_dropdown.png
2115
%%WWWDIR%%/doc/workflow/img/web_editor_new_file_editor.png
2116
%%WWWDIR%%/doc/workflow/img/web_editor_new_push_widget.png
2117
%%WWWDIR%%/doc/workflow/img/web_editor_new_tag_dropdown.png
2118
%%WWWDIR%%/doc/workflow/img/web_editor_new_tag_page.png
2119
%%WWWDIR%%/doc/workflow/img/web_editor_start_new_merge_request.png
2120
%%WWWDIR%%/doc/workflow/img/web_editor_upload_file_dialog.png
2121
%%WWWDIR%%/doc/workflow/img/web_editor_upload_file_dropdown.png
2122
%%WWWDIR%%/doc/workflow/importing/README.md
2123
%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_grant_access.png
2124
%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_new_project.png
2125
%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_select_bitbucket.png
2126
%%WWWDIR%%/doc/workflow/importing/bitbucket_importer/bitbucket_import_select_project.png
2127
%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_finished.png
2128
%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_login.png
2129
%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_select_fogbogz.png
2130
%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_select_project.png
2131
%%WWWDIR%%/doc/workflow/importing/fogbugz_importer/fogbugz_import_user_map.png
2132
%%WWWDIR%%/doc/workflow/importing/gitlab_importer/importer.png
2133
%%WWWDIR%%/doc/workflow/importing/gitlab_importer/new_project_page.png
2134
%%WWWDIR%%/doc/workflow/importing/img/import_projects_from_github_importer.png
2135
%%WWWDIR%%/doc/workflow/importing/img/import_projects_from_github_new_project_page.png
2136
%%WWWDIR%%/doc/workflow/importing/import_projects_from_bitbucket.md
2137
%%WWWDIR%%/doc/workflow/importing/import_projects_from_fogbugz.md
2138
%%WWWDIR%%/doc/workflow/importing/import_projects_from_github.md
2139
%%WWWDIR%%/doc/workflow/importing/import_projects_from_gitlab_com.md
2140
%%WWWDIR%%/doc/workflow/importing/migrating_from_svn.md
2141
%%WWWDIR%%/doc/workflow/labels.md
2142
%%WWWDIR%%/doc/workflow/labels/label1.png
2143
%%WWWDIR%%/doc/workflow/labels/label2.png
2144
%%WWWDIR%%/doc/workflow/labels/label3.png
2145
%%WWWDIR%%/doc/workflow/lfs/lfs_administration.md
2146
%%WWWDIR%%/doc/workflow/lfs/manage_large_binaries_with_git_lfs.md
2147
%%WWWDIR%%/doc/workflow/merge_commits.png
2148
%%WWWDIR%%/doc/workflow/merge_request.png
2149
%%WWWDIR%%/doc/workflow/merge_requests.md
2150
%%WWWDIR%%/doc/workflow/merge_requests/commit_compare.png
2151
%%WWWDIR%%/doc/workflow/merge_requests/merge_request_diff.png
2152
%%WWWDIR%%/doc/workflow/merge_requests/merge_request_diff_without_whitespace.png
2153
%%WWWDIR%%/doc/workflow/merge_when_build_succeeds.md
2154
%%WWWDIR%%/doc/workflow/merge_when_build_succeeds/enable.png
2155
%%WWWDIR%%/doc/workflow/merge_when_build_succeeds/status.png
2156
%%WWWDIR%%/doc/workflow/messy_flow.png
2157
%%WWWDIR%%/doc/workflow/milestones.md
2158
%%WWWDIR%%/doc/workflow/milestones/form.png
2159
%%WWWDIR%%/doc/workflow/milestones/group_form.png
2160
%%WWWDIR%%/doc/workflow/mr_inline_comments.png
2161
%%WWWDIR%%/doc/workflow/notifications.md
2162
%%WWWDIR%%/doc/workflow/notifications/settings.png
2163
%%WWWDIR%%/doc/workflow/production_branch.png
2164
%%WWWDIR%%/doc/workflow/project_features.md
2165
%%WWWDIR%%/doc/workflow/protected_branches.md
2166
%%WWWDIR%%/doc/workflow/protected_branches/protected_branches1.png
2167
%%WWWDIR%%/doc/workflow/protected_branches/protected_branches2.png
2168
%%WWWDIR%%/doc/workflow/rebase.png
2169
%%WWWDIR%%/doc/workflow/release_branches.png
2170
%%WWWDIR%%/doc/workflow/releases.md
2171
%%WWWDIR%%/doc/workflow/releases/new_tag.png
2172
%%WWWDIR%%/doc/workflow/releases/tags.png
2173
%%WWWDIR%%/doc/workflow/remove_checkbox.png
2174
%%WWWDIR%%/doc/workflow/revert_changes.md
2175
%%WWWDIR%%/doc/workflow/shortcuts.md
2176
%%WWWDIR%%/doc/workflow/shortcuts.png
2177
%%WWWDIR%%/doc/workflow/timezone.md
2178
%%WWWDIR%%/doc/workflow/web_editor.md
2179
%%WWWDIR%%/doc/workflow/wip_merge_requests.md
2180
%%WWWDIR%%/doc/workflow/wip_merge_requests/blocked_accept_button.png
2181
%%WWWDIR%%/doc/workflow/wip_merge_requests/mark_as_wip.png
2182
%%WWWDIR%%/doc/workflow/wip_merge_requests/unmark_as_wip.png
2183
%%WWWDIR%%/doc/workflow/workflow.md
2184
%%WWWDIR%%/doc_styleguide.md
2185
%%WWWDIR%%/docker-compose.yml
2186
%%WWWDIR%%/docker/README.md
2187
%%WWWDIR%%/features/abuse_report.feature
2188
%%WWWDIR%%/features/admin/abuse_report.feature
2189
%%WWWDIR%%/features/admin/active_tab.feature
2190
%%WWWDIR%%/features/admin/applications.feature
2191
%%WWWDIR%%/features/admin/broadcast_messages.feature
2192
%%WWWDIR%%/features/admin/deploy_keys.feature
2193
%%WWWDIR%%/features/admin/groups.feature
2194
%%WWWDIR%%/features/admin/hooks.feature
2195
%%WWWDIR%%/features/admin/labels.feature
2196
%%WWWDIR%%/features/admin/logs.feature
2197
%%WWWDIR%%/features/admin/projects.feature
2198
%%WWWDIR%%/features/admin/settings.feature
2199
%%WWWDIR%%/features/admin/spam_logs.feature
2200
%%WWWDIR%%/features/admin/users.feature
2201
%%WWWDIR%%/features/dashboard/active_tab.feature
2202
%%WWWDIR%%/features/dashboard/archived_projects.feature
2203
%%WWWDIR%%/features/dashboard/dashboard.feature
2204
%%WWWDIR%%/features/dashboard/event_filters.feature
2205
%%WWWDIR%%/features/dashboard/group.feature
2206
%%WWWDIR%%/features/dashboard/help.feature
2207
%%WWWDIR%%/features/dashboard/issues.feature
2208
%%WWWDIR%%/features/dashboard/merge_requests.feature
2209
%%WWWDIR%%/features/dashboard/new_project.feature
2210
%%WWWDIR%%/features/dashboard/shortcuts.feature
2211
%%WWWDIR%%/features/dashboard/starred_projects.feature
2212
%%WWWDIR%%/features/dashboard/todos.feature
2213
%%WWWDIR%%/features/explore/groups.feature
2214
%%WWWDIR%%/features/explore/projects.feature
2215
%%WWWDIR%%/features/group/members.feature
2216
%%WWWDIR%%/features/group/milestones.feature
2217
%%WWWDIR%%/features/groups.feature
2218
%%WWWDIR%%/features/invites.feature
2219
%%WWWDIR%%/features/login_form.feature
2220
%%WWWDIR%%/features/profile/active_tab.feature
2221
%%WWWDIR%%/features/profile/emails.feature
2222
%%WWWDIR%%/features/profile/notifications.feature
2223
%%WWWDIR%%/features/profile/profile.feature
2224
%%WWWDIR%%/features/profile/ssh_keys.feature
2225
%%WWWDIR%%/features/project/active_tab.feature
2226
%%WWWDIR%%/features/project/archived.feature
2227
%%WWWDIR%%/features/project/badges/build.feature
2228
%%WWWDIR%%/features/project/builds/artifacts.feature
2229
%%WWWDIR%%/features/project/builds/permissions.feature
2230
%%WWWDIR%%/features/project/builds/summary.feature
2231
%%WWWDIR%%/features/project/commits/branches.feature
2232
%%WWWDIR%%/features/project/commits/comments.feature
2233
%%WWWDIR%%/features/project/commits/commits.feature
2234
%%WWWDIR%%/features/project/commits/diff_comments.feature
2235
%%WWWDIR%%/features/project/commits/revert.feature
2236
%%WWWDIR%%/features/project/commits/tags.feature
2237
%%WWWDIR%%/features/project/commits/user_lookup.feature
2238
%%WWWDIR%%/features/project/create.feature
2239
%%WWWDIR%%/features/project/deploy_keys.feature
2240
%%WWWDIR%%/features/project/find_file.feature
2241
%%WWWDIR%%/features/project/fork.feature
2242
%%WWWDIR%%/features/project/forked_merge_requests.feature
2243
%%WWWDIR%%/features/project/graph.feature
2244
%%WWWDIR%%/features/project/hooks.feature
2245
%%WWWDIR%%/features/project/issues/award_emoji.feature
2246
%%WWWDIR%%/features/project/issues/filter_labels.feature
2247
%%WWWDIR%%/features/project/issues/issues.feature
2248
%%WWWDIR%%/features/project/issues/labels.feature
2249
%%WWWDIR%%/features/project/issues/milestones.feature
2250
%%WWWDIR%%/features/project/issues/references.feature
2251
%%WWWDIR%%/features/project/merge_requests.feature
2252
%%WWWDIR%%/features/project/merge_requests/accept.feature
2253
%%WWWDIR%%/features/project/merge_requests/references.feature
2254
%%WWWDIR%%/features/project/merge_requests/revert.feature
2255
%%WWWDIR%%/features/project/milestone.feature
2256
%%WWWDIR%%/features/project/network_graph.feature
2257
%%WWWDIR%%/features/project/project.feature
2258
%%WWWDIR%%/features/project/redirects.feature
2259
%%WWWDIR%%/features/project/service.feature
2260
%%WWWDIR%%/features/project/shortcuts.feature
2261
%%WWWDIR%%/features/project/snippets.feature
2262
%%WWWDIR%%/features/project/source/browse_files.feature
2263
%%WWWDIR%%/features/project/source/git_blame.feature
2264
%%WWWDIR%%/features/project/source/markdown_render.feature
2265
%%WWWDIR%%/features/project/source/search_code.feature
2266
%%WWWDIR%%/features/project/star.feature
2267
%%WWWDIR%%/features/project/team_management.feature
2268
%%WWWDIR%%/features/project/wiki.feature
2269
%%WWWDIR%%/features/search.feature
2270
%%WWWDIR%%/features/snippet_search.feature
2271
%%WWWDIR%%/features/snippets/discover.feature
2272
%%WWWDIR%%/features/snippets/public_snippets.feature
2273
%%WWWDIR%%/features/snippets/snippets.feature
2274
%%WWWDIR%%/features/snippets/user.feature
2275
%%WWWDIR%%/features/steps/abuse_reports.rb
2276
%%WWWDIR%%/features/steps/admin/abuse_reports.rb
2277
%%WWWDIR%%/features/steps/admin/active_tab.rb
2278
%%WWWDIR%%/features/steps/admin/applications.rb
2279
%%WWWDIR%%/features/steps/admin/broadcast_messages.rb
2280
%%WWWDIR%%/features/steps/admin/deploy_keys.rb
2281
%%WWWDIR%%/features/steps/admin/groups.rb
2282
%%WWWDIR%%/features/steps/admin/hooks.rb
2283
%%WWWDIR%%/features/steps/admin/labels.rb
2284
%%WWWDIR%%/features/steps/admin/logs.rb
2285
%%WWWDIR%%/features/steps/admin/projects.rb
2286
%%WWWDIR%%/features/steps/admin/settings.rb
2287
%%WWWDIR%%/features/steps/admin/spam_logs.rb
2288
%%WWWDIR%%/features/steps/admin/users.rb
2289
%%WWWDIR%%/features/steps/dashboard/active_tab.rb
2290
%%WWWDIR%%/features/steps/dashboard/archived_projects.rb
2291
%%WWWDIR%%/features/steps/dashboard/dashboard.rb
2292
%%WWWDIR%%/features/steps/dashboard/event_filters.rb
2293
%%WWWDIR%%/features/steps/dashboard/group.rb
2294
%%WWWDIR%%/features/steps/dashboard/help.rb
2295
%%WWWDIR%%/features/steps/dashboard/issues.rb
2296
%%WWWDIR%%/features/steps/dashboard/merge_requests.rb
2297
%%WWWDIR%%/features/steps/dashboard/new_project.rb
2298
%%WWWDIR%%/features/steps/dashboard/shortcuts.rb
2299
%%WWWDIR%%/features/steps/dashboard/starred_projects.rb
2300
%%WWWDIR%%/features/steps/dashboard/todos.rb
2301
%%WWWDIR%%/features/steps/explore/groups.rb
2302
%%WWWDIR%%/features/steps/explore/projects.rb
2303
%%WWWDIR%%/features/steps/group/members.rb
2304
%%WWWDIR%%/features/steps/group/milestones.rb
2305
%%WWWDIR%%/features/steps/groups.rb
2306
%%WWWDIR%%/features/steps/invites.rb
2307
%%WWWDIR%%/features/steps/login_form.rb
2308
%%WWWDIR%%/features/steps/profile/active_tab.rb
2309
%%WWWDIR%%/features/steps/profile/emails.rb
2310
%%WWWDIR%%/features/steps/profile/notifications.rb
2311
%%WWWDIR%%/features/steps/profile/profile.rb
2312
%%WWWDIR%%/features/steps/profile/ssh_keys.rb
2313
%%WWWDIR%%/features/steps/project/active_tab.rb
2314
%%WWWDIR%%/features/steps/project/archived.rb
2315
%%WWWDIR%%/features/steps/project/badges/build.rb
2316
%%WWWDIR%%/features/steps/project/builds/artifacts.rb
2317
%%WWWDIR%%/features/steps/project/builds/permissions.rb
2318
%%WWWDIR%%/features/steps/project/builds/summary.rb
2319
%%WWWDIR%%/features/steps/project/commits/branches.rb
2320
%%WWWDIR%%/features/steps/project/commits/comments.rb
2321
%%WWWDIR%%/features/steps/project/commits/commits.rb
2322
%%WWWDIR%%/features/steps/project/commits/diff_comments.rb
2323
%%WWWDIR%%/features/steps/project/commits/revert.rb
2324
%%WWWDIR%%/features/steps/project/commits/tags.rb
2325
%%WWWDIR%%/features/steps/project/commits/user_lookup.rb
2326
%%WWWDIR%%/features/steps/project/create.rb
2327
%%WWWDIR%%/features/steps/project/deploy_keys.rb
2328
%%WWWDIR%%/features/steps/project/fork.rb
2329
%%WWWDIR%%/features/steps/project/forked_merge_requests.rb
2330
%%WWWDIR%%/features/steps/project/graph.rb
2331
%%WWWDIR%%/features/steps/project/hooks.rb
2332
%%WWWDIR%%/features/steps/project/issues/award_emoji.rb
2333
%%WWWDIR%%/features/steps/project/issues/filter_labels.rb
2334
%%WWWDIR%%/features/steps/project/issues/issues.rb
2335
%%WWWDIR%%/features/steps/project/issues/labels.rb
2336
%%WWWDIR%%/features/steps/project/issues/milestones.rb
2337
%%WWWDIR%%/features/steps/project/issues/references.rb
2338
%%WWWDIR%%/features/steps/project/merge_requests.rb
2339
%%WWWDIR%%/features/steps/project/merge_requests/acceptance.rb
2340
%%WWWDIR%%/features/steps/project/merge_requests/references.rb
2341
%%WWWDIR%%/features/steps/project/merge_requests/revert.rb
2342
%%WWWDIR%%/features/steps/project/network_graph.rb
2343
%%WWWDIR%%/features/steps/project/project.rb
2344
%%WWWDIR%%/features/steps/project/project_find_file.rb
2345
%%WWWDIR%%/features/steps/project/project_milestone.rb
2346
%%WWWDIR%%/features/steps/project/project_shortcuts.rb
2347
%%WWWDIR%%/features/steps/project/redirects.rb
2348
%%WWWDIR%%/features/steps/project/services.rb
2349
%%WWWDIR%%/features/steps/project/snippets.rb
2350
%%WWWDIR%%/features/steps/project/source/browse_files.rb
2351
%%WWWDIR%%/features/steps/project/source/git_blame.rb
2352
%%WWWDIR%%/features/steps/project/source/markdown_render.rb
2353
%%WWWDIR%%/features/steps/project/source/search_code.rb
2354
%%WWWDIR%%/features/steps/project/star.rb
2355
%%WWWDIR%%/features/steps/project/team_management.rb
2356
%%WWWDIR%%/features/steps/project/wiki.rb
2357
%%WWWDIR%%/features/steps/search.rb
2358
%%WWWDIR%%/features/steps/shared/active_tab.rb
2359
%%WWWDIR%%/features/steps/shared/admin.rb
2360
%%WWWDIR%%/features/steps/shared/authentication.rb
2361
%%WWWDIR%%/features/steps/shared/builds.rb
2362
%%WWWDIR%%/features/steps/shared/diff_note.rb
2363
%%WWWDIR%%/features/steps/shared/group.rb
2364
%%WWWDIR%%/features/steps/shared/issuable.rb
2365
%%WWWDIR%%/features/steps/shared/markdown.rb
2366
%%WWWDIR%%/features/steps/shared/note.rb
2367
%%WWWDIR%%/features/steps/shared/paths.rb
2368
%%WWWDIR%%/features/steps/shared/project.rb
2369
%%WWWDIR%%/features/steps/shared/project_tab.rb
2370
%%WWWDIR%%/features/steps/shared/search.rb
2371
%%WWWDIR%%/features/steps/shared/shortcuts.rb
2372
%%WWWDIR%%/features/steps/shared/snippet.rb
2373
%%WWWDIR%%/features/steps/shared/user.rb
2374
%%WWWDIR%%/features/steps/snippet_search.rb
2375
%%WWWDIR%%/features/steps/snippets/discover.rb
2376
%%WWWDIR%%/features/steps/snippets/public_snippets.rb
2377
%%WWWDIR%%/features/steps/snippets/snippets.rb
2378
%%WWWDIR%%/features/steps/snippets/user.rb
2379
%%WWWDIR%%/features/steps/user.rb
2380
%%WWWDIR%%/features/support/capybara.rb
2381
%%WWWDIR%%/features/support/db_cleaner.rb
2382
%%WWWDIR%%/features/support/env.rb
2383
%%WWWDIR%%/features/user.feature
2384
%%WWWDIR%%/fixtures/emojis/aliases.json
2385
%%WWWDIR%%/fixtures/emojis/generate_aliases.rb
2386
%%WWWDIR%%/fixtures/emojis/index.json
2387
%%WWWDIR%%/lib/api/api.rb
2388
%%WWWDIR%%/lib/api/api_guard.rb
2389
%%WWWDIR%%/lib/api/branches.rb
2390
%%WWWDIR%%/lib/api/builds.rb
2391
%%WWWDIR%%/lib/api/commit_statuses.rb
2392
%%WWWDIR%%/lib/api/commits.rb
2393
%%WWWDIR%%/lib/api/deploy_keys.rb
2394
%%WWWDIR%%/lib/api/entities.rb
2395
%%WWWDIR%%/lib/api/files.rb
2396
%%WWWDIR%%/lib/api/group_members.rb
2397
%%WWWDIR%%/lib/api/groups.rb
2398
%%WWWDIR%%/lib/api/helpers.rb
2399
%%WWWDIR%%/lib/api/internal.rb
2400
%%WWWDIR%%/lib/api/issues.rb
2401
%%WWWDIR%%/lib/api/keys.rb
2402
%%WWWDIR%%/lib/api/labels.rb
2403
%%WWWDIR%%/lib/api/merge_requests.rb
2404
%%WWWDIR%%/lib/api/milestones.rb
2405
%%WWWDIR%%/lib/api/namespaces.rb
2406
%%WWWDIR%%/lib/api/notes.rb
2407
%%WWWDIR%%/lib/api/project_hooks.rb
2408
%%WWWDIR%%/lib/api/project_members.rb
2409
%%WWWDIR%%/lib/api/project_snippets.rb
2410
%%WWWDIR%%/lib/api/projects.rb
2411
%%WWWDIR%%/lib/api/repositories.rb
2412
%%WWWDIR%%/lib/api/runners.rb
2413
%%WWWDIR%%/lib/api/services.rb
2414
%%WWWDIR%%/lib/api/session.rb
2415
%%WWWDIR%%/lib/api/settings.rb
2416
%%WWWDIR%%/lib/api/system_hooks.rb
2417
%%WWWDIR%%/lib/api/tags.rb
2418
%%WWWDIR%%/lib/api/triggers.rb
2419
%%WWWDIR%%/lib/api/users.rb
2420
%%WWWDIR%%/lib/api/variables.rb
2421
%%WWWDIR%%/lib/award_emoji.rb
2422
%%WWWDIR%%/lib/backup/artifacts.rb
2423
%%WWWDIR%%/lib/backup/builds.rb
2424
%%WWWDIR%%/lib/backup/database.rb
2425
%%WWWDIR%%/lib/backup/files.rb
2426
%%WWWDIR%%/lib/backup/lfs.rb
2427
%%WWWDIR%%/lib/backup/manager.rb
2428
%%WWWDIR%%/lib/backup/repository.rb
2429
%%WWWDIR%%/lib/backup/uploads.rb
2430
%%WWWDIR%%/lib/banzai.rb
2431
%%WWWDIR%%/lib/banzai/cross_project_reference.rb
2432
%%WWWDIR%%/lib/banzai/filter.rb
2433
%%WWWDIR%%/lib/banzai/filter/abstract_reference_filter.rb
2434
%%WWWDIR%%/lib/banzai/filter/autolink_filter.rb
2435
%%WWWDIR%%/lib/banzai/filter/commit_range_reference_filter.rb
2436
%%WWWDIR%%/lib/banzai/filter/commit_reference_filter.rb
2437
%%WWWDIR%%/lib/banzai/filter/emoji_filter.rb
2438
%%WWWDIR%%/lib/banzai/filter/external_issue_reference_filter.rb
2439
%%WWWDIR%%/lib/banzai/filter/external_link_filter.rb
2440
%%WWWDIR%%/lib/banzai/filter/gollum_tags_filter.rb
2441
%%WWWDIR%%/lib/banzai/filter/issue_reference_filter.rb
2442
%%WWWDIR%%/lib/banzai/filter/label_reference_filter.rb
2443
%%WWWDIR%%/lib/banzai/filter/markdown_filter.rb
2444
%%WWWDIR%%/lib/banzai/filter/merge_request_reference_filter.rb
2445
%%WWWDIR%%/lib/banzai/filter/milestone_reference_filter.rb
2446
%%WWWDIR%%/lib/banzai/filter/redactor_filter.rb
2447
%%WWWDIR%%/lib/banzai/filter/reference_filter.rb
2448
%%WWWDIR%%/lib/banzai/filter/reference_gatherer_filter.rb
2449
%%WWWDIR%%/lib/banzai/filter/relative_link_filter.rb
2450
%%WWWDIR%%/lib/banzai/filter/sanitization_filter.rb
2451
%%WWWDIR%%/lib/banzai/filter/snippet_reference_filter.rb
2452
%%WWWDIR%%/lib/banzai/filter/syntax_highlight_filter.rb
2453
%%WWWDIR%%/lib/banzai/filter/table_of_contents_filter.rb
2454
%%WWWDIR%%/lib/banzai/filter/task_list_filter.rb
2455
%%WWWDIR%%/lib/banzai/filter/upload_link_filter.rb
2456
%%WWWDIR%%/lib/banzai/filter/user_reference_filter.rb
2457
%%WWWDIR%%/lib/banzai/lazy_reference.rb
2458
%%WWWDIR%%/lib/banzai/pipeline.rb
2459
%%WWWDIR%%/lib/banzai/pipeline/atom_pipeline.rb
2460
%%WWWDIR%%/lib/banzai/pipeline/base_pipeline.rb
2461
%%WWWDIR%%/lib/banzai/pipeline/broadcast_message_pipeline.rb
2462
%%WWWDIR%%/lib/banzai/pipeline/combined_pipeline.rb
2463
%%WWWDIR%%/lib/banzai/pipeline/description_pipeline.rb
2464
%%WWWDIR%%/lib/banzai/pipeline/email_pipeline.rb
2465
%%WWWDIR%%/lib/banzai/pipeline/full_pipeline.rb
2466
%%WWWDIR%%/lib/banzai/pipeline/gfm_pipeline.rb
2467
%%WWWDIR%%/lib/banzai/pipeline/note_pipeline.rb
2468
%%WWWDIR%%/lib/banzai/pipeline/plain_markdown_pipeline.rb
2469
%%WWWDIR%%/lib/banzai/pipeline/post_process_pipeline.rb
2470
%%WWWDIR%%/lib/banzai/pipeline/reference_extraction_pipeline.rb
2471
%%WWWDIR%%/lib/banzai/pipeline/single_line_pipeline.rb
2472
%%WWWDIR%%/lib/banzai/pipeline/wiki_pipeline.rb
2473
%%WWWDIR%%/lib/banzai/querying.rb
2474
%%WWWDIR%%/lib/banzai/reference_extractor.rb
2475
%%WWWDIR%%/lib/banzai/renderer.rb
2476
%%WWWDIR%%/lib/ci/ansi2html.rb
2477
%%WWWDIR%%/lib/ci/api/api.rb
2478
%%WWWDIR%%/lib/ci/api/builds.rb
2479
%%WWWDIR%%/lib/ci/api/entities.rb
2480
%%WWWDIR%%/lib/ci/api/helpers.rb
2481
%%WWWDIR%%/lib/ci/api/runners.rb
2482
%%WWWDIR%%/lib/ci/api/triggers.rb
2483
%%WWWDIR%%/lib/ci/charts.rb
2484
%%WWWDIR%%/lib/ci/gitlab_ci_yaml_processor.rb
2485
%%WWWDIR%%/lib/ci/model.rb
2486
%%WWWDIR%%/lib/ci/static_model.rb
2487
%%WWWDIR%%/lib/ci/status.rb
2488
%%WWWDIR%%/lib/ci/version_info.rb
2489
%%WWWDIR%%/lib/disable_email_interceptor.rb
2490
%%WWWDIR%%/lib/event_filter.rb
2491
%%WWWDIR%%/lib/extracts_path.rb
2492
%%WWWDIR%%/lib/file_size_validator.rb
2493
%%WWWDIR%%/lib/file_streamer.rb
2494
%%WWWDIR%%/lib/gitlab.rb
2495
%%WWWDIR%%/lib/gitlab/access.rb
2496
%%WWWDIR%%/lib/gitlab/akismet_helper.rb
2497
%%WWWDIR%%/lib/gitlab/app_logger.rb
2498
%%WWWDIR%%/lib/gitlab/asciidoc.rb
2499
%%WWWDIR%%/lib/gitlab/auth.rb
2500
%%WWWDIR%%/lib/gitlab/backend/grack_auth.rb
2501
%%WWWDIR%%/lib/gitlab/backend/shell.rb
2502
%%WWWDIR%%/lib/gitlab/backend/shell_adapter.rb
2503
%%WWWDIR%%/lib/gitlab/backend/shell_env.rb
2504
%%WWWDIR%%/lib/gitlab/bitbucket_import.rb
2505
%%WWWDIR%%/lib/gitlab/bitbucket_import/client.rb
2506
%%WWWDIR%%/lib/gitlab/bitbucket_import/importer.rb
2507
%%WWWDIR%%/lib/gitlab/bitbucket_import/key_adder.rb
2508
%%WWWDIR%%/lib/gitlab/bitbucket_import/key_deleter.rb
2509
%%WWWDIR%%/lib/gitlab/bitbucket_import/project_creator.rb
2510
%%WWWDIR%%/lib/gitlab/blame.rb
2511
%%WWWDIR%%/lib/gitlab/build_data_builder.rb
2512
%%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata.rb
2513
%%WWWDIR%%/lib/gitlab/ci/build/artifacts/metadata/entry.rb
2514
%%WWWDIR%%/lib/gitlab/closing_issue_extractor.rb
2515
%%WWWDIR%%/lib/gitlab/color_schemes.rb
2516
%%WWWDIR%%/lib/gitlab/compare_result.rb
2517
%%WWWDIR%%/lib/gitlab/config_helper.rb
2518
%%WWWDIR%%/lib/gitlab/contributions_calendar.rb
2519
%%WWWDIR%%/lib/gitlab/contributor.rb
2520
%%WWWDIR%%/lib/gitlab/current_settings.rb
2521
%%WWWDIR%%/lib/gitlab/database.rb
2522
%%WWWDIR%%/lib/gitlab/diff/file.rb
2523
%%WWWDIR%%/lib/gitlab/diff/highlight.rb
2524
%%WWWDIR%%/lib/gitlab/diff/inline_diff.rb
2525
%%WWWDIR%%/lib/gitlab/diff/inline_diff_marker.rb
2526
%%WWWDIR%%/lib/gitlab/diff/line.rb
2527
%%WWWDIR%%/lib/gitlab/diff/line_code.rb
2528
%%WWWDIR%%/lib/gitlab/diff/parallel_diff.rb
2529
%%WWWDIR%%/lib/gitlab/diff/parser.rb
2530
%%WWWDIR%%/lib/gitlab/email/attachment_uploader.rb
2531
%%WWWDIR%%/lib/gitlab/email/message/repository_push.rb
2532
%%WWWDIR%%/lib/gitlab/email/receiver.rb
2533
%%WWWDIR%%/lib/gitlab/email/reply_parser.rb
2534
%%WWWDIR%%/lib/gitlab/fogbugz_import/client.rb
2535
%%WWWDIR%%/lib/gitlab/fogbugz_import/importer.rb
2536
%%WWWDIR%%/lib/gitlab/fogbugz_import/project_creator.rb
2537
%%WWWDIR%%/lib/gitlab/fogbugz_import/repository.rb
2538
%%WWWDIR%%/lib/gitlab/force_push_check.rb
2539
%%WWWDIR%%/lib/gitlab/git.rb
2540
%%WWWDIR%%/lib/gitlab/git/hook.rb
2541
%%WWWDIR%%/lib/gitlab/git_access.rb
2542
%%WWWDIR%%/lib/gitlab/git_access_status.rb
2543
%%WWWDIR%%/lib/gitlab/git_access_wiki.rb
2544
%%WWWDIR%%/lib/gitlab/git_logger.rb
2545
%%WWWDIR%%/lib/gitlab/git_ref_validator.rb
2546
%%WWWDIR%%/lib/gitlab/github_import/base_formatter.rb
2547
%%WWWDIR%%/lib/gitlab/github_import/client.rb
2548
%%WWWDIR%%/lib/gitlab/github_import/comment_formatter.rb
2549
%%WWWDIR%%/lib/gitlab/github_import/importer.rb
2550
%%WWWDIR%%/lib/gitlab/github_import/issue_formatter.rb
2551
%%WWWDIR%%/lib/gitlab/github_import/project_creator.rb
2552
%%WWWDIR%%/lib/gitlab/github_import/pull_request_formatter.rb
2553
%%WWWDIR%%/lib/gitlab/github_import/wiki_formatter.rb
2554
%%WWWDIR%%/lib/gitlab/gitlab_import/client.rb
2555
%%WWWDIR%%/lib/gitlab/gitlab_import/importer.rb
2556
%%WWWDIR%%/lib/gitlab/gitlab_import/project_creator.rb
2557
%%WWWDIR%%/lib/gitlab/gitorious_import.rb
2558
%%WWWDIR%%/lib/gitlab/gitorious_import/client.rb
2559
%%WWWDIR%%/lib/gitlab/gitorious_import/project_creator.rb
2560
%%WWWDIR%%/lib/gitlab/gitorious_import/repository.rb
2561
%%WWWDIR%%/lib/gitlab/google_code_import/client.rb
2562
%%WWWDIR%%/lib/gitlab/google_code_import/importer.rb
2563
%%WWWDIR%%/lib/gitlab/google_code_import/project_creator.rb
2564
%%WWWDIR%%/lib/gitlab/google_code_import/repository.rb
2565
%%WWWDIR%%/lib/gitlab/graphs/commits.rb
2566
%%WWWDIR%%/lib/gitlab/highlight.rb
2567
%%WWWDIR%%/lib/gitlab/identifier.rb
2568
%%WWWDIR%%/lib/gitlab/import_formatter.rb
2569
%%WWWDIR%%/lib/gitlab/import_sources.rb
2570
%%WWWDIR%%/lib/gitlab/incoming_email.rb
2571
%%WWWDIR%%/lib/gitlab/issues_labels.rb
2572
%%WWWDIR%%/lib/gitlab/key_fingerprint.rb
2573
%%WWWDIR%%/lib/gitlab/ldap/access.rb
2574
%%WWWDIR%%/lib/gitlab/ldap/adapter.rb
2575
%%WWWDIR%%/lib/gitlab/ldap/auth_hash.rb
2576
%%WWWDIR%%/lib/gitlab/ldap/authentication.rb
2577
%%WWWDIR%%/lib/gitlab/ldap/config.rb
2578
%%WWWDIR%%/lib/gitlab/ldap/person.rb
2579
%%WWWDIR%%/lib/gitlab/ldap/user.rb
2580
%%WWWDIR%%/lib/gitlab/lfs/response.rb
2581
%%WWWDIR%%/lib/gitlab/lfs/router.rb
2582
%%WWWDIR%%/lib/gitlab/logger.rb
2583
%%WWWDIR%%/lib/gitlab/markdown/pipeline.rb
2584
%%WWWDIR%%/lib/gitlab/markup_helper.rb
2585
%%WWWDIR%%/lib/gitlab/metrics.rb
2586
%%WWWDIR%%/lib/gitlab/metrics/delta.rb
2587
%%WWWDIR%%/lib/gitlab/metrics/instrumentation.rb
2588
%%WWWDIR%%/lib/gitlab/metrics/metric.rb
2589
%%WWWDIR%%/lib/gitlab/metrics/rack_middleware.rb
2590
%%WWWDIR%%/lib/gitlab/metrics/sampler.rb
2591
%%WWWDIR%%/lib/gitlab/metrics/sidekiq_middleware.rb
2592
%%WWWDIR%%/lib/gitlab/metrics/subscribers/action_view.rb
2593
%%WWWDIR%%/lib/gitlab/metrics/subscribers/active_record.rb
2594
%%WWWDIR%%/lib/gitlab/metrics/system.rb
2595
%%WWWDIR%%/lib/gitlab/metrics/transaction.rb
2596
%%WWWDIR%%/lib/gitlab/middleware/static.rb
2597
%%WWWDIR%%/lib/gitlab/note_data_builder.rb
2598
%%WWWDIR%%/lib/gitlab/o_auth/auth_hash.rb
2599
%%WWWDIR%%/lib/gitlab/o_auth/provider.rb
2600
%%WWWDIR%%/lib/gitlab/o_auth/session.rb
2601
%%WWWDIR%%/lib/gitlab/o_auth/user.rb
2602
%%WWWDIR%%/lib/gitlab/other_markup.rb
2603
%%WWWDIR%%/lib/gitlab/popen.rb
2604
%%WWWDIR%%/lib/gitlab/production_logger.rb
2605
%%WWWDIR%%/lib/gitlab/project_search_results.rb
2606
%%WWWDIR%%/lib/gitlab/push_data_builder.rb
2607
%%WWWDIR%%/lib/gitlab/recaptcha.rb
2608
%%WWWDIR%%/lib/gitlab/reference_extractor.rb
2609
%%WWWDIR%%/lib/gitlab/regex.rb
2610
%%WWWDIR%%/lib/gitlab/saml/user.rb
2611
%%WWWDIR%%/lib/gitlab/search_results.rb
2612
%%WWWDIR%%/lib/gitlab/seeder.rb
2613
%%WWWDIR%%/lib/gitlab/sherlock.rb
2614
%%WWWDIR%%/lib/gitlab/sherlock/collection.rb
2615
%%WWWDIR%%/lib/gitlab/sherlock/file_sample.rb
2616
%%WWWDIR%%/lib/gitlab/sherlock/line_profiler.rb
2617
%%WWWDIR%%/lib/gitlab/sherlock/line_sample.rb
2618
%%WWWDIR%%/lib/gitlab/sherlock/location.rb
2619
%%WWWDIR%%/lib/gitlab/sherlock/middleware.rb
2620
%%WWWDIR%%/lib/gitlab/sherlock/query.rb
2621
%%WWWDIR%%/lib/gitlab/sherlock/transaction.rb
2622
%%WWWDIR%%/lib/gitlab/sidekiq_logger.rb
2623
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/arguments_logger.rb
2624
%%WWWDIR%%/lib/gitlab/sidekiq_middleware/memory_killer.rb
2625
%%WWWDIR%%/lib/gitlab/snippet_search_results.rb
2626
%%WWWDIR%%/lib/gitlab/sql/union.rb
2627
%%WWWDIR%%/lib/gitlab/themes.rb
2628
%%WWWDIR%%/lib/gitlab/upgrader.rb
2629
%%WWWDIR%%/lib/gitlab/uploads_transfer.rb
2630
%%WWWDIR%%/lib/gitlab/url_builder.rb
2631
%%WWWDIR%%/lib/gitlab/user_access.rb
2632
%%WWWDIR%%/lib/gitlab/utils.rb
2633
%%WWWDIR%%/lib/gitlab/version_info.rb
2634
%%WWWDIR%%/lib/gitlab/visibility_level.rb
2635
%%WWWDIR%%/lib/gitlab/workhorse.rb
2636
%%WWWDIR%%/lib/gt_one_coercion.rb
2637
%%WWWDIR%%/lib/omni_auth/request_forgery_protection.rb
2638
%%WWWDIR%%/lib/repository_cache.rb
2639
%%WWWDIR%%/lib/rouge/formatters/html_gitlab.rb
2640
%%WWWDIR%%/lib/static_model.rb
2641
%%WWWDIR%%/lib/support/deploy/deploy.sh
2642
%%WWWDIR%%/lib/support/init.d/gitlab
2643
%%WWWDIR%%/lib/support/init.d/gitlab.default.example
2644
%%WWWDIR%%/lib/support/logrotate/gitlab
2645
%%WWWDIR%%/lib/support/nginx/gitlab
2646
%%WWWDIR%%/lib/support/nginx/gitlab-ssl
2647
%%WWWDIR%%/lib/support/nginx/gitlab_ci
2648
%%WWWDIR%%/lib/tasks/brakeman.rake
2649
%%WWWDIR%%/lib/tasks/cache.rake
2650
%%WWWDIR%%/lib/tasks/ci/cleanup.rake
2651
%%WWWDIR%%/lib/tasks/dev.rake
2652
%%WWWDIR%%/lib/tasks/flay.rake
2653
%%WWWDIR%%/lib/tasks/flog.rake
2654
%%WWWDIR%%/lib/tasks/gitlab/backup.rake
2655
%%WWWDIR%%/lib/tasks/gitlab/bulk_add_permission.rake
2656
%%WWWDIR%%/lib/tasks/gitlab/check.rake
2657
%%WWWDIR%%/lib/tasks/gitlab/cleanup.rake
2658
%%WWWDIR%%/lib/tasks/gitlab/generate_docs.rake
2659
%%WWWDIR%%/lib/tasks/gitlab/git.rake
2660
%%WWWDIR%%/lib/tasks/gitlab/import.rake
2661
%%WWWDIR%%/lib/tasks/gitlab/info.rake
2662
%%WWWDIR%%/lib/tasks/gitlab/list_repos.rake
2663
%%WWWDIR%%/lib/tasks/gitlab/setup.rake
2664
%%WWWDIR%%/lib/tasks/gitlab/shell.rake
2665
%%WWWDIR%%/lib/tasks/gitlab/sidekiq.rake
2666
%%WWWDIR%%/lib/tasks/gitlab/task_helpers.rake
2667
%%WWWDIR%%/lib/tasks/gitlab/test.rake
2668
%%WWWDIR%%/lib/tasks/gitlab/two_factor.rake
2669
%%WWWDIR%%/lib/tasks/gitlab/update_commit_count.rake
2670
%%WWWDIR%%/lib/tasks/gitlab/web_hook.rake
2671
%%WWWDIR%%/lib/tasks/grape.rake
2672
%%WWWDIR%%/lib/tasks/migrate/add_limits_mysql.rake
2673
%%WWWDIR%%/lib/tasks/migrate/migrate_iids.rake
2674
%%WWWDIR%%/lib/tasks/migrate/setup_postgresql.rake
2675
%%WWWDIR%%/lib/tasks/rubocop.rake
2676
%%WWWDIR%%/lib/tasks/services.rake
2677
%%WWWDIR%%/lib/tasks/setup.rake
2678
%%WWWDIR%%/lib/tasks/sidekiq.rake
2679
%%WWWDIR%%/lib/tasks/spec.rake
2680
%%WWWDIR%%/lib/tasks/spinach.rake
2681
%%WWWDIR%%/lib/tasks/test.rake
2682
%%WWWDIR%%/lib/unfold_form.rb
2683
%%WWWDIR%%/lib/uploaded_file.rb
2684
%%WWWDIR%%/lib/version_check.rb
2685
%%WWWDIR%%/public/404.html
2686
%%WWWDIR%%/public/422.html
2687
%%WWWDIR%%/public/500.html
2688
%%WWWDIR%%/public/502.html
2689
%%WWWDIR%%/public/apple-touch-icon-precomposed.png
2690
%%WWWDIR%%/public/apple-touch-icon.png
2691
%%WWWDIR%%/public/ci/build-canceled.svg
2692
%%WWWDIR%%/public/ci/build-failed.svg
2693
%%WWWDIR%%/public/ci/build-pending.svg
2694
%%WWWDIR%%/public/ci/build-running.svg
2695
%%WWWDIR%%/public/ci/build-skipped.svg
2696
%%WWWDIR%%/public/ci/build-success.svg
2697
%%WWWDIR%%/public/ci/build-unknown.svg
2698
%%WWWDIR%%/public/ci/favicon.ico
2699
%%WWWDIR%%/public/deploy.html
2700
%%WWWDIR%%/public/favicon.ico
2701
%%WWWDIR%%/public/logo.svg
2702
%%WWWDIR%%/public/robots.txt
2703
%%WWWDIR%%/public/static.css
2704
%%WWWDIR%%/scripts/prepare_build.sh
2705
%%WWWDIR%%/spec/benchmarks/finders/issues_finder_spec.rb
2706
%%WWWDIR%%/spec/benchmarks/finders/trending_projects_finder_spec.rb
2707
%%WWWDIR%%/spec/benchmarks/lib/gitlab/markdown/reference_filter_spec.rb
2708
%%WWWDIR%%/spec/benchmarks/models/milestone_spec.rb
2709
%%WWWDIR%%/spec/benchmarks/models/project_spec.rb
2710
%%WWWDIR%%/spec/benchmarks/models/project_team_spec.rb
2711
%%WWWDIR%%/spec/benchmarks/models/user_spec.rb
2712
%%WWWDIR%%/spec/benchmarks/services/projects/create_service_spec.rb
2713
%%WWWDIR%%/spec/controllers/abuse_reports_controller_spec.rb
2714
%%WWWDIR%%/spec/controllers/admin/identities_controller_spec.rb
2715
%%WWWDIR%%/spec/controllers/admin/impersonation_controller_spec.rb
2716
%%WWWDIR%%/spec/controllers/admin/spam_logs_controller_spec.rb
2717
%%WWWDIR%%/spec/controllers/admin/users_controller_spec.rb
2718
%%WWWDIR%%/spec/controllers/application_controller_spec.rb
2719
%%WWWDIR%%/spec/controllers/autocomplete_controller_spec.rb
2720
%%WWWDIR%%/spec/controllers/blame_controller_spec.rb
2721
%%WWWDIR%%/spec/controllers/blob_controller_spec.rb
2722
%%WWWDIR%%/spec/controllers/branches_controller_spec.rb
2723
%%WWWDIR%%/spec/controllers/commit_controller_spec.rb
2724
%%WWWDIR%%/spec/controllers/commits_controller_spec.rb
2725
%%WWWDIR%%/spec/controllers/groups/avatars_controller_spec.rb
2726
%%WWWDIR%%/spec/controllers/groups/milestones_controller_spec.rb
2727
%%WWWDIR%%/spec/controllers/groups_controller_spec.rb
2728
%%WWWDIR%%/spec/controllers/help_controller_spec.rb
2729
%%WWWDIR%%/spec/controllers/import/bitbucket_controller_spec.rb
2730
%%WWWDIR%%/spec/controllers/import/fogbugz_controller_spec.rb
2731
%%WWWDIR%%/spec/controllers/import/github_controller_spec.rb
2732
%%WWWDIR%%/spec/controllers/import/gitlab_controller_spec.rb
2733
%%WWWDIR%%/spec/controllers/import/gitorious_controller_spec.rb
2734
%%WWWDIR%%/spec/controllers/import/google_code_controller_spec.rb
2735
%%WWWDIR%%/spec/controllers/import/import_spec_helper.rb
2736
%%WWWDIR%%/spec/controllers/invites_controller_spec.rb
2737
%%WWWDIR%%/spec/controllers/namespaces_controller_spec.rb
2738
%%WWWDIR%%/spec/controllers/profile_keys_controller_spec.rb
2739
%%WWWDIR%%/spec/controllers/profiles/avatars_controller_spec.rb
2740
%%WWWDIR%%/spec/controllers/profiles/preferences_controller_spec.rb
2741
%%WWWDIR%%/spec/controllers/profiles/two_factor_auths_controller_spec.rb
2742
%%WWWDIR%%/spec/controllers/projects/avatars_controller_spec.rb
2743
%%WWWDIR%%/spec/controllers/projects/commit_controller_spec.rb
2744
%%WWWDIR%%/spec/controllers/projects/compare_controller_spec.rb
2745
%%WWWDIR%%/spec/controllers/projects/find_file_controller_spec.rb
2746
%%WWWDIR%%/spec/controllers/projects/imports_controller_spec.rb
2747
%%WWWDIR%%/spec/controllers/projects/issues_controller_spec.rb
2748
%%WWWDIR%%/spec/controllers/projects/merge_requests_controller_spec.rb
2749
%%WWWDIR%%/spec/controllers/projects/milestones_controller_spec.rb
2750
%%WWWDIR%%/spec/controllers/projects/protected_branches_controller_spec.rb
2751
%%WWWDIR%%/spec/controllers/projects/raw_controller_spec.rb
2752
%%WWWDIR%%/spec/controllers/projects/refs_controller_spec.rb
2753
%%WWWDIR%%/spec/controllers/projects/repositories_controller_spec.rb
2754
%%WWWDIR%%/spec/controllers/projects/services_controller_spec.rb
2755
%%WWWDIR%%/spec/controllers/projects/tree_controller_spec.rb
2756
%%WWWDIR%%/spec/controllers/projects/uploads_controller_spec.rb
2757
%%WWWDIR%%/spec/controllers/projects_controller_spec.rb
2758
%%WWWDIR%%/spec/controllers/root_controller_spec.rb
2759
%%WWWDIR%%/spec/controllers/sent_notification_controller_spec.rb
2760
%%WWWDIR%%/spec/controllers/snippets_controller_spec.rb
2761
%%WWWDIR%%/spec/controllers/uploads_controller_spec.rb
2762
%%WWWDIR%%/spec/controllers/users_controller_spec.rb
2763
%%WWWDIR%%/spec/factories.rb
2764
%%WWWDIR%%/spec/factories/abuse_reports.rb
2765
%%WWWDIR%%/spec/factories/broadcast_messages.rb
2766
%%WWWDIR%%/spec/factories/ci/builds.rb
2767
%%WWWDIR%%/spec/factories/ci/commits.rb
2768
%%WWWDIR%%/spec/factories/ci/runner_projects.rb
2769
%%WWWDIR%%/spec/factories/ci/runners.rb
2770
%%WWWDIR%%/spec/factories/ci/trigger_requests.rb
2771
%%WWWDIR%%/spec/factories/ci/triggers.rb
2772
%%WWWDIR%%/spec/factories/ci/variables.rb
2773
%%WWWDIR%%/spec/factories/commit_statuses.rb
2774
%%WWWDIR%%/spec/factories/forked_project_links.rb
2775
%%WWWDIR%%/spec/factories/group_members.rb
2776
%%WWWDIR%%/spec/factories/label_links.rb
2777
%%WWWDIR%%/spec/factories/labels.rb
2778
%%WWWDIR%%/spec/factories/lfs_objects.rb
2779
%%WWWDIR%%/spec/factories/lfs_objects_projects.rb
2780
%%WWWDIR%%/spec/factories/merge_requests.rb
2781
%%WWWDIR%%/spec/factories/notes.rb
2782
%%WWWDIR%%/spec/factories/projects.rb
2783
%%WWWDIR%%/spec/factories/releases.rb
2784
%%WWWDIR%%/spec/factories/spam_logs.rb
2785
%%WWWDIR%%/spec/factories/todos.rb
2786
%%WWWDIR%%/spec/factories_spec.rb
2787
%%WWWDIR%%/spec/features/admin/admin_builds_spec.rb
2788
%%WWWDIR%%/spec/features/admin/admin_disables_two_factor_spec.rb
2789
%%WWWDIR%%/spec/features/admin/admin_hooks_spec.rb
2790
%%WWWDIR%%/spec/features/admin/admin_projects_spec.rb
2791
%%WWWDIR%%/spec/features/admin/admin_runners_spec.rb
2792
%%WWWDIR%%/spec/features/admin/admin_users_spec.rb
2793
%%WWWDIR%%/spec/features/atom/dashboard_issues_spec.rb
2794
%%WWWDIR%%/spec/features/atom/dashboard_spec.rb
2795
%%WWWDIR%%/spec/features/atom/issues_spec.rb
2796
%%WWWDIR%%/spec/features/atom/users_spec.rb
2797
%%WWWDIR%%/spec/features/builds_spec.rb
2798
%%WWWDIR%%/spec/features/ci_lint_spec.rb
2799
%%WWWDIR%%/spec/features/commits_spec.rb
2800
%%WWWDIR%%/spec/features/gitlab_flavored_markdown_spec.rb
2801
%%WWWDIR%%/spec/features/groups_spec.rb
2802
%%WWWDIR%%/spec/features/help_pages_spec.rb
2803
%%WWWDIR%%/spec/features/issues/filter_by_milestone_spec.rb
2804
%%WWWDIR%%/spec/features/issues/note_polling_spec.rb
2805
%%WWWDIR%%/spec/features/issues_spec.rb
2806
%%WWWDIR%%/spec/features/login_spec.rb
2807
%%WWWDIR%%/spec/features/markdown_spec.rb
2808
%%WWWDIR%%/spec/features/merge_requests/filter_by_milestone_spec.rb
2809
%%WWWDIR%%/spec/features/merge_requests/merge_when_build_succeeds_spec.rb
2810
%%WWWDIR%%/spec/features/notes_on_merge_requests_spec.rb
2811
%%WWWDIR%%/spec/features/password_reset_spec.rb
2812
%%WWWDIR%%/spec/features/profile_spec.rb
2813
%%WWWDIR%%/spec/features/profiles/preferences_spec.rb
2814
%%WWWDIR%%/spec/features/projects_spec.rb
2815
%%WWWDIR%%/spec/features/runners_spec.rb
2816
%%WWWDIR%%/spec/features/search_spec.rb
2817
%%WWWDIR%%/spec/features/security/admin_access_spec.rb
2818
%%WWWDIR%%/spec/features/security/dashboard_access_spec.rb
2819
%%WWWDIR%%/spec/features/security/group_access_spec.rb
2820
%%WWWDIR%%/spec/features/security/profile_access_spec.rb
2821
%%WWWDIR%%/spec/features/security/project/internal_access_spec.rb
2822
%%WWWDIR%%/spec/features/security/project/private_access_spec.rb
2823
%%WWWDIR%%/spec/features/security/project/public_access_spec.rb
2824
%%WWWDIR%%/spec/features/task_lists_spec.rb
2825
%%WWWDIR%%/spec/features/triggers_spec.rb
2826
%%WWWDIR%%/spec/features/users_spec.rb
2827
%%WWWDIR%%/spec/features/variables_spec.rb
2828
%%WWWDIR%%/spec/finders/contributed_projects_finder_spec.rb
2829
%%WWWDIR%%/spec/finders/issues_finder_spec.rb
2830
%%WWWDIR%%/spec/finders/merge_requests_finder_spec.rb
2831
%%WWWDIR%%/spec/finders/notes_finder_spec.rb
2832
%%WWWDIR%%/spec/finders/personal_projects_finder_spec.rb
2833
%%WWWDIR%%/spec/finders/projects_finder_spec.rb
2834
%%WWWDIR%%/spec/finders/snippets_finder_spec.rb
2835
%%WWWDIR%%/spec/finders/trending_projects_finder_spec.rb
2836
%%WWWDIR%%/spec/fixtures/GoogleCodeProjectHosting.json
2837
%%WWWDIR%%/spec/fixtures/banana_sample.gif
2838
%%WWWDIR%%/spec/fixtures/ci_build_artifacts.zip
2839
%%WWWDIR%%/spec/fixtures/ci_build_artifacts_metadata.gz
2840
%%WWWDIR%%/spec/fixtures/dk.png
2841
%%WWWDIR%%/spec/fixtures/doc_sample.txt
2842
%%WWWDIR%%/spec/fixtures/emails/android_gmail.eml
2843
%%WWWDIR%%/spec/fixtures/emails/attachment.eml
2844
%%WWWDIR%%/spec/fixtures/emails/auto_reply.eml
2845
%%WWWDIR%%/spec/fixtures/emails/dutch.eml
2846
%%WWWDIR%%/spec/fixtures/emails/gmail_web.eml
2847
%%WWWDIR%%/spec/fixtures/emails/html_paragraphs.eml
2848
%%WWWDIR%%/spec/fixtures/emails/inline_reply.eml
2849
%%WWWDIR%%/spec/fixtures/emails/ios_default.eml
2850
%%WWWDIR%%/spec/fixtures/emails/newlines.eml
2851
%%WWWDIR%%/spec/fixtures/emails/no_content_reply.eml
2852
%%WWWDIR%%/spec/fixtures/emails/on_wrote.eml
2853
%%WWWDIR%%/spec/fixtures/emails/outlook.eml
2854
%%WWWDIR%%/spec/fixtures/emails/paragraphs.eml
2855
%%WWWDIR%%/spec/fixtures/emails/plaintext_only.eml
2856
%%WWWDIR%%/spec/fixtures/emails/valid_reply.eml
2857
%%WWWDIR%%/spec/fixtures/emails/windows_8_metro.eml
2858
%%WWWDIR%%/spec/fixtures/emails/wrong_reply_key.eml
2859
%%WWWDIR%%/spec/fixtures/logo_sample.svg
2860
%%WWWDIR%%/spec/fixtures/markdown.md.erb
2861
%%WWWDIR%%/spec/fixtures/parallel_diff_result.yml
2862
%%WWWDIR%%/spec/fixtures/rails_sample.jpg
2863
%%WWWDIR%%/spec/helpers/application_helper_spec.rb
2864
%%WWWDIR%%/spec/helpers/auth_helper_spec.rb
2865
%%WWWDIR%%/spec/helpers/blob_helper_spec.rb
2866
%%WWWDIR%%/spec/helpers/broadcast_messages_helper_spec.rb
2867
%%WWWDIR%%/spec/helpers/ci_status_helper_spec.rb
2868
%%WWWDIR%%/spec/helpers/diff_helper_spec.rb
2869
%%WWWDIR%%/spec/helpers/emails_helper_spec.rb
2870
%%WWWDIR%%/spec/helpers/events_helper_spec.rb
2871
%%WWWDIR%%/spec/helpers/gitlab_markdown_helper_spec.rb
2872
%%WWWDIR%%/spec/helpers/graph_helper_spec.rb
2873
%%WWWDIR%%/spec/helpers/groups_helper.rb
2874
%%WWWDIR%%/spec/helpers/icons_helper_spec.rb
2875
%%WWWDIR%%/spec/helpers/issues_helper_spec.rb
2876
%%WWWDIR%%/spec/helpers/labels_helper_spec.rb
2877
%%WWWDIR%%/spec/helpers/merge_requests_helper_spec.rb
2878
%%WWWDIR%%/spec/helpers/nav_helper_spec.rb
2879
%%WWWDIR%%/spec/helpers/notifications_helper_spec.rb
2880
%%WWWDIR%%/spec/helpers/page_layout_helper_spec.rb
2881
%%WWWDIR%%/spec/helpers/preferences_helper_spec.rb
2882
%%WWWDIR%%/spec/helpers/projects_helper_spec.rb
2883
%%WWWDIR%%/spec/helpers/runners_helper_spec.rb
2884
%%WWWDIR%%/spec/helpers/search_helper_spec.rb
2885
%%WWWDIR%%/spec/helpers/submodule_helper_spec.rb
2886
%%WWWDIR%%/spec/helpers/tab_helper_spec.rb
2887
%%WWWDIR%%/spec/helpers/time_helper_spec.rb
2888
%%WWWDIR%%/spec/helpers/tree_helper_spec.rb
2889
%%WWWDIR%%/spec/helpers/visibility_level_helper_spec.rb
2890
%%WWWDIR%%/spec/initializers/settings_spec.rb
2891
%%WWWDIR%%/spec/javascripts/behaviors/autosize_spec.js.coffee
2892
%%WWWDIR%%/spec/javascripts/behaviors/quick_submit_spec.js.coffee
2893
%%WWWDIR%%/spec/javascripts/behaviors/requires_input_spec.js.coffee
2894
%%WWWDIR%%/spec/javascripts/extensions/array_spec.js.coffee
2895
%%WWWDIR%%/spec/javascripts/extensions/jquery_spec.js.coffee
2896
%%WWWDIR%%/spec/javascripts/fixtures/behaviors/quick_submit.html.haml
2897
%%WWWDIR%%/spec/javascripts/fixtures/behaviors/requires_input.html.haml
2898
%%WWWDIR%%/spec/javascripts/fixtures/issuable.html.haml
2899
%%WWWDIR%%/spec/javascripts/fixtures/issue_note.html.haml
2900
%%WWWDIR%%/spec/javascripts/fixtures/issues_show.html.haml
2901
%%WWWDIR%%/spec/javascripts/fixtures/line_highlighter.html.haml
2902
%%WWWDIR%%/spec/javascripts/fixtures/merge_request_tabs.html.haml
2903
%%WWWDIR%%/spec/javascripts/fixtures/merge_requests_show.html.haml
2904
%%WWWDIR%%/spec/javascripts/fixtures/new_branch.html.haml
2905
%%WWWDIR%%/spec/javascripts/fixtures/project_title.html.haml
2906
%%WWWDIR%%/spec/javascripts/fixtures/projects.json
2907
%%WWWDIR%%/spec/javascripts/fixtures/zen_mode.html.haml
2908
%%WWWDIR%%/spec/javascripts/issue_spec.js.coffee
2909
%%WWWDIR%%/spec/javascripts/line_highlighter_spec.js.coffee
2910
%%WWWDIR%%/spec/javascripts/merge_request_spec.js.coffee
2911
%%WWWDIR%%/spec/javascripts/merge_request_tabs_spec.js.coffee
2912
%%WWWDIR%%/spec/javascripts/new_branch_spec.js.coffee
2913
%%WWWDIR%%/spec/javascripts/notes_spec.js.coffee
2914
%%WWWDIR%%/spec/javascripts/project_title_spec.js.coffee
2915
%%WWWDIR%%/spec/javascripts/shortcuts_issuable_spec.js.coffee
2916
%%WWWDIR%%/spec/javascripts/spec_helper.coffee
2917
%%WWWDIR%%/spec/javascripts/stat_graph_contributors_graph_spec.js
2918
%%WWWDIR%%/spec/javascripts/stat_graph_contributors_util_spec.js
2919
%%WWWDIR%%/spec/javascripts/stat_graph_spec.js
2920
%%WWWDIR%%/spec/javascripts/syntax_highlight_spec.js.coffee
2921
%%WWWDIR%%/spec/javascripts/zen_mode_spec.js.coffee
2922
%%WWWDIR%%/spec/lib/banzai/cross_project_reference_spec.rb
2923
%%WWWDIR%%/spec/lib/banzai/filter/autolink_filter_spec.rb
2924
%%WWWDIR%%/spec/lib/banzai/filter/commit_range_reference_filter_spec.rb
2925
%%WWWDIR%%/spec/lib/banzai/filter/commit_reference_filter_spec.rb
2926
%%WWWDIR%%/spec/lib/banzai/filter/emoji_filter_spec.rb
2927
%%WWWDIR%%/spec/lib/banzai/filter/external_issue_reference_filter_spec.rb
2928
%%WWWDIR%%/spec/lib/banzai/filter/external_link_filter_spec.rb
2929
%%WWWDIR%%/spec/lib/banzai/filter/gollum_tags_filter_spec.rb
2930
%%WWWDIR%%/spec/lib/banzai/filter/issue_reference_filter_spec.rb
2931
%%WWWDIR%%/spec/lib/banzai/filter/label_reference_filter_spec.rb
2932
%%WWWDIR%%/spec/lib/banzai/filter/merge_request_reference_filter_spec.rb
2933
%%WWWDIR%%/spec/lib/banzai/filter/milestone_reference_filter_spec.rb
2934
%%WWWDIR%%/spec/lib/banzai/filter/redactor_filter_spec.rb
2935
%%WWWDIR%%/spec/lib/banzai/filter/reference_gatherer_filter_spec.rb
2936
%%WWWDIR%%/spec/lib/banzai/filter/relative_link_filter_spec.rb
2937
%%WWWDIR%%/spec/lib/banzai/filter/sanitization_filter_spec.rb
2938
%%WWWDIR%%/spec/lib/banzai/filter/snippet_reference_filter_spec.rb
2939
%%WWWDIR%%/spec/lib/banzai/filter/syntax_highlight_filter_spec.rb
2940
%%WWWDIR%%/spec/lib/banzai/filter/table_of_contents_filter_spec.rb
2941
%%WWWDIR%%/spec/lib/banzai/filter/task_list_filter_spec.rb
2942
%%WWWDIR%%/spec/lib/banzai/filter/upload_link_filter_spec.rb
2943
%%WWWDIR%%/spec/lib/banzai/filter/user_reference_filter_spec.rb
2944
%%WWWDIR%%/spec/lib/banzai/pipeline/description_pipeline_spec.rb
2945
%%WWWDIR%%/spec/lib/banzai/querying_spec.rb
2946
%%WWWDIR%%/spec/lib/ci/ansi2html_spec.rb
2947
%%WWWDIR%%/spec/lib/ci/charts_spec.rb
2948
%%WWWDIR%%/spec/lib/ci/gitlab_ci_yaml_processor_spec.rb
2949
%%WWWDIR%%/spec/lib/ci/status_spec.rb
2950
%%WWWDIR%%/spec/lib/disable_email_interceptor_spec.rb
2951
%%WWWDIR%%/spec/lib/extracts_path_spec.rb
2952
%%WWWDIR%%/spec/lib/file_size_validator_spec.rb
2953
%%WWWDIR%%/spec/lib/git_ref_validator_spec.rb
2954
%%WWWDIR%%/spec/lib/gitlab/akismet_helper_spec.rb
2955
%%WWWDIR%%/spec/lib/gitlab/asciidoc_spec.rb
2956
%%WWWDIR%%/spec/lib/gitlab/auth_spec.rb
2957
%%WWWDIR%%/spec/lib/gitlab/backend/grack_auth_spec.rb
2958
%%WWWDIR%%/spec/lib/gitlab/backend/shell_spec.rb
2959
%%WWWDIR%%/spec/lib/gitlab/bitbucket_import/client_spec.rb
2960
%%WWWDIR%%/spec/lib/gitlab/bitbucket_import/project_creator_spec.rb
2961
%%WWWDIR%%/spec/lib/gitlab/blame_spec.rb
2962
%%WWWDIR%%/spec/lib/gitlab/build_data_builder_spec.rb
2963
%%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata/entry_spec.rb
2964
%%WWWDIR%%/spec/lib/gitlab/ci/build/artifacts/metadata_spec.rb
2965
%%WWWDIR%%/spec/lib/gitlab/closing_issue_extractor_spec.rb
2966
%%WWWDIR%%/spec/lib/gitlab/color_schemes_spec.rb
2967
%%WWWDIR%%/spec/lib/gitlab/database_spec.rb
2968
%%WWWDIR%%/spec/lib/gitlab/diff/file_spec.rb
2969
%%WWWDIR%%/spec/lib/gitlab/diff/highlight_spec.rb
2970
%%WWWDIR%%/spec/lib/gitlab/diff/inline_diff_marker_spec.rb
2971
%%WWWDIR%%/spec/lib/gitlab/diff/inline_diff_spec.rb
2972
%%WWWDIR%%/spec/lib/gitlab/diff/parallel_diff_spec.rb
2973
%%WWWDIR%%/spec/lib/gitlab/diff/parser_spec.rb
2974
%%WWWDIR%%/spec/lib/gitlab/email/attachment_uploader_spec.rb
2975
%%WWWDIR%%/spec/lib/gitlab/email/message/repository_push_spec.rb
2976
%%WWWDIR%%/spec/lib/gitlab/email/receiver_spec.rb
2977
%%WWWDIR%%/spec/lib/gitlab/email/reply_parser_spec.rb
2978
%%WWWDIR%%/spec/lib/gitlab/git_access_spec.rb
2979
%%WWWDIR%%/spec/lib/gitlab/git_access_wiki_spec.rb
2980
%%WWWDIR%%/spec/lib/gitlab/github_import/client_spec.rb
2981
%%WWWDIR%%/spec/lib/gitlab/github_import/comment_formatter_spec.rb
2982
%%WWWDIR%%/spec/lib/gitlab/github_import/issue_formatter_spec.rb
2983
%%WWWDIR%%/spec/lib/gitlab/github_import/project_creator_spec.rb
2984
%%WWWDIR%%/spec/lib/gitlab/github_import/pull_request_formatter_spec.rb
2985
%%WWWDIR%%/spec/lib/gitlab/github_import/wiki_formatter_spec.rb
2986
%%WWWDIR%%/spec/lib/gitlab/gitlab_import/client_spec.rb
2987
%%WWWDIR%%/spec/lib/gitlab/gitlab_import/project_creator_spec.rb
2988
%%WWWDIR%%/spec/lib/gitlab/gitorious_import/project_creator_spec.rb
2989
%%WWWDIR%%/spec/lib/gitlab/google_code_import/client_spec.rb
2990
%%WWWDIR%%/spec/lib/gitlab/google_code_import/importer_spec.rb
2991
%%WWWDIR%%/spec/lib/gitlab/google_code_import/project_creator_spec.rb
2992
%%WWWDIR%%/spec/lib/gitlab/highlight_spec.rb
2993
%%WWWDIR%%/spec/lib/gitlab/incoming_email_spec.rb
2994
%%WWWDIR%%/spec/lib/gitlab/key_fingerprint_spec.rb
2995
%%WWWDIR%%/spec/lib/gitlab/ldap/access_spec.rb
2996
%%WWWDIR%%/spec/lib/gitlab/ldap/adapter_spec.rb
2997
%%WWWDIR%%/spec/lib/gitlab/ldap/auth_hash_spec.rb
2998
%%WWWDIR%%/spec/lib/gitlab/ldap/authentication_spec.rb
2999
%%WWWDIR%%/spec/lib/gitlab/ldap/config_spec.rb
3000
%%WWWDIR%%/spec/lib/gitlab/ldap/user_spec.rb
3001
%%WWWDIR%%/spec/lib/gitlab/lfs/lfs_router_spec.rb
3002
%%WWWDIR%%/spec/lib/gitlab/markup_helper_spec.rb
3003
%%WWWDIR%%/spec/lib/gitlab/metrics/delta_spec.rb
3004
%%WWWDIR%%/spec/lib/gitlab/metrics/instrumentation_spec.rb
3005
%%WWWDIR%%/spec/lib/gitlab/metrics/metric_spec.rb
3006
%%WWWDIR%%/spec/lib/gitlab/metrics/rack_middleware_spec.rb
3007
%%WWWDIR%%/spec/lib/gitlab/metrics/sampler_spec.rb
3008
%%WWWDIR%%/spec/lib/gitlab/metrics/sidekiq_middleware_spec.rb
3009
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/action_view_spec.rb
3010
%%WWWDIR%%/spec/lib/gitlab/metrics/subscribers/active_record_spec.rb
3011
%%WWWDIR%%/spec/lib/gitlab/metrics/system_spec.rb
3012
%%WWWDIR%%/spec/lib/gitlab/metrics/transaction_spec.rb
3013
%%WWWDIR%%/spec/lib/gitlab/metrics_spec.rb
3014
%%WWWDIR%%/spec/lib/gitlab/note_data_builder_spec.rb
3015
%%WWWDIR%%/spec/lib/gitlab/o_auth/auth_hash_spec.rb
3016
%%WWWDIR%%/spec/lib/gitlab/o_auth/user_spec.rb
3017
%%WWWDIR%%/spec/lib/gitlab/popen_spec.rb
3018
%%WWWDIR%%/spec/lib/gitlab/project_search_results_spec.rb
3019
%%WWWDIR%%/spec/lib/gitlab/push_data_builder_spec.rb
3020
%%WWWDIR%%/spec/lib/gitlab/reference_extractor_spec.rb
3021
%%WWWDIR%%/spec/lib/gitlab/regex_spec.rb
3022
%%WWWDIR%%/spec/lib/gitlab/saml/user_spec.rb
3023
%%WWWDIR%%/spec/lib/gitlab/sherlock/collection_spec.rb
3024
%%WWWDIR%%/spec/lib/gitlab/sherlock/file_sample_spec.rb
3025
%%WWWDIR%%/spec/lib/gitlab/sherlock/line_profiler_spec.rb
3026
%%WWWDIR%%/spec/lib/gitlab/sherlock/line_sample_spec.rb
3027
%%WWWDIR%%/spec/lib/gitlab/sherlock/location_spec.rb
3028
%%WWWDIR%%/spec/lib/gitlab/sherlock/middleware_spec.rb
3029
%%WWWDIR%%/spec/lib/gitlab/sherlock/query_spec.rb
3030
%%WWWDIR%%/spec/lib/gitlab/sherlock/transaction_spec.rb
3031
%%WWWDIR%%/spec/lib/gitlab/sql/union_spec.rb
3032
%%WWWDIR%%/spec/lib/gitlab/themes_spec.rb
3033
%%WWWDIR%%/spec/lib/gitlab/upgrader_spec.rb
3034
%%WWWDIR%%/spec/lib/gitlab/uploads_transfer_spec.rb
3035
%%WWWDIR%%/spec/lib/gitlab/url_builder_spec.rb
3036
%%WWWDIR%%/spec/lib/gitlab/version_info_spec.rb
3037
%%WWWDIR%%/spec/lib/repository_cache_spec.rb
3038
%%WWWDIR%%/spec/mailers/abuse_report_mailer_spec.rb
3039
%%WWWDIR%%/spec/mailers/emails/builds_spec.rb
3040
%%WWWDIR%%/spec/mailers/emails/profile_spec.rb
3041
%%WWWDIR%%/spec/mailers/notify_spec.rb
3042
%%WWWDIR%%/spec/mailers/shared/notify.rb
3043
%%WWWDIR%%/spec/models/abuse_report_spec.rb
3044
%%WWWDIR%%/spec/models/application_setting_spec.rb
3045
%%WWWDIR%%/spec/models/broadcast_message_spec.rb
3046
%%WWWDIR%%/spec/models/build_spec.rb
3047
%%WWWDIR%%/spec/models/ci/build_spec.rb
3048
%%WWWDIR%%/spec/models/ci/commit_spec.rb
3049
%%WWWDIR%%/spec/models/ci/runner_project_spec.rb
3050
%%WWWDIR%%/spec/models/ci/runner_spec.rb
3051
%%WWWDIR%%/spec/models/ci/trigger_spec.rb
3052
%%WWWDIR%%/spec/models/ci/variable_spec.rb
3053
%%WWWDIR%%/spec/models/commit_range_spec.rb
3054
%%WWWDIR%%/spec/models/commit_spec.rb
3055
%%WWWDIR%%/spec/models/commit_status_spec.rb
3056
%%WWWDIR%%/spec/models/concerns/case_sensitivity_spec.rb
3057
%%WWWDIR%%/spec/models/concerns/issuable_spec.rb
3058
%%WWWDIR%%/spec/models/concerns/mentionable_spec.rb
3059
%%WWWDIR%%/spec/models/concerns/strip_attribute_spec.rb
3060
%%WWWDIR%%/spec/models/concerns/token_authenticatable_spec.rb
3061
%%WWWDIR%%/spec/models/deploy_key_spec.rb
3062
%%WWWDIR%%/spec/models/deploy_keys_project_spec.rb
3063
%%WWWDIR%%/spec/models/email_spec.rb
3064
%%WWWDIR%%/spec/models/event_spec.rb
3065
%%WWWDIR%%/spec/models/external_issue_spec.rb
3066
%%WWWDIR%%/spec/models/external_wiki_service_spec.rb
3067
%%WWWDIR%%/spec/models/forked_project_link_spec.rb
3068
%%WWWDIR%%/spec/models/generic_commit_status_spec.rb
3069
%%WWWDIR%%/spec/models/global_milestone_spec.rb
3070
%%WWWDIR%%/spec/models/group_spec.rb
3071
%%WWWDIR%%/spec/models/hooks/project_hook_spec.rb
3072
%%WWWDIR%%/spec/models/hooks/service_hook_spec.rb
3073
%%WWWDIR%%/spec/models/hooks/system_hook_spec.rb
3074
%%WWWDIR%%/spec/models/hooks/web_hook_spec.rb
3075
%%WWWDIR%%/spec/models/identity_spec.rb
3076
%%WWWDIR%%/spec/models/issue_spec.rb
3077
%%WWWDIR%%/spec/models/jira_issue_spec.rb
3078
%%WWWDIR%%/spec/models/key_spec.rb
3079
%%WWWDIR%%/spec/models/label_link_spec.rb
3080
%%WWWDIR%%/spec/models/label_spec.rb
3081
%%WWWDIR%%/spec/models/member_spec.rb
3082
%%WWWDIR%%/spec/models/members/group_member_spec.rb
3083
%%WWWDIR%%/spec/models/members/project_member_spec.rb
3084
%%WWWDIR%%/spec/models/merge_request_spec.rb
3085
%%WWWDIR%%/spec/models/milestone_spec.rb
3086
%%WWWDIR%%/spec/models/namespace_spec.rb
3087
%%WWWDIR%%/spec/models/note_spec.rb
3088
%%WWWDIR%%/spec/models/project_security_spec.rb
3089
%%WWWDIR%%/spec/models/project_services/asana_service_spec.rb
3090
%%WWWDIR%%/spec/models/project_services/assembla_service_spec.rb
3091
%%WWWDIR%%/spec/models/project_services/bamboo_service_spec.rb
3092
%%WWWDIR%%/spec/models/project_services/buildkite_service_spec.rb
3093
%%WWWDIR%%/spec/models/project_services/builds_email_service_spec.rb
3094
%%WWWDIR%%/spec/models/project_services/drone_ci_service_spec.rb
3095
%%WWWDIR%%/spec/models/project_services/flowdock_service_spec.rb
3096
%%WWWDIR%%/spec/models/project_services/gemnasium_service_spec.rb
3097
%%WWWDIR%%/spec/models/project_services/gitlab_issue_tracker_service_spec.rb
3098
%%WWWDIR%%/spec/models/project_services/hipchat_service_spec.rb
3099
%%WWWDIR%%/spec/models/project_services/irker_service_spec.rb
3100
%%WWWDIR%%/spec/models/project_services/jira_service_spec.rb
3101
%%WWWDIR%%/spec/models/project_services/pushover_service_spec.rb
3102
%%WWWDIR%%/spec/models/project_services/slack_service/build_message_spec.rb
3103
%%WWWDIR%%/spec/models/project_services/slack_service/issue_message_spec.rb
3104
%%WWWDIR%%/spec/models/project_services/slack_service/merge_message_spec.rb
3105
%%WWWDIR%%/spec/models/project_services/slack_service/note_message_spec.rb
3106
%%WWWDIR%%/spec/models/project_services/slack_service/push_message_spec.rb
3107
%%WWWDIR%%/spec/models/project_services/slack_service_spec.rb
3108
%%WWWDIR%%/spec/models/project_services/teamcity_service_spec.rb
3109
%%WWWDIR%%/spec/models/project_snippet_spec.rb
3110
%%WWWDIR%%/spec/models/project_spec.rb
3111
%%WWWDIR%%/spec/models/project_team_spec.rb
3112
%%WWWDIR%%/spec/models/project_wiki_spec.rb
3113
%%WWWDIR%%/spec/models/protected_branch_spec.rb
3114
%%WWWDIR%%/spec/models/release_spec.rb
3115
%%WWWDIR%%/spec/models/repository_spec.rb
3116
%%WWWDIR%%/spec/models/service_spec.rb
3117
%%WWWDIR%%/spec/models/snippet_spec.rb
3118
%%WWWDIR%%/spec/models/spam_log_spec.rb
3119
%%WWWDIR%%/spec/models/todo_spec.rb
3120
%%WWWDIR%%/spec/models/tree_spec.rb
3121
%%WWWDIR%%/spec/models/user_spec.rb
3122
%%WWWDIR%%/spec/models/wiki_page_spec.rb
3123
%%WWWDIR%%/spec/rails_helper.rb
3124
%%WWWDIR%%/spec/requests/api/api_helpers_spec.rb
3125
%%WWWDIR%%/spec/requests/api/branches_spec.rb
3126
%%WWWDIR%%/spec/requests/api/builds_spec.rb
3127
%%WWWDIR%%/spec/requests/api/commit_status_spec.rb
3128
%%WWWDIR%%/spec/requests/api/commits_spec.rb
3129
%%WWWDIR%%/spec/requests/api/doorkeeper_access_spec.rb
3130
%%WWWDIR%%/spec/requests/api/files_spec.rb
3131
%%WWWDIR%%/spec/requests/api/fork_spec.rb
3132
%%WWWDIR%%/spec/requests/api/group_members_spec.rb
3133
%%WWWDIR%%/spec/requests/api/groups_spec.rb
3134
%%WWWDIR%%/spec/requests/api/internal_spec.rb
3135
%%WWWDIR%%/spec/requests/api/issues_spec.rb
3136
%%WWWDIR%%/spec/requests/api/keys_spec.rb
3137
%%WWWDIR%%/spec/requests/api/labels_spec.rb
3138
%%WWWDIR%%/spec/requests/api/merge_requests_spec.rb
3139
%%WWWDIR%%/spec/requests/api/milestones_spec.rb
3140
%%WWWDIR%%/spec/requests/api/namespaces_spec.rb
3141
%%WWWDIR%%/spec/requests/api/notes_spec.rb
3142
%%WWWDIR%%/spec/requests/api/project_hooks_spec.rb
3143
%%WWWDIR%%/spec/requests/api/project_members_spec.rb
3144
%%WWWDIR%%/spec/requests/api/projects_spec.rb
3145
%%WWWDIR%%/spec/requests/api/repositories_spec.rb
3146
%%WWWDIR%%/spec/requests/api/runners_spec.rb
3147
%%WWWDIR%%/spec/requests/api/services_spec.rb
3148
%%WWWDIR%%/spec/requests/api/session_spec.rb
3149
%%WWWDIR%%/spec/requests/api/settings_spec.rb
3150
%%WWWDIR%%/spec/requests/api/system_hooks_spec.rb
3151
%%WWWDIR%%/spec/requests/api/tags_spec.rb
3152
%%WWWDIR%%/spec/requests/api/triggers_spec.rb
3153
%%WWWDIR%%/spec/requests/api/users_spec.rb
3154
%%WWWDIR%%/spec/requests/api/variables_spec.rb
3155
%%WWWDIR%%/spec/requests/ci/api/builds_spec.rb
3156
%%WWWDIR%%/spec/requests/ci/api/runners_spec.rb
3157
%%WWWDIR%%/spec/requests/ci/api/triggers_spec.rb
3158
%%WWWDIR%%/spec/routing/admin_routing_spec.rb
3159
%%WWWDIR%%/spec/routing/notifications_routing_spec.rb
3160
%%WWWDIR%%/spec/routing/project_routing_spec.rb
3161
%%WWWDIR%%/spec/routing/routing_spec.rb
3162
%%WWWDIR%%/spec/services/archive_repository_service_spec.rb
3163
%%WWWDIR%%/spec/services/ci/create_builds_service_spec.rb
3164
%%WWWDIR%%/spec/services/ci/create_trigger_request_service_spec.rb
3165
%%WWWDIR%%/spec/services/ci/image_for_build_service_spec.rb
3166
%%WWWDIR%%/spec/services/ci/register_build_service_spec.rb
3167
%%WWWDIR%%/spec/services/create_commit_builds_service_spec.rb
3168
%%WWWDIR%%/spec/services/create_release_service_spec.rb
3169
%%WWWDIR%%/spec/services/create_snippet_service_spec.rb
3170
%%WWWDIR%%/spec/services/destroy_group_service_spec.rb
3171
%%WWWDIR%%/spec/services/event_create_service_spec.rb
3172
%%WWWDIR%%/spec/services/git_hooks_service_spec.rb
3173
%%WWWDIR%%/spec/services/git_push_service_spec.rb
3174
%%WWWDIR%%/spec/services/git_tag_push_service_spec.rb
3175
%%WWWDIR%%/spec/services/issues/bulk_update_service_spec.rb
3176
%%WWWDIR%%/spec/services/issues/close_service_spec.rb
3177
%%WWWDIR%%/spec/services/issues/create_service_spec.rb
3178
%%WWWDIR%%/spec/services/issues/update_service_spec.rb
3179
%%WWWDIR%%/spec/services/merge_requests/close_service_spec.rb
3180
%%WWWDIR%%/spec/services/merge_requests/create_service_spec.rb
3181
%%WWWDIR%%/spec/services/merge_requests/merge_service_spec.rb
3182
%%WWWDIR%%/spec/services/merge_requests/merge_when_build_succeeds_service_spec.rb
3183
%%WWWDIR%%/spec/services/merge_requests/refresh_service_spec.rb
3184
%%WWWDIR%%/spec/services/merge_requests/reopen_service_spec.rb
3185
%%WWWDIR%%/spec/services/merge_requests/update_service_spec.rb
3186
%%WWWDIR%%/spec/services/milestones/close_service_spec.rb
3187
%%WWWDIR%%/spec/services/milestones/create_service_spec.rb
3188
%%WWWDIR%%/spec/services/notes/create_service_spec.rb
3189
%%WWWDIR%%/spec/services/notes/post_process_service_spec.rb
3190
%%WWWDIR%%/spec/services/notes/update_service_spec.rb
3191
%%WWWDIR%%/spec/services/notification_service_spec.rb
3192
%%WWWDIR%%/spec/services/projects/create_service_spec.rb
3193
%%WWWDIR%%/spec/services/projects/destroy_service_spec.rb
3194
%%WWWDIR%%/spec/services/projects/download_service_spec.rb
3195
%%WWWDIR%%/spec/services/projects/fork_service_spec.rb
3196
%%WWWDIR%%/spec/services/projects/import_service_spec.rb
3197
%%WWWDIR%%/spec/services/projects/transfer_service_spec.rb
3198
%%WWWDIR%%/spec/services/projects/update_service_spec.rb
3199
%%WWWDIR%%/spec/services/projects/upload_service_spec.rb
3200
%%WWWDIR%%/spec/services/repair_ldap_blocked_user_service_spec.rb
3201
%%WWWDIR%%/spec/services/search_service_spec.rb
3202
%%WWWDIR%%/spec/services/system_hooks_service_spec.rb
3203
%%WWWDIR%%/spec/services/system_note_service_spec.rb
3204
%%WWWDIR%%/spec/services/test_hook_service_spec.rb
3205
%%WWWDIR%%/spec/services/todo_service_spec.rb
3206
%%WWWDIR%%/spec/services/update_release_service_spec.rb
3207
%%WWWDIR%%/spec/services/update_snippet_service_spec.rb
3208
%%WWWDIR%%/spec/spec_helper.rb
3209
%%WWWDIR%%/spec/support/api/pagination_shared_examples.rb
3210
%%WWWDIR%%/spec/support/api_helpers.rb
3211
%%WWWDIR%%/spec/support/capybara.rb
3212
%%WWWDIR%%/spec/support/capybara_helpers.rb
3213
%%WWWDIR%%/spec/support/db_cleaner.rb
3214
%%WWWDIR%%/spec/support/email_format_shared_examples.rb
3215
%%WWWDIR%%/spec/support/factory_girl.rb
3216
%%WWWDIR%%/spec/support/filter_spec_helper.rb
3217
%%WWWDIR%%/spec/support/fixture_helpers.rb
3218
%%WWWDIR%%/spec/support/gitlab_stubs/gitlab_ci.yml
3219
%%WWWDIR%%/spec/support/gitlab_stubs/project_8.json
3220
%%WWWDIR%%/spec/support/gitlab_stubs/project_8_hooks.json
3221
%%WWWDIR%%/spec/support/gitlab_stubs/projects.json
3222
%%WWWDIR%%/spec/support/gitlab_stubs/session.json
3223
%%WWWDIR%%/spec/support/gitlab_stubs/user.json
3224
%%WWWDIR%%/spec/support/jira_service_helper.rb
3225
%%WWWDIR%%/spec/support/login_helpers.rb
3226
%%WWWDIR%%/spec/support/markdown_feature.rb
3227
%%WWWDIR%%/spec/support/matchers/access_matchers.rb
3228
%%WWWDIR%%/spec/support/matchers/benchmark_matchers.rb
3229
%%WWWDIR%%/spec/support/matchers/include_module.rb
3230
%%WWWDIR%%/spec/support/matchers/is_within.rb
3231
%%WWWDIR%%/spec/support/matchers/markdown_matchers.rb
3232
%%WWWDIR%%/spec/support/mentionable_shared_examples.rb
3233
%%WWWDIR%%/spec/support/project_hook_data_shared_example.rb
3234
%%WWWDIR%%/spec/support/relative_url.rb
3235
%%WWWDIR%%/spec/support/repo_helpers.rb
3236
%%WWWDIR%%/spec/support/select2_helper.rb
3237
%%WWWDIR%%/spec/support/services_shared_context.rb
3238
%%WWWDIR%%/spec/support/setup_builds_storage.rb
3239
%%WWWDIR%%/spec/support/stub_configuration.rb
3240
%%WWWDIR%%/spec/support/stub_gitlab_calls.rb
3241
%%WWWDIR%%/spec/support/stub_gitlab_data.rb
3242
%%WWWDIR%%/spec/support/taskable_shared_examples.rb
3243
%%WWWDIR%%/spec/support/test_env.rb
3244
%%WWWDIR%%/spec/support/wait_for_ajax.rb
3245
%%WWWDIR%%/spec/support/webmock.rb
3246
%%WWWDIR%%/spec/tasks/gitlab/backup_rake_spec.rb
3247
%%WWWDIR%%/spec/tasks/gitlab/mail_google_schema_whitelisting.rb
3248
%%WWWDIR%%/spec/teaspoon_env.rb
3249
%%WWWDIR%%/spec/views/help/index.html.haml_spec.rb
3250
%%WWWDIR%%/spec/workers/build_email_worker_spec.rb
3251
%%WWWDIR%%/spec/workers/email_receiver_worker_spec.rb
3252
%%WWWDIR%%/spec/workers/emails_on_push_worker_spec.rb
3253
%%WWWDIR%%/spec/workers/merge_worker_spec.rb
3254
%%WWWDIR%%/spec/workers/post_receive_spec.rb
3255
%%WWWDIR%%/spec/workers/repository_fork_worker_spec.rb
3256
%%WWWDIR%%/spec/workers/repository_import_worker_spec.rb
3257
%%WWWDIR%%/spec/workers/stuck_ci_builds_worker_spec.rb
3258
%%WWWDIR%%/vendor/assets/javascripts/Chart.js
3259
%%WWWDIR%%/vendor/assets/javascripts/autosize.js
3260
%%WWWDIR%%/vendor/assets/javascripts/clipboard.js
3261
%%WWWDIR%%/vendor/assets/javascripts/fuzzaldrin-plus.js
3262
%%WWWDIR%%/vendor/assets/javascripts/g.bar.js
3263
%%WWWDIR%%/vendor/assets/javascripts/g.raphael.js
3264
%%WWWDIR%%/vendor/assets/javascripts/jquery.ba-resize.js
3265
%%WWWDIR%%/vendor/assets/javascripts/jquery.cookie.js
3266
%%WWWDIR%%/vendor/assets/javascripts/jquery.endless-scroll.js
3267
%%WWWDIR%%/vendor/assets/javascripts/jquery.highlight.js
3268
%%WWWDIR%%/vendor/assets/javascripts/jquery.nicescroll.js
3269
%%WWWDIR%%/vendor/assets/javascripts/jquery.waitforimages.js
3270
%%WWWDIR%%/vendor/assets/javascripts/latinise.js
3271
@owner git
3272
@group www
3273
@dir(git,git) %%WWWDIR%%/
3274
@dir %%WWWDIR%%/app/assets/images/auth_buttons/
3275
@dir(git,git,554) %%WWWDIR%%/bin
3276
@dir %%WWWDIR%%/config
3277
@dir %%WWWDIR%%/builds
3278
@dir %%WWWDIR%%/lib/assets
3279
@dir %%WWWDIR%%/lib/ci/assets
3280
@dir %%WWWDIR%%/log
3281
@dir %%WWWDIR%%/public
3282
@dir %%WWWDIR%%/public/assets
3283
@dir %%WWWDIR%%/shared/artifacts/tmp/cache
3284
@dir %%WWWDIR%%/shared/artifacts/tmp/uploads
3285
@dir %%WWWDIR%%/shared/lfs-objects
3286
@dir %%WWWDIR%%/tmp
3287
@dir %%WWWDIR%%/tmp/cache
3288
@dir %%WWWDIR%%/tmp/pids
3289
@dir %%WWWDIR%%/tmp/sessions
3290
@dir %%WWWDIR%%/tmp/sockets
3291
@dir %%WWWDIR%%/vendor/assets/stylesheets
3292
@dir /home
3293
@dir(git,git,) /home/git
3294
@dir(,git,750) /home/git/gitlab-satellites
3295
@dir(,git,2770) /home/git/repositories
3296
@sample %%WWWDIR%%/config/gitlab.yml.sample
3297
@sample %%WWWDIR%%/config/unicorn.rb.sample
3298
@sample %%WWWDIR%%/config/resque.yml.sample
3299
@sample %%WWWDIR%%/config/secrets.yml.sample
3300
@sample %%WWWDIR%%/config/initializers/rack_attack.rb.sample
3301
@sample %%WWWDIR%%/config/database.yml.sample
(-)b/www/rubygem-gon/Makefile (-1 / +2 lines)
Lines 2-7 Link Here
2
2
3
PORTNAME=	gon
3
PORTNAME=	gon
4
PORTVERSION=	6.0.1
4
PORTVERSION=	6.0.1
5
PORTREVISION=	1
5
CATEGORIES=	www rubygems
6
CATEGORIES=	www rubygems
6
MASTER_SITES=	RG
7
MASTER_SITES=	RG
7
8
Lines 11-17 COMMENT= Framework to pass data to JS easily Link Here
11
LICENSE=	MIT
12
LICENSE=	MIT
12
LICENSE_FILE=	${WRKSRC}/LICENSE
13
LICENSE_FILE=	${WRKSRC}/LICENSE
13
14
14
RUN_DEPENDS=	rubygem-actionpack>=3.0:${PORTSDIR}/www/rubygem-actionpack \
15
RUN_DEPENDS=	rubygem-actionpack4>=3.0:${PORTSDIR}/www/rubygem-actionpack4 \
15
		rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
16
		rubygem-json>=0:${PORTSDIR}/devel/rubygem-json \
16
		rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \
17
		rubygem-multi_json>=0:${PORTSDIR}/devel/rubygem-multi_json \
17
		rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store
18
		rubygem-request_store>=1.0:${PORTSDIR}/devel/rubygem-request_store
(-)b/www/rubygem-sawyer/files/patch-sawyer.gemspec (+11 lines)
Added Link Here
1
--- sawyer.gemspec.orig	2016-02-04 17:25:31 UTC
2
+++ sawyer.gemspec
3
@@ -21,7 +21,7 @@ Gem::Specification.new do |s|
4
 
5
     if Gem::Version.new(Gem::VERSION) >= Gem::Version.new('1.2.0') then
6
       s.add_runtime_dependency(%q<faraday>, ["< 0.10", "~> 0.8"])
7
-      s.add_runtime_dependency(%q<addressable>, ["~> 2.3.5"])
8
+      s.add_runtime_dependency(%q<addressable>, [">= 2.3.5"])
9
     else
10
       s.add_dependency(%q<faraday>, ["< 0.10", "~> 0.8"])
11
       s.add_dependency(%q<addressable>, ["~> 2.3.5"])

Return to bug 202468