[openSUSE/open-build-service] da3ba8: Drop old methods to handle the watchlist
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: da3ba8083463c9d3d6186686647e219bcec8b7ed https://github.com/openSUSE/open-build-service/commit/da3ba8083463c9d3d61866... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M src/api/app/models/user.rb Log Message: ----------- Drop old methods to handle the watchlist Commit: f64ca6bc4490b9f0a7bc6eeab4244020869c46c0 https://github.com/openSUSE/open-build-service/commit/f64ca6bc4490b9f0a7bc6e... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M src/api/app/models/project.rb M src/api/app/models/user.rb R src/api/app/models/watched_project.rb R src/api/spec/factories/watched_projects.rb Log Message: ----------- Drop code related to WatchedProject Commit: dd86a75c9a00fabb8f18c08c8f5cbf27c184574a https://github.com/openSUSE/open-build-service/commit/dd86a75c9a00fabb8f18c0... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M src/api/.rubocop.yml A src/api/test/fixtures/watched_items.yml R src/api/test/fixtures/watched_projects.yml A src/api/test/unit/watched_item_test.rb R src/api/test/unit/watched_project_test.rb Log Message: ----------- Replace WatchedProject tests with WatchedItem ones Commit: bb1b3a04a73841df7d9bac822d0bfbcd8a145ffe https://github.com/openSUSE/open-build-service/commit/bb1b3a04a73841df7d9bac... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M src/api/config/routes/webui_routes.rb Log Message: ----------- Remove remaining comment Commit: ced0c94435e80762fff36083f5ff2080a2a7249a https://github.com/openSUSE/open-build-service/commit/ced0c94435e80762fff360... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: R src/api/lib/tasks/watchlist_migration.rake Log Message: ----------- Remove task to migrate from old to new watchlist Commit: 95a51c2c0240a3b9299fd5c48e4637e6dcc96a59 https://github.com/openSUSE/open-build-service/commit/95a51c2c0240a3b9299fd5... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M src/api/lib/tasks/extract.rake Log Message: ----------- Adapt rake task db:extract_fixtures Commit: f938570777a9401faad9d607558a10fc5fb7d202 https://github.com/openSUSE/open-build-service/commit/f938570777a9401faad9d6... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M src/api/app/controllers/person_controller.rb R src/api/app/views/person/userinfo.xml.builder Log Message: ----------- Remove code related to the previously removed userinfo Commit: f90bea35f9f6e3b166880537bee4493375bd18d3 https://github.com/openSUSE/open-build-service/commit/f90bea35f9f6e3b1668805... Author: Eduardo J <enavarro@suse.com> Date: 2022-12-02 (Fri, 02 Dec 2022) Changed paths: M src/api/.rubocop.yml M src/api/app/controllers/person_controller.rb M src/api/app/models/project.rb M src/api/app/models/user.rb R src/api/app/models/watched_project.rb R src/api/app/views/person/userinfo.xml.builder M src/api/config/routes/webui_routes.rb M src/api/lib/tasks/extract.rake R src/api/lib/tasks/watchlist_migration.rake R src/api/spec/factories/watched_projects.rb A src/api/test/fixtures/watched_items.yml R src/api/test/fixtures/watched_projects.yml A src/api/test/unit/watched_item_test.rb R src/api/test/unit/watched_project_test.rb Log Message: ----------- Merge pull request #13465 from saraycp/drop_old_methods_to_handle_watchlist Drop old methods to handle watchlist Compare: https://github.com/openSUSE/open-build-service/compare/0c31521b9752...f90bea...
participants (1)
-
Eduardo J.