Skip to content
Snippets Groups Projects

Pass commit data to ProcessCommitWorker

Merged yorickpeterse-staging requested to merge process-commit-worker-improvements into master
Files
12
+ 4
0
@@ -48,6 +48,10 @@ class Commit
max_lines: DIFF_HARD_LIMIT_LINES,
}
end
def from_hash(hash, project)
new(Gitlab::Git::Commit.new(hash), project)
end
end
attr_accessor :raw
Loading