10538: Exchange expires_at for new trash_at and delete_at columns.
authorTom Clegg <tom@curoverse.com>
Tue, 27 Dec 2016 18:57:53 +0000 (13:57 -0500)
committerTom Clegg <tom@curoverse.com>
Wed, 28 Dec 2016 02:36:13 +0000 (21:36 -0500)
commit0aa01993bc8533d417dc510b1860a4a583e093b4
treea199a4c73ade54b6e551c59f137f20c8d391c67b
parentcdd8dc7bc4cca452e25c5b014e5f2bb592fb31ce
10538: Exchange expires_at for new trash_at and delete_at columns.
15 files changed:
apps/workbench/app/controllers/projects_controller.rb
apps/workbench/test/controllers/projects_controller_test.rb
sdk/go/arvados/collection.go
services/api/app/controllers/arvados/v1/collections_controller.rb
services/api/app/models/arvados_model.rb
services/api/app/models/collection.rb
services/api/config/application.default.yml
services/api/db/migrate/20161222153434_split_expiry_to_trash_and_delete.rb [new file with mode: 0644]
services/api/db/structure.sql
services/api/lib/sweep_trashed_collections.rb [new file with mode: 0644]
services/api/test/fixtures/collections.yml
services/api/test/functional/arvados/v1/collections_controller_test.rb
services/api/test/unit/collection_test.rb
services/arv-web/arv-web.py
services/crunch-run/crunchrun.go