-
Notifications
You must be signed in to change notification settings - Fork 3
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
d7339a3
commit 824eaf2
Showing
1 changed file
with
1 addition
and
1 deletion.
There are no files selected for viewing
Submodule skyportal
updated
24 files
+1 −1 | .pre-commit-config.yaml | |
+1 −1 | ARCHITECTURE.md | |
+1 −1 | Dockerfile | |
+5 −1 | README.md | |
+1 −1 | baselayer | |
+1 −0 | config.yaml.defaults | |
+6 −0 | doc/deploy.md | |
+27 −0 | doc/dev.md | |
+1 −0 | doc/index.rst | |
+15 −0 | doc/versioning.md | |
+9 −1 | eslint.config.js | |
+9 −11 | package.json | |
+2 −2 | requirements.txt | |
+4 −4 | rspack.config.js | |
+1 −1 | skyportal/__init__.py | |
+98 −18 | skyportal/api_description.md | |
+2 −2 | skyportal/handlers/api/followup_request.py | |
+269 −204 | skyportal/handlers/api/sources.py | |
+29 −12 | skyportal/handlers/api/taxonomy.py | |
+20 −0 | static/js/components/observing_run/ObservingRunPage.jsx | |
+1 −0 | static/js/components/plot/PhotometryPlot.jsx | |
+1 −0 | static/js/components/templates/Main.jsx.template | |
+1 −0 | static/js/components/templates/SidebarAndHeader.jsx.template | |
+2 −1 | static/js/components/user/UserManagement.jsx |