Community Packages

Please read this before reporting a bug:
https://wiki.archlinux.org/title/Bug_reporting_guidelines

Do NOT report bugs when a package is just outdated, or it is in the AUR. Use the 'flag out of date' link on the package page, or the Mailing List.

REPEAT: Do NOT report bugs for outdated packages!
Tasklist

FS#51544 - [gitlab] PLEASE ENTER SUMMARY

Attached to Project: Community Packages
Opened by Vlad (ejiek) - Thursday, 27 October 2016, 08:05 GMT
Last edited by Jonathan Roemer (pid1) - Wednesday, 02 November 2016, 16:36 GMT
Task Type Bug Report
Category Packages
Status Closed
Assigned To No-one
Architecture All
Severity Low
Priority Normal
Reported Version
Due in Version Undecided
Due Date Undecided
Percent Complete 100%
Votes 0
Private No

Details

Description:
Pages containing projects or their description return http 500 error

production.log in attempt to open project page:

NoMethodError (undefined method `repository_access_level=' for #<ProjectFeature:0x0000000acb1a38>
Did you mean? repository_children_level):
app/models/project.rb:26:in `feature_available?'
app/policies/project_policy.rb:165:in `disabled_features!'
app/policies/project_policy.rb:26:in `rules'
app/policies/base_policy.rb:82:in `block in abilities'
app/policies/base_policy.rb:113:in `collect_rules'
app/policies/base_policy.rb:82:in `abilities'
app/policies/base_policy.rb:50:in `abilities'
app/models/ability.rb:64:in `uncached_allowed'
app/models/ability.rb:58:in `allowed'
app/models/ability.rb:49:in `allowed?'
app/controllers/application_controller.rb:105:in `can?'
app/controllers/projects/application_controller.rb:29:in `project'
lib/gitlab/request_profiler/middleware.rb:15:in `call'
lib/gitlab/middleware/go.rb:16:in `call'


production.log in attempt to open user page:

ActionView::Template::Error (undefined method `organization' for #<User:0x0000000b7e22b8>):
70: .profile-link-holder.middle-dot-divider
71: = icon('map-marker')
72: = @user.location
73: - unless @user.organization.blank?
74: .profile-link-holder.middle-dot-divider
75: = icon('building')
76: = @user.organization
app/views/users/show.html.haml:73:in `_app_views_users_show_html_haml__1514594253039782356_96548640'
app/controllers/users_controller.rb:7:in `show'
lib/gitlab/request_profiler/middleware.rb:15:in `call'
lib/gitlab/middleware/go.rb:16:in `call'


production.log in attempt to open projects page:

ActionView::Template::Error (undefined method `description_html' for #<Project:0x000000076397d0>
Did you mean? description
description?
description=
description_html_invalidated?
description_was):
50: class: "commit-row-message"
51: - elsif project.description.present?
52: .description
53: = markdown_field(project, :description)
lib/banzai/renderer.rb:45:in `render_field'
lib/banzai.rb:7:in `render_field'
app/helpers/gitlab_markdown_helper.rb:59:in `markdown_field'
app/views/shared/projects/_project.html.haml:53:in `block in _app_views_shared_projects__project_html_haml__767595950080183920_98002480'
app/views/shared/projects/_project.html.haml:13:in `_app_views_shared_projects__project_html_haml__767595950080183920_98002480'
app/views/shared/projects/_list.html.haml:16:in `block in _app_views_shared_projects__list_html_haml___3498382101235359791_58791380'
app/views/shared/projects/_list.html.haml:14:in `_app_views_shared_projects__list_html_haml___3498382101235359791_58791380'
app/views/explore/projects/_projects.html.haml:1:in `_app_views_explore_projects__projects_html_haml__657294469486309622_58121860'
app/views/explore/projects/index.html.haml:15:in `_app_views_explore_projects_index_html_haml___3101957652057556692_49867920'
app/controllers/explore/projects_controller.rb:13:in `index'
lib/gitlab/request_profiler/middleware.rb:15:in `call'
lib/gitlab/middleware/go.rb:16:in `call'


Additional info:
* 8.13.1-2

Components:
* GitLab 8.13.1
* GitLab Shell 3.6.6
* GitLab Workhorse 0.8.5
* GitLab API v3
* Git 2.10.1
* Ruby 2.3.1p112
* Rails 4.2.7.1
* PostgreSQL 9.5.4


Steps to reproduce:
update to 8.13.1-1 (bug still present after 8.13.1-2)
This task depends upon

Closed by  Jonathan Roemer (pid1)
Wednesday, 02 November 2016, 16:36 GMT
Reason for closing:  Not a bug
Comment by Vlad (ejiek) - Thursday, 27 October 2016, 08:08 GMT
Sorry for the bug name =\
Comment by Vlad (ejiek) - Thursday, 27 October 2016, 08:51 GMT
I'm so sorry.
Finally found right part of gitlab wiki

https://wiki.archlinux.org/index.php/Gitlab#Errors_after_updating

Loading...