[obs-commits] [openSUSE/open-build-service] ba1da4: [frontend] Fix Style/EmptyLiteral offenses
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: ba1da4d55afe9ad224b807dfd7d2ae6f65c50ea4 https://github.com/openSUSE/open-build-service/commit/ba1da4d55afe9ad224b807... Author: David Kang <dkang@suse.com> Date: 2017-12-22 (Fri, 22 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/application_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/status_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/patchinfo_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/repositories_controller.rb M src/api/app/helpers/flag_helper.rb M src/api/app/helpers/status_helper.rb M src/api/app/mixins/has_relationships.rb M src/api/app/mixins/webui/load_buildresults.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/flag.rb M src/api/app/models/package.rb M src/api/app/models/package_build_status.rb M src/api/app/models/project.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/app/models/worker_status.rb M src/api/app/views/source/verboseproductlist.xml.builder M src/api/config/environment.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/memory_debugger.rb M src/api/lib/opensuse/validator.rb M src/api/lib/tasks/databases.rake M src/api/lib/tasks/extract.rake M src/api/lib/xpath_engine.rb M src/api/script/import M src/api/script/reformat_memprof M src/api/test/activexml_matcher.rb M src/api/test/functional/search_controller_test.rb M src/api/test/functional/webui/spider_test.rb Log Message: ----------- [frontend] Fix Style/EmptyLiteral offenses Commit: dc2cfa4c125869adf1c39da0c07f4d4b5c00831c https://github.com/openSUSE/open-build-service/commit/dc2cfa4c125869adf1c39d... Author: David Kang <dkang@suse.com> Date: 2017-12-22 (Fri, 22 Dec 2017) Changed paths: M .rubocop_todo.yml M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/project_controller.rb M src/api/app/controllers/webui/user_controller.rb M src/api/app/controllers/webui/webui_controller.rb M src/api/db/migrate/20150623063641_reindex_sphinx_db.rb M src/api/db/migrate/20161124135426_drop_obsolete_table.rb M src/api/lib/engines/base.rb Log Message: ----------- [frontend] Fix Style/EmptyMethod offenses Commit: fa1ab25090dae2995882147a2502ee22e3a34c65 https://github.com/openSUSE/open-build-service/commit/fa1ab25090dae299588214... Author: David Kang <dkang@suse.com> Date: 2018-01-02 (Tue, 02 Jan 2018) Changed paths: M .rubocop_todo.yml M src/api/app/views/attribute/namespace_definition.xml.builder M src/api/app/views/message/_messages.xml.builder M src/api/app/views/models/_configuration.xml.builder M src/api/app/views/models/_project.xml.builder M src/api/app/views/models/_user.xml.builder M src/api/app/views/person/command_token.xml.builder M src/api/app/views/person/tokenlist.xml.builder M src/api/app/views/person/userinfo.xml.builder M src/api/app/views/public/binary_packages.xml.builder M src/api/app/views/search/owner.xml.builder M src/api/app/views/source/_project_issues.xml.builder M src/api/app/views/statistics/activity.xml.builder M src/api/app/views/statistics/added_timestamp.xml.builder M src/api/app/views/statistics/highest_rated.xml.builder M src/api/app/views/statistics/latest_added.xml.builder M src/api/app/views/statistics/latest_updated.xml.builder M src/api/app/views/statistics/most_active_packages.xml.builder M src/api/app/views/statistics/most_active_projects.xml.builder M src/api/app/views/statistics/rating.xml.builder M src/api/app/views/statistics/updated_timestamp.xml.builder M src/api/app/views/status.xml.builder M src/api/app/views/status/_messages.xml.builder M src/api/app/views/webui/feeds/commits.atom.builder M src/api/config/routes.rb M src/api/spec/models/attrib_spec.rb M src/api/spec/models/backend_info_spec.rb M src/api/spec/models/package_spec.rb Log Message: ----------- [frontend] Fix Style/HashSyntax offenses Commit: 296972da2beefca2b3924b4ca1e8ef949a110190 https://github.com/openSUSE/open-build-service/commit/296972da2beefca2b3924b... Author: David Kang <dkang@suse.com> Date: 2018-01-02 (Tue, 02 Jan 2018) Changed paths: M .rubocop_todo.yml M src/api/app/models/owner.rb M src/api/app/models/package.rb M src/api/spec/nyan_unicorn_formatter.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/branch_publish_flag_test.rb M src/api/test/functional/build_controller_test.rb M src/api/test/functional/cross_build_test.rb M src/api/test/functional/group_request_test.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/request_events_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/statistics_controller_test.rb M src/api/test/unit/project_test.rb Log Message: ----------- [frontend] Fix Style/Encoding offenses Commit: dcadfbd7bd68dcb3991b2e8ddc437a6976d17f01 https://github.com/openSUSE/open-build-service/commit/dcadfbd7bd68dcb3991b2e... Author: David Kang <dkang@suse.com> Date: 2018-01-02 (Tue, 02 Jan 2018) 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/source_controller.rb M src/api/app/controllers/status_controller.rb M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/patchinfo_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/helpers/flag_helper.rb M src/api/app/helpers/maintenance_helper.rb M src/api/app/helpers/status_helper.rb M src/api/app/helpers/webui/package_helper.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/mixins/has_attributes.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_add_role.rb M src/api/app/models/bs_request_action_group.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/bs_request_action_set_bugowner.rb M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/comment.rb M src/api/app/models/event/base.rb M src/api/app/models/event/build_fail.rb M src/api/app/models/full_text_search.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/owner.rb M src/api/app/models/package.rb M src/api/app/models/package_build_status.rb M src/api/app/models/project.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/app/models/project_status/calculator.rb M src/api/app/models/project_status/pack_info.rb M src/api/app/models/relationship.rb M src/api/app/models/review.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/app/policies/package_policy.rb M src/api/app/views/attribute/attribute_definition.xml.builder M src/api/app/views/result/packageresult.xml.builder M src/api/config/initializers/wrap_parameters.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/authenticator.rb M src/api/lib/memory_debugger.rb M src/api/lib/opensuse/permission.rb M src/api/lib/opensuse/validator.rb M src/api/lib/tasks/databases.rake M src/api/lib/tasks/delayed_job.rake M src/api/lib/tasks/extract.rake M src/api/lib/xpath_engine.rb M src/api/script/import_database.rb M src/api/script/reformat_memprof M src/api/script/start_test_backend M src/api/spec/nyan_unicorn_formatter.rb M src/api/test/functional/source_services_test.rb M src/api/test/functional/webui/spider_test.rb M src/api/test/test_helper.rb Log Message: ----------- [frontend] Fix Style/IfUnlessModifier offenses Commit: 6ee32200b5fa828eddd029f8a178bfa647f03f15 https://github.com/openSUSE/open-build-service/commit/6ee32200b5fa828eddd029... Author: Moisés Déniz Alemán <mdeniz@suse.com> Date: 2018-01-04 (Thu, 04 Jan 2018) 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/search_controller.rb M src/api/app/controllers/source_controller.rb M src/api/app/controllers/status_controller.rb M src/api/app/controllers/webui/main_controller.rb M src/api/app/controllers/webui/monitor_controller.rb M src/api/app/controllers/webui/package_controller.rb M src/api/app/controllers/webui/patchinfo_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/user_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/status_helper.rb M src/api/app/helpers/webui/package_helper.rb M src/api/app/helpers/webui/webui_helper.rb M src/api/app/mixins/has_attributes.rb M src/api/app/mixins/has_relationships.rb M src/api/app/mixins/webui/load_buildresults.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_add_role.rb M src/api/app/models/bs_request_action_group.rb M src/api/app/models/bs_request_action_maintenance_incident.rb M src/api/app/models/bs_request_action_set_bugowner.rb M src/api/app/models/bs_request_permission_check.rb M src/api/app/models/channel.rb M src/api/app/models/comment.rb M src/api/app/models/event/base.rb M src/api/app/models/event/build_fail.rb M src/api/app/models/flag.rb M src/api/app/models/full_text_search.rb M src/api/app/models/issue_tracker.rb M src/api/app/models/owner.rb M src/api/app/models/package.rb M src/api/app/models/package_build_status.rb M src/api/app/models/project.rb M src/api/app/models/project/update_from_xml_command.rb M src/api/app/models/project_status/calculator.rb M src/api/app/models/project_status/pack_info.rb M src/api/app/models/relationship.rb M src/api/app/models/review.rb M src/api/app/models/user.rb M src/api/app/models/user_ldap_strategy.rb M src/api/app/models/worker_status.rb M src/api/app/policies/package_policy.rb M src/api/app/views/attribute/attribute_definition.xml.builder M src/api/app/views/attribute/namespace_definition.xml.builder M src/api/app/views/message/_messages.xml.builder M src/api/app/views/models/_configuration.xml.builder M src/api/app/views/models/_project.xml.builder M src/api/app/views/models/_user.xml.builder M src/api/app/views/person/command_token.xml.builder M src/api/app/views/person/tokenlist.xml.builder M src/api/app/views/person/userinfo.xml.builder M src/api/app/views/public/binary_packages.xml.builder M src/api/app/views/result/packageresult.xml.builder M src/api/app/views/search/owner.xml.builder M src/api/app/views/source/_project_issues.xml.builder M src/api/app/views/source/verboseproductlist.xml.builder M src/api/app/views/statistics/activity.xml.builder M src/api/app/views/statistics/added_timestamp.xml.builder M src/api/app/views/statistics/highest_rated.xml.builder M src/api/app/views/statistics/latest_added.xml.builder M src/api/app/views/statistics/latest_updated.xml.builder M src/api/app/views/statistics/most_active_packages.xml.builder M src/api/app/views/statistics/most_active_projects.xml.builder M src/api/app/views/statistics/rating.xml.builder M src/api/app/views/statistics/updated_timestamp.xml.builder M src/api/app/views/status.xml.builder M src/api/app/views/status/_messages.xml.builder M src/api/app/views/webui/feeds/commits.atom.builder M src/api/config/environment.rb M src/api/config/initializers/wrap_parameters.rb M src/api/config/routes.rb M src/api/db/migrate/20150623063641_reindex_sphinx_db.rb M src/api/db/migrate/20161124135426_drop_obsolete_table.rb M src/api/lib/activexml/node.rb M src/api/lib/activexml/transport.rb M src/api/lib/authenticator.rb M src/api/lib/engines/base.rb M src/api/lib/memory_debugger.rb M src/api/lib/opensuse/permission.rb M src/api/lib/opensuse/validator.rb M src/api/lib/tasks/databases.rake M src/api/lib/tasks/delayed_job.rake M src/api/lib/tasks/extract.rake M src/api/lib/xpath_engine.rb M src/api/script/import M src/api/script/import_database.rb M src/api/script/reformat_memprof M src/api/script/start_test_backend M src/api/spec/models/attrib_spec.rb M src/api/spec/models/backend_info_spec.rb M src/api/spec/models/package_spec.rb M src/api/spec/nyan_unicorn_formatter.rb M src/api/test/activexml_matcher.rb M src/api/test/functional/attributes_test.rb M src/api/test/functional/branch_publish_flag_test.rb M src/api/test/functional/build_controller_test.rb M src/api/test/functional/cross_build_test.rb M src/api/test/functional/group_request_test.rb M src/api/test/functional/person_controller_test.rb M src/api/test/functional/read_permission_test.rb M src/api/test/functional/request_controller_test.rb M src/api/test/functional/request_events_test.rb M src/api/test/functional/search_controller_test.rb M src/api/test/functional/source_controller_test.rb M src/api/test/functional/source_services_test.rb M src/api/test/functional/statistics_controller_test.rb M src/api/test/functional/webui/spider_test.rb M src/api/test/test_helper.rb M src/api/test/unit/project_test.rb Log Message: ----------- Merge pull request #4264 from DavidKang/feature/rubocop/style_cop_4 Rubocop friendly cops part 10 Compare: https://github.com/openSUSE/open-build-service/compare/4dc6e130d8cd...6ee322...
participants (1)
-
Moisés Déniz Alemán