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

Refactor developer convenience scripts #1377

Merged
merged 9 commits into from Apr 15, 2020
Merged

Commits on Apr 10, 2020

  1. Copy the full SHA
    7cbd89f View commit details
    Browse the repository at this point in the history
  2. Add the frontend_dev convenience method

    frontend_dev is a soup-to-nuts convenience method for setting up the FE
    development environment with node running a the client code on port 3000
    with the a separate cellxgene package serving the API over port 5005 in
    the background.
    
    The script can be run from Finder.
    mweiden committed Apr 10, 2020
    Copy the full SHA
    1783496 View commit details
    Browse the repository at this point in the history
  3. Copy the full SHA
    c4c06cd View commit details
    Browse the repository at this point in the history
  4. Remove the 'test' make target in the client Makefile

    Rationale:
    * Given how long the smoke tests take to run, it is unlikely that
      developers will want to run all tests together.
    * It is unlikely that developers will have set up the backend server
      properly for the tests to pass.
    * Available commands should be safe-ish and not lend themselves to
      confusing errors.
    * You can still group tests by concatenating them in a make command, as
      in `make unit-test smoke-test`.
    * This target isn't used in any of our CI pipelines -- KISS.
    mweiden committed Apr 10, 2020
    Copy the full SHA
    be9521d View commit details
    Browse the repository at this point in the history
  5. Some version of python3...

    mweiden committed Apr 10, 2020
    Copy the full SHA
    422eb40 View commit details
    Browse the repository at this point in the history
  6. Minor typos in docs

    mweiden committed Apr 10, 2020
    Copy the full SHA
    3b810e7 View commit details
    Browse the repository at this point in the history
  7. Copy the full SHA
    7b7ec44 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2020

  1. Copy the full SHA
    25126c9 View commit details
    Browse the repository at this point in the history
  2. Copy the full SHA
    f70efc5 View commit details
    Browse the repository at this point in the history