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

Trying to support non cli #22

Closed
wants to merge 51 commits into from

Commits on Jun 19, 2020

  1. trying to test non cli

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    a211d30 View commit details
    Browse the repository at this point in the history
  2. lets try this

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    9d892b5 View commit details
    Browse the repository at this point in the history
  3. addeding a log to test

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    2f81d1a View commit details
    Browse the repository at this point in the history
  4. Trying-To-Support-non-cli: Merge branch 'Trying-To-Support-non-cli' o…

    …f github.com:phyzical/npm-add-dependencies into Trying-To-Support-non-cli # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    52cf554 View commit details
    Browse the repository at this point in the history
  5. lets just try using lib

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    94adce3 View commit details
    Browse the repository at this point in the history
  6. * added the ability to simply call run

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    4a75de5 View commit details
    Browse the repository at this point in the history
  7. added readme change

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    8113b0c View commit details
    Browse the repository at this point in the history
  8. one more readme modifcaiton

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    ccf627a View commit details
    Browse the repository at this point in the history
  9. revert removal of new line

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    522d8d3 View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    169bf72 View commit details
    Browse the repository at this point in the history
  11. readme update

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    8bcf0cd View commit details
    Browse the repository at this point in the history
  12. fix to how i defined constants

    jack committed Jun 19, 2020
    Configuration menu
    Copy the full SHA
    c8636cd View commit details
    Browse the repository at this point in the history

Commits on Jun 20, 2020

  1. * added editorconfig

    * added eslintrc
    * added packagejson changes to support linting
    * QOL changes :)
    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    d077c7f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    2e95ed8 View commit details
    Browse the repository at this point in the history
  3. and the file change itself

    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    eb051d0 View commit details
    Browse the repository at this point in the history
  4. so it turns out a - breaks npm install haha

    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    5330db5 View commit details
    Browse the repository at this point in the history
  5. missed line opps

    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    aac19ec View commit details
    Browse the repository at this point in the history
  6. alright?.. lets try a roll back

    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    a20a4c4 View commit details
    Browse the repository at this point in the history
  7. hmm

    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    2af5ad1 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    cf6b811 View commit details
    Browse the repository at this point in the history
  9. adding inital tests

    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    a1fcc18 View commit details
    Browse the repository at this point in the history
  10. added linting changes

    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    ea876d7 View commit details
    Browse the repository at this point in the history
  11. * npm ignore updates

    * added the clie index again now that package json isnt borked
    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    22a6c23 View commit details
    Browse the repository at this point in the history
  12. * committing initial tests before testing the removal incase i lose s…

    …omething
    
    * one slight change to AddDeps to support promise trickle down
    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    9545544 View commit details
    Browse the repository at this point in the history
  13. *tear down fixed

    * its getting there!
    jack committed Jun 20, 2020
    Configuration menu
    Copy the full SHA
    c49936e View commit details
    Browse the repository at this point in the history

Commits on Jun 21, 2020

  1. Configuration menu
    Copy the full SHA
    b6eeeb6 View commit details
    Browse the repository at this point in the history
  2. * added another refactor to make tests look cleaner

    * refactored cli to see if it can use run too
    jack committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    2193b08 View commit details
    Browse the repository at this point in the history
  3. added cli mocking inital files

    * argv mocked
    * figured out how to mock things like process.exit correctly
    jack committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    84944cc View commit details
    Browse the repository at this point in the history
  4. moved around tests for cleaner postioning

    various fixes to reduce false positives
    tried testing cli failed
    started the class level tests
    jack committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    2d4de75 View commit details
    Browse the repository at this point in the history
  5. disable failing trest

    jack committed Jun 21, 2020
    Configuration menu
    Copy the full SHA
    0aa9192 View commit details
    Browse the repository at this point in the history

Commits on Jun 22, 2020

  1. Files tests

    jack committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    c88c5fd View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dc4d700 View commit details
    Browse the repository at this point in the history
  3. small change to add commit message for draft pr

    fixes arfeo#18
    fixes arfeo#20
    jack committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    37a6ece View commit details
    Browse the repository at this point in the history
  4. npmignore rejig

    jack committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    556305f View commit details
    Browse the repository at this point in the history
  5. readme fix

    jack committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    af8a420 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    4a1e282 View commit details
    Browse the repository at this point in the history
  7. unneeded anon func?

    jack committed Jun 22, 2020
    Configuration menu
    Copy the full SHA
    74d32fc View commit details
    Browse the repository at this point in the history

Commits on Jul 6, 2020

  1. * removal of argv mock

    * addition of npm argv mock
    * fixed console.logs being shared between tests
    * finished majority of tests just cli-index to go
    * added a return if no dep passed to runNpmShow to avoid .split error
    jack committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    f7fd558 View commit details
    Browse the repository at this point in the history
  2. * slight refactors to utils

    * tried testing toplevel cli-index again but i think its a lost casue
    jack committed Jul 6, 2020
    Configuration menu
    Copy the full SHA
    aa83793 View commit details
    Browse the repository at this point in the history

Commits on Oct 26, 2020

  1. Configuration menu
    Copy the full SHA
    3f17809 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    a986cc7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    ac8ea00 View commit details
    Browse the repository at this point in the history

Commits on Oct 27, 2020

  1. Update README.md

    fix to readme for new export
    phyzical committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    8093f27 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cdeb6a4 View commit details
    Browse the repository at this point in the history
  3. Trying-To-Support-non-cli: Merge branch 'Trying-To-Support-non-cli' o…

    …f github.com:phyzical/npm-add-dependencies into Trying-To-Support-non-cli # Please enter a commit message to explain why this merge is necessary, # especially if it merges an updated upstream into a topic branch. # # Lines starting with '#' will be ignored, and an empty message aborts # the commit.
    phyzical committed Oct 27, 2020
    Configuration menu
    Copy the full SHA
    4d5fe7e View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9071cd4 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    6b45606 View commit details
    Browse the repository at this point in the history

Commits on Oct 28, 2020

  1. Configuration menu
    Copy the full SHA
    5964cd9 View commit details
    Browse the repository at this point in the history

Commits on Oct 30, 2020

  1. Trying-To-Support-non-cli: added logic to mimic a cli usage added log…

    …ic to fix test package.json file names
    phyzical committed Oct 30, 2020
    Configuration menu
    Copy the full SHA
    829032c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    064b7a7 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    379dfd6 View commit details
    Browse the repository at this point in the history