0
0
mirror of https://github.com/tj/n.git synced 2024-11-24 02:27:28 +01:00
Commit Graph

677 Commits

Author SHA1 Message Date
John Gee
385a5686b7 Remove warning about installing version-speciifc node modules 2021-02-25 22:34:41 +13:00
John Gee
1a8115c8e9 Fix path 2021-02-25 22:28:19 +13:00
John Gee
3de97e730d Fix paths 2021-02-25 22:08:16 +13:00
John Gee
43afbed8b6 Add archlinux dockerfile 2021-02-25 21:50:14 +13:00
John Gee
a6fdd81db1 Add flag for linking and log that experimental 2021-02-25 20:05:51 +13:00
John Gee
d6d8961ed1 Respect preserve for symlink too 2021-02-25 19:45:53 +13:00
John Gee
3693eca3c9 Unwrap install copies 2021-02-24 23:14:21 +13:00
John Gee
4c69ac3fa3 Add install method to doctor 2021-02-21 19:13:10 +13:00
John Gee
96500ba164 Remove files in way of symlinks 2021-02-21 16:47:01 +13:00
John Gee
144cd59c4b Add experimental support for using symlink to activate version 2021-02-21 16:34:38 +13:00
John Gee
6777a34af0 Post-release 2021-01-30 16:56:03 +13:00
John Gee
6612af6980 7.0.1 2021-01-30 16:54:05 +13:00
John Gee
0ac569ed07 Prerelease 2021-01-30 16:53:44 +13:00
John Gee
5b8d920723
Fix failure to display error under some circumstances (#651) 2021-01-27 22:20:46 +13:00
Aaron Madlon-Kay
a8f6cb26e2
Mention MacPorts in readme (#650)
* Mention MacPorts in readme

* Link the MacPorts n port
2021-01-27 22:19:52 +13:00
John Gee
e5a441a068 Upgrade bats. Use boost-assert for better failure messages. 2020-12-21 22:50:54 +13:00
John Gee
d7b9edd238 Eliminate last bogus uses of run in tests 2020-12-20 19:10:34 +13:00
John Gee
09d05f4228 Post-release 2020-12-20 17:23:06 +13:00
John Gee
9dad9db17a 7.0.0 2020-12-20 17:17:40 +13:00
John Gee
f4712eaa05 Prepare for release 2020-12-20 16:56:24 +13:00
John Gee
feddb99772 Remove anti-pattern use of run in more tests 2020-12-20 16:42:27 +13:00
John Gee
228dc1c4d7
WIP: Scan package.json last (#644)
* Scan for package.json after other files (as engine)

* Add engine to help, remove chakra from code.

* Rework auto tests with best practice BATS patterm. Simpler and ignores trace logging.

* Same-line local masking possible command  error

* Oops, remove denugging
2020-12-20 16:17:18 +13:00
John Gee
61a11c2394 Protect tests fron GREP_OPTIONS too 2020-12-20 10:17:31 +13:00
John Gee
56f92d3963 Merge branch 'develop' of github.com:tj/n into develop 2020-12-20 10:11:04 +13:00
al3x-huang
c864482c26
Fix wrong version string match for colorized grep (#643)
* Add a wrapper function for grep to ensure consistency across different
  aliases and options by forcing it to use builtin grep without GREP_OPTIONS
2020-12-20 10:10:16 +13:00
John Gee
62a00c750f Post release 2020-12-12 19:36:49 +13:00
John Gee
9b1509853c 6.8.0 2020-12-12 19:35:20 +13:00
John Gee
851fd12f61 Use x64 for Apple M1 architecture for now 2020-12-12 19:33:49 +13:00
John Gee
41d22aa905 Fix lint warnings 2020-11-29 09:49:27 +13:00
John Gee
03d1d8b2b9 Suppress warning when downloading semvr with npx using npm 7 2020-11-29 09:47:11 +13:00
John Gee
db28c7f098 Post release 2020-11-25 22:13:08 +13:00
John Gee
ab611411af 6.7.1 2020-11-25 22:10:28 +13:00
John Gee
db087af8b8 Prepare for release, better 2020-11-25 22:09:38 +13:00
John Gee
b231769beb Prepare for release 2020-11-25 21:49:26 +13:00
John Gee
6b82f30793
Detect download failure (#635)
* Detect download failure

* Add rsync to containers for --preserve tests
2020-11-25 21:12:07 +13:00
John Gee
81ffd9ea7a "directly" caused confusion in past, reword 2020-09-08 19:39:06 +12:00
John Gee
a065181454 Remove chakra from README, no longer being updated 2020-09-08 19:37:07 +12:00
John Gee
6ee8fd95e3 Fix repeated word typo 2020-08-05 20:44:50 +12:00
John Gee
8b0951d649 Post release 2020-07-25 22:06:13 +12:00
John Gee
cbc01f3ae0 6.7.0 2020-07-25 22:04:05 +12:00
John Gee
25cf9f9672
Extend auto support to include .node-version, .nvmrc, and engines field of package.json (#628)
* Extend auto to include .node-version, .nvmrc, and engines

* Prepare for release
2020-07-25 21:59:32 +12:00
Daniel Ruf
d550a9f60e
Use https instead of http (#627) 2020-07-15 20:39:09 +12:00
John Gee
c27d85148a Post-release 2020-07-04 15:30:44 +12:00
John Gee
12fd48d3c1 6.6.0 2020-07-04 15:27:09 +12:00
John Gee
2678bda60c Prepare for release 2020-07-04 15:24:14 +12:00
John Gee
4b094b1903 Add to CHANGELOG 2020-06-24 21:04:25 +12:00
John Gee
449948926e
Add node support aliases (#619)
* Basic implementation of node support aliases

* Add documentation for node support aliases, drop all from first implementation

* Make wording more accurate

* Rename testing hook

* Modify markdown for keys

* Add node support alias for supported, add tests
2020-06-24 21:01:53 +12:00
John Gee
da672069b6 Update CHANGELOG for merged work 2020-06-24 20:52:25 +12:00
John Gee
4358e91442 Lint: quote echoed variables 2020-06-24 20:46:35 +12:00
DeeDeeG
c9475fd328
bin/n: Update can_use_xz() for macOS 11 (#624)
macOS 11 has been announced, and is expected to continue to support xz
2020-06-24 20:44:29 +12:00