Mailinglist Archive: obs-commits (115 mails)
| < Previous | Next > |
[obs-commits] [openSUSE/open-build-service] f8d9dd: [webui] Wording
- From: Sascha Peilicke <saschpe@xxxxxxx>
- Date: Thu, 8 Dec 2011 05:32:27 -0800
- Message-id: <20111208133227.166024269A@smtp1.rs.github.com>
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: f8d9dd6c02619c4f39e5ae79eb13b47db90ff2b2
https://github.com/openSUSE/open-build-service/commit/f8d9dd6c02619c4f39e5ae79eb13b47db90ff2b2
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/692a9ac6ab8e600ca2532d2d9d87e0226457b221
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/c6d2ef21ae6aae506d40505ff5fc259e86b8c17e
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/e03e5e6ca3e852c0131d9be6a59a1130e498d716
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/88f3b7ae3f206735d0eb8a34cd2129fe7851b890
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/6044cce3a56ca2877a16974d9cea2185b5951eb1
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/0ffbb3522b606ada7493e0ac790327b3de99c485
Author: Sascha Peilicke <saschpe@xxxxxxx>
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@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx
Home: https://github.com/openSUSE/open-build-service
Commit: f8d9dd6c02619c4f39e5ae79eb13b47db90ff2b2
https://github.com/openSUSE/open-build-service/commit/f8d9dd6c02619c4f39e5ae79eb13b47db90ff2b2
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/692a9ac6ab8e600ca2532d2d9d87e0226457b221
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/c6d2ef21ae6aae506d40505ff5fc259e86b8c17e
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/e03e5e6ca3e852c0131d9be6a59a1130e498d716
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/88f3b7ae3f206735d0eb8a34cd2129fe7851b890
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/6044cce3a56ca2877a16974d9cea2185b5951eb1
Author: Sascha Peilicke <saschpe@xxxxxxx>
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/0ffbb3522b606ada7493e0ac790327b3de99c485
Author: Sascha Peilicke <saschpe@xxxxxxx>
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@xxxxxxxxxxxx
To contact the owner, e-mail: obs-commits+owner@xxxxxxxxxxxx
| < Previous | Next > |