Branch: refs/heads/depfu/update/srcapi/data_migrate-9.1.0
Home: https://github.com/openSUSE/open-build-service
Commit: 78a29e47602578f3cf228394ea37bde6421678cb
https://github.com/openSUSE/open-build-service/commit/78a29e47602578f3cf228…
Author: depfu[bot] <23717796+depfu[bot](a)users.noreply.github.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M src/api/Gemfile.lock
R src/api/vendor/cache/data_migrate-9.0.0.gem
A src/api/vendor/cache/data_migrate-9.1.0.gem
R src/api/vendor/cache/rails-dom-testing-2.0.3.gem
A src/api/vendor/cache/rails-dom-testing-2.1.0.gem
Log Message:
-----------
Update data_migrate to version 9.1.0
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-service-source_validator
Commit: 9e206b9a8dfcdd4253ab87d4476bf91065383901
https://github.com/openSUSE/obs-service-source_validator/commit/9e206b9a8df…
Author: Fabian Vogt <fvogt(a)suse.de>
Date: 2023-05-05 (Fri, 05 May 2023)
Changed paths:
M 20-files-present-and-referenced
M 45-stale-changes
M 70-baselibs
A helpers/functions
Log Message:
-----------
Unify _multibuild handling and do it like OBS
Currently several validators handle _multibuild files and they all do it
differently. On top of that, they all had different behaviour than OBS.
Introduce a simple helper function that does it properly and use it in all
validators.
Commit: 054b5f350975df3f40c4482dd3f1ced3f327e98f
https://github.com/openSUSE/obs-service-source_validator/commit/054b5f35097…
Author: Dirk Mueller <dmueller(a)suse.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M 20-files-present-and-referenced
M 45-stale-changes
M 70-baselibs
A helpers/functions
Log Message:
-----------
Merge pull request #122 from Vogtinator/refactormultibuild
Unify _multibuild handling and do it like OBS
Compare: https://github.com/openSUSE/obs-service-source_validator/compare/49f05a9f66…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: cdb9793466a960120e2e076a5eb78ad58935d3ad
https://github.com/openSUSE/open-build-service/commit/cdb9793466a960120e2e0…
Author: ncounter <dleidi(a)suse.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M src/api/app/controllers/webui/request_controller.rb
M src/api/app/models/bs_request_action.rb
A src/api/app/models/bs_request_action_tab_visibility.rb
M src/api/app/views/webui/request/_request_tabs.html.haml
M src/api/app/views/webui/request/beta_show.html.haml
M src/api/app/views/webui/request/build_results.html.haml
M src/api/app/views/webui/request/changes.html.haml
M src/api/app/views/webui/request/mentioned_issues.html.haml
M src/api/app/views/webui/request/rpm_lint.html.haml
Log Message:
-----------
Use a decorator for determining tab visibility
Commit: 1cc0432fd396556862d3fb9718bc202aae5dc72c
https://github.com/openSUSE/open-build-service/commit/1cc0432fd396556862d3f…
Author: Jacob Michalskie <jacob.michalskie(a)suse.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M src/api/app/controllers/webui/request_controller.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/bs_request_action_tab_visibility.rb
M src/api/app/views/webui/request/_request_tabs.html.haml
Log Message:
-----------
Use multiple functions instead of a switch statement
Commit: 519ae8019fae5f1b9ece80b0c6347e54af01ff84
https://github.com/openSUSE/open-build-service/commit/519ae8019fae5f1b9ece8…
Author: ncounter <dleidi(a)suse.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M src/api/spec/features/webui/requests_spec.rb
Log Message:
-----------
Add tests
Commit: 7cf03442b902e9801d2fc24ed5529514fed5500f
https://github.com/openSUSE/open-build-service/commit/7cf03442b902e9801d2fc…
Author: ncounter <dleidi(a)suse.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M src/api/app/controllers/webui/request_controller.rb
Log Message:
-----------
Make sure the action belongs to the request
Commit: 073e6f648383bb2787c4203cdde436dc331d0b40
https://github.com/openSUSE/open-build-service/commit/073e6f648383bb2787c42…
Author: Dario Leidi <dleidi(a)suse.com>
Date: 2023-06-30 (Fri, 30 Jun 2023)
Changed paths:
M src/api/app/controllers/webui/request_controller.rb
M src/api/app/models/bs_request_action.rb
A src/api/app/models/bs_request_action_tab_visibility.rb
M src/api/app/views/webui/request/_request_tabs.html.haml
M src/api/app/views/webui/request/beta_show.html.haml
M src/api/app/views/webui/request/build_results.html.haml
M src/api/app/views/webui/request/changes.html.haml
M src/api/app/views/webui/request/mentioned_issues.html.haml
M src/api/app/views/webui/request/rpm_lint.html.haml
M src/api/spec/features/webui/requests_spec.rb
Log Message:
-----------
Merge pull request #14349 from ncounter/refactoring-tab-visibility
Refactoring tab visibility - use decorator instead of helper
Compare: https://github.com/openSUSE/open-build-service/compare/71895baff4fd...073e6…