[obs-commits] [openSUSE/open-build-service] f8d9dd: [webui] Wording

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f8d9dd6c02619c4f39e5ae79eb13b47db90ff2b2 https://github.com/openSUSE/open-build-service/commit/f8d9dd6c02619c4f39e5ae... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-08 (Thu, 08 Dec 2011) Changed paths: M src/webui/app/views/project/show.html.erb Log Message: ----------- [webui] Wording Commit: 692a9ac6ab8e600ca2532d2d9d87e0226457b221 https://github.com/openSUSE/open-build-service/commit/692a9ac6ab8e600ca2532d... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-08 (Thu, 08 Dec 2011) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/test/functional/maintenance_test.rb Log Message: ----------- [api] Allow searching requests for projects including subprojects. Use case: maintenance projects should display open maintenance release requests for their incident projects (i.e. subprojects). Webui (currently) does this via Collection.find, but that's rather odd to create XPath queries in JavaScript ;-) Commit: c6d2ef21ae6aae506d40505ff5fc259e86b8c17e https://github.com/openSUSE/open-build-service/commit/c6d2ef21ae6aae506d4050... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-08 (Thu, 08 Dec 2011) Changed paths: M src/webui/app/controllers/project_controller.rb M src/webui/app/views/project/requests.html.erb M src/webui/app/views/shared/_select_requests.html.erb Log Message: ----------- [webui] Include maintenance_release_requests for maintenance projects. ProjectController#show had this already (via Collection.find), now there's support in ProjectController#requests with the 'subprojects' flag for BsRequest#list. Commit: e03e5e6ca3e852c0131d9be6a59a1130e498d716 https://github.com/openSUSE/open-build-service/commit/e03e5e6ca3e852c0131d9b... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-08 (Thu, 08 Dec 2011) Changed paths: M src/webui/app/controllers/project_controller.rb Log Message: ----------- [webui] Don't choke when trying to release w/o patchinfo Commit: 88f3b7ae3f206735d0eb8a34cd2129fe7851b890 https://github.com/openSUSE/open-build-service/commit/88f3b7ae3f206735d0eb8a... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-08 (Thu, 08 Dec 2011) Changed paths: M src/webui/app/controllers/patchinfo_controller.rb Log Message: ----------- [webui] Redirect to project/package for which no _patchinfo file was found Redirecting to the global list won't help much, as the next step (usually) be to create a _patchinfo file... Commit: 6044cce3a56ca2877a16974d9cea2185b5951eb1 https://github.com/openSUSE/open-build-service/commit/6044cce3a56ca2877a1697... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-08 (Thu, 08 Dec 2011) Changed paths: M src/webui/app/views/project/show.html.erb Log Message: ----------- [webui] Don't show 'release' button when _patchinfo file is missing No _patchinfo in package patchinfo means write one first before you can release bro! Easy, no? Commit: 0ffbb3522b606ada7493e0ac790327b3de99c485 https://github.com/openSUSE/open-build-service/commit/0ffbb3522b606ada7493e0... Author: Sascha Peilicke <saschpe@suse.de> Date: 2011-12-08 (Thu, 08 Dec 2011) Changed paths: M src/webui/app/controllers/project_controller.rb Log Message: ----------- [webui] Don't forget to send description for release request. Compare: https://github.com/openSUSE/open-build-service/compare/216f5ae...0ffbb35 -- To unsubscribe, e-mail: obs-commits+unsubscribe@opensuse.org To contact the owner, e-mail: obs-commits+owner@opensuse.org
participants (1)
-
Sascha Peilicke