Opened 5 years ago

Closed 5 years ago

#2135 closed task (fixed)

Remove support for secondary storage

Reported by: Nicklas Nordborg Owned by: Nicklas Nordborg
Priority: major Milestone: BASE 3.15
Component: core Version:
Keywords: Cc:

Description

See #2134.

Change History (11)

comment:1 Changed 5 years ago by Nicklas Nordborg

Milestone: BASE Future ReleaseBASE 3.15

comment:2 Changed 5 years ago by Nicklas Nordborg

(In [7572]) References #2135: Remove support for secondary storage

Removed API and internal implementation of SecondaryStorageController.

comment:3 Changed 5 years ago by Nicklas Nordborg

(In [7573]) References #2135: Remove support for secondary storage

Removed File.getAction() property which was used to transfer a file between primary and secondary storage. A schema update is needed since it removes the Files.action column from the database. The update will also fix the Files.location property and remove the action property from context filtering and sorting.

comment:4 Changed 5 years ago by Nicklas Nordborg

(In [7574]) References #2135: Remove support for secondary storage

Undo modification made in [7573]. This was some leftovers from Java 11 testing in #2129.

comment:5 Changed 5 years ago by Nicklas Nordborg

(In [7575]) References #2135: Remove support for secondary storage

Removed code related to the 'action' property of files.

comment:6 Changed 5 years ago by Nicklas Nordborg

In 7595:

References #2135: Remove support for secondary storage

Removed Location.SECONDARY. Updated quota and disk usage related things in the web client.

comment:7 Changed 5 years ago by Nicklas Nordborg

In 7596:

References #2135: Remove support for secondary storage

More Location.SECONDARY that should be removed.

comment:8 Changed 5 years ago by Nicklas Nordborg

In 7597:

References #2135: Remove support for secondary storage

Removed QuotaType.hasSecondaryLocation() property.

comment:9 Changed 5 years ago by Nicklas Nordborg

In 7598:

References #2135: Remove support for secondary storage

Updated documentation.

comment:10 Changed 5 years ago by Nicklas Nordborg

Owner: changed from everyone to Nicklas Nordborg
Status: newaccepted

comment:11 Changed 5 years ago by Nicklas Nordborg

Resolution: fixed
Status: acceptedclosed
Note: See TracTickets for help on using tickets.