aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/npm.py
AgeCommit message (Expand)Author
2017-08-31fetch2/npm: add noverify parameter to skip lockdown/shrinkwrapPaul Eggleton
2017-06-29npm fetcher: fix unknown variable name.Ismo Puustinen
2017-05-26fetch: support multiple mirror tarball filenamesChristopher Larson
2017-03-03fetch2: remove last remaining usage of deprecated bb.data APIsAndre McCurdy
2017-02-24lib/bb/fetch2: rewrite / to - in package namesAnders Darander
2017-02-07fetch2/npm: fix handling of os fieldPaul Eggleton
2017-02-07fetch2/npm: handle items only in optionalDependenciesPaul Eggleton
2016-11-30fetch2: obey BB_ALLOWED_NETWORKS when checking network accessMarkus Lehtonen
2016-11-30bitbake: remove True option to getVar callsJoshua Lock
2016-11-23lib/bb: Don't use deprecated bb.data.getVar/setVar APIRichard Purdie
2016-11-23fetch2: npm: conditionally hide NPM_LOCKDOWN / NPM_SHRINKWRAP warningsPaul Eggleton
2016-09-14fetch2/npm: don't download same URL multiple timesPaul Eggleton
2016-09-06fetch2/npm: clarify commentPaul Eggleton
2016-09-06fetch2/npm: handle top-level shrinkwrap filePaul Eggleton
2016-09-06fetch2/npm: support subdir= parameterPaul Eggleton
2016-09-06fetch2/npm: fix broken fetches if more than one npm URL fetchedPaul Eggleton
2016-09-06fetch2/npm: explicitly specify workdirPaul Eggleton
2016-08-19fetch2: preserve current working directoryMatt Madison
2016-06-01bitbake: Convert to python 3Richard Purdie
2016-05-09bitbake: Update logger.warn() -> logger.warning()Richard Purdie
2016-03-12fetch2/npm: fix ud.registry so that alternative registries can be handledBrendan Le Foll
2016-03-09fetch2/npm: add missing URL argument to ParameterErrorPaul Eggleton
2016-03-09fetch2/npm: properly handle npm dependenciesPaul Eggleton
2016-03-09fetch2/npm: fix errors with some version specificationsPaul Eggleton
2016-03-07fetch2/npm: ignore unknown headers in tarballsPaul Eggleton
2016-03-07fetch2/npm: handle alternative dependency syntaxPaul Eggleton
2016-03-07fetch2/npm: fix indentationPaul Eggleton
2016-03-02fetch2/npm: Add missing ParameterError importBrendan Le Foll
2016-03-02npm: in cases where shrinkwrap resolved a git URL, ignore it and grab dist.ta...Brendan Le Foll
2016-02-26fetch2/npm: Add mirroring support for npm fetcherRichard Purdie
2016-02-26fetch2/npm: Add npm fetcherBrendan Le Foll