[obs-commits] [openSUSE/open-build-service] 1cdd01: Remove route to ProjectController#list_incidents. ...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 1cdd016cb7d3bd3bdec80cbdef80cb2be6ac1f08 https://github.com/openSUSE/open-build-service/commit/1cdd016cb7d3bd3bdec80c... Author: Victor Pereira <vpereira@suse.de> Date: 2019-10-10 (Thu, 10 Oct 2019) Changed paths: M src/api/config/routes/webui_routes.rb Log Message: ----------- Remove route to ProjectController#list_incidents. Action doesnt exist Commit: 3f20d7e0f87f88afa39a32842abdc549a9d90242 https://github.com/openSUSE/open-build-service/commit/3f20d7e0f87f88afa39a32... Author: Victor Pereira <vpereira@suse.de> Date: 2019-10-10 (Thu, 10 Oct 2019) Changed paths: M src/api/app/controllers/webui/project_controller.rb A src/api/app/controllers/webui/projects/status_controller.rb M src/api/app/views/webui/project/_breadcrumb_items.html.haml R src/api/app/views/webui/project/status.html.haml A src/api/app/views/webui/projects/status/_breadcrumb_items.html.haml A src/api/app/views/webui/projects/status/show.html.haml M src/api/config/routes/webui_routes.rb M src/api/spec/controllers/webui/project_controller_spec.rb A src/api/spec/controllers/webui/projects/status_controller_spec.rb Log Message: ----------- Refactor Project#status dependencies to Projects::StatusController - Move private methods used by `status` action - Move specs from `ProjectController#status` to `Projects::StatusController#show` - Adapt specs, controllers and necessary views Commit: a8092c119c06506bcdfe58deb6212fb9e583e296 https://github.com/openSUSE/open-build-service/commit/a8092c119c06506bcdfe58... Author: Victor Pereira <vpereira@suse.de> Date: 2019-10-10 (Thu, 10 Oct 2019) Changed paths: A src/api/spec/cassettes/Projects/project_status.yml M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Add feature spec for Projects::StatusController Commit: c41aff803b044841d8ee6087788ebf72a2a0868a https://github.com/openSUSE/open-build-service/commit/c41aff803b044841d8ee60... Author: Victor Pereira <vpereira@suse.de> Date: 2019-10-10 (Thu, 10 Oct 2019) Changed paths: M src/api/app/controllers/webui/project_controller.rb A src/api/app/controllers/webui/projects/status_controller.rb M src/api/app/views/webui/project/_breadcrumb_items.html.haml R src/api/app/views/webui/project/status.html.haml A src/api/app/views/webui/projects/status/_breadcrumb_items.html.haml A src/api/app/views/webui/projects/status/show.html.haml M src/api/config/routes/webui_routes.rb A src/api/spec/cassettes/Projects/project_status.yml M src/api/spec/controllers/webui/project_controller_spec.rb A src/api/spec/controllers/webui/projects/status_controller_spec.rb M src/api/spec/features/webui/projects_spec.rb Log Message: ----------- Merge pull request #8538 from vpereira/refactor_project_routes_i Refactored ProjectController#status and dependencies to Projects::Status::Controller. Compare: https://github.com/openSUSE/open-build-service/compare/f54f17ff515a...c41aff...
participants (1)
-
Victor Pereira