Your message dated Mon, 15 Aug 2016 16:28:15 +0000
with message-id <[email protected]>
and subject line Bug#819903: fixed in gitlab 8.9.0+dfsg-9
has caused the Debian Bug report #819903,
regarding gitlab: runners page not showing
to be marked as done.

This means that you claim that the problem has been dealt with.
If this is not the case it is now your responsibility to reopen the
Bug report if necessary, and/or fix the problem forthwith.

(NB: If you are a system administrator and have no idea what this
message is talking about, this may indicate a serious mail system
misconfiguration somewhere. Please contact [email protected]
immediately.)


-- 
819903: http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=819903
Debian Bug Tracking System
Contact [email protected] with problems
--- Begin Message ---
Package: gitlab
Severity: normal

-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Hello,
pages
/admin/runners
and
/admin/runners/$number

throws error 500
- ---
Started GET "/admin/runners" for 77.48.255.59 at 2016-04-03 00:23:37 +0200
Processing by Admin::RunnersController#index as HTML
Completed 500 Internal Server Error in 392ms (ActiveRecord: 11.5ms)
  
ActionView::Template::Error (Missing partial kaminari/_paginator with 
{:locale=>[:en], :formats=>[:html], :variants=>[], :handlers=>[:erb, :builder, 
:raw, :ruby, :coffee, :haml, :rabl]}. Searched in:
  * "/usr/share/gitlab/app/views"
  * "/usr/share/ruby-doorkeeper/app/views"
  * "/usr/share/ruby-devise/app/views"
):
    64:
    65:     - @runners.each do |runner|
    66:       = render "admin/runners/runner", runner: runner
    67: = paginate @runners
  app/views/admin/runners/index.html.haml:67:in 
`_app_views_admin_runners_index_html_haml___4011844901000030856_81624960'
- ---

Fix is relatively simple, just add theme to paginator.
I checked upstream master and it's not there yet, probably some difference in 
debian packaging, which affects this.
I was investigating it when i was installing gitlab 8.3.0 but forget to report 
it.

Atteached patch to fix this pages

Libor


- -- System Information:
Debian Release: stretch/sid
  APT prefers experimental
  APT policy: (700, 'experimental'), (700, 'unstable')
Architecture: amd64 (x86_64)
Foreign Architectures: i386

Kernel: Linux 4.5.0-rc7-amd64 (SMP w/4 CPU cores)
Locale: LANG=cs_CZ.UTF-8, LC_CTYPE=cs_CZ.UTF-8 (charmap=UTF-8)
Shell: /bin/sh linked to /bin/dash
Init: systemd (via /run/systemd/system)

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXAVpfAAoJEPDvjG7Cn0eOVosP/1WkWKtHLbJPAD3Bi2d/t7/S
ZYNCt+P8hJwXE6L4cQn7XSyA/GqU3SG6Ah37ZAx3MHp0/1L8JHdfLVYHEiJB+mJA
MWBkjFzswke8fZ5eLkKSncjN8QiuPD7oILyBmYQBGq/UdtdG2FqEhpHuhil50aKx
rfYOkMNuJWBZwRoQT0PjGKB1n0gtf+00sIsvL7bciYpnTl2/wg6/KityaK/oMp/E
BC5cJoawDVwVLB2T1ZZcRMdqT9YIBWgssURSKyss8qea8jRbK8XCo893QHmJAAcC
FuKvChSRLBRXzN/3uqtTSliVoEsbdmrEIdcJ3n0lAz/5pprTOPRSKRpFAOakzqoQ
GD2c57KGappI2YkTZB+/NUtuPa1M+fuM35t0uDeSTYEaiO0j2NFo8bHlgMFTb2zY
AA2hhQJ9KRcX03r4obe0oX4OQRNFzDyQyy/7fA5PBPGO4sRq017xu3FLVIgvFl81
MS4zuD0QWiZ5qw3SoodSZDtIn3/CHNQ3G70qVI7lOL+7F8A6qQAnkmMQfISY8iIN
jL/dZ6lqJRI6iQ0zKZhgmmIunIOKc2MWtLiRa9/0q2p5/z06LX+FX6x2X9+u6bjc
iN05FoU40Ykh9LZjyY6mvVtgbMXDXL2/LWqNupSGVsTNNSV4WUoNwEbp/9jNzR/a
WPhvbD0jqgFDCKHslsMs
=eLvK
-----END PGP SIGNATURE-----
diff -ur a/app/views/admin/runners/index.html.haml b/app/views/admin/runners/index.html.haml
--- a/app/views/admin/runners/index.html.haml	2016-02-02 19:00:07.000000000 +0100
+++ b/app/views/admin/runners/index.html.haml	2016-04-03 19:46:41.000000000 +0200
@@ -64,4 +64,4 @@
 
     - @runners.each do |runner|
       = render "admin/runners/runner", runner: runner
-= paginate @runners
+= paginate @runners, theme: "gitlab"
diff -ur a/app/views/admin/runners/show.html.haml b/app/views/admin/runners/show.html.haml
--- a/app/views/admin/runners/show.html.haml	2016-02-02 19:00:07.000000000 +0100
+++ b/app/views/admin/runners/show.html.haml	2016-04-03 19:47:59.000000000 +0200
@@ -85,7 +85,7 @@
               = form_for [:admin, project.namespace.becomes(Namespace), project, project.runner_projects.new] do |f|
                 = f.hidden_field :runner_id, value: @runner.id
                 = f.submit 'Enable', class: 'btn btn-xs'
-    = paginate @projects
+    = paginate @projects, theme: "gitlab"
 
   .col-md-6
     %h4 Recent builds served by this runner

--- End Message ---
--- Begin Message ---
Source: gitlab
Source-Version: 8.9.0+dfsg-9

We believe that the bug you reported is fixed in the latest version of
gitlab, which is due to be installed in the Debian FTP archive.

A summary of the changes between this version and the previous one is
attached.

Thank you for reporting the bug, which will now be closed.  If you
have further comments please address them to [email protected],
and the maintainer will reopen the bug report if appropriate.

Debian distribution maintenance software
pp.
Pirate Praveen <[email protected]> (supplier of updated gitlab package)

(This message was generated automatically at their request; if you
believe that there is a problem with it please contact the archive
administrators by mailing [email protected])


-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA256

Format: 1.8
Date: Mon, 15 Aug 2016 19:51:05 +0530
Source: gitlab
Binary: gitlab
Architecture: source
Version: 8.9.0+dfsg-9
Distribution: unstable
Urgency: medium
Maintainer: Debian Ruby Extras Maintainers 
<[email protected]>
Changed-By: Pirate Praveen <[email protected]>
Description:
 gitlab     - git powered software platform to collaborate on code
Closes: 819903 834037
Changes:
 gitlab (8.9.0+dfsg-9) unstable; urgency=medium
 .
   * Create gitlab user as system user (Closes: #834037)
 .
   [ Dmitry Smirnov ]
   * New patch to fix error 500 on runners page (Closes: #819903)
     Thanks, Libor Klepáč.
Checksums-Sha1:
 80b316c0d3069559a56da36836cb82668447d1f0 2094 gitlab_8.9.0+dfsg-9.dsc
 a5d14ccb102d82f9a8ee730a2181b1330f363269 40228 
gitlab_8.9.0+dfsg-9.debian.tar.xz
Checksums-Sha256:
 ebcca4e22e09dd1b132e2150462604be2c9ebd90b0adbc12d43d14825d4ab638 2094 
gitlab_8.9.0+dfsg-9.dsc
 e454e1f017f399eed3e94d8936782c4519c4f436c818ce253461740eca21d57c 40228 
gitlab_8.9.0+dfsg-9.debian.tar.xz
Files:
 01e2613345328d292de0c5d44595314b 2094 ruby optional gitlab_8.9.0+dfsg-9.dsc
 098f6aab83c25bd82333ab558188fb3e 40228 ruby optional 
gitlab_8.9.0+dfsg-9.debian.tar.xz

-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1

iQIcBAEBCAAGBQJXsdlzAAoJEM4fnGdFEsIqtCwP/jmk1pvYR2RrDQO2TORic9R/
4EBMaQpHWkupeFhQQ+nH85IsF3+x0ZkpOLfqxq/2okPSY7+yqjDehY9VCb0PedMW
ywtY8ReQOxYOlOvGC7+E5+mzOHEglHZrsqXF/DapqrfqIm/HfIcp8QCXb0Pw8/Qf
UKXl5aLXz0uI9D7+muqun0mKWIoA/BnIN7UzbUpMWX0j6uEkmyNFwW9jBfPp+RUw
OtyJs8JW+K0XpmLr0CRWPJ988yfW+y0yWH/fy4IkRpGlB8fSsV5no0gQsG3x15Td
6nsJUYTfG8TuO0f9Bu+eOotja2Yyflotz4j+36UNQ4r5ipz+VgzLo78g4YBol+Iq
ZH43AylypT+iB3xLRZnVnO5UCiM9kJvpTJMMxBkg0W0oXeNa0SG1jnX0gfH9uzd9
0T/FtJbpVb1Sl8wOLVVMVv5jCoI10MRLa9nuKCU7c9lxSU9D7zfBnb+g018YuNoc
b8V0Yh1dIAhlPgBmVhVH14sHkE46o4nTbU1X/jdnY7FilpxnYBBhU1r3ILofVguD
RzqZwQbXHNgrFSX9FHEY6/8luTX8hLvTD8bAtK4FI6gqayfEGkZLyjzX9kOuCpqB
dsJUW10Ki6m0kZp2UyEhGDMij2R0GMrJ0mbF72R5zfm2rxbaTsTJscgD512ADqLm
ASDMwEhDkCUjq1iYV8xt
=de2K
-----END PGP SIGNATURE-----

--- End Message ---
_______________________________________________
Pkg-ruby-extras-maintainers mailing list
[email protected]
http://lists.alioth.debian.org/cgi-bin/mailman/listinfo/pkg-ruby-extras-maintainers

Reply via email to