[obs-commits] [openSUSE/open-build-service] 7f41c9: Remove architecture and repository relationship fr...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 7f41c93047a41cd68b6286ada9d587e86c9ba410 https://github.com/openSUSE/open-build-service/commit/7f41c93047a41cd68b6286... Author: Stephan Kulow <coolo@suse.de> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M src/api/app/controllers/webui/repositories_controller.rb M src/api/app/controllers/webui2/repositories_controller.rb M src/api/app/mixins/get_flags.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/spec/controllers/webui/repositories_controller_spec.rb Log Message: ----------- Remove architecture and repository relationship from project and package The were only supporting the rather crude get_flags, which is only used in one controller action, which queries architecture and repositories anyway - so wasteful Commit: 582fa825fa2bbe29363a9be2a21f309601dcaaec https://github.com/openSUSE/open-build-service/commit/582fa825fa2bbe29363a9b... Author: Stephan Kulow <coolo@suse.de> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: M src/api/.rubocop_todo.yml M src/api/test/unit/project_test.rb Log Message: ----------- Adapt unit test to new way to call get_flags It's tempting to remove all of this code and rather adobt the bento parts Commit: 0127ee74b09944827a1046619f5d9669b34dabe2 https://github.com/openSUSE/open-build-service/commit/0127ee74b09944827a1046... Author: Stephan Kulow <coolo@suse.de> Date: 2018-12-20 (Thu, 20 Dec 2018) Changed paths: A src/api/spec/models/flag/specified_flags_spec.rb Log Message: ----------- Add test case for Flags::SpecifiedFlags Commit: 8c6ff5757e2e2881582e06d0b5dfe12d4fc35be4 https://github.com/openSUSE/open-build-service/commit/8c6ff5757e2e2881582e06... Author: Ana María Martínez Gómez <ammartinez@suse.de> Date: 2018-12-25 (Tue, 25 Dec 2018) Changed paths: M src/api/.rubocop_todo.yml M src/api/app/controllers/webui/repositories_controller.rb M src/api/app/controllers/webui2/repositories_controller.rb M src/api/app/mixins/get_flags.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/spec/controllers/webui/repositories_controller_spec.rb A src/api/spec/models/flag/specified_flags_spec.rb M src/api/test/unit/project_test.rb Log Message: ----------- Merge pull request #6675 from coolo/what_happens Remove architecture and repository relationship from project and package Compare: https://github.com/openSUSE/open-build-service/compare/fb4de314c530...8c6ff5... **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)
-
Ana María Martínez Gómez