Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 5eb11ac98543449f59e09b55e6b801878670c00a
https://github.com/openSUSE/open-build-service/commit/5eb11ac98543449f59e09…
Author: Oleg Girko <ol(a)infoserver.lv>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/source_controller.rb
M src/api/app/views/layouts/webui/webui.html.erb
M src/api/config/initializers/activexml.rb
M src/api/config/options.yml.example
M src/api/lib/activexml/transport.rb
Log Message:
-----------
[api] Fix to work when hosted in non-root server directory.
This change allows OBS API and WebUI to be installed on a web server
in a place other than document root, so its URL prefix has a non-empty
pathname (like https://example.com/obs instead of https://obs.example.com).
This is useful for those who can't have OBS and main site on
different domains and buy separate X.509 certificates for them,
or just can't afford to have separate IP addresses for them
(please note that currently osc doesn't support TLS SNI).
Signed-off-by: Oleg Girko <ol(a)infoserver.lv>
Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: ecd76148b822a805e8e153af40f2f9ce234722a8
https://github.com/openSUSE/osc/commit/ecd76148b822a805e8e153af40f2f9ce2347…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-03-09 (Mon, 09 Mar 2015)
Changed paths:
M NEWS
M osc/commandline.py
M osc/core.py
Log Message:
-----------
- add support for updating the link in target package in submit action
This is also changing the request format to post OBS 1.0, but
that was also the case before when a source update option was used.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 349a901f072234e2a72eff4cb46b0330b0b7b066
https://github.com/openSUSE/open-build-service/commit/349a901f072234e2a72ef…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2015-03-06 (Fri, 06 Mar 2015)
Changed paths:
M src/backend/bs_publish
Log Message:
-----------
[backend] add dbgsplit to filename when doing the trigger rsync
Otherwise the triggers for the main repo and the debug repo overwrite
each other.
Branch: refs/heads/2.6
Home: https://github.com/openSUSE/open-build-service
Commit: 503cecf70a19ef60b665f0c99bc5224aadad337b
https://github.com/openSUSE/open-build-service/commit/503cecf70a19ef60b665f…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-02-20 (Fri, 20 Feb 2015)
Changed paths:
M src/api/app/controllers/group_controller.rb
M src/api/app/models/group.rb
M src/api/test/functional/group_test.rb
Log Message:
-----------
[api] do not allow to overwrite existing groups
Commit: 5c23dea8b858b57a7810e87a3b7afbc932063b4c
https://github.com/openSUSE/open-build-service/commit/5c23dea8b858b57a7810e…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M src/api/app/models/bs_request_action.rb
M src/api/test/unit/code_quality_test.rb
Log Message:
-----------
[api] fix handling of packages containing special chars in maintenance release
Conflicts:
src/api/test/unit/code_quality_test.rb
Commit: 1d48b9263ab79e7858b95480d50eff40eec7e1c8
https://github.com/openSUSE/open-build-service/commit/1d48b9263ab79e7858b95…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2015-03-04 (Wed, 04 Mar 2015)
Changed paths:
M src/backend/bs_srcserver
Log Message:
-----------
[backend] make sure all projects from different partitions linked via source links are in the remote map
Compare: https://github.com/openSUSE/open-build-service/compare/90abe63cb7b6...1d48b…