20300: Change deprecated update_attributes to update.
authorTom Clegg <tom@curii.com>
Wed, 6 Sep 2023 21:21:50 +0000 (17:21 -0400)
committerTom Clegg <tom@curii.com>
Fri, 29 Sep 2023 14:14:14 +0000 (10:14 -0400)
commit3b40453701265dc66f8efb5865d29cf508f3ca43
treea438a6e24280548cba89cf23340f070783ab794e
parent8cc6fad164fa9d3bdf0fb5965967031a8e1ce9e2
20300: Change deprecated update_attributes to update.

Arvados-DCO-1.1-Signed-off-by: Tom Clegg <tom@curii.com>
44 files changed:
apps/workbench/app/controllers/application_controller.rb
apps/workbench/app/controllers/collections_controller.rb
apps/workbench/app/controllers/container_requests_controller.rb
apps/workbench/app/controllers/projects_controller.rb
apps/workbench/app/models/arvados_base.rb
apps/workbench/app/views/layouts/body.html.erb
apps/workbench/test/integration/ajax_errors_test.rb
apps/workbench/test/integration/collection_upload_test.rb
apps/workbench/test/integration_performance/collection_unit_test.rb
doc/install/install-workbench2-app.html.textile.liquid
services/api/app/controllers/application_controller.rb
services/api/app/controllers/arvados/v1/groups_controller.rb
services/api/app/controllers/arvados/v1/nodes_controller.rb
services/api/app/controllers/arvados/v1/users_controller.rb
services/api/app/models/api_client_authorization.rb
services/api/app/models/arvados_model.rb
services/api/app/models/container.rb
services/api/app/models/container_request.rb
services/api/app/models/job.rb
services/api/app/models/keep_disk.rb
services/api/app/models/node.rb
services/api/app/models/user.rb
services/api/db/migrate/20130118002239_rename_metadata_attributes.rb
services/api/db/migrate/20150203180223_set_group_class_on_anonymous_group.rb
services/api/db/migrate/20150303210106_fix_collection_portable_data_hash_with_hinted_manifest.rb
services/api/db/migrate/20221219165512_dedup_permission_links.rb
services/api/lib/tasks/manage_long_lived_tokens.rake
services/api/lib/trashable.rb
services/api/test/functional/arvados/v1/container_requests_controller_test.rb
services/api/test/functional/arvados/v1/groups_controller_test.rb
services/api/test/functional/arvados/v1/users_controller_test.rb
services/api/test/unit/arvados_model_test.rb
services/api/test/unit/collection_test.rb
services/api/test/unit/container_request_test.rb
services/api/test/unit/container_test.rb
services/api/test/unit/create_superuser_token_test.rb
services/api/test/unit/group_test.rb
services/api/test/unit/link_test.rb
services/api/test/unit/log_test.rb
services/api/test/unit/owner_test.rb
services/api/test/unit/permission_test.rb
services/api/test/unit/repository_test.rb
services/api/test/unit/user_test.rb
services/api/test/unit/workflow_test.rb