Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 9999ff1e01b9eb123ba824fc309f1dac5f5a86ea
https://github.com/openSUSE/open-build-service/commit/9999ff1e01b9eb123ba82…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M src/api/.rubocop_todo.yml
A src/api/app/components/download_repository_link_component.html.haml
A src/api/app/components/download_repository_link_component.rb
M src/api/app/controllers/webui/repositories_controller.rb
R src/api/app/presenters/repositories/state_presenter.rb
M src/api/app/views/webui/package/binaries.html.haml
M src/api/app/views/webui/repositories/state.html.haml
R src/api/app/views/webui/shared/_download_repository_link.html.haml
A src/api/spec/components/previews/download_repository_link_component_preview.rb
Log Message:
-----------
Create view component for download repository link
This replaces the presenter Repositories::StatePresenter
Commit: fc1690bfb9d7df531f0c6bdc9ad931d4671e421b
https://github.com/openSUSE/open-build-service/commit/fc1690bfb9d7df531f0c6…
Author: Lukas Krause <lkrause(a)suse.de>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M src/api/.rubocop_todo.yml
A src/api/app/components/download_repository_link_component.html.haml
A src/api/app/components/download_repository_link_component.rb
M src/api/app/controllers/webui/repositories_controller.rb
R src/api/app/presenters/repositories/state_presenter.rb
M src/api/app/views/webui/package/binaries.html.haml
M src/api/app/views/webui/repositories/state.html.haml
R src/api/app/views/webui/shared/_download_repository_link.html.haml
A src/api/spec/components/previews/download_repository_link_component_preview.rb
Log Message:
-----------
Merge pull request #11555 from dmarcoux/download_repository_link_component
Create view component for download repository link
Compare: https://github.com/openSUSE/open-build-service/compare/c8342727d9db...fc169…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 19487b5c0ba46061f104699c881e7f4055e025a2
https://github.com/openSUSE/open-build-service/commit/19487b5c0ba46061f1046…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M src/backend/BSSched/BuildJob.pm
M src/backend/BSSched/Checker.pm
M src/backend/BSSched/Modulemd.pm
M src/backend/BSSrcServer/Modulemd.pm
M src/backend/BSXML.pm
Log Message:
-----------
[backend] modularity: allow to pin the distindex in the modulemd file
This can be done with the non-standard "distindex" tag in the
modulemd.yaml input file.
Commit: 2a5e1892a185f3a610343f6e2d06ad00d19140f9
https://github.com/openSUSE/open-build-service/commit/2a5e1892a185f3a610343…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2021-08-31 (Tue, 31 Aug 2021)
Changed paths:
M src/backend/BSSched/BuildJob.pm
M src/backend/BSSched/Checker.pm
M src/backend/BSSched/Modulemd.pm
M src/backend/BSSrcServer/Modulemd.pm
M src/backend/BSXML.pm
Log Message:
-----------
Merge pull request #11556 from mlschroe/master
[backend] modularity: allow to pin the distindex in the modulemd file
Compare: https://github.com/openSUSE/open-build-service/compare/134cda58ca90...2a5e1…