-
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: v2.6.0
head repository: npm/hosted-git-info
compare: v2.8.9
Commits on Jul 6, 2018
-
fix(Revert): "git-host: fix forgotten extend()"
This reverts commit eba1f7b.
Configuration menu - View commit details
-
Copy full SHA for a815ec9 - Browse repository at this point
Copy the full SHA a815ec9View commit details -
fix(Revert): "compat: remove Object.assign fallback (#25)"
This reverts commit 627ab55.
1Configuration menu - View commit details
-
Copy full SHA for cce5a62 - Browse repository at this point
Copy the full SHA cce5a62View commit details -
Configuration menu - View commit details
-
Copy full SHA for cd2c54f - Browse repository at this point
Copy the full SHA cd2c54fView commit details -
fix(github tarball): update github tarballtemplate
The old tarball url generates a 302 redirect to https://codeload.github.com, it's troublesome for tools (like curl) which do not automatically follow redirect response. Fixes: #34 Credit: @huochunpeng
Configuration menu - View commit details
-
Copy full SHA for 6efd582 - Browse repository at this point
Copy the full SHA 6efd582View commit details -
Configuration menu - View commit details
-
Copy full SHA for 701bcd1 - Browse repository at this point
Copy the full SHA 701bcd1View commit details -
1
Configuration menu - View commit details
-
Copy full SHA for 3349575 - Browse repository at this point
Copy the full SHA 3349575View commit details -
Configuration menu - View commit details
-
Copy full SHA for 48b7aec - Browse repository at this point
Copy the full SHA 48b7aecView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1050792 - Browse repository at this point
Copy the full SHA 1050792View commit details -
Configuration menu - View commit details
-
Copy full SHA for b7b18a9 - Browse repository at this point
Copy the full SHA b7b18a9View commit details
Commits on Jul 7, 2018
-
2
Configuration menu - View commit details
-
Copy full SHA for c931482 - Browse repository at this point
Copy the full SHA c931482View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5bc580d - Browse repository at this point
Copy the full SHA 5bc580dView commit details -
Configuration menu - View commit details
-
Copy full SHA for ab35a90 - Browse repository at this point
Copy the full SHA ab35a90View commit details
Commits on Jan 25, 2019
-
Seems some of the instances did not get replaced in #c4aa65618ec8b5eeb77ab2893a918746f0deeaf8 Credit: @OiYouYeahYou
Configuration menu - View commit details
-
Copy full SHA for 067fd7f - Browse repository at this point
Copy the full SHA 067fd7fView commit details
Commits on Aug 4, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 5476dce - Browse repository at this point
Copy the full SHA 5476dceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 1942b17 - Browse repository at this point
Copy the full SHA 1942b17View commit details -
Configuration menu - View commit details
-
Copy full SHA for e518222 - Browse repository at this point
Copy the full SHA e518222View commit details -
fix: do not allow invalid gist urls
Gists are either name/hex{32}, or just /hex{32}. If someone omits the project, and just specifies a name, then that is an error and should be treated as such. Also, eliminate some dead code paths and bring the tests up to 100%.
Configuration menu - View commit details
-
Copy full SHA for d5cf830 - Browse repository at this point
Copy the full SHA d5cf830View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf04f9 - Browse repository at this point
Copy the full SHA cbf04f9View commit details -
Configuration menu - View commit details
-
Copy full SHA for cca4ddd - Browse repository at this point
Copy the full SHA cca4dddView commit details -
Configuration menu - View commit details
-
Copy full SHA for b681019 - Browse repository at this point
Copy the full SHA b681019View commit details -
fix(git-host): disallow URI-encoded slash (%2F) in
path
PR-URL: #44 Credit: @ybiquitous Close: #44 Reviewed-by: @isaacs
Configuration menu - View commit details
-
Copy full SHA for 3776fa5 - Browse repository at this point
Copy the full SHA 3776fa5View commit details -
Configuration menu - View commit details
-
Copy full SHA for a5a91ac - Browse repository at this point
Copy the full SHA a5a91acView commit details -
feat: give these objects a name
It's much less friendly to use this library (and those that depend on it, like npm-package-arg) when it's not clear whether the returned value is a member of a class (which likely has some useful methods) or just an object full of data that the user is expected to know what to do with. This is especially vexing since some of this sort of data is saved to various lock and config files, so _sometimes_ a thing that looks suspiciously like a GitHost object actually is just a plain old JS object.
Configuration menu - View commit details
-
Copy full SHA for 60abaea - Browse repository at this point
Copy the full SHA 60abaeaView commit details -
fix: Allow slashes in gitlab project section
Technically these are called groups and subgroups in GitLab parlance, but effectively, it means that a GitLab project url can have a path with unlimited portions, like company/property/team/component.git. This allows passing in unlimited path portions in the full url, and avoids encoding the `project` section akin to how `path` is treated as of 3776fa5 #44 Fix #46 Fix #43
Configuration menu - View commit details
-
Copy full SHA for bbcf7b2 - Browse repository at this point
Copy the full SHA bbcf7b2View commit details
Commits on Aug 5, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 8973221 - Browse repository at this point
Copy the full SHA 8973221View commit details -
fix: use gist tarball url that works for anonymous gists
Also, this saves an extra 302 redirect on every gist tarball request.
Configuration menu - View commit details
-
Copy full SHA for 1692435 - Browse repository at this point
Copy the full SHA 1692435View commit details -
fix: ignore noCommittish on tarball url generation
Omitting the committish breaks every host's tarball serving capabilities. Just override that setting.
Configuration menu - View commit details
-
Copy full SHA for 5d4a8d7 - Browse repository at this point
Copy the full SHA 5d4a8d7View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d5aa25 - Browse repository at this point
Copy the full SHA 2d5aa25View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3b1d629 - Browse repository at this point
Copy the full SHA 3b1d629View commit details -
Configuration menu - View commit details
-
Copy full SHA for 96a49ea - Browse repository at this point
Copy the full SHA 96a49eaView commit details
Commits on Aug 12, 2019
-
Revert "fix(cache): Switch to lru-cache to save ourselves from unlimi…
…ted memory consumption" This reverts commit e518222. #38 (comment) Will un-revert in semver-major bump.
Configuration menu - View commit details
-
Copy full SHA for 4f193b3 - Browse repository at this point
Copy the full SHA 4f193b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for cbf63b7 - Browse repository at this point
Copy the full SHA cbf63b7View commit details -
Configuration menu - View commit details
-
Copy full SHA for f392f82 - Browse repository at this point
Copy the full SHA f392f82View commit details -
Configuration menu - View commit details
-
Copy full SHA for 2070453 - Browse repository at this point
Copy the full SHA 2070453View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3d1ad71 - Browse repository at this point
Copy the full SHA 3d1ad71View commit details
Commits on Sep 27, 2019
-
test: added default fixtures and github specific fixtures
Michael Perrotte committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 888f9b4 - Browse repository at this point
Copy the full SHA 888f9b4View commit details -
test: added refactered tests for gists
Michael Perrotte committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 53364f9 - Browse repository at this point
Copy the full SHA 53364f9View commit details -
fix: updated pathmatch for gitlab
Michael Perrotte committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for ffe056f - Browse repository at this point
Copy the full SHA ffe056fView commit details -
test: added basic test for ._fill() method
Michael Perrotte committedSep 27, 2019 Configuration menu - View commit details
-
Copy full SHA for 921e6dd - Browse repository at this point
Copy the full SHA 921e6ddView commit details
Commits on Sep 28, 2019
-
test: added ignore; for 100% testing (this seems wonky)
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 1fd9d66 - Browse repository at this point
Copy the full SHA 1fd9d66View commit details -
test: added refactered tests for bitbucket
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 8d24551 - Browse repository at this point
Copy the full SHA 8d24551View commit details -
test: moved all github url tests together
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for ba44d9f - Browse repository at this point
Copy the full SHA ba44d9fView commit details -
test: removed unused testing structure
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 4eb69eb - Browse repository at this point
Copy the full SHA 4eb69ebView commit details -
test: added script to get coverage report
Michael Perrotte committedSep 28, 2019 Configuration menu - View commit details
-
Copy full SHA for 4e4ea0f - Browse repository at this point
Copy the full SHA 4e4ea0fView commit details
Commits on Oct 7, 2019
-
fix: updated pathmatch for gitlab
PR-URL: #51 Credit: @mikemimik Close: #51 Reviewed-by: @isaacs
1Configuration menu - View commit details
-
Copy full SHA for e8325b5 - Browse repository at this point
Copy the full SHA e8325b5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 624fd6f - Browse repository at this point
Copy the full SHA 624fd6fView 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
2Configuration menu - View commit details
-
Copy full SHA for ff259a6 - Browse repository at this point
Copy the full SHA ff259a6View commit details -
Configuration menu - View commit details
-
Copy full SHA for e1b83df - Browse repository at this point
Copy the full SHA e1b83dfView commit details
Commits on Feb 26, 2020
-
fix: Do not pass scp-style URLs to the WhatWG url.URL
Fix #60 (for the legacy branch)
Configuration menu - View commit details
-
Copy full SHA for f2cdfcf - Browse repository at this point
Copy the full SHA f2cdfcfView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2d0bb66 - Browse repository at this point
Copy the full SHA 2d0bb66View commit details
There are no files selected for viewing