-
Notifications
You must be signed in to change notification settings - Fork 86
Comparing changes
Open a pull request
base repository: npm/hosted-git-info
base: afeaefdd86ba9bb5044be3c1554a666d007cf19a
head repository: npm/hosted-git-info
compare: a810463604a54af041223a1f69c80622b85fac90
Commits on Aug 12, 2019
-
fix(cache): Switch to lru-cache to save ourselves from unlimited memo…
1Configuration menu - View commit details
-
Copy full SHA for 37c2891 - Browse repository at this point
Copy the full SHA 37c2891View commit details -
Configuration menu - View commit details
-
Copy full SHA for 64f0b64 - Browse repository at this point
Copy the full SHA 64f0b64View commit details
Commits on Sep 28, 2019
-
test: added default fixtures and github specific fixtures
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 145b0c9 - Browse repository at this point
Copy the full SHA 145b0c9View commit details -
test: added refactered tests for gists
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 305939f - Browse repository at this point
Copy the full SHA 305939fView commit details -
fix: updated pathmatch for gitlab
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for fa87af7 - Browse repository at this point
Copy the full SHA fa87af7View commit details -
test: added basic test for ._fill() method
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for b473c55 - Browse repository at this point
Copy the full SHA b473c55View commit details -
test: added ignore; for 100% testing (this seems wonky)
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 0aea712 - Browse repository at this point
Copy the full SHA 0aea712View commit details -
test: added refactered tests for bitbucket
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for a03d51e - Browse repository at this point
Copy the full SHA a03d51eView commit details -
test: moved all github url tests together
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 4693b9c - Browse repository at this point
Copy the full SHA 4693b9cView commit details -
test: removed unused testing structure
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for d04239b - Browse repository at this point
Copy the full SHA d04239bView commit details -
test: added script to get coverage report
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for af4835c - Browse repository at this point
Copy the full SHA af4835cView commit details
Commits on Oct 7, 2019
-
fix: update pathmatch for gitlab
PR-URL: #52 Credit: @mikemimik Close: #52 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for e3e3054 - Browse repository at this point
Copy the full SHA e3e3054View commit details -
Configuration menu - View commit details
-
Copy full SHA for 97c8caa - Browse repository at this point
Copy the full SHA 97c8caaView commit details
Commits on Oct 8, 2019
-
fix: do not encodeURIComponent the domain
I ran into a situation where I have to test how Pacote handles git shorthands from hosted-git-info, but I didn't want to ping GitHub to run my tests. I set up a git daemon and http server on localhost easily enough, but it was still necessary to make it a 'real' HostedGit for the purposes of npm-package-arg, and the : with port number was getting URL encoded. This shows an example of doing this hack/test workaround, and fixes the encoding issue. It would be interesting to perhaps support GitHub Enterprise or on-prem GitLab by letting users specify a prefix and format for hosted git info in their npm configs, and then clone the definition with a different domain name. PR-URL: #53 Credit: @isaacs Close: #53 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 3e5fbec - Browse repository at this point
Copy the full SHA 3e5fbecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 4636ac9 - Browse repository at this point
Copy the full SHA 4636ac9View commit details
Commits on Feb 25, 2020
-
Ensure passwords in hosted Git URLs are correctly escaped
PR-URL: #58 Credit: @stevenhilder Close: #58 Reviewed-by: @darcyclarke
Configuration menu - View commit details
-
Copy full SHA for 31140a7 - Browse repository at this point
Copy the full SHA 31140a7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f39e93 - Browse repository at this point
Copy the full SHA 6f39e93View commit details
Commits on Feb 26, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 0835306 - Browse repository at this point
Copy the full SHA 0835306View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 8e0b0ec - Browse repository at this point
Copy the full SHA 8e0b0ecView commit details
Commits on Jul 11, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 47c931e - Browse repository at this point
Copy the full SHA 47c931eView commit details -
chore: properly advertise version support
We dropped support for node 6 and 8 with version 3, but didn't update the package.json file. This corrects that oversight.
Configuration menu - View commit details
-
Copy full SHA for 167cef2 - Browse repository at this point
Copy the full SHA 167cef2View commit details -
Configuration menu - View commit details
-
Copy full SHA for c53c6ab - Browse repository at this point
Copy the full SHA c53c6abView commit details
Commits on Oct 12, 2020
-
fix: support to github gist legacy hash length
In a previous refactor we add a length count to strict a little bit more the regex that identifies gists, unfortunately it drops support to legacy gists that had less than 32 characters hashes, ref: d5cf830 This changeset fixes it by reducing that count to 7 (which is the smallest hash length found in tests from our package ecosystem) that seems to have been in use until at least late-2012. PR-URL: #68 Credit: @ruyadorno Close: #68 Reviewed-by: @darcyclarke
Configuration menu - View commit details
-
Copy full SHA for c067102 - Browse repository at this point
Copy the full SHA c067102View commit details -
Configuration menu - View commit details
-
Copy full SHA for d30f96e - Browse repository at this point
Copy the full SHA d30f96eView commit details
Commits on Oct 15, 2020
-
Configuration menu - View commit details
-
Copy full SHA for eb5bd5a - Browse repository at this point
Copy the full SHA eb5bd5aView commit details -
Configuration menu - View commit details
-
Copy full SHA for afe2808 - Browse repository at this point
Copy the full SHA afe2808View commit details
Commits on Jan 28, 2021
-
Configuration menu - View commit details
-
Copy full SHA for bede0dc - Browse repository at this point
Copy the full SHA bede0dcView commit details -
Configuration menu - View commit details
-
Copy full SHA for a810463 - Browse repository at this point
Copy the full SHA a810463View commit details
There are no files selected for viewing
Large diffs are not rendered by default.
This file was deleted.
Large diffs are not rendered by default.
This file was deleted.
This file was deleted.