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 by Nicklas Nordborg, 5 years ago

Milestone: BASE Future ReleaseBASE 3.15

comment:2 by Nicklas Nordborg, 5 years ago

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

Removed API and internal implementation of SecondaryStorageController.

comment:3 by Nicklas Nordborg, 5 years ago

(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 by Nicklas Nordborg, 5 years ago

(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 by Nicklas Nordborg, 5 years ago

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

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

comment:6 by Nicklas Nordborg, 5 years ago

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 by Nicklas Nordborg, 5 years ago

In 7596:

References #2135: Remove support for secondary storage

More Location.SECONDARY that should be removed.

comment:8 by Nicklas Nordborg, 5 years ago

In 7597:

References #2135: Remove support for secondary storage

Removed QuotaType.hasSecondaryLocation() property.

comment:9 by Nicklas Nordborg, 5 years ago

In 7598:

References #2135: Remove support for secondary storage

Updated documentation.

comment:10 by Nicklas Nordborg, 5 years ago

Owner: changed from everyone to Nicklas Nordborg
Status: newaccepted

comment:11 by Nicklas Nordborg, 5 years ago

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