|
|
|
@ -241,7 +241,7 @@ update
|
|
|
|
|
#Modified by young
|
|
|
|
|
# (show_error_not_found; return) unless @entries
|
|
|
|
|
g = Gitlab.client
|
|
|
|
|
@changesets = g.get ("/projects/#{@project.gpid}/repository/commits")
|
|
|
|
|
@changesets = g.commits(@project.gpid)
|
|
|
|
|
# @changesets = @repository.latest_changesets(@path, @rev)
|
|
|
|
|
# @changesets_count = @repository.latest_changesets(@path, @rev).count
|
|
|
|
|
@changesets_count = @changesets.count
|
|
|
|
|