gitlab-org--gitlab-foss/lib/bitbucket_server
Stan Hu 39f252254b Make sure there's only one slash as path separator
In Ruby 2.4, `URI.join("http://test//", "a").to_s` will
remove the double slash, however it's not the case in
Ruby 2.5. Using chomp should work better for the intention,
as we're not trying to allow things like ../ or / paths
resolution.

Closes https://gitlab.com/gitlab-org/gitlab-ce/issues/53180
2018-11-09 15:36:45 -08:00
..
representation Use a case statement to determine pull request state 2018-08-02 14:45:54 -07:00
client.rb Paginate Bitbucket Server importer projects 2018-11-07 11:37:46 -08:00
collection.rb Paginate Bitbucket Server importer projects 2018-11-07 11:37:46 -08:00
connection.rb Make sure there's only one slash as path separator 2018-11-09 15:36:45 -08:00
page.rb Assorted Bitbucket Server importer code cleanup based on review 2018-08-01 10:45:04 -07:00
paginator.rb Paginate Bitbucket Server importer projects 2018-11-07 11:37:46 -08:00