Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Feat: Add support for different Node versions (NVM support) #1357

Merged
merged 27 commits into from
Sep 6, 2024

Commits on Sep 5, 2024

  1. add nvm tool support functions

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    bf1fcf8 View commit details
    Browse the repository at this point in the history
  2. added all required functions

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    5b90e61 View commit details
    Browse the repository at this point in the history
  3. bug fixes

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    8bd6e85 View commit details
    Browse the repository at this point in the history
  4. add nodejs<version> project alias

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3c425cd View commit details
    Browse the repository at this point in the history
  5. add nodejs version supported to project type alias

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    312afaf View commit details
    Browse the repository at this point in the history
  6. run gen-types

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cbcc0fb View commit details
    Browse the repository at this point in the history
  7. run lint

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    584d661 View commit details
    Browse the repository at this point in the history
  8. applied reviewed changes

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fd7d57c View commit details
    Browse the repository at this point in the history
  9. advanced security warning fixed

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    3955544 View commit details
    Browse the repository at this point in the history
  10. rerun gen types

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a130a92 View commit details
    Browse the repository at this point in the history
  11. run lint

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    cdf79e4 View commit details
    Browse the repository at this point in the history
  12. remove comment

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    a7cb70b View commit details
    Browse the repository at this point in the history
  13. add repotests

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 5, 2024
    Configuration menu
    Copy the full SHA
    fc05ca7 View commit details
    Browse the repository at this point in the history

Commits on Sep 6, 2024

  1. fix indentation error

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    eba7db7 View commit details
    Browse the repository at this point in the history
  2. added ref for all new repotests

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    fa0a9b5 View commit details
    Browse the repository at this point in the history
  3. fix repotests

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    40c07c1 View commit details
    Browse the repository at this point in the history
  4. remove refs

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    6e3cb3b View commit details
    Browse the repository at this point in the history
  5. fix directoryPath

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    643f801 View commit details
    Browse the repository at this point in the history
  6. lint

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    cb12745 View commit details
    Browse the repository at this point in the history
  7. debug nvm ci

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    05359be View commit details
    Browse the repository at this point in the history
  8. debug remove unused import

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    64f8e9e View commit details
    Browse the repository at this point in the history
  9. debug bug fix

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    432b35b View commit details
    Browse the repository at this point in the history
  10. debug add nvm and rearrange repotests

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    5e4c0eb View commit details
    Browse the repository at this point in the history
  11. add early return

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    79da7e7 View commit details
    Browse the repository at this point in the history
  12. remove directory list

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    8ba60d9 View commit details
    Browse the repository at this point in the history
  13. run gen-types

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    622223b View commit details
    Browse the repository at this point in the history
  14. add suggested changes

    Signed-off-by: Aryan Rajoria <[email protected]>
    aryan-rajoria committed Sep 6, 2024
    Configuration menu
    Copy the full SHA
    57df0b7 View commit details
    Browse the repository at this point in the history