-
Notifications
You must be signed in to change notification settings - Fork 34
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
pin skyportal to 31e3999d7fb421ecd537b084929fbee241e64eca
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule skyportal
updated
18 files
+29 −0 | alembic/versions/3eb663b5c3e0_gemini_api.py | |
+6 −0 | config.yaml.defaults | |
+23 −0 | data/db_demo.yaml | |
+1 −0 | doc/followup.md | |
+9 −9 | package.json | |
+6 −6 | requirements.txt | |
+1 −0 | skyportal/facility_apis/__init__.py | |
+1 −0 | skyportal/facility_apis/_base.py | |
+420 −0 | skyportal/facility_apis/gemini.py | |
+5 −0 | skyportal/facility_apis/interface.py | |
+2 −2 | skyportal/facility_apis/swift.py | |
+11 −11 | skyportal/facility_apis/trt.py | |
+25 −3 | skyportal/handlers/api/allocation.py | |
+56 −1 | skyportal/handlers/api/followup_request.py | |
+22 −9 | skyportal/handlers/api/gcn.py | |
+9 −0 | skyportal/models/schema.py | |
+47 −0 | skyportal/utils/calculations.py | |
+5 −0 | skyportal/utils/observation_plan.py |