Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
10
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
gitlab-org
gitlab-exporter
Commits
a2405232
Commit
a2405232
authored
Jun 29, 2017
by
Z.J. van de Weg
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Fix broken query
parent
7432f590
Pipeline
#53288
failed with stage
in 37 minutes and 37 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
1 deletion
+4
-1
lib/gitlab_monitor/database/ci_builds.rb
lib/gitlab_monitor/database/ci_builds.rb
+4
-1
No files found.
lib/gitlab_monitor/database/ci_builds.rb
View file @
a2405232
...
...
@@ -60,7 +60,10 @@ module GitLab
ci_builds.runner_id,
ci_runners.is_shared,
ci_pipelines.pipeline_schedule_id,
ci_builds.trigger_request_id
ci_builds.trigger_request_id,
projects.mirror,
projects.namespace_id,
projects.mirror_trigger_builds
SQL
PER_RUNNER_QUERY_CE
=
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment