Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/npm/cli.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Collapse)Author
2019-02-19install.sh: print out tar version when the flag is supported (#154)Alexander Gudulin
not all the tar implementations support --version flag e.g. the one used in openbsd doesn't, so the installation process fails PR-URL: https://github.com/npm/cli/pull/154 Credit: @agudulin Reviewed-By: @zkat
2019-02-14test(maketest): Fix common.npm callback arguments (#144)Lars Willighagen
PR-URL: https://github.com/npm/cli/pull/144 Credit: @larsgw Reviewed-By: @aeschright
2018-12-20scripts: maketest: Use newEnv for env productionRebecca Turner
Credit: @iarna
2018-12-20test: maketest: Use promise based example common.npm callRebecca Turner
Credit: @iarna
2018-12-20scripts: Modernize maketestRebecca Turner
Credit: @iarna
2018-08-23gen-changelog: fix npm.community url parsingKat Marchán
2018-08-23gen-changelog: appease standardRebecca Turner
2018-08-23gen-changelog: Strip CRs from commit messagesRebecca Turner
2018-08-23gen-changelog: git update incresed length of "short" hashesRebecca Turner
2018-08-23gen-changelog: Default repo is npm/cli nowRebecca Turner
2018-08-23gen-changelog: match npm.community urls in addition to github onesRebecca Turner
2018-08-23gen-changelog: Actually match content on fixes linesRebecca Turner
2018-08-02changelog: update generator scriptKat Marchán
2018-07-23docs: use https when possible. (#7)XhmikosR
PR-URL: https://github.com/npm/cli/pull/7 Credit: @XhmikosR Reviewed-By: @zkat
2018-06-08scripts: auto generate ignoresRebecca Turner
2018-05-24scripts: Make release script include testsRebecca Turner
2018-03-23standardizeRebecca Turner
2018-02-02maketest: Make test boilerplate use const/let instead of varRebecca Turner
2017-10-02install.sh: Drop upgrading from npm@1 supportRebecca Turner
This is fine as npm@5 doesn't run on versions of Node.js that ship npm@1. Credit: @iarna
2017-08-19scripts: Make install.sh find nodejs on debianCarsten Brandt
Credit: @cebe Reviewed-By: @iarna PR-URL: https://github.com/npm/npm/pull/18229
2017-08-17makefile: fix doc build tools dependenciesEnrico Weigelt, metux IT consult
The build tools for the documentation need to be built/installed before the documents, even with parallel builds. Make has a simple mechanism which was made exactly for that: target dependencies. PR-URL: https://github.com/npm/npm/pull/16550 Credit: @metux Reviewed-By: @iarna
2017-07-11selfinstall: Fix self install in Makefile and install.shRebecca Turner
We were doing `npm install -g` on `make install` and in the `install.sh` bootstrapper, which now makes a symlink. This updates it to go back to creating a global copy. Fixes: #17554 Fixes: #17377 Fixes: #16916 Credit: @iarna Reviewed-By: @zkat PR-URL: https://github.com/npm/npm/pull/17626
2017-06-27scripts: Update dep update util scriptsRebecca Turner
2017-04-28cli: replace cli.js with bin/npm-cli.js and remove cli.js (#12096)Daijiro Wachi
* scripts: replace cli.js with npm-cli.js * cli: remove unused file cli.js * docs: replace cli.js with bin/npm-cli.js PR-URL: https://github.com/npm/npm/pull/12096 Credit: @watilde Reviewed-By: @zkat
2017-04-21tooling: dev-dep-update should add shrinkwrap tooRebecca Turner
2017-03-25script: fix lint errorDaijiro Wachi
PR-URL: https://github.com/npm/npm/pull/16110 Credit: @watilde Reviewed-By: @iarna
2017-03-16scripts: Allow longer short-committishes when generating changelogsRebecca Turner
To support git 2.12.0 Credit: @iarna Reviewed-By: @zkat
2017-02-24scripts: Update dep-update to include shrinkwrap as wellRebecca Turner
Credit: @iarna
2016-11-04scripts: don't rely on latest being checked outForrest L Norvell
2016-10-25gen-changelog: change default branch to latestKat Marchán
Credit: @zkat Reviewed-By: @iarna
2016-10-25maketest: Make the test boilerplate prefer our config over envRebecca Turner
Credit: @iarna
2016-10-07scripts: Add dep-update & dev-dep-updateRebecca Turner
Scripts @iarna uses when updating dependencies in npm. Credit: @iarna
2016-09-10gen-changelog: Fix the missing/double hashmarks issueRebecca Turner
2016-09-09scripts: Fix fixture creation/cleanup in maketestRebecca Turner
Credit: @iarna
2016-09-09scripts: Add helper for generating test skeletonsRebecca Turner
Credit: @iarna
2016-08-12scripts: update changelog generatorRebecca Turner
2016-07-08scripts: Match non-npm URLs in fixes for changelogsRebecca Turner
2016-07-06scripts: Update changelog generator to support Fixes URLsRebecca Turner
2016-02-19gen-changelog: Support multiple creditsRebecca Turner
2016-01-21scripts: Add @iarna's changelog generator toolRebecca Turner
PR-URL: https://github.com/npm/npm/pull/11077 Credit: @iarna Reviewed-By: ¯\_(ツ)_/¯ Reviewed-By: @othiym23
2015-10-22src: Update formatting to be compatible with standard@5Sebastiaan Deckers
PR-URL: https://github.com/npm/npm/pull/9954
2015-10-16src: install npm@3 with npm@2Forrest L Norvell
Restore the ability to do one-shot upgrades from the versions of npm bundled with Node 0.8 to npm@3, which simplifies using Travis with old Node and new npm, for compatibility testing purposes. Older versions of npm repack packages on install, which works poorly with the way npm@3 handles bundledDependencies with flat trees. Fixes: #9668 PR-URL: https://github.com/npm/npm/pull/9981
2015-08-21doc: stop building HTML partialsisaacs
This reverts commit 8b58ad09b719295461167a34f666c5aa4d6e26f2. As it turned out, those partial docs aren't actually used by the http://docs.npmjs.com site, so there's no sense slowing down the build. PR-URL: https://github.com/npm/npm/pull/9201
2015-07-24build: use npm being released during releaseKat Marchán
There was some weirdness going on where, depending on your local setup during release, you could get unexpected results during build (specifically, the version on the tarball and zip corresponded to your global npm's version) I went ahead and also made it so the npm pack is also done by the version getting released, to avoid any possible issues with 2.x vs 3.x PR-URL: https://github.com/npm/npm/pull/9012
2015-06-26src: make the npm source comply with `standard`Forrest L Norvell
This is a huge set of mostly mechanical changes. Going forward, all changes to the npm source base are expected to comply with `standard`, and it's been integrated into the test suite to enforce that. There are a few notes below about specific classes of changes that need to be handled specially for npm's code base. standard: "Expected error to be handled." `standard` only expects errors spelled "err" to be handled. `npm-registry-mock` never actually invokes its callback with an error, so in some cases I just changed it to be spelled "er" and called it good. standard: "Expected a "break" statement before 'case'." This behavior is actually on purpose, and I don't feel like rewriting the affected code right now (or, you know, ever). So I added code comments disabling the checks in the three applicable changes. standard: "x is a function." Rebinding functions created via declarations (as opposed to expressions) is a no-no? PR-URL: https://github.com/npm/npm/pull/8668
2015-06-26building npm: Yell if you try to package npm@3 with npm@2Rebecca Turner
npm@2's packager can't handle npm@3's bundled node_modules, so you either have to use a version that we've built for you (eg one published to the registry) or use the one that you're building.
2015-05-22doc: use a preversion script to update AUTHORSForrest L Norvell
2015-03-27Switching minutes and monthsMEDDAH Julien
2015-03-12doc: use perl in update-authors.sh instead of awkKenan Yildirim
As a consequence of the various implementations of AWK across platforms, the use of AWK in `scripts/update-authors.sh` might result in different sorting behavior on different platforms (i.e. BSD awk on OS X does not maintain the desired sort- by-first-contribution). So, let's use Perl instead.
2015-01-24add script for updating AUTHORS fileKenan Yildirim