[obs-commits] [openSUSE/open-build-service] 5f8697: [api] fix maintenance incident merge
Branch: refs/heads/2.7 Home: https://github.com/openSUSE/open-build-service Commit: 5f869732d60b2769f3e0c5e367f1b9572bf6e9fd https://github.com/openSUSE/open-build-service/commit/5f869732d60b2769f3e0c5... Author: Adrian Schröter <adrian@suse.de> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/test/functional/maintenance_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api] fix maintenance incident merge code ignored the specified revision of the request on accept. Seems to be the case since quite some time (when code got moved to model) Quite some cleanup since that also leaded to unnecessary usage of method variables also fixed some request number handling (The code became simpler now, but I had to increase the "code quality" number :/) Commit: 0e90a465a6e61891ce0084e57a89ed94d8a50f24 https://github.com/openSUSE/open-build-service/commit/0e90a465a6e61891ce0084... Author: Adrian Schröter <adrian@suse.de> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: M src/api/app/controllers/request_controller.rb M src/api/test/functional/request_controller_test.rb Log Message: ----------- [api] fix crash on wrong command Commit: f3ef45b6d339dd336a498923eda334ce4892e367 https://github.com/openSUSE/open-build-service/commit/f3ef45b6d339dd336a4989... Author: Adrian Schröter <adrian@suse.de> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/package.rb Log Message: ----------- [api] fix permission check maintenance_incident actions They checked wrong target package name, it became visible since per package locking. Commit: 9381ae8ea5a38ea2a00913567b1169fa7b887601 https://github.com/openSUSE/open-build-service/commit/9381ae8ea5a38ea2a00913... Author: Björn Geuken <bgeuken@suse.de> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: M src/api/app/models/package.rb Log Message: ----------- [api][webui] Refactor Package::extended_name Commit: 7d2f8cb9d72c472a2516ec1f4788b10381de2b84 https://github.com/openSUSE/open-build-service/commit/7d2f8cb9d72c472a2516ec... Author: Adrian Schröter <adrian@suse.de> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: M src/api/app/models/package.rb M src/api/test/functional/channel_maintenance_test.rb Log Message: ----------- [api] fix another case in maintenance_incident target check find the right target package also when source also used extended names Commit: 65316f92f64d3be5cb0a0d38ff47e20341ac4aef https://github.com/openSUSE/open-build-service/commit/65316f92f64d3be5cb0a0d... Author: Adrian Schröter <adrian@suse.de> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/models/project.rb M src/api/test/fixtures/path_elements.yml M src/api/test/fixtures/repositories.yml M src/api/test/fixtures/repository_architectures.yml M src/api/test/functional/maintenance_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- [api][webui] fix breakage on project destroy Avoid the double write of meta data. It leads to a broken project after undelete and it is causing double load in the backend. Testcase for correct undelete behaviour added. method in project model which was only used in one place got dropped, since it wasn't usable this way anyway. Commit: c0f05b1ed16128c6b491b96afbd5c5842c537105 https://github.com/openSUSE/open-build-service/commit/c0f05b1ed16128c6b491b9... Author: Adrian Schröter <adrian@suse.de> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: M src/api/test/functional/webui/download_on_demand_controller_test.rb Log Message: ----------- [ci] drop all flaky testcases of DoD webui interface marked to be part of new rspec suite Commit: 074ef352a8199440842a3c83e8d4a26a0e92880c https://github.com/openSUSE/open-build-service/commit/074ef352a8199440842a3c... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2016-12-21 (Wed, 21 Dec 2016) Changed paths: A ReleaseNotes-2.7.3 Log Message: ----------- [ci] Add ReleaseNotes for 2.7.3 Commit: 230f2ded4134d317e3912c8560ef34a9ed322d12 https://github.com/openSUSE/open-build-service/commit/230f2ded4134d317e3912c... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2016-12-23 (Fri, 23 Dec 2016) Changed paths: M src/api/test/functional/channel_maintenance_test.rb Log Message: ----------- [ci] Remove failing tests from channel maintenance test as this is not relevant for 2.7 release Commit: e7c17b0854d84cbb513c111cc27f7c1a5977154c https://github.com/openSUSE/open-build-service/commit/e7c17b0854d84cbb513c11... Author: Christian Bruckmayer <cbruckmayer@suse.com> Date: 2016-12-23 (Fri, 23 Dec 2016) Changed paths: M src/api/test/functional/request_controller_test.rb Log Message: ----------- [ci] Add disable flags for rubocop these are already fixed / added in master Commit: 505b29c18871ce7466bf9398459b64dccf35563b https://github.com/openSUSE/open-build-service/commit/505b29c18871ce7466bf93... Author: Henne Vogelsang <hvogel@opensuse.org> Date: 2016-12-23 (Fri, 23 Dec 2016) Changed paths: A ReleaseNotes-2.7.3 M src/api/app/controllers/request_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/models/bs_request_action_maintenance_incident.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/test/fixtures/path_elements.yml M src/api/test/fixtures/repositories.yml M src/api/test/fixtures/repository_architectures.yml M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/webui/download_on_demand_controller_test.rb M src/api/test/unit/code_quality_test.rb Log Message: ----------- Merge pull request #2492 from ChrisBr/2.7 Preparing for Release for 2.7.3 Compare: https://github.com/openSUSE/open-build-service/compare/370135078b8d...505b29...
participants (1)
-
Henne Vogelsang