Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 940872bb9d700b67bda7b13051ce5e904f031dee
https://github.com/openSUSE/open-build-service/commit/940872bb9d700b67bda7b…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/controllers/webui/webui_controller.rb
M src/api/app/models/user.rb
M src/api/test/functional/webui/user_controller_test.rb
M src/api/test/unit/user_test.rb
Log Message:
-----------
[webui] Fix redirect after registering as new user
The check_user call got added to properly set the User.current value. This
does not change the behaviour of the registration. Users stil get logged in
after successful registration.
Commit: 1dac7a19447f18c82de7da27559aca59b04a3cd4
https://github.com/openSUSE/open-build-service/commit/1dac7a19447f18c82de7d…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-23 (Wed, 23 Sep 2015)
Changed paths:
M src/api/test/functional/source_controller_test.rb
Log Message:
-----------
[ci] source controller test: Replace changing configuration with stubs
Commit: 86141c2c0cf542dcd292fcae855c05f591816a18
https://github.com/openSUSE/open-build-service/commit/86141c2c0cf542dcd292f…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2015-09-25 (Fri, 25 Sep 2015)
Changed paths:
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/controllers/webui/webui_controller.rb
M src/api/app/models/user.rb
M src/api/test/functional/source_controller_test.rb
M src/api/test/functional/webui/user_controller_test.rb
M src/api/test/unit/user_test.rb
Log Message:
-----------
Merge pull request #1155 from bgeuken/redirect_to_home_project_after_signup
[webui] Fix redirect after registering as new user
Compare: https://github.com/openSUSE/open-build-service/compare/62987b5bae1b...86141…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 8f8737fe80d98c5b7ba31a64de0f883b4af8c739
https://github.com/openSUSE/open-build-service/commit/8f8737fe80d98c5b7ba31…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-24 (Thu, 24 Sep 2015)
Changed paths:
M src/api/test/functional/webui/project_controller_test.rb
Log Message:
-----------
[ci] Ensure that presented packages on the project page are sorted (issue#1145)
Commit: 41ec04ec3026f2a0563404c08ff7a43bd6edeb1d
https://github.com/openSUSE/open-build-service/commit/41ec04ec3026f2a056340…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-24 (Thu, 24 Sep 2015)
Changed paths:
M src/api/app/controllers/webui/project_controller.rb
M src/api/app/models/package.rb
Log Message:
-----------
[webui] Fix ordering of packages on the project page
This is a follow commit of 0c5bb773184eb6e01c2443f7f2.
Commit: dcdd5b1b78236fc4403638246a4ef615cec263a4
https://github.com/openSUSE/open-build-service/commit/dcdd5b1b78236fc440363…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-24 (Thu, 24 Sep 2015)
Changed paths:
M src/api/app/controllers/webui/project_controller.rb
M src/api/script/start_test_backend
M src/api/test/fixtures/backend/source/_patchinfo
M src/api/test/fixtures/packages.yml
M src/api/test/functional/interconnect_test.rb
M src/api/test/functional/maintenance_test.rb
M src/api/test/functional/search_controller_test.rb
M src/api/test/functional/statistics_controller_test.rb
M src/api/test/functional/webui/project_controller_test.rb
M src/api/test/functional/webui/spider_test.rb
Log Message:
-----------
[ci][webui] Provide a test for sorting of inherited packages on project show page
- pack3 got renamed to Pack3 to ensure case-insensitive sorting works.
- The sort call in the load_project_info helper got removed as it doesn't
seem to be required.
Commit: 0065410e4597050f669f3e0ad4b74d0ab0a5e4fe
https://github.com/openSUSE/open-build-service/commit/0065410e4597050f669f3…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-25 (Fri, 25 Sep 2015)
Changed paths:
M src/api/app/controllers/webui/project_controller.rb
M src/api/app/models/package.rb
M src/api/script/start_test_backend
M src/api/test/fixtures/backend/source/_patchinfo
M src/api/test/fixtures/packages.yml
M src/api/test/functional/interconnect_test.rb
M src/api/test/functional/maintenance_test.rb
M src/api/test/functional/search_controller_test.rb
M src/api/test/functional/statistics_controller_test.rb
M src/api/test/functional/webui/project_controller_test.rb
M src/api/test/functional/webui/spider_test.rb
Log Message:
-----------
Merge pull request #1169 from bgeuken/sorting_test
Test for sorting packages on the project show page
Compare: https://github.com/openSUSE/open-build-service/compare/4aa44627c21a...00654…