aboutsummaryrefslogtreecommitdiffstats
path: root/lib/bb/fetch2/npm.py
AgeCommit message (Expand)Author
2023-10-15fetch2: Add API for upstream source tracingAlberto Pianon
2023-06-29fetch2/npm: Remove special caracters that causes recipe tool to failBELOUARGA Mohamed
2023-05-25fetch2/npm: evaluate PATH before patching HOMEArno Baumfalk
2022-08-31Fix npm to use https rather than httpNeil Horman
2022-02-05fetch2: npm: Put all downloaded files in the npm2 directoryPeter Kjellerstedt
2021-12-14fetch: npm: Use temporary file for empty user configStefan Herbrechtsmeier
2021-12-14fetch: npm: Quote destdir in run chmod commandStefan Herbrechtsmeier
2021-10-08fetch2: npm: Create config npmrc in environment instantiationStefan Herbrechtsmeier
2021-10-08fetch2: npm: Support npm archives with missing search directory modeStefan Herbrechtsmeier
2020-01-27fetch2/npm: refactor the npm fetcherJean-Marie LEMETAYER
2020-01-19lib: remove unused importsFrazer Clews
2019-07-27fetch2/npm: Use npm pack to download node modules instead of wgetMads Andreasen
2019-05-20bitbake: fetch2/npm: fix npw view parsingJean-Marie LEMETAYER
2019-05-04bitbake: Strip old editor directives from file headersRichard Purdie
2019-05-04bitbake: Add initial pass of SPDX license headers to source codeRichard Purdie
2018-11-20fetch2/npm.py: Allow shrinkwrap resolved relative URL which startswith 'http'...Parthiban Nallathambi
2018-05-29fetch2: fix import error for Python 3.6.5Tzu Hsiang Lin
2018-02-09fetch2/npm.py: Fix inverted condition to prevent infinite loopBöszörményi Zoltán
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