-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Convert to Wobby and the new Safir UWS library
Remove the direct database connection and convert to the new Safir UWS library and the Wobbly backend for job storage. Remove the command-line tool, since its only purpose was to manage the database schema. Simplify the application startup now that schema creation is not required. Change the dependencies to return the full cutout model, now that Safir supports this. Move the parsing from strings into a helper function used by the dependencies, since the cutout model no longer has to be aware of the SODA input parameters. Move the `MultiValuedParameterError` exception here from Safir, since that error code is SODA-specific.
- Loading branch information
Showing
24 changed files
with
349 additions
and
863 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
27 changes: 0 additions & 27 deletions
27
alembic/versions/20240912_1902_5ab72a20365b_initial_uws_schema.py
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
### Backwards-incompatible changes | ||
|
||
- Switch to Wobbly for job storage. All previous job history will be lost unless the vo-cutouts database is converted into Wobbly's storage format and inserted into Wobbly's database. | ||
|
||
### Bug fixes | ||
|
||
- Append a colon after the error code when reporting UWS errors. | ||
|
||
### Other changes | ||
|
||
- Render all UWS XML output except for error VOTables using vo-models rather than hand-written XML templates. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.