-
Notifications
You must be signed in to change notification settings - Fork 49
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
Development environment #972
Merged
Merged
Conversation
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
* `latest` installs the `panoptes-pocs` module from pip * `develop` installs via `pip install -e[google.testing]` and is used for running the CI tests. `developer-env` installs locally but with all options, i.e. `pip install -e[google,testing,plotting,developer]`. Also builds jupyterlab and other developer tools. Starts a jupyterlab instance by default.
…y pyscaffold and we are buliding a local develop image anyway). * Use new `arduino-cli` installer. * Add `bin/panoptes-develop` and `bin/wait-for-it.sh` to installed scripts. * Adding a convenience script for building local images.
* Adding the SOLVE_FIELD env var.
Codecov Report
@@ Coverage Diff @@
## develop #972 +/- ##
===========================================
+ Coverage 68.38% 68.42% +0.03%
===========================================
Files 95 95
Lines 9500 9500
Branches 873 873
===========================================
+ Hits 6497 6500 +3
+ Misses 2839 2836 -3
Partials 164 164
Continue to review full report at Codecov.
|
8 tasks
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Easy to install and use POCS. Yay!
Description
This PR adds a few things:
develop.Dockerfile
(mostly came frompanoptes-utils
that has a bunch of stuff installed to make it easier for a developer to get working with POCS. The image is based offpanoptes-utils:develop
, but then has all ofpanoptes-pocs
installed, thepanoptes-tutorials
repo downloaded, and other pre-installed things useful for a developer (e.g. jupyter-lab and plugins, vim, sudo, etc).Related Issue
Part of #115