...
Status |
---|
subtle | true |
---|
colour | Red |
---|
title | Breaking |
---|
|
This represents a breaking change to existing functionality
14 Aug 2024
- Migrating the processor from Garrawarla to Setonix.
- My Jobs page will now display 21 days of job history
14 Aug 2024
- TAP service is now accessible via https (http will still work though). It is recommended to use https://vo.mwatelescope.org/mwa_asvo/tap instead of http as sometime in the future the http endpoint will be deprecated.
...
- Admin setting: This is an admin feature enables the admin to schedule maintenance , post maintenance message , partially outage some of the jobs. for example, blocking only the jobs that delivers to acacia when acacia is down. This will allow us to keep working parts of the system operational when only one Pawsey component is offline or not working.
- Added ORCID field to the registration and my profile, this is an optional field. Existing users can go to their profile and update their ORCID. We capture ORCIDs from users to better understand how MWA data is used by researchers.
- Allow users to unsubscribe from email status updates from MWA ASVO team. The user can go to their profile and uncheck the option to opt out. We will only send status emails when there is a major issue or disruption to users.
- Allow resubmission / retry of completed or errored or cancelled jobs.
- Retry feature: For failed or cancelled voltage jobs, "retry" allows a partially completed voltage job to be resumed from where it left off. (via web front end only).
- Resubmit: All type of jobs that are failed or cancelled or completed can be resubmitted using the same parameters.
- Use -ar, --allow-resubmit to resubmit the jobs through the manta-ray-client CLI
- Use -r, --allow-resubmit to resubmit the jobs through the giant-squid CLI
- giant-squid CLI now has a new download command line argument
--download-dir
. This allows the user to specify which directory to download data to. If omitted, it will default to the current working directory ('.') which was the behaviour prior to this release. - Cosmetic changes: Date formatting; redirect to home after password reset; error message handling; removed some deprecated code; removed a column an internal table data_files that was no longer needed.
- Distinguish between different job types in SLURM queue.
- Visibility Download jobs are named
{MWA ASVO jobid}vis
- Voltage Download jobs are named
{MWA ASVO jobid}volt
- Conversion jobs have several steps:
- Download data step jobs are named
{MWA ASVO jobid}convdload
- Birli step jobs are named
{MWA ASVO jobid}convbirli
- Delivery of data step jobs are named
{MWA ASVO jobid}convdelivery
- Cleanup/Error step jobs are named
{MWA ASVO jobid}converror
...
- Package updates: Python packages are updated from 3.8 to 3.11 except processor.
- Package updates: React is updated to v18 except axios.
- Removal of /astro as a delivery option and processing. Please be aware that the /astro option will be removed from ASVO after the January 18th release. If any jobs with the delivery option as /astro were submitted just before the release, they might encounter issues after Pawsey removes the /astro filesystem on the 22nd. Also, any job data that is left in astro will be lost.
- UI / UX changes: fixed in search button observation page , filtering issue in jobs page.
- log in locally using email address.
- fixing permission issues with readme.
13 December 2023
- Fix delete request filter issues
- Remove column "Flags" from search results grid
- Priority penalty for ASVO jobs according to the Env
...
- Various OS patches
- SSL certificates updated
- If an internal server error occurs with status code 500. It will try an alternative webserver before giving an error.
- Logging messages are updated with descriptive messages and provide absolute paths for jobs.
- Added MWA_ASVO_README.md to downloaded files. Now, users will have a new file in their downloads that gives information about MWA ASVO.
- giant-squid client now supports voltage jobs (note: usual restrictions apply- please Contact Support if you need to be able to download voltages)
- ASVO is added with filters in the "My Jobs" page for Job type and status.
- Total Archieved Bytes(Size of observation) in the Observations page is formatted.
- Pre-submission validations are added in both web-UI and the backend to capture pre-processor errors in advance.
26 July 2023
...