Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: f41faff4baba377d4791e62cff2a39cbfa82cff7
https://github.com/openSUSE/open-build-service/commit/f41faff4baba377d4791e…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2016-09-30 (Fri, 30 Sep 2016)
Changed paths:
M src/backend/BSServer.pm
Log Message:
-----------
[backend] update slow request format
Commit: 97e924463bbd2a50aa72614808c2e85004b00d38
https://github.com/openSUSE/open-build-service/commit/97e924463bbd2a50aa726…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2016-09-30 (Fri, 30 Sep 2016)
Changed paths:
M src/backend/bs_srcserver
Log Message:
-----------
[backend] no longer fork for delete project requests
Forking may lead to unbound processes running in the background,
using up all mem and killing the link info database. So don't do
it. Instead, send the answer early and just continue in the
same process. This will block the server slot, but that has the
wanted side-effect of limiting the delete projects that can run
in parallel.
Compare: https://github.com/openSUSE/open-build-service/compare/426ad2f9e530...97e92…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 07f628fa8f5ee59f9044970125810e6425b20558
https://github.com/openSUSE/open-build-service/commit/07f628fa8f5ee59f90449…
Author: Ana María Martínez Gómez <ammartinez(a)suse.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/views/webui/package/show.html.erb
M src/api/config/routes.rb
Log Message:
-----------
[webui] Trigger services from the UI
Closes https://github.com/openSUSE/open-build-service/issues/1971
Commit: f6bbaf9108c1c5aa9f28e81030bb249c35dd89ba
https://github.com/openSUSE/open-build-service/commit/f6bbaf9108c1c5aa9f28e…
Author: Ana María Martínez Gómez <ammartinez(a)suse.com>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M src/api/config/environments/test.rb
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/with_right_params/1_10_1_1.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/with_right_params/1_10_1_2.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/with_right_params/1_10_1_3.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/without_a_service_file_in_the_package/1_10_2_1.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/without_a_service_file_in_the_package/1_10_2_2.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/without_a_service_file_in_the_package/1_10_2_3.yml
M src/api/spec/controllers/webui/package_controller_spec.rb
M src/api/spec/factories/packages.rb
Log Message:
-----------
[ci] Trigger services from the UI tests
Commit: 426ad2f9e5300ad02df4c2184eac5a7e97d34300
https://github.com/openSUSE/open-build-service/commit/426ad2f9e5300ad02df4c…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2016-09-30 (Fri, 30 Sep 2016)
Changed paths:
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/views/webui/package/show.html.erb
M src/api/config/environments/test.rb
M src/api/config/routes.rb
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/with_right_params/1_10_1_1.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/with_right_params/1_10_1_2.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/with_right_params/1_10_1_3.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/without_a_service_file_in_the_package/1_10_2_1.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/without_a_service_file_in_the_package/1_10_2_2.yml
A src/api/spec/cassettes/Webui_PackageController/GET_trigger_services/without_a_service_file_in_the_package/1_10_2_3.yml
M src/api/spec/controllers/webui/package_controller_spec.rb
M src/api/spec/factories/packages.rb
Log Message:
-----------
Merge pull request #2183 from Ana06/services-ui
Services ui
Compare: https://github.com/openSUSE/open-build-service/compare/9bbf550ceef8...426ad…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 4f8b0bfb110c4662cb022eadb6ab4c2492131fa1
https://github.com/openSUSE/open-build-service/commit/4f8b0bfb110c4662cb022…
Author: Geunsik Lim <geunsik.lim(a)samsung.com>
Date: 2016-09-21 (Wed, 21 Sep 2016)
Changed paths:
M dist/obsdeltastore
M dist/obsdispatcher
M dist/obsdodup
M dist/obspublisher
M dist/obsrepserver
M dist/obsscheduler
M dist/obsservice
M dist/obsservicedispatch
M dist/obssigner
M dist/obssrcserver
M dist/obswarden
Log Message:
-----------
[dist] Fix incorrect $obsdir name
The $obsdir variable has unnecessary '/' symbol. As an example,
the $obsdir in the ./dist/obssrcserver script is combined by
'"$obsdir"/bs_srcserver' statement.
For example:
obsdir=/usr/lib/obs/server/
startproc -f -l "$logdir"/src_server.log "$obsdir"/bs_srcserver
As a result, "/" is duplicated with "//".
Let's modify the folder name of $obsdir variable from
"obsdir=/usr/lib/obs/server/" to "obsdir=/usr/lib/obs/server".
Signed-off-by: Geunsik Lim <geunsik.lim(a)samsung.com>
Commit: a7d3bf9506b19e17c101f1f09078e63055eacdbc
https://github.com/openSUSE/open-build-service/commit/a7d3bf9506b19e17c101f…
Author: Frank Schreiner <schreiner(a)suse.de>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M dist/obsdeltastore
M dist/obsdispatcher
M dist/obsdodup
M dist/obspublisher
M dist/obsrepserver
M dist/obsscheduler
M dist/obsservice
M dist/obsservicedispatch
M dist/obssigner
M dist/obssrcserver
M dist/obswarden
Log Message:
-----------
Merge pull request #2165 from leemgs/upstream-dist
[dist] Fix incorrect folder name of $obsdir variable
Compare: https://github.com/openSUSE/open-build-service/compare/55e9d04aedf9...a7d3b…
Branch: refs/heads/master
Home: https://github.com/openSUSE/obs-service-format_spec_file
Commit: 47b2260d69deb8f5b228ea954287cad0db936616
https://github.com/openSUSE/obs-service-format_spec_file/commit/47b2260d69d…
Author: Markos Chandras <mchandras(a)suse.de>
Date: 2016-09-13 (Tue, 13 Sep 2016)
Changed paths:
M format_spec_file
Log Message:
-----------
format_spec_file: Handle empty output directory
If we don't use the --outdir parameter then the output directory is set
to an empty string so the script is trying to create files in the root
directory because of all the $MYOUTDIR/$i code snippets resulting to
the following failures:
/usr/lib/obs/service/format_spec_file: line 39: /openvswitch.spec.20210:
Permission denied
We fix this by setting the current working directory as the default
output directory which is usually the directory containing our
spec files.
Signed-off-by: Markos Chandras <mchandras(a)suse.de>
Commit: 40750ebffd5088ad06b38010e9117e89cb8aea34
https://github.com/openSUSE/obs-service-format_spec_file/commit/40750ebffd5…
Author: Ruediger Oertel <ro(a)suse.de>
Date: 2016-09-29 (Thu, 29 Sep 2016)
Changed paths:
M format_spec_file
Log Message:
-----------
Merge pull request #16 from hwoarang/fix-empty-output-dir
format_spec_file: Handle empty output directory
Compare: https://github.com/openSUSE/obs-service-format_spec_file/compare/df5d54d0c7…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 48b3ae7222a13a58b54d68d6aa4d937a38944eb0
https://github.com/openSUSE/open-build-service/commit/48b3ae7222a13a58b54d6…
Author: Moises Deniz Aleman <mdeniz(a)suse.com>
Date: 2016-09-19 (Mon, 19 Sep 2016)
Changed paths:
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/with_the_proper_params/1_28_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/with_the_proper_params/1_28_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/without_a_proper_action_for_the_maintenance_project/1_28_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/without_a_proper_action_for_the_maintenance_project/1_28_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/without_an_existent_project_will_raise_an_exception.yml
M src/api/spec/controllers/webui/project_controller_spec.rb
Log Message:
-----------
Write spec for project_controller.rb#new_incident_request
Commit: 55e9d04aedf9981d6cc0ed36431994c40d25894e
https://github.com/openSUSE/open-build-service/commit/55e9d04aedf9981d6cc0e…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/with_the_proper_params/1_28_3_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/with_the_proper_params/1_28_3_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/without_a_proper_action_for_the_maintenance_project/1_28_2_1.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/without_a_proper_action_for_the_maintenance_project/1_28_2_2.yml
A src/api/spec/cassettes/Webui_ProjectController/POST_new_incident_request/without_an_existent_project_will_raise_an_exception.yml
M src/api/spec/controllers/webui/project_controller_spec.rb
Log Message:
-----------
Merge pull request #2129 from mdeniz/new_incident_request
Write spec for project_controller.rb#new_incident_request
Compare: https://github.com/openSUSE/open-build-service/compare/d6d0cdcffd2d...55e9d…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d6d0cdcffd2d1c10bc9efa034722a41a47ff3dda
https://github.com/openSUSE/open-build-service/commit/d6d0cdcffd2d1c10bc9ef…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2016-09-28 (Wed, 28 Sep 2016)
Changed paths:
M src/backend/BSServer.pm
Log Message:
-----------
[backend] switch error reporting so that the correct order is used
Thus, first the real error and then the error that happened when
the error was processed.