Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d68e3f959a58644d9c8fab9241b8f792e2ea2746
https://github.com/openSUSE/open-build-service/commit/d68e3f959a58644d9c8fa…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M src/backend/BSRepServer/Checker.pm
Log Message:
-----------
[backend] buildinfo expansion: translate ldep repodata to testcase format
There should be a function in the Build module that does this for us,
but for now we need to do the conversion in the obs code.
Fixes bnc#1170524
Commit: 74d85d39ae08325223e6aca38f2d6a734d28f924
https://github.com/openSUSE/open-build-service/commit/74d85d39ae08325223e6a…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M src/backend/BSSched/Checker.pm
Log Message:
-----------
[backend] Checker.pm: do not do preinstall expansion for the local arch
Local does not have any binary packages, so the expansion always
fails.
Commit: 440f36428bcdd7fad0493d9e90615fcdbb7fc14a
https://github.com/openSUSE/open-build-service/commit/440f36428bcdd7fad0493…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M src/backend/BSRepServer/Checker.pm
M src/backend/BSSched/Checker.pm
Log Message:
-----------
Merge pull request #9474 from mlschroe/master
[backend] buildinfo expansion: translate ldep repodata to testcase format
Compare: https://github.com/openSUSE/open-build-service/compare/c5ffd88054c2...440f3…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: dba0ec54c568391a59f2021e459cad712b18a44f
https://github.com/openSUSE/open-build-service/commit/dba0ec54c568391a59f20…
Author: David Kang <dkang(a)suse.com>
Date: 2020-04-29 (Wed, 29 Apr 2020)
Changed paths:
M src/api/app/controllers/staging/staging_projects_controller.rb
A src/api/spec/cassettes/Staging_StagingProjectsController/POST_accept/when_project_has_a_request/with_nothing_missing/build_flags_should_be_disabled.yml
M src/api/spec/controllers/staging/staging_projects_controller_spec.rb
Log Message:
-----------
Disable builds when accepting a StagingProject
To not re-trigger the builds when we are accepting a
StagingProject, we disable all the build flags and remove
build flags that were enabled by the user.
Commit: 860e2cf523bd8577ce374ccfabfe6309b9bf4c92
https://github.com/openSUSE/open-build-service/commit/860e2cf523bd8577ce374…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M src/api/app/controllers/staging/staging_projects_controller.rb
A src/api/spec/cassettes/Staging_StagingProjectsController/POST_accept/when_project_has_a_request/with_nothing_missing/build_flags_should_be_disabled.yml
M src/api/spec/controllers/staging/staging_projects_controller_spec.rb
Log Message:
-----------
Merge pull request #9470 from DavidKang/staging-worflow/disable-build
Disable builds when accepting a StagingProject
Compare: https://github.com/openSUSE/open-build-service/compare/f42bac483e6e...860e2…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 243b6b2e5d52bd91370bf46348803696e827de4c
https://github.com/openSUSE/open-build-service/commit/243b6b2e5d52bd91370bf…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M src/api/app/models/concerns/staging_project.rb
Log Message:
-----------
Sort staging requests by state and name
The list of requests in a staging project was sorted by name.
Now it is sorted by state and then by name. This way, the requests that
require more attention will be on the top of the list.
Commit: 97df94db682b3744ba988102de13b99d9f7ca561
https://github.com/openSUSE/open-build-service/commit/97df94db682b3744ba988…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2020-04-30 (Thu, 30 Apr 2020)
Changed paths:
M src/api/app/models/concerns/staging_project.rb
Log Message:
-----------
Merge pull request #9472 from saraycp/sort_stating_requests
Sort staging requests by state and name
Compare: https://github.com/openSUSE/open-build-service/compare/059b2c674e22...97df9…