Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 4d6029a93f4229f886b1dab58fbb3dededdff784
https://github.com/openSUSE/open-build-service/commit/4d6029a93f4229f886b1d…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-05-24 (Fri, 24 May 2013)
Changed paths:
M docs/api/api/api.txt
M src/api/app/controllers/published_controller.rb
M src/api/config/routes.rb
Log Message:
-----------
[api] simplify /published controller, do project listing via source controller now
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: cdd73ba9833a1cd31050adb5a86e5702130d05a2
https://github.com/openSUSE/osc/commit/cdd73ba9833a1cd31050adb5a86e5702130d…
Author: Marcus Huewe <suse-tux(a)gmx.de>
Date: 2013-05-23 (Thu, 23 May 2013)
Changed paths:
M osc/fetch.py
Log Message:
-----------
- fetch.OscFileGrabber: fix for commit 9ab5a37113f8ea5fce37fe5f6c21bdbea2ae4aad
We still have to support older urlgrabber versions where the class
"URLGrabber" is an old-style class and therefore we cannot use a "super(...)"
call. This fixes issue #32
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 08a9505042cbe6c56d85124a6324bee6ded4b178
https://github.com/openSUSE/osc/commit/08a9505042cbe6c56d85124a6324bee6ded4…
Author: Werner Fink <werner(a)suse.de>
Date: 2013-05-21 (Tue, 21 May 2013)
Changed paths:
M dist/complete.csh
M dist/complete.sh
M dist/osc.complete
Log Message:
-----------
Make completion for osc smart
that is more commands, more options, and backgrounding the update
of the project cache.
Signed-off-by: Werner Fink <werner(a)suse.de>
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d0a1d2981baf9d3aa5f0bca4aa74ea427ff682b6
https://github.com/openSUSE/open-build-service/commit/d0a1d2981baf9d3aa5f0b…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2013-05-17 (Fri, 17 May 2013)
Changed paths:
M ReleaseNotes-2.5
M src/api/app/helpers/flag_helper.rb
M src/api/app/models/project.rb
M src/api/config/options.yml.example
M src/api/test/functional/read_permission_test.rb
Log Message:
-----------
[api] implement option to disable access to projects by default. (FATE#315056)