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
1
Expand
0
0
Merge request reports
Compare
master
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
1 file
+
6
−
0
Inline
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
debian/tests/smoke-test-nginx
+
6
−
0
Options
@@ -18,4 +18,10 @@ sh /usr/share/doc/redmine/examples/run-redmine-fcgi &
service nginx restart
# debug
systemctl status nginx.service
tail
/var/log/nginx/error.log
ps
-fe
|
grep
cgi
curl
-v
http://localhost
${
uri
}
curl
-s
http://localhost
${
uri
}
|
grep
'meta.*name="description".*content="Redmine"'
Loading