-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Permalink
Choose a base ref
{{ refName }}
default
Choose a head ref
{{ refName }}
default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request.
If you need to, you can also or
learn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also .
Learn more about diff comparisons here.
base repository: verdaccio/verdaccio
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v4.0.4
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
...
head repository: verdaccio/verdaccio
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v4.1.0
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}
default
Loading
5
contributors
Commits on May 16, 2019
-
feat: plugin support to filter packages
Add a plugin that can filter all package metadata before being returned. This enables blocking of packages from verdaccio. IPluginStorageFilter are loaded like other plugins from the config. Verdaccio will look for plugins in config.filters and pass this to storage.init. This is the same design as other plugins and will be dynamically found with the same rules. These plugins must impliment a filter_metadata method, which is called serially (in the order loaded from the config) for every metadata request. It gets a current copy of a package metadata and may choose to modify it as required. For example, this may be used to block a bad version of a package or add a time delay from when new packages can be used from your registry. Errors in a filter will cause a 404, similar to upLinkErrors as it is not safe to recover gracefully from them. Note: When version is removed, be careful about updating tags. Fixes: #818
Marc Udoff committedMay 16, 2019 Configuration menu - View commit details
-
Copy full SHA for b9ffac5 - Browse repository at this point
Copy the full SHA b9ffac5View commit details -
Configuration menu - View commit details
-
Copy full SHA for 5c6b515 - Browse repository at this point
Copy the full SHA 5c6b515View commit details
Commits on May 17, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 26c5e2d - Browse repository at this point
Copy the full SHA 26c5e2dView commit details -
Configuration menu - View commit details
-
Copy full SHA for cb7b695 - Browse repository at this point
Copy the full SHA cb7b695View commit details
Commits on May 19, 2019
-
Configuration menu - View commit details
-
Copy full SHA for d052bce - Browse repository at this point
Copy the full SHA d052bceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2f3ec2c - Browse repository at this point
Copy the full SHA 2f3ec2cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b4c42c1 - Browse repository at this point
Copy the full SHA b4c42c1View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3929633 - Browse repository at this point
Copy the full SHA 3929633View commit details
Commits on May 20, 2019
-
Configuration menu - View commit details
-
Copy full SHA for e7400ce - Browse repository at this point
Copy the full SHA e7400ceView commit details -
Configuration menu - View commit details
-
Copy full SHA for 596c727 - Browse repository at this point
Copy the full SHA 596c727View commit details -
Configuration menu - View commit details
-
Copy full SHA for ca2e23c - Browse repository at this point
Copy the full SHA ca2e23cView commit details -
Configuration menu - View commit details
-
Copy full SHA for b1eb7c6 - Browse repository at this point
Copy the full SHA b1eb7c6View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4bf6b3b - Browse repository at this point
Copy the full SHA 4bf6b3bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 8786a37 - Browse repository at this point
Copy the full SHA 8786a37View commit details -
Configuration menu - View commit details
-
Copy full SHA for 134a738 - Browse repository at this point
Copy the full SHA 134a738View commit details -
Configuration menu - View commit details
-
Copy full SHA for 197095e - Browse repository at this point
Copy the full SHA 197095eView commit details
Commits on May 22, 2019
-
feat: parse YAML/JSON/JS config file (#1258)
* Parse JSON/YAML config file. * fix missing export * fix: typos * test(config): remove JSON test * feat: better config error handling, tests * fix: detect YAML config file via extension * docs: verdaccio/website#99
Configuration menu - View commit details
-
Copy full SHA for 95d134b - Browse repository at this point
Copy the full SHA 95d134bView commit details -
Configuration menu - View commit details
-
Copy full SHA for 63695e2 - Browse repository at this point
Copy the full SHA 63695e2View commit details
Commits on May 23, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 01a48af - Browse repository at this point
Copy the full SHA 01a48afView commit details
Commits on May 25, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 995350f - Browse repository at this point
Copy the full SHA 995350fView commit details
Commits on May 26, 2019
-
Configuration menu - View commit details
-
Copy full SHA for cb20169 - Browse repository at this point
Copy the full SHA cb20169View commit details -
Configuration menu - View commit details
-
Copy full SHA for f0b8673 - Browse repository at this point
Copy the full SHA f0b8673View commit details
Commits on May 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 390d0d6 - Browse repository at this point
Copy the full SHA 390d0d6View commit details
Commits on Jun 13, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0fa2629 - Browse repository at this point
Copy the full SHA 0fa2629View commit details -
Configuration menu - View commit details
-
Copy full SHA for e3da67f - Browse repository at this point
Copy the full SHA e3da67fView commit details -
Configuration menu - View commit details
-
Copy full SHA for 9f5f563 - Browse repository at this point
Copy the full SHA 9f5f563View commit details
Commits on Jun 20, 2019
-
Merge remote-tracking branch 'origin/master' into 4.1.x
# Conflicts: # test/unit/modules/cli/cli.spec.js
Configuration menu - View commit details
-
Copy full SHA for d252e66 - Browse repository at this point
Copy the full SHA d252e66View commit details -
Configuration menu - View commit details
-
Copy full SHA for b38ef96 - Browse repository at this point
Copy the full SHA b38ef96View commit details
Commits on Jun 27, 2019
-
Configuration menu - View commit details
-
Copy full SHA for a6a4eee - Browse repository at this point
Copy the full SHA a6a4eeeView commit details
Commits on Jun 29, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0177241 - Browse repository at this point
Copy the full SHA 0177241View commit details -
Merge pull request #1363 from jamesgeorge007/feat/update-docs
docs: minor tweaks
Configuration menu - View commit details
-
Copy full SHA for 20bc433 - Browse repository at this point
Copy the full SHA 20bc433View commit details -
Inspired by gatsby community adding this message
Configuration menu - View commit details
-
Copy full SHA for 41310ca - Browse repository at this point
Copy the full SHA 41310caView commit details -
Configuration menu - View commit details
-
Copy full SHA for acf5a79 - Browse repository at this point
Copy the full SHA acf5a79View commit details
Commits on Jun 30, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 6ff356b - Browse repository at this point
Copy the full SHA 6ff356bView commit details -
feat(chore): Included provision to show up local environment informat…
Configuration menu - View commit details
-
Copy full SHA for eb6bf51 - Browse repository at this point
Copy the full SHA eb6bf51View commit details
Commits on Jul 6, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 318f868 - Browse repository at this point
Copy the full SHA 318f868View commit details
Commits on Jul 8, 2019
-
Configuration menu - View commit details
-
Copy full SHA for 0061e38 - Browse repository at this point
Copy the full SHA 0061e38View commit details -
Configuration menu - View commit details
-
Copy full SHA for a0cf985 - Browse repository at this point
Copy the full SHA a0cf985View commit details -
Merge pull request #1376 from verdaccio/update-dependencies
chore: update dependencies
Configuration menu - View commit details
-
Copy full SHA for 45b8a76 - Browse repository at this point
Copy the full SHA 45b8a76View commit details -
Configuration menu - View commit details
-
Copy full SHA for 44c1610 - Browse repository at this point
Copy the full SHA 44c1610View commit details -
Configuration menu - View commit details
-
Copy full SHA for 274bb1a - Browse repository at this point
Copy the full SHA 274bb1aView commit details
There are no files selected for viewing