[obs-commits] [openSUSE/open-build-service] 1461b4: [api][webui] delete_all with conditions deprecated
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 1461b41f45a8aa6243ac96a374aa615461dd95ad https://github.com/openSUSE/open-build-service/commit/1461b41f45a8aa6243ac96... Author: Ana María Martínez Gómez <ammartinez@suse.com> Date: 2016-09-23 (Fri, 23 Sep 2016) Changed paths: M src/api/app/controllers/tag_controller.rb M src/api/app/models/group.rb M src/api/app/models/project.rb M src/api/app/models/project_log_entry.rb Log Message: ----------- [api][webui] delete_all with conditions deprecated Passing conditions to delete_all is deprecated and will be removed in Rails 5.1. To achieve the same use where(conditions).delete_all Commit: e001b21cb6d9dbf8cb30a24aeb069b4063266540 https://github.com/openSUSE/open-build-service/commit/e001b21cb6d9dbf8cb30a2... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-09-26 (Mon, 26 Sep 2016) Changed paths: M src/api/app/controllers/tag_controller.rb M src/api/app/models/group.rb M src/api/app/models/project.rb M src/api/app/models/project_log_entry.rb Log Message: ----------- Merge pull request #2177 from Ana06/delete_all [api][webui] delete_all with conditions deprecated Compare: https://github.com/openSUSE/open-build-service/compare/d1e16915c3e3...e001b2...
participants (1)
-
Björn Geuken