Skip to content

Commit

Permalink
Merge pull request #2674 from lethliel/fix_2545
Browse files Browse the repository at this point in the history
[api] fixed issue 2545 with test (limit not passed over interconnect)
  • Loading branch information
ChrisBr committed Feb 14, 2017
2 parents a522035 + 831c375 commit 926b8fb
Show file tree
Hide file tree
Showing 6 changed files with 1,529 additions and 1 deletion.
2 changes: 1 addition & 1 deletion src/api/app/controllers/public_controller.rb
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ def source_file

path = "/source/#{CGI.escape(params[:project])}/#{CGI.escape(params[:package])}/#{CGI.escape(file)}"

path += build_query_from_hash(params, [:rev])
path += build_query_from_hash(params, [:rev, :limit])
volley_backend_path(path) unless forward_from_backend(path)
end

Expand Down

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 926b8fb

Please sign in to comment.