Actions
Idea #20344
openArvados 3.0
Status:
New
Priority:
Normal
Assigned To:
-
Target version:
-
Start date:
08/01/2023
Due date:
10/31/2024 (4 days late)
Story points:
-
Release:
Release relationship:
Auto
Description
Major releases are marked by removing backwards compatibility with old things rather than major new features (although those may be present as well).
Here is a list of deprecated features/code we should consider removing:
- The "updated_at" column in the database (this is redundant with modified_at and has never been part of the published API)
- the "keep_disks" endpoint (obsolete, these are "volumes" in the config file)
- "human", "specimen", "sample" and "trait" tables (never used for their intended purpose, our users use the general purpose metadata features to tag collections)
- "job" and "job_task" (all of the legacy instances that used jobs are gone)
- "repository" and the "githttpd" service (the arvados-hosted git repository feature is unused, should instead have integration that makes it possible for containers to clone from external git repos e.g. github or gitlab)
- Workbench 1 (the whole thing)
- migrate-docker19 tool (used to migrate images created with 1.9 to 1.10 or later, this is obsolete and just clutter at this point)
Related issues
Actions