Commit Graph

2281 Commits

Author SHA1 Message Date
Nodoubtz
878ee650ea
Create CNAME 2025-03-27 10:29:00 -04:00
Nodoubtz
b2fbac7cf0
Delete update_test_mocks.sh
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:10:37 -04:00
Nodoubtz
63700dd9d4
Delete .github/SECURITY.md
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:10:06 -04:00
Nodoubtz
6e480e4fef
Delete .github/THREAT_MODEL.md
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:09:47 -04:00
Nodoubtz
c821671ff0
Delete .github/workflows/windows-npm.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:09:17 -04:00
Nodoubtz
f38702fde5
Delete .github/external-threat-actor.png
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:08:42 -04:00
Nodoubtz
83c2eb798b
Delete .github/workflows/latest-npm.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:08:21 -04:00
Nodoubtz
bc5139aaa9
Delete .github/workflows/lint.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:07:26 -04:00
Nodoubtz
fdd57e433c
Delete .github/workflows/release.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:07:03 -04:00
Nodoubtz
40fce32017
Delete .github/workflows/rebase.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:06:29 -04:00
Nodoubtz
f07c2ad085
Delete .github/workflows/require-allow-edits.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:05:53 -04:00
Nodoubtz
c4a77a1ac2
Delete .github/FUNDING.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:05:26 -04:00
Nodoubtz
9a5483c78d
Delete .github/insider-threat-actor-and-libs.png
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:05:08 -04:00
Nodoubtz
fcefa3d4b7
Delete rename_test.sh
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:04:21 -04:00
Nodoubtz
1d19be3d9e
Delete .dockerignore
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:03:59 -04:00
Nodoubtz
4beb5bf8be
Delete .editorconfig
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:03:19 -04:00
Nodoubtz
7fc954bffd
Delete CONTRIBUTING.md
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:02:53 -04:00
Nodoubtz
72c35511aa
Delete PROJECT_CHARTER.md
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:02:16 -04:00
Nodoubtz
dd310483c4
Delete LICENSE.md
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 09:01:15 -04:00
Nodoubtz
0f45c2ff34
Update README.md
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 08:57:59 -04:00
Nodoubtz
2934d0587d Delete .travis.yml
Signed-off-by: Nodoubtz <53144580+nodoubtz@users.noreply.github.com>
2025-03-27 08:22:21 -04:00
Nodoubtz
52f72a6f33
Create 5codeql.yml 2025-03-25 17:01:22 -04:00
Nodoubtz
b807ad7996 Create codeql.yml 2025-03-25 16:32:49 -04:00
Nodoubtz
d15dda9d09
Merge pull request #1 from Dimvy-Clothing-brand/master
Add Docker Publish Workflow and License
2025-03-24 18:41:44 -04:00
Nodoubtz
e8ac8518be
Create LICENSE 2025-03-24 18:33:13 -04:00
Nodoubtz
d4cd67ad69
Merge branch 'nodoubtz:master' into master 2025-03-20 20:02:22 -04:00
Nodoubtz
424c4a702d
Create npm-publish.yml 2025-03-13 10:12:07 -04:00
Jordan Harband
ffec9fec72
v0.40.2
New Stuff
 - `install.sh`: add `$ZDOTDIR` to zsh search (#3458)

Fixes
 - `reinstall-packages`: do not reinstall corepack (#3544)
 - avoid bash-specific syntax (#3499)
 - `install-latest-npm`: npm v11 is out
 - `nvm_install_latest_npm`: avoid unbound variable (#3447)
 - give a more helpful message when `lts` alias is mistakenly used (#3441)
 - `nvm ls`, `nvm alias`, `nvm install`: error when an LTS name is invalid
 - `nvm_normalize_lts`: error when an LTS name is not lowercase (#3417)

Documentation
 - [readme] update link
 - [readme] fix `--no-use` example (#3479)
 - [readme] update copyright notice (#3507)
 - [readme] note zsh-nvm's AUTO_USE option (#2670)
 - [readme] add note about reloading zshrc after editing (#3052)
 - [readme] Update shell profile file install notes (#2241)
 - [readme] add docker tips (#2318)
 - [readme] remove `avn` from readme (#3469)
 - [readme] fnm -> nvm.fish (#2541)

Refactors
 - prefer `case` over if/else chains
 - combine `sed -e` invocations/arguments

Tests
 - `nvm exec`/`nvm run`: add `--silent` tests (#1259)
 - [actions] release test needs git tags
 - migrate `installation_iojs` test suite to GitHub Actions (#3476)
 - Migrate slow test suite from Travis CI (#3470)
 - temporarily skip this failing travis test to unblock progress
 - [actions] TOC: use latest LTS node
 - `install.sh`: clean up `nvm_detect_profile` tests
 - `nvm_detect_profile`: refactor (#3467)
 - run urchin tests on pull requests (#3466)
 - update mocks
 - ensure that unit tests use only mocked LTS names
 - [actions] use `node/install` instead of `node/run`

Meta
 - disable blank issues
 - update issue template
 - add DCO (#3456)
 - Rename .github/ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md (#3454)
2025-03-11 13:39:40 -07:00
Jordan Harband
df9ac58f8b
[Fix] reinstall-packages: do not reinstall corepack
Fixes #3544
2025-03-11 13:16:58 -07:00
Jordan Harband
8dbc22f0e9
[readme] update link 2025-03-11 12:46:19 -07:00
Jordan Harband
5c12680a62
[Dev Deps] update markdown-link-check 2025-03-11 12:43:42 -07:00
Jordan Harband
f0f8ed12f8
[Dev Deps] update semver 2025-02-25 18:39:49 -08:00
Jordan Harband
759f70f196
[Refactor] prefer case over if/else chains 2025-02-04 22:45:35 -08:00
Jordan Harband
06a9179309
[Refactor] combine sed -e invocations/arguments 2025-02-04 15:55:10 -08:00
Jordan Harband
74eb396099
[Dev Deps] update markdown-link-check 2025-02-04 12:37:59 -08:00
Nodoubtz
27cd578da1
Create docker-publish.yml 2025-01-26 09:58:50 -05:00
Jordan Harband
0641363102
[Tests] install.sh: clean up nvm_detect_profile tests 2024-11-08 10:52:41 +00:00
Jordan Harband
9659af6c16
[Tests] nvm_detect_profile: refactor 2024-11-12 13:31:36 -08:00
menaechmi
abd02e5aae
[Fix] install.sh: fix failing install tests (#3458) 2024-11-12 11:57:02 -06:00
menaechmi
3de0b15810
[Tests] run urchin tests on pull requests 2024-11-12 12:58:53 -06:00
menaechmi
cd22c84026
[New] install.sh: add $ZDOTDIR to zsh search
Fixes #3128
2024-11-06 16:53:58 -06:00
Jordan Harband
d648a3b1ba
[meta] add DCO
imo this shouldn‘t be necessary, as it should be implied by the act of making a PR.

Following the example in https://github.com/expressjs/express/pull/6048

See https://github.com/openjs-foundation/project-status/issues/2
2024-11-05 17:51:39 +00:00
Jordan Harband
ccf6d16017
[meta] disable blank issues 2024-11-04 15:07:16 +00:00
Jordan Harband
ba98270442
[meta] update issue template 2024-11-04 15:01:26 +00:00
Jordan Harband
1be4257e96
[Tests] update mocks 2024-10-31 14:23:36 -07:00
Cheerag Patel
9c9ff4bac0
[meta] Rename .github/ISSUE_TEMPLATE.md to .github/ISSUE_TEMPLATE/ISSUE_TEMPLATE.md
Moved issue template into ISSUE_TEMPLATE folder
2024-10-30 14:03:05 -07:00
Jordan Harband
51ea809d63
[Tests] ensure that unit tests use only mocked LTS names 2024-10-30 23:41:50 -07:00
Jordan Harband
6b70c40f15
[Fix] nvm_install_latest_npm: avoid unbound variable
Fixes #3447
2024-10-22 22:02:01 -07:00
Reetik Rajan
5dc31ac51b
[patch] give a more helpful message when lts alias is mistakenly used 2024-10-05 09:21:42 +05:30
Jordan Harband
da2720a429
[Fix] nvm ls, nvm alias, nvm install: error when an LTS name is invalid 2024-09-04 13:55:11 -07:00