[obs-commits] [openSUSE/open-build-service] c7d18b: [frontend] Fix Style/BracesAroundHashParameters of...

Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: c7d18b19fa293b276f3dfbc3b938c3611099a0f3 https://github.com/openSUSE/open-build-service/commit/c7d18b19fa293b276f3dfb... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-20 (Wed, 20 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/attribute_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/public_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/controllers/webui/packages/job_history_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/repositories_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/helpers/webui/packages/job_history_helper.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/jobs/consistency_check_job.rb M src/api/app/jobs/create_job.rb M src/api/app/jobs/send_event_emails_job.rb M src/api/app/models/binary_release.rb M src/api/app/models/branch_package.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/channel.rb M src/api/app/models/event/request_create.rb M src/api/app/models/issue.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/kiwi/description.rb M src/api/app/models/kiwi/image.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/app/models/repository.rb M src/api/app/models/user.rb M src/api/app/views/person/command_token.xml.builder M src/api/spec/controllers/person_controller_spec.rb M src/api/spec/controllers/webui/apidocs_controller_spec.rb M src/api/spec/controllers/webui/package_controller_spec.rb M src/api/spec/controllers/webui/patchinfo_controller_spec.rb M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/search_controller_spec.rb M src/api/spec/controllers/webui/user_controller_spec.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/factories/repository.rb M src/api/spec/features/webui/login_spec.rb M src/api/spec/features/webui/users/user_home_page_spec.rb M src/api/spec/lib/authenticator_spec.rb M src/api/spec/mixins/parse_package_diff_spec.rb M src/api/spec/models/bs_request_spec.rb M src/api/spec/models/buildresult_spec.rb M src/api/spec/models/configuration_spec.rb M src/api/spec/models/kiwi/image_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/models/statistics/maintenance_statistic_spec.rb M src/api/spec/models/user_ldap_strategy_spec.rb M src/api/spec/models/user_spec.rb M src/api/spec/requests/kerberos_login_spec.rb M src/api/spec/support/shared_contexts/setup_ldap_mock.rb M src/api/test/functional/channel_maintenance_test.rb M src/api/test/functional/maintenance_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/models/event_test.rb M src/api/test/unit/bs_request_test.rb M src/api/test/unit/event_mailer_test.rb M src/api/test/unit/ichain_notifier_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb M src/api/test/unit/validator_test.rb Log Message: ----------- [frontend] Fix Style/BracesAroundHashParameters offenses Mob-programming with @DavidKang Commit: 7a9fd50a9fc5b9201291ae544311983a40fe15c7 https://github.com/openSUSE/open-build-service/commit/7a9fd50a9fc5b9201291ae... Author: David Kang <dkang@suse.com> Date: 2017-12-20 (Wed, 20 Dec 2017) Changed paths: M src/api/app/controllers/webui/package_controller.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/models/branch_package.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/features/webui/login_spec.rb M src/api/spec/lib/authenticator_spec.rb M src/api/spec/models/user_ldap_strategy_spec.rb M src/api/spec/models/user_spec.rb M src/api/spec/requests/kerberos_login_spec.rb Log Message: ----------- [frontend] Manually fix BracesAroundHashParameters We made some indentation fix. Commit: 35ac68bdc10359bb316e1986d2367daa13f008d6 https://github.com/openSUSE/open-build-service/commit/35ac68bdc10359bb316e19... Author: David Kang <dkang@suse.com> Date: 2017-12-20 (Wed, 20 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/validation_helper.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/jobs/consistency_check_job.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/attrib_type.rb M src/api/app/models/branch_package.rb M src/api/app/models/bs_request.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/event_subscription.rb M src/api/app/models/flag.rb M src/api/app/models/package.rb M src/api/app/models/project.rb M src/api/app/models/relationship.rb M src/api/app/models/service.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/config/initializers/fast_json.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/opensuse/permission.rb M src/api/lib/tasks/extract.rake M src/api/spec/factories/project.rb M src/api/spec/nyan_unicorn_formatter.rb M src/api/spec/support/shared_examples/relationships.rb M src/api/test/activexml_matcher.rb M src/api/test/test_helper.rb Log Message: ----------- [frontend] Fix Style/ClassCheck offenses Commit: be463a501a51a7db2e2d67b5f4f893724becd428 https://github.com/openSUSE/open-build-service/commit/be463a501a51a7db2e2d67... Author: David Kang <dkang@suse.com> Date: 2017-12-20 (Wed, 20 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/person_controller.rb M src/api/app/controllers/search_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/models/bs_request_action.rb M src/api/app/models/bs_request_action_group.rb M src/api/app/models/owner.rb M src/api/app/models/product.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/build_controller_test.rb M src/api/test/functional/request_controller_test.rb Log Message: ----------- [frontend] Fix Style/CommentAnnotation offenses Commit: f545179ce043a832bb8121538d36d81e84b8bbae https://github.com/openSUSE/open-build-service/commit/f545179ce043a832bb8121... Author: Björn Geuken <bgeuken@suse.de> Date: 2017-12-21 (Thu, 21 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/application_controller.rb M src/api/app/controllers/attribute_controller.rb M src/api/app/controllers/build_controller.rb M src/api/app/controllers/person_controller.rb M src/api/app/controllers/public_controller.rb M src/api/app/controllers/search_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/packages/build_reason_controller.rb M src/api/app/controllers/webui/packages/job_history_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/repositories_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/validation_helper.rb M src/api/app/helpers/webui/buildresult_helper.rb M src/api/app/helpers/webui/packages/job_history_helper.rb M src/api/app/helpers/webui/project_helper.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/jobs/consistency_check_job.rb M src/api/app/jobs/create_job.rb M src/api/app/jobs/send_event_emails_job.rb M src/api/app/mixins/has_relationships.rb M src/api/app/models/attrib_type.rb M src/api/app/models/binary_release.rb M src/api/app/models/branch_package.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_group.rb M src/api/app/models/channel.rb M src/api/app/models/event/request_create.rb M src/api/app/models/event_subscription.rb M src/api/app/models/flag.rb M src/api/app/models/issue.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/kiwi/description.rb M src/api/app/models/kiwi/image.rb M src/api/app/models/owner.rb M src/api/app/models/package.rb M src/api/app/models/product.rb M src/api/app/models/project.rb M src/api/app/models/relationship.rb M src/api/app/models/repository.rb M src/api/app/models/service.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/app/views/person/command_token.xml.builder M src/api/config/initializers/fast_json.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/opensuse/permission.rb M src/api/lib/tasks/extract.rake M src/api/spec/controllers/person_controller_spec.rb M src/api/spec/controllers/webui/apidocs_controller_spec.rb M src/api/spec/controllers/webui/package_controller_spec.rb M src/api/spec/controllers/webui/patchinfo_controller_spec.rb M src/api/spec/controllers/webui/project_controller_spec.rb M src/api/spec/controllers/webui/search_controller_spec.rb M src/api/spec/controllers/webui/user_controller_spec.rb M src/api/spec/factories/download_repository_factory.rb M src/api/spec/factories/project.rb M src/api/spec/factories/repository.rb M src/api/spec/features/webui/login_spec.rb M src/api/spec/features/webui/users/user_home_page_spec.rb M src/api/spec/lib/authenticator_spec.rb M src/api/spec/mixins/parse_package_diff_spec.rb M src/api/spec/models/bs_request_spec.rb M src/api/spec/models/buildresult_spec.rb M src/api/spec/models/configuration_spec.rb M src/api/spec/models/kiwi/image_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/models/project_spec.rb M src/api/spec/models/statistics/maintenance_statistic_spec.rb M src/api/spec/models/user_ldap_strategy_spec.rb M src/api/spec/models/user_spec.rb M src/api/spec/nyan_unicorn_formatter.rb M src/api/spec/requests/kerberos_login_spec.rb M src/api/spec/support/shared_contexts/setup_ldap_mock.rb M src/api/spec/support/shared_examples/relationships.rb M src/api/test/activexml_matcher.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/build_controller_test.rb 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/models/event_test.rb M src/api/test/test_helper.rb M src/api/test/unit/bs_request_test.rb M src/api/test/unit/event_mailer_test.rb M src/api/test/unit/ichain_notifier_test.rb M src/api/test/unit/package_test.rb M src/api/test/unit/project_test.rb M src/api/test/unit/validator_test.rb Log Message: ----------- Merge pull request #4259 from DavidKang/feature/rubocop/style_cop Rubocop friendly cops part 9 Compare: https://github.com/openSUSE/open-build-service/compare/a409fc90f912...f54517...
participants (1)
-
Björn Geuken