Skip to content

Commit

Permalink
Bump skyportal to f98f984e3c4d8bd82b72e89250e31041b18db41e
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Jul 16, 2024
1 parent 3f2927e commit 7145a03
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyportal
Submodule skyportal updated 27 files
+1 −1 config.yaml.defaults
+9 −9 package.json
+8 −8 requirements.txt
+209 −64 skyportal/handlers/api/gcn.py
+11 −5 skyportal/handlers/api/instrument.py
+22 −32 skyportal/handlers/api/observation_plan.py
+8 −3 skyportal/tests/frontend/sources_and_observingruns_etc/test_assignments.py
+13 −6 skyportal/tests/frontend/test_data_management.py
+18 −4 skyportal/tests/frontend/test_upload_spectroscopy.py
+1 −1 static/js/components/allocation/NewAllocation.jsx
+4 −3 static/js/components/galaxy/NewGalaxy.jsx
+6 −9 static/js/components/gcn/NewGcnEvent.jsx
+9 −4 static/js/components/instrument/ModifyInstrument.jsx
+10 −5 static/js/components/instrument/NewInstrument.jsx
+11 −9 static/js/components/localization/LocalizationPlot.jsx
+3 −2 static/js/components/observation/NewObservation.jsx
+9 −4 static/js/components/observation_plan/DefaultObservationPlanTable.jsx
+117 −19 static/js/components/observation_plan/NewDefaultObservationPlan.jsx
+33 −30 static/js/components/observing_run/AssignmentForm.jsx
+90 −16 static/js/components/observing_run/AssignmentList.jsx
+144 −0 static/js/components/observing_run/ModifyAssignment.jsx
+2 −3 static/js/components/photometry/NewPhotometry.jsx
+71 −58 static/js/components/photometry/PhotometryTable.jsx
+16 −7 static/js/components/plot/PhotometryPlot.jsx
+4 −3 static/js/components/spatial_catalog/NewSpatialCatalog.jsx
+6 −4 static/js/components/spectrum/UploadSpectrum.jsx
+3 −4 static/js/components/taxonomy/NewTaxonomy.jsx

0 comments on commit 7145a03

Please sign in to comment.