Skip to content

Commit

Permalink
Added per_page parameter to GitLab tree API. Fixes #1505, #1462.
Browse files Browse the repository at this point in the history
  • Loading branch information
Benoit Schweblin committed Jun 24, 2019
1 parent 274a800 commit 3f05976
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/services/providers/helpers/gitlabHelper.js
Original file line number Diff line number Diff line change
Expand Up @@ -122,6 +122,7 @@ export default {
params: {
ref: branch,
recursive: true,
per_page: 9999,
},
});
},
Expand Down

0 comments on commit 3f05976

Please sign in to comment.