BigW Consortium Gitlab
Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
G
gitlab-ce
Project
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
Registry
Registry
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Commits
Issue Boards
Open sidebar
Forest Godfrey
gitlab-ce
Commits
0d959713
Commit
0d959713
authored
Aug 16, 2017
by
Tim Zallmann
Committed by
Jose Ivan Vargas
Aug 18, 2017
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Merge branch 'commits-list-page-limit' into 'master'
Fix commit list request appending 40 to offset Closes #36569 and #36563 See merge request !13603
parent
3cb4352b
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
1 deletion
+6
-1
commits.js
app/assets/javascripts/commits.js
+1
-1
commits-list-page-limit.yml
changelogs/unreleased/commits-list-page-limit.yml
+5
-0
No files found.
app/assets/javascripts/commits.js
View file @
0d959713
...
...
@@ -17,7 +17,7 @@ window.CommitsList = (function() {
}
});
Pager
.
init
(
limit
,
false
,
false
,
this
.
processCommits
);
Pager
.
init
(
parseInt
(
limit
,
10
)
,
false
,
false
,
this
.
processCommits
);
this
.
content
=
$
(
"#commits-list"
);
this
.
searchField
=
$
(
"#commits-search"
);
...
...
changelogs/unreleased/commits-list-page-limit.yml
0 → 100644
View file @
0d959713
---
title
:
Fix commit list not loading the correct page when scrolling
merge_request
:
author
:
type
:
fixed
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment