mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 09:36:47 +10:00
@@ -73,6 +73,7 @@ v 7.10.0 (unreleased)
|
||||
- Fix git over ssh errors 'fatal: protocol error: bad line length character'
|
||||
- Automatically setup GitLab CI project for forks if origin project has GitLab CI enabled
|
||||
- Bust group page project list cache when namespace name or path changes.
|
||||
- Fix stuck Merge Request merging events from old installations (Ben Bodenmiller)
|
||||
|
||||
v 7.9.3
|
||||
- Contains no changes
|
||||
|
||||
@@ -361,6 +361,6 @@ class MergeRequest < ActiveRecord::Base
|
||||
end
|
||||
|
||||
def locked_long_ago?
|
||||
locked_at && locked_at < (Time.now - 1.day)
|
||||
locked_at.nil? || locked_at < (Time.now - 1.day)
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user