-
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 531ef24f60223e7826f78388250eaa128f4d06f3
- Loading branch information
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule skyportal
updated
13 files
+6 −0 | doc/deploy.md | |
+27 −0 | doc/dev.md | |
+1 −0 | doc/index.rst | |
+15 −0 | doc/versioning.md | |
+4 −4 | package.json | |
+1 −1 | requirements.txt | |
+3 −3 | services/observation_plan_queue/observation_plan_queue.py | |
+1 −1 | skyportal/__init__.py | |
+2 −2 | skyportal/handlers/api/followup_request.py | |
+16 −0 | skyportal/handlers/api/observation_plan.py | |
+29 −12 | skyportal/handlers/api/taxonomy.py | |
+1 −1 | skyportal/handlers/api/weather.py | |
+22 −6 | static/js/components/widget/WeatherWidget.jsx |