Skip to content

Commit

Permalink
Bump to SkyPortal 0865251e417eed85669128a64d27ea5efe360552
Browse files Browse the repository at this point in the history
  • Loading branch information
JulienPeloton committed Sep 13, 2024
1 parent 2f09c85 commit 96e179b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion skyportal
Submodule skyportal updated 39 files
+7 −8 .github/labeler.yml
+49 −15 .github/workflows/build-and-deploy-docs.yaml
+33 −7 .github/workflows/test_api_and_frontend.yaml
+2 −2 .github/workflows/test_docker_build.yaml
+35 −8 .github/workflows/test_migrations.yaml
+32 −6 .github/workflows/test_models.yaml
+12 −12 package.json
+8 −7 requirements.txt
+3 −8 services/reminders/reminders.py
+54 −1 skyportal/facility_apis/swift.py
+183 −108 skyportal/facility_apis/trt.py
+5 −5 skyportal/handlers/api/followup_request.py
+4 −3 skyportal/handlers/api/source.py
+4 −3 skyportal/models/obj.py
+6 −36 skyportal/tests/api/candidates_sources_events/test_followup_requests_reprioritize.py
+118 −300 skyportal/tests/api/candidates_sources_events/test_gcn.py
+4 −15 skyportal/tests/api/candidates_sources_events/test_observation.py
+6 −85 skyportal/tests/api/test_comments_on_gcn.py
+6 −50 skyportal/tests/api/test_galaxy.py
+32 −122 skyportal/tests/api/test_observation_plan.py
+49 −60 skyportal/tests/api/test_reminders.py
+3 −46 skyportal/tests/api/test_shifts.py
+98 −5 skyportal/tests/conftest.py
+ skyportal/tests/data/localization_GRB180116A.parquet
+ skyportal/tests/data/localization_GW190425.parquet
+ skyportal/tests/data/localization_GW190814.parquet
+ skyportal/tests/data/localizationtiles_GRB180116A.parquet
+ skyportal/tests/data/localizationtiles_GW190425.parquet
+ skyportal/tests/data/localizationtiles_GW190814.parquet
+304 −4 skyportal/tests/fixtures.py
+13 −0 skyportal/tests/frontend/test_gcn.py
+6 −0 skyportal/tests/frontend/test_profile.py
+22 −14 skyportal/tests/frontend/test_reminders.py
+1 −1 skyportal/utils/gcn.py
+1 −1 static/js/components/Notes.jsx
+1 −1 static/js/components/followup_request/FollowupRequestLists.jsx
+2 −2 static/js/components/source/SurveyLinkList.jsx
+6 −3 static/js/components/source/UpdateSourceCoordinates.jsx
+1 −1 static/js/components/thumbnail/Thumbnail.jsx

0 comments on commit 96e179b

Please sign in to comment.