Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: 3af30d7908b909612b1a2904c7202d6a2cafe70e
https://github.com/openSUSE/obs-build/commit/3af30d7908b909612b1a2904c7202d…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M Build/Helm.pm
M build-recipe-helm
Log Message:
-----------
Helm: create .helminfo and .tgz files instead of .helm.tar
This is easier to handle if we do not want to publish to a
registry.
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 894b97d471066e5935b3178bf525379f4545d29c
https://github.com/openSUSE/osc/commit/894b97d471066e5935b3178bf525379f4545…
Author: Colleen Murphy <colleen.murphy(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M osc/commandline.py
M osc/core.py
Log Message:
-----------
Add command "manualrun" to replace "disabledrun"
The "disabledrun" service commands is marked as deprecated but has no
explicit replacement. It is still a useful command for updating packages
manually or through a CI system without being forced to run all defined
services with the "runall" command. This change adds a new command
"manualrun" and a new mode "manual" which behave the same as the
deprecated "disabledrun" command and "disabled" mode but have clearer
meaning. "manualrun" does not attempt backwards-compatible behavior with
the "disabledrun" mode for "disabled" services because "disabled" mode
may eventually be removed or change meaning. The "localrun" command is
enhanced to consider the "serveronly" mode. Since "disabledrun" never
executed services with mode "serveronly", its docs are updated
accordingly.
Commit: 7612fe161414027f4ed598f3e1f4a6b1d2e47553
https://github.com/openSUSE/osc/commit/7612fe161414027f4ed598f3e1f4a6b1d2e4…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M osc/commandline.py
M osc/core.py
Log Message:
-----------
Merge branch 'undeprecate-disabledrun' of https://github.com/cmurphy/osc
Add a "manual" service mode. A service with mode "manual" is not executed
by default (that is, via "osc service run"). As of now, "manual" is in
some sense just an alias for "disabled". However, this might change in the
future [1]. Also, "localrun" now executes services with mode "serveronly".
Moreover, the documentation of "disabledrun" is updated ("disabledrun"
never executed services with mode "serveronly"). Additionally, "localrun"
and "disabledrun" are marked as "[n]ot for common usage anymore" in the
service command's description.
The rationale for these changes is (partly) described in [1]. The main
motivation is to add some clarity (in contrast to the "disabled" mode,
it is probably easier to get/guess the semantics of the "manual" mode).
[1] https://github.com/openSUSE/osc/pull/826
Compare: https://github.com/openSUSE/osc/compare/bf7e483c3323...7612fe161414
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-build
Commit: aac5e0ec8e804bb87e0b079e3c899af29d374fb2
https://github.com/openSUSE/obs-build/commit/aac5e0ec8e804bb87e0b079e3c899a…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M createzyppdeps
Log Message:
-----------
Autodetect repo type if it is unknown
Newer versions of zypp no longer set the repo type (which was
a SUSE extension anyway).
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d7345fe35dc61cf9a038ae555ce777dfc07739bc
https://github.com/openSUSE/open-build-service/commit/d7345fe35dc61cf9a038a…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-07-28 (Tue, 28 Jul 2020)
Changed paths:
M docs/api/api/obs.rng
M src/backend/bs_service
Log Message:
-----------
[api] introduce "manual" service mode
It is just an alias for "disabled" on the server side, but osc may
make a difference here in future.
It is the better name for the todays usage of "disabled", while
"disabled" may mean in future really the original documented purpose
of keeping it disabled, just for reference.
Commit: f29e68cd908b5ae3a61249bc3ccdda1f103da7f3
https://github.com/openSUSE/open-build-service/commit/f29e68cd908b5ae3a6124…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2020-07-31 (Fri, 31 Jul 2020)
Changed paths:
M docs/api/api/obs.rng
M src/backend/bs_service
Log Message:
-----------
Merge pull request #9959 from adrianschroeter/manual_service
[api] introduce "manual" service mode
Compare: https://github.com/openSUSE/open-build-service/compare/ae88a9f3cf90...f29e6…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: da91863bfe863f05b2ab66c92010b412b13ccc7e
https://github.com/openSUSE/open-build-service/commit/da91863bfe863f05b2ab6…
Author: depfu[bot] <23717796+depfu[bot](a)users.noreply.github.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/Gemfile.lock
Log Message:
-----------
Update rubocop-rails to version 2.7.1
Commit: 4e94b5c1fa62631a9d72de3f816f4263174dcecd
https://github.com/openSUSE/open-build-service/commit/4e94b5c1fa62631a9d72d…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/models/architecture.rb
M src/api/app/models/attrib.rb
M src/api/app/models/bs_request.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/role.rb
M src/api/app/models/user.rb
Log Message:
-----------
Autocorrect RuboCop offenses for ...
Rails/ActiveRecordCallbacksOrder cop.
Commit: 8ffda003528b3ba53ad1bf84a3744e3e41f9d510
https://github.com/openSUSE/open-build-service/commit/8ffda003528b3ba53ad1b…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/config/routes/api_routes.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/MatchRoute
Commit: dbf76172c8cd37fc48eabf69c0a04089d2322d36
https://github.com/openSUSE/open-build-service/commit/dbf76172c8cd37fc48eab…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/source_controller.rb
M src/api/app/controllers/webui/project_controller.rb
M src/api/app/controllers/webui/projects/rebuild_times_controller.rb
M src/api/app/controllers/webui/request_controller.rb
M src/api/app/helpers/webui/package_helper.rb
M src/api/app/views/source/_common_issues.xml.builder
M src/api/spec/models/kiwi/repository_spec.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/NegateInclude
Commit: 4e8cec44c752a7a24206fc150cd36947107435c8
https://github.com/openSUSE/open-build-service/commit/4e8cec44c752a7a24206f…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/models/branch_package.rb
M src/api/config/initializers/airbrake.rb
M src/api/spec/models/project/staging_project_spec.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/Pluck cop
Commit: 644e1a6b1f8d092a2079d042707cc1c3b69c9270
https://github.com/openSUSE/open-build-service/commit/644e1a6b1f8d092a2079d…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/.rubocop.yml
M src/api/spec/features/beta/webui/requests_spec.rb
M src/api/spec/features/webui/requests_spec.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/ShortI18n
Commit: 71181744bfd71ae03e27563416bf727da8e10fa7
https://github.com/openSUSE/open-build-service/commit/71181744bfd71ae03e275…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/jobs/staging_project_accept_job.rb
M src/api/app/mixins/has_relationships.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/bs_request_permission_check.rb
M src/api/app/models/channel.rb
M src/api/app/models/group.rb
M src/api/app/models/maintenance_incident.rb
M src/api/app/models/owner_search/base.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
M src/api/app/models/relationship/add_role.rb
M src/api/app/models/staging/workflow.rb
M src/api/app/models/user.rb
M src/api/app/models/user_basic_strategy.rb
M src/api/app/policies/group_policy.rb
M src/api/app/policies/staging/request_exclusion_policy.rb
M src/api/app/policies/staging/staged_request_policy.rb
M src/api/db/migrate/20170306084558_change_repositories_remote_project_name_to_not_null.rb
M src/api/lib/tasks/make_user_an_admin.rake
M src/api/spec/controllers/webui/patchinfo_controller_spec.rb
M src/api/spec/features/beta/webui/patchinfo_spec.rb
M src/api/spec/features/webui/patchinfo_spec.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/WhereExists
Commit: 2c2c5d78874b132661103767afa8fcc65e8dd9b1
https://github.com/openSUSE/open-build-service/commit/2c2c5d78874b132661103…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/.rubocop_todo.yml
Log Message:
-----------
Regenerate RuboCop TODOs
Commit: ae88a9f3cf90961fc74f74ba859beb66a81ea4a0
https://github.com/openSUSE/open-build-service/commit/ae88a9f3cf90961fc74f7…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/.rubocop.yml
M src/api/.rubocop_todo.yml
M src/api/Gemfile.lock
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/source_controller.rb
M src/api/app/controllers/webui/project_controller.rb
M src/api/app/controllers/webui/projects/rebuild_times_controller.rb
M src/api/app/controllers/webui/request_controller.rb
M src/api/app/helpers/webui/package_helper.rb
M src/api/app/jobs/staging_project_accept_job.rb
M src/api/app/mixins/has_relationships.rb
M src/api/app/models/architecture.rb
M src/api/app/models/attrib.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_permission_check.rb
M src/api/app/models/channel.rb
M src/api/app/models/flag.rb
M src/api/app/models/group.rb
M src/api/app/models/maintenance_incident.rb
M src/api/app/models/owner_search/base.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/relationship/add_role.rb
M src/api/app/models/role.rb
M src/api/app/models/staging/workflow.rb
M src/api/app/models/user.rb
M src/api/app/models/user_basic_strategy.rb
M src/api/app/policies/group_policy.rb
M src/api/app/policies/staging/request_exclusion_policy.rb
M src/api/app/policies/staging/staged_request_policy.rb
M src/api/app/views/source/_common_issues.xml.builder
M src/api/config/initializers/airbrake.rb
M src/api/config/routes/api_routes.rb
M src/api/db/migrate/20170306084558_change_repositories_remote_project_name_to_not_null.rb
M src/api/lib/tasks/make_user_an_admin.rake
M src/api/spec/controllers/webui/patchinfo_controller_spec.rb
M src/api/spec/features/beta/webui/patchinfo_spec.rb
M src/api/spec/features/beta/webui/requests_spec.rb
M src/api/spec/features/webui/patchinfo_spec.rb
M src/api/spec/features/webui/requests_spec.rb
M src/api/spec/models/kiwi/repository_spec.rb
M src/api/spec/models/project/staging_project_spec.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
Merge pull request #9956 from openSUSE/depfu/update/srcapi/rubocop-rails-2.7.1
[src/api] Update rubocop-rails: 2.6.0 → 2.7.1 (minor)
Compare: https://github.com/openSUSE/open-build-service/compare/d37e94d6520c...ae88a…
Branch: refs/heads/depfu/update/srcapi/rubocop-rails-2.7.1
Home: https://github.com/openSUSE/open-build-service
Commit: 4e94b5c1fa62631a9d72de3f816f4263174dcecd
https://github.com/openSUSE/open-build-service/commit/4e94b5c1fa62631a9d72d…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/models/architecture.rb
M src/api/app/models/attrib.rb
M src/api/app/models/bs_request.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/role.rb
M src/api/app/models/user.rb
Log Message:
-----------
Autocorrect RuboCop offenses for ...
Rails/ActiveRecordCallbacksOrder cop.
Commit: 8ffda003528b3ba53ad1bf84a3744e3e41f9d510
https://github.com/openSUSE/open-build-service/commit/8ffda003528b3ba53ad1b…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/config/routes/api_routes.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/MatchRoute
Commit: dbf76172c8cd37fc48eabf69c0a04089d2322d36
https://github.com/openSUSE/open-build-service/commit/dbf76172c8cd37fc48eab…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/controllers/build_controller.rb
M src/api/app/controllers/source_controller.rb
M src/api/app/controllers/webui/project_controller.rb
M src/api/app/controllers/webui/projects/rebuild_times_controller.rb
M src/api/app/controllers/webui/request_controller.rb
M src/api/app/helpers/webui/package_helper.rb
M src/api/app/views/source/_common_issues.xml.builder
M src/api/spec/models/kiwi/repository_spec.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/NegateInclude
Commit: 4e8cec44c752a7a24206fc150cd36947107435c8
https://github.com/openSUSE/open-build-service/commit/4e8cec44c752a7a24206f…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/models/branch_package.rb
M src/api/config/initializers/airbrake.rb
M src/api/spec/models/project/staging_project_spec.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/Pluck cop
Commit: 644e1a6b1f8d092a2079d042707cc1c3b69c9270
https://github.com/openSUSE/open-build-service/commit/644e1a6b1f8d092a2079d…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/.rubocop.yml
M src/api/spec/features/beta/webui/requests_spec.rb
M src/api/spec/features/webui/requests_spec.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/ShortI18n
Commit: 71181744bfd71ae03e27563416bf727da8e10fa7
https://github.com/openSUSE/open-build-service/commit/71181744bfd71ae03e275…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/app/jobs/staging_project_accept_job.rb
M src/api/app/mixins/has_relationships.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/bs_request_permission_check.rb
M src/api/app/models/channel.rb
M src/api/app/models/group.rb
M src/api/app/models/maintenance_incident.rb
M src/api/app/models/owner_search/base.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
M src/api/app/models/relationship/add_role.rb
M src/api/app/models/staging/workflow.rb
M src/api/app/models/user.rb
M src/api/app/models/user_basic_strategy.rb
M src/api/app/policies/group_policy.rb
M src/api/app/policies/staging/request_exclusion_policy.rb
M src/api/app/policies/staging/staged_request_policy.rb
M src/api/db/migrate/20170306084558_change_repositories_remote_project_name_to_not_null.rb
M src/api/lib/tasks/make_user_an_admin.rake
M src/api/spec/controllers/webui/patchinfo_controller_spec.rb
M src/api/spec/features/beta/webui/patchinfo_spec.rb
M src/api/spec/features/webui/patchinfo_spec.rb
Log Message:
-----------
Autocorrect RuboCop offenses for Rails/WhereExists
Commit: 2c2c5d78874b132661103767afa8fcc65e8dd9b1
https://github.com/openSUSE/open-build-service/commit/2c2c5d78874b132661103…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2020-07-30 (Thu, 30 Jul 2020)
Changed paths:
M src/api/.rubocop_todo.yml
Log Message:
-----------
Regenerate RuboCop TODOs
Compare: https://github.com/openSUSE/open-build-service/compare/62c5af366c56...2c2c5…