Branch: refs/heads/master
Home: https://github.com/openSUSE/osc
Commit: 25118cecccce3cada8855693d439a46120ac8a3e
https://github.com/openSUSE/osc/commit/25118cecccce3cada8855693d439a46120ac…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M NEWS
M osc/build.py
M osc/commandline.py
Log Message:
-----------
- support --vm-telnet option for KVM builds
latest build package is required.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 404a4fbbdaaa053ba4c149476ef235e2eff6f00d
https://github.com/openSUSE/open-build-service/commit/404a4fbbdaaa053ba4c14…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-11-18 (Wed, 18 Nov 2015)
Changed paths:
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/models/user.rb
M src/api/test/fixtures/users.yml
M src/api/test/unit/user_test.rb
Log Message:
-----------
[webui] Remove unused proxy code from user controller's do_login action
Apparently the proxy login goes over an external IChain server. Thus the
do_login action won't get called in proxy mode.
I verified this on our test instance, which is using IChain.
Commit: 7de1d8e6d5d382baf670c42221427c368d267d5e
https://github.com/openSUSE/open-build-service/commit/7de1d8e6d5d382baf670c…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-11-25 (Wed, 25 Nov 2015)
Changed paths:
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/models/user.rb
M src/api/test/fixtures/users.yml
M src/api/test/unit/user_test.rb
Log Message:
-----------
Merge pull request #1383 from bgeuken/remove_unused_proxy_code
[webui] Remove unused proxy code from user controller's do_login action
Compare: https://github.com/openSUSE/open-build-service/compare/940d2d806273...7de1d…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 4e3faed1a6e7a42ee6550bf8e41a00683f9159e4
https://github.com/openSUSE/open-build-service/commit/4e3faed1a6e7a42ee6550…
Author: M0ses <schreiner(a)suse.de>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
A dist/Makefile
M dist/obs-server.spec
M dist/obsapisetup
A dist/setup-appliance.sh
A dist/t/.gitignore
A dist/t/0010-obs-bootstrap-api.t
A dist/t/0020-test-appliance.ts
A dist/t/bash-tap
A dist/t/bash-tap-bootstrap
Log Message:
-----------
[dist] refactoring of obsapisetup
* splitted functional part of init script obsapisetup to have one base
for install script in appliance and when installing package obs-api on
a preinstalled system
* added disable_api_tests macro for faster building
Commit: 55a9e7fb8a13186160962587bab02c07f01b4111
https://github.com/openSUSE/open-build-service/commit/55a9e7fb8a13186160962…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
A dist/Makefile
M dist/obs-server.spec
M dist/obsapisetup
A dist/setup-appliance.sh
A dist/t/.gitignore
A dist/t/0010-obs-bootstrap-api.t
A dist/t/0020-test-appliance.ts
A dist/t/bash-tap
A dist/t/bash-tap-bootstrap
Log Message:
-----------
Merge pull request #1400 from M0ses/setup-appliance
[dist] refactoring of obsapisetup
Compare: https://github.com/openSUSE/open-build-service/compare/4eea12dfd2b9...55a9e…
Branch: refs/heads/prep_sched_split
Home: https://github.com/openSUSE/open-build-service
Commit: 0b35d9cfe3f3ae320aa566320119bc4af08d0b9b
https://github.com/openSUSE/open-build-service/commit/0b35d9cfe3f3ae320aa56…
Author: Michael Schroeder <mls(a)suse.de>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M src/backend/bs_sched
Log Message:
-----------
[backend] rework xrpc handling
We now have an rctx context that holds the xrpc information.
Thiss will become a rpc object in the future.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: bada70435afe6df7762b9bf5eea110c9ff228579
https://github.com/openSUSE/open-build-service/commit/bada70435afe6df7762b9…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M src/api/app/models/bs_request.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
M src/api/test/functional/request_controller_test.rb
Log Message:
-----------
[api][webui] Fix revoking reviews and requests
Fixes #1296 and #1327
Commit: f7822b93a0123b068e54b01716e0b6ee1613b993
https://github.com/openSUSE/open-build-service/commit/f7822b93a0123b068e54b…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
A src/api/test/unit/package_remove_test.rb
A src/api/test/unit/project_remove_test.rb
Log Message:
-----------
[api] Unit tests for removing Project/Packages
Commit: 4b903d15cbb8e69c849a003a21aa96edeaaefe47
https://github.com/openSUSE/open-build-service/commit/4b903d15cbb8e69c849a0…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/models/project.rb
M src/api/test/unit/code_quality_test.rb
Log Message:
-----------
[ci] Disable Style/PredicateName for test/**/*
[api][ci] Prepend before_destroy callback. Fix code quality test
Commit: f265eee96279352d6e72701ba5582a4085e4131b
https://github.com/openSUSE/open-build-service/commit/f265eee96279352d6e727…
Author: Moisés Déniz Alemán <mdeniz(a)suse.de>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M src/api/test/unit/project_remove_test.rb
Log Message:
-----------
[ci] CONFIG['global_write_through'] on for ProjectRemoveTest
Commit: 4868cf27725c8443fcfe7a24e8410274f3e34128
https://github.com/openSUSE/open-build-service/commit/4868cf27725c8443fcfe7…
Author: Moisés Déniz Alemán <mdeniz(a)suse.de>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M src/api/app/models/project.rb
Log Message:
-----------
[api] Squash before_filters to ensure order of execution.
Call destroy on packages without revoking requests for them
Commit: 7dfbf4aa7e1cc91a4f045b3e435047e7348b8c7e
https://github.com/openSUSE/open-build-service/commit/7dfbf4aa7e1cc91a4f045…
Author: Moisés Déniz Alemán <mdeniz(a)suse.de>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M src/api/app/models/package.rb
Log Message:
-----------
[api] Destroy a package without revoking requests
Commit: 15691ebbb9fb2439ea12c91d8a8290a0f38f23f6
https://github.com/openSUSE/open-build-service/commit/15691ebbb9fb2439ea12c…
Author: Moisés Déniz Alemán <mdeniz(a)suse.de>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M src/api/test/unit/package_remove_test.rb
M src/api/test/unit/project_remove_test.rb
Log Message:
-----------
[ci] Provide changes always in the package
Commit: 86d6ede2e88dae7b591523aadb6112c5dcda8c73
https://github.com/openSUSE/open-build-service/commit/86d6ede2e88dae7b59152…
Author: Moisés Déniz Alemán <mdeniz(a)suse.de>
Date: 2015-11-23 (Mon, 23 Nov 2015)
Changed paths:
M src/api/app/models/bs_request.rb
M src/api/app/models/package.rb
M src/api/test/unit/code_quality_test.rb
M src/api/test/unit/package_remove_test.rb
M src/api/test/unit/project_remove_test.rb
Log Message:
-----------
[api][ci] Remove branched package for consistency. Renaming revoke_requests. Using Suse::Backend.start_test_backend at setup time for PackageRemoveTest and ProjectRemoveTest
Commit: 4eea12dfd2b98fe6d863ec717eb916c75a2669d0
https://github.com/openSUSE/open-build-service/commit/4eea12dfd2b98fe6d863e…
Author: Moisés Déniz Alemán <mdeniz(a)users.noreply.github.com>
Date: 2015-11-24 (Tue, 24 Nov 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/models/bs_request.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
M src/api/test/functional/request_controller_test.rb
M src/api/test/unit/code_quality_test.rb
A src/api/test/unit/package_remove_test.rb
A src/api/test/unit/project_remove_test.rb
Log Message:
-----------
Merge pull request #1392 from mdeniz/bugfixing_1327
Bugfixing: fixes #1327 and fixes #1296
Compare: https://github.com/openSUSE/open-build-service/compare/3c32ffe33c16...4eea1…