Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: b2e77aa74c4d4977c4aa3bf46ea83c271f72cea3
https://github.com/openSUSE/open-build-service/commit/b2e77aa74c4d4977c4aa3…
Author: Dani Donisa <dani.doni(a)gmail.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M src/api/app/models/concerns/multibuild_package.rb
M src/api/app/models/package.rb
M src/api/spec/cassettes/ImageTemplates/branching/branch_Kiwi_image_template.yml
M src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml
M src/api/spec/cassettes/Package/_file_exists_/_multibuild_file_should_exist/1_4_1_1.yml
M src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_false_if_the_file_does_not_exist.yml
M src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_true_if_the_file_exist.yml
M src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_false_if_the_file_does_not_exist.yml
M src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_true_if_the_file_exist.yml
M src/api/spec/cassettes/Package/_has_icon_/returns_false_if_the_icon_does_not_exist.yml
M src/api/spec/cassettes/Package/_has_icon_/returns_true_if_the_icon_exist.yml
M src/api/spec/cassettes/Package/_ignored_requests/when_the_package_has_an_ignored_requests_file/parses_the_content_as_YAML_and_returns_a_hash.yml
Log Message:
-----------
Do not expand sources by default
Only expand sources when asking for multibuild packages. Otherwise we'll
try to expand sources when there are no remote sources to fetch, like
when calling `has_icon?` on certain projects.
Fixes #12152
Commit: c13649e6aab1933b8b1125c27f238c940cbb93fc
https://github.com/openSUSE/open-build-service/commit/c13649e6aab1933b8b112…
Author: Dani Donisa <daniel.donisa(a)suse.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M src/api/app/models/concerns/multibuild_package.rb
M src/api/app/models/package.rb
M src/api/spec/cassettes/ImageTemplates/branching/branch_Kiwi_image_template.yml
M src/api/spec/cassettes/ImageTemplates/branching/branch_image_template.yml
M src/api/spec/cassettes/Package/_file_exists_/_multibuild_file_should_exist/1_4_1_1.yml
M src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_false_if_the_file_does_not_exist.yml
M src/api/spec/cassettes/Package/_file_exists_/with_more_than_one_file/returns_true_if_the_file_exist.yml
M src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_false_if_the_file_does_not_exist.yml
M src/api/spec/cassettes/Package/_file_exists_/with_one_file/returns_true_if_the_file_exist.yml
M src/api/spec/cassettes/Package/_has_icon_/returns_false_if_the_icon_does_not_exist.yml
M src/api/spec/cassettes/Package/_has_icon_/returns_true_if_the_icon_exist.yml
M src/api/spec/cassettes/Package/_ignored_requests/when_the_package_has_an_ignored_requests_file/parses_the_content_as_YAML_and_returns_a_hash.yml
Log Message:
-----------
Merge pull request #12153 from danidoni/do-not-expand-sources-by-default-only-when-asking-for-multibuild-packages
Do not expand sources by default on Package#file_exists? method
Compare: https://github.com/openSUSE/open-build-service/compare/5ed5d007442b...c1364…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 2049213d751952601a8b6261bc59e62b33f01948
https://github.com/openSUSE/open-build-service/commit/2049213d751952601a8b6…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M src/api/app/controllers/person_controller.rb
M src/api/lib/xpath_engine.rb
Log Message:
-----------
[api] do not list deleted users
The DB entry must remain, as re-creating the same user would cause
a security/trust breach. But personal data got already removed.
However, do not list these accounts anymore
bnc#1106763
Commit: f2c49e363037c347c0f4e7b76e409099d3a998be
https://github.com/openSUSE/open-build-service/commit/f2c49e363037c347c0f4e…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2022-02-01 (Tue, 01 Feb 2022)
Changed paths:
M src/api/app/controllers/person_controller.rb
M src/api/lib/xpath_engine.rb
Log Message:
-----------
Merge pull request #12150 from adrianschroeter/do_not_list_deleted
[api] do not list deleted users
Compare: https://github.com/openSUSE/open-build-service/compare/28b5bdf5f552...f2c49…