I'm a bit confused by the milestone, Ill set it to this release. @grzesiek I'll dig into this today, and update here my findings. Hopefully get a MR in today too, so this can be fixed in the next RC
mark [8:58 PM]
Is it still procedure to mark regression issues with next release milestone (9.0, at the moment)? Just wondering if this has changed with the new release cycles (edited)
jameslopez [9:01 PM]
AFAIK we still do that, yes /cc @douwe
douwe [9:02 PM]
@mark@jameslopez Yep, we still do that. The issue milestone is always the development month, which runs from the 7th to the 6th, and is currently 9.0
[9:02]
The merge request milestone is always the release it should go into, which is not always the same as the development month
At the time I think the problem is a project where GitlabCiService is created. Given this can be safely removed, and its deprecated, Ill create a MR to do just that.
I'm still getting a 500 error when clicking Integrations in 9.4.5, but the logged error is different:
ActiveRecord::SubclassNotFound (The single-table inheritance mechanism failed to locate the subclass: 'JenkinsDeprecatedService'. This error is raised because the column 'type' is reserved for storing the class in case of inheritance. Please rename this column if you didn't intend it to be used for storing the inheritance class or overwrite Service.inheritance_column to use another column for that information.): app/models/project.rb:842:in `find_service' app/models/project.rb:818:in `block in find_or_initialize_services' app/models/project.rb:811:in `map' app/models/project.rb:811:in `find_or_initialize_services' app/controllers/projects/settings/integrations_controller.rb:14:in `show' lib/gitlab/i18n.rb:45:in `with_locale' lib/gitlab/i18n.rb:51:in `with_user_locale' app/controllers/application_controller.rb:294:in `set_locale' lib/gitlab/performance_bar/peek_performance_bar_with_rack_body.rb:16:in `call' lib/gitlab/middleware/multipart.rb:93:in `call' lib/gitlab/request_profiler/middleware.rb:14:in `call' lib/gitlab/middleware/go.rb:16:in `call' lib/gitlab/etag_caching/middleware.rb:11:in `call' lib/gitlab/request_context.rb:18:in `call' lib/gitlab/metrics/requests_rack_middleware.rb:27:in `call'