[obs-commits] [openSUSE/open-build-service] 995715: Add RequestExclusion model
Branch: refs/heads/staging-workflow Home: https://github.com/openSUSE/open-build-service Commit: 995715e0744c3a5a2c12277cea82fa8804ce2651 https://github.com/openSUSE/open-build-service/commit/995715e0744c3a5a2c1227... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-11-20 (Tue, 20 Nov 2018) Changed paths: M src/api/app/models/bs_request.rb A src/api/app/models/staging/request_exclusion.rb M src/api/app/models/staging/workflow.rb A src/api/db/migrate/20181030114152_create_staging_request_exclusions.rb M src/api/db/structure.sql Log Message: ----------- Add RequestExclusion model This model will store bs_requests from a staging workflow that want to be excluded. Co-authored-by: David Kang <dkang@suse.com> Co-authored-by: Moisés Déniz Alemán <mdeniz@suse.com> Co-authored-by: Saray Cabrera Padrón <scabrerapadron@suse.de> Co-authored-by: Ana María Martínez Gómez <ammartinez@suse.de> Commit: 81ff2003597361616c74b36667d26425fe185ab5 https://github.com/openSUSE/open-build-service/commit/81ff2003597361616c74b3... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-11-20 (Tue, 20 Nov 2018) Changed paths: A src/api/app/controllers/webui/staging/excluded_requests_controller.rb M src/api/app/models/staging/workflow.rb A src/api/app/views/webui2/webui/staging/excluded_requests/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/staging/excluded_requests/_create_dialog.html.haml A src/api/app/views/webui2/webui/staging/excluded_requests/_delete_dialog.html.haml A src/api/app/views/webui2/webui/staging/excluded_requests/index.html.haml M src/api/config/locales/en.yml M src/api/config/routes.rb Log Message: ----------- Add excluded requests controller To exclude and unexclude request in the WebUI. Co-authored-by: David Kang <dkang@suse.com> Co-authored-by: Saray Cabrera Padrón <scabrerapadron@suse.de> Co-authored-by: Victor Pereira <vpereira@suse.com> Co-authored-by: Ana María Martínez Gómez <ammartinez@suse.de> Commit: 2f9423113b09457d675ce9d59dd06795b292c286 https://github.com/openSUSE/open-build-service/commit/2f9423113b09457d675ce9... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-11-20 (Tue, 20 Nov 2018) Changed paths: M src/api/app/controllers/webui/staging/excluded_requests_controller.rb A src/api/spec/controllers/webui/staging/excluded_requests_controller_spec.rb A src/api/spec/factories/staging_request_exclusions.rb Log Message: ----------- Add tests for request ignorations controller Co-authored-by: David Kang <dkang@suse.com> Co-authored-by: Saray Cabrera Padrón <scabrerapadron@suse.de> Co-authored-by: Victor Pereira <vpereira@suse.com> Co-authored-by: Ana María Martínez Gómez <ammartinez@suse.de> Commit: f00754c7f743cb722ddce6cc6d553ddf1d95aa94 https://github.com/openSUSE/open-build-service/commit/f00754c7f743cb722ddce6... Author: Eduardo Navarro <enavarro@suse.com> Date: 2018-11-20 (Tue, 20 Nov 2018) Changed paths: M src/api/app/controllers/webui/staging/workflows_controller.rb M src/api/app/views/webui2/webui/staging/workflows/_infos.html.haml M src/api/app/views/webui2/webui/staging/workflows/show.html.haml Log Message: ----------- Add the excluded requests to staging workflow view Co-authored-by: Saray Cabrera Padrón <scabrerapadron@suse.de> Commit: eaa8c27886c74d06e3a4d6378d125c8648946cc8 https://github.com/openSUSE/open-build-service/commit/eaa8c27886c74d06e3a4d6... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2018-11-20 (Tue, 20 Nov 2018) Changed paths: A src/api/app/controllers/webui/staging/excluded_requests_controller.rb M src/api/app/controllers/webui/staging/workflows_controller.rb M src/api/app/models/bs_request.rb A src/api/app/models/staging/request_exclusion.rb M src/api/app/models/staging/workflow.rb A src/api/app/views/webui2/webui/staging/excluded_requests/_breadcrumb_items.html.haml A src/api/app/views/webui2/webui/staging/excluded_requests/_create_dialog.html.haml A src/api/app/views/webui2/webui/staging/excluded_requests/_delete_dialog.html.haml A src/api/app/views/webui2/webui/staging/excluded_requests/index.html.haml M src/api/app/views/webui2/webui/staging/workflows/_infos.html.haml M src/api/app/views/webui2/webui/staging/workflows/show.html.haml M src/api/config/locales/en.yml M src/api/config/routes.rb A src/api/db/migrate/20181030114152_create_staging_request_exclusions.rb M src/api/db/structure.sql A src/api/spec/controllers/webui/staging/excluded_requests_controller_spec.rb A src/api/spec/factories/staging_request_exclusions.rb Log Message: ----------- Merge pull request #6201 from eduardoj/ignored_requests Create request exclusion model (for ignored requests) Compare: https://github.com/openSUSE/open-build-service/compare/0d13e98f7b6b...eaa8c2... **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)
-
Christian Bruckmayer