Skip to content
GitLab
Explore
Sign in
Register
Primary navigation
Search or go to…
Project
redmine
Manage
Activity
Members
Labels
Code
Merge requests
2
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container Registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Debian Ruby Team
redmine
Merge requests
!2
WIP: More tests
Code
Review changes
Check out branch
Download
Patches
Plain diff
Closed
WIP: More tests
more_tests
into
master
Overview
0
Commits
1
Pipelines
17
Changes
1
Closed
Marc Dequènes
requested to merge
more_tests
into
master
5 years ago
Overview
0
Commits
1
Pipelines
17
Changes
15
Expand
0
0
Merge request reports
Compare
version 10
version 17
c595f750
5 years ago
version 16
ab28dbd7
5 years ago
version 15
6349f02f
5 years ago
version 14
da098114
5 years ago
version 13
61ccb3e5
5 years ago
version 12
31d6a5e2
5 years ago
version 11
c6180615
5 years ago
version 10
0894d031
5 years ago
version 9
c19ce05c
5 years ago
version 8
51189466
5 years ago
version 7
09de5cb2
5 years ago
version 6
f4b12f2b
5 years ago
version 5
0671bbe1
5 years ago
version 4
14dac340
5 years ago
version 3
e865679e
5 years ago
version 2
5c1ac9ce
5 years ago
version 1
a9c551aa
5 years ago
master (base)
and
latest version
latest version
c595f750
1 commit,
5 years ago
version 17
c595f750
7 commits,
5 years ago
version 16
ab28dbd7
7 commits,
5 years ago
version 15
6349f02f
6 commits,
5 years ago
version 14
da098114
6 commits,
5 years ago
version 13
61ccb3e5
6 commits,
5 years ago
version 12
31d6a5e2
6 commits,
5 years ago
version 11
c6180615
5 commits,
5 years ago
version 10
0894d031
4 commits,
5 years ago
version 9
c19ce05c
4 commits,
5 years ago
version 8
51189466
4 commits,
5 years ago
version 7
09de5cb2
4 commits,
5 years ago
version 6
f4b12f2b
4 commits,
5 years ago
version 5
0671bbe1
4 commits,
5 years ago
version 4
14dac340
3 commits,
5 years ago
version 3
e865679e
3 commits,
5 years ago
version 2
5c1ac9ce
2 commits,
5 years ago
version 1
a9c551aa
2 commits,
5 years ago
Show latest version
15 files
+
122
−
64
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Files
15
Search (e.g. *.vue) (Ctrl+P)
debian/doc/examples/apache2-alias.conf
+
1
−
1
Options
@@ -4,7 +4,7 @@
<
VirtualHost
localhost
>
# FcgidInitialEnv for module mod_fcgid
FcgidInitialEnv
RAILS_RELATIVE_URL_ROOT
"/redmine"
FcgidInitialEnv
X_DEBIAN_SITEID
"default"
FcgidInitialEnv
REDMINE_INSTANCE
"default"
Alias
"/redmine/plugin_assets/"
/
var
/
cache
/
redmine
/
default
/
plugin_assets
/
Alias
"/redmine"
/
usr
/
share
/
redmine
/
public
Loading