[obs-commits] [openSUSE/open-build-service] 05b584: [webui] Add OBS specific markup to the markdown pr...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 05b584ee1c384a87f937b461be708f3a2be654d7 https://github.com/openSUSE/open-build-service/commit/05b584ee1c384a87f937b4... Author: Ancor Gonzalez Sosa <ancor@suse.de> Date: 2014-05-15 (Thu, 15 May 2014) Changed paths: M src/api/app/helpers/webui/comment_helper.rb A src/api/lib/obsapi/markdown_renderer.rb M src/api/test/functional/webui/package_controller_test.rb Log Message: ----------- [webui] Add OBS specific markup to the markdown processor Commit: 82c80a29742c9e4dc46981494d85c69332625961 https://github.com/openSUSE/open-build-service/commit/82c80a29742c9e4dc46981... Author: Adrian Schröter <adrian@suse.de> Date: 2014-05-15 (Thu, 15 May 2014) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/mixins/webui/has_comments.rb M src/api/app/mixins/webui/manage_relationships.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_submit.rb M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/app/models/relationship.rb R src/api/app/models/webui_request.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/webui/maintenance_workflow_test.rb M src/api/test/functional/webui/package_controller_test.rb M src/api/test/functional/webui/request_controller_test.rb M src/api/test/functional/webui/users_test.rb M src/api/test/unit/bs_request_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api][webui] move more request handling code into api model Commit: 076343351ebb5e1c760b5897fa8ec44abdb89132 https://github.com/openSUSE/open-build-service/commit/076343351ebb5e1c760b58... Author: Adrian Schröter <adrian@suse.de> Date: 2014-05-15 (Thu, 15 May 2014) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/test/functional/webui/package_controller_test.rb Log Message: ----------- [webui] do not allow to create submit requests in webui anymore when sources are unchanged Commit: d5b14c4c180b2723e0aaae0af8e2a6ccca399ca0 https://github.com/openSUSE/open-build-service/commit/d5b14c4c180b2723e0aaae... Author: Adrian Schröter <adrian@suse.de> Date: 2014-05-15 (Thu, 15 May 2014) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/jobs/project_create_auto_cleanup_requests.rb M src/api/app/models/bs_request.rb M src/api/test/fixtures/backend/request/1 M src/api/test/fixtures/backend/request/from_source_protected_valid M src/api/test/fixtures/backend/request/no_such_group M src/api/test/fixtures/backend/request/no_such_package M src/api/test/fixtures/backend/request/no_such_target_package M src/api/test/fixtures/backend/request/no_such_user M src/api/test/fixtures/backend/request/submit_with_review M src/api/test/functional/group_request_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] do not accept new requests with foreign persons anymore In the past we just reset the request creator to the logged-in user, now we throw an error. Just admins can still put request for other people Compare: https://github.com/openSUSE/open-build-service/compare/6214a1b4e190...d5b14c...
participants (1)
-
Adrian Schröter