[obs-commits] [openSUSE/open-build-service] 275b85: Add #new and #create actions for StagingWorkflowCo...
Branch: refs/heads/staging-workflow Home: https://github.com/openSUSE/open-build-service Commit: 275b85a8b83aa2ec3d5b3960997d2313611527f9 https://github.com/openSUSE/open-build-service/commit/275b85a8b83aa2ec3d5b39... Author: Moises Deniz Aleman <mdeniz@suse.com> Date: 2018-10-30 (Tue, 30 Oct 2018) Changed paths: M src/api/app/controllers/webui/staging_workflows_controller.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/models/staging_workflow.rb A src/api/app/policies/staging_workflow_policy.rb M src/api/app/views/webui2/webui/project/_tabs.html.haml A src/api/app/views/webui2/webui/staging_workflows/new.html.haml M src/api/config/routes.rb A src/api/spec/controllers/webui/staging_workflows_controller_spec.rb M src/api/spec/factories/staging_workflow.rb Log Message: ----------- Add #new and #create actions for StagingWorkflowController Now the user will be able to create a StagingWorkflow. By default it creates/uses two subprojects of the main project (:Staging:A and :Staging:B) Commit: f1ecebf105bb26e442d94051d8a7ae57da7bf4db https://github.com/openSUSE/open-build-service/commit/f1ecebf105bb26e442d940... Author: Björn Geuken <bgeuken@suse.de> Date: 2018-10-30 (Tue, 30 Oct 2018) Changed paths: M src/api/app/controllers/webui/staging_workflows_controller.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/models/staging_workflow.rb A src/api/app/policies/staging_workflow_policy.rb M src/api/app/views/webui2/webui/project/_tabs.html.haml A src/api/app/views/webui2/webui/staging_workflows/new.html.haml M src/api/config/routes.rb A src/api/spec/controllers/webui/staging_workflows_controller_spec.rb M src/api/spec/factories/staging_workflow.rb Log Message: ----------- Merge pull request #6109 from mdeniz/staging_workflow/creation Staging workflow creation CI passed in https://circleci.com/gh/bgeuken/open-build-service/226 Compare: https://github.com/openSUSE/open-build-service/compare/9068c913e9dd...f1eceb... **NOTE:** This service has been marked for deprecation: https://developer.github.com/changes/2018-04-25-github-services-deprecation/ Functionality will be removed from GitHub.com on January 31st, 2019.
participants (1)
-
Björn Geuken