summaryrefslogtreecommitdiff
path: root/lib/bundler/uri_credentials_filter.rb
Commit message (Expand)AuthorAgeFilesLines
* Use vendorized version of uri libraryDavid Rodríguez2019-12-081-3/+3
* Refactor stuff to not load URI if not neededDavid Rodríguez2019-12-081-3/+6
* Remove unneeded `to_s` callsDavid Rodríguez2019-12-081-1/+1
* Lazily load uriDavid Rodríguez2019-12-081-0/+1
* Bump rubocop to 0.74.0bump_rubocopDavid Rodríguez2019-07-311-1/+1
* Bump rubocop to 0.68.0rubocop_0_68David Rodríguez2019-04-301-1/+1
* [RuboCop] Enable Layout/EmptyLineAfterMagicComment copKoichi ITO2017-07-161-0/+1
* Ensure that `URICredentialsFilter#credential_filtered_uri` returns sameJames Wen2016-04-051-4/+5
* Enable showing username for login authentication and oauth scheme forJames Wen2016-04-041-1/+9
* Create URICredentialsFilter module for filtering out authenticationJames Wen2016-04-031-0/+27