This represents a breaking change to existing functionality
Status
colour
Blue
title
client
Fixed bug where stream untar downloads were being written to your current directory rather than the directory you specify in the -d/--download-dir argument.
Status
colour
Yellow
title
backend
Status
colour
Green
title
web
Multiple new Job states are included. It is handled in the backend and new status description displayed in the front end. Version of the ASVO server is bumped up to 2.0.0
New job states
Queued
Waiting for Calibration
Staging
Staged
Retrieving Files from Archive
Preprocessing
Imaging
Delivering
Completed
Error
Cancelled
Status
colour
Blue
title
client
Both the mwa asvo CLI clients mwa_client and giant-squid are updated to handle the new job states. Versions of both the clients are upgraded to 2.0.0.
...
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
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.
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
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.
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
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.
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
Status
colour
Blue
title
client
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-resubmitto resubmit the jobs through the manta-ray-clientCLI
Use -r, --allow-resubmitto resubmit the jobs through the giant-squid CLI
Status
colour
Blue
title
client
giant-squidCLI 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.
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
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.
Status
colour
Yellow
title
backend
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
...
Status
colour
Yellow
title
backend
Package updates: Python packages are updated from 3.8 to 3.11 except processor.
Status
colour
Green
title
web
Package updates: React is updated to v18 except axios.
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
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.
Status
colour
Green
title
web
UI / UX changes: fixed in search button observation page , filtering issue in jobs page.
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
log in locally using email address.
Status
colour
Yellow
title
backend
fixing permission issues with readme.
13 December 2023
Status
colour
Green
title
web
Fix delete request filter issues
Status
colour
Green
title
web
Remove column "Flags" from search results grid
Status
colour
Yellow
title
backend
Priority penalty for ASVO jobs according to the Env
...
Status
colour
Yellow
title
backend
Various OS patches
Status
colour
Yellow
title
backend
SSL certificates updated
Status
colour
Yellow
title
backend
If an internal server error occurs with status code 500. It will try an alternative webserver before giving an error.
Status
colour
Yellow
title
backend
Logging messages are updated with descriptive messages and provide absolute paths for jobs.
Yellowbackend Added MWA_ASVO_README.md to downloaded files. Now, users will have a new file in their downloads that gives information about MWA ASVO.
Status
colour
Blue
title
client
giant-squid client now supports voltage jobs (note: usual restrictions apply- please Contact Support if you need to be able to download voltages)
Status
colour
Green
title
web
ASVO is added with filters in the "My Jobs" page for Job type and status.
Status
colour
Green
title
web
Total Archieved Bytes(Size of observation) in the Observations page is formatted.
Status
colour
Green
title
web
Status
colour
Yellow
title
backend
Pre-submission validations are added in both web-UI and the backend to capture pre-processor errors in advance.