Skip to content

Commit

Permalink
pin skyportal to 9dff6b118778fc9e70510f7d3e107fb7f43335b6
Browse files Browse the repository at this point in the history
  • Loading branch information
Theodlz committed Jul 2, 2024
1 parent 6b63d2f commit e25faf4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyportal
Submodule skyportal updated 35 files
+0 −1 .eslintignore
+0 −30 .eslintrc.yaml
+2 −2 .pre-commit-config.yaml
+80 −0 eslint.config.js
+12 −10 package.json
+5 −5 requirements.txt
+10 −9 services/facility_queue/facility_queue.py
+1 −1 skyportal/handlers/api/comment.py
+8 −9 skyportal/handlers/api/internal/profile.py
+6 −9 skyportal/handlers/api/user.py
+27 −8 skyportal/tests/frontend/test_analysis_services.py
+0 −1 static/js/components/allocation/AllocationSummary.jsx
+26 −40 static/js/components/allocation/AllocationTable.jsx
+5 −8 static/js/components/allocation/ModifyAllocation.jsx
+1 −4 static/js/components/allocation/NewAllocation.jsx
+254 −86 static/js/components/analysis/AnalysisServicePage.jsx
+14 −2 static/js/components/analysis/NewAnalysisService.jsx
+12 −49 static/js/components/instrument/InstrumentPage.jsx
+117 −48 static/js/components/instrument/InstrumentTable.jsx
+20 −89 static/js/components/instrument/ModifyInstrument.jsx
+14 −7 static/js/components/instrument/NewInstrument.jsx
+124 −28 static/js/components/observation/ExecutedObservationsTable.jsx
+28 −8 static/js/components/observation/NewAPIObservation.jsx
+26 −8 static/js/components/observation/NewAPIQueuedObservation.jsx
+14 −2 static/js/components/observation/NewObservation.jsx
+86 −175 static/js/components/observation/ObservationPage.jsx
+5 −6 static/js/components/observation/QueueAPIDisplay.jsx
+56 −24 static/js/components/observation/QueuedObservationsTable.jsx
+5 −6 static/js/components/observation/SkymapTriggerAPIDisplay.jsx
+4 −6 static/js/components/observation_plan/DefaultObservationPlanTable.jsx
+22 −12 static/js/components/summary/SummarySearch.jsx
+18 −55 static/js/components/taxonomy/ModifyTaxonomy.jsx
+14 −3 static/js/components/taxonomy/NewTaxonomy.jsx
+2 −25 static/js/components/taxonomy/TaxonomyPage.jsx
+162 −73 static/js/components/taxonomy/TaxonomyTable.jsx

0 comments on commit e25faf4

Please sign in to comment.