Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: eb35d3f657b6eb9f4f9b057cd5ff87b265aa96e6
https://github.com/openSUSE/open-build-service/commit/eb35d3f657b6eb9f4f9b0…
Author: Manuel Schnitzer <mschnitzer(a)suse.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/api/config/routes.rb
Log Message:
-----------
[webui] Add path name for package#edit controller action
We have a `package_save_path` so we should also have a `package_edit_path`
Commit: f2969d705d261bcfd1d82535f46fd5934147d36e
https://github.com/openSUSE/open-build-service/commit/f2969d705d261bcfd1d82…
Author: Manuel Schnitzer <mschnitzer(a)suse.com>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/models/package.rb
M src/api/spec/controllers/webui/package_controller_spec.rb
Log Message:
-----------
[webui] Validate length of package descriptions
This validates the length of package descriptions and shows an error
message when it fails.
Commit: 4dbe6a94ca01eb8d75b3756d0f531f186675f9bb
https://github.com/openSUSE/open-build-service/commit/4dbe6a94ca01eb8d75b37…
Author: Manuel Schnitzer <github(a)mschnitzer.de>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/models/package.rb
M src/api/config/routes.rb
M src/api/spec/controllers/webui/package_controller_spec.rb
Log Message:
-----------
Merge pull request #3715 from mschnitzer/validate_package_description_length
Validate package description length
Compare: https://github.com/openSUSE/open-build-service/compare/7b4a1633bff7...4dbe6…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: d7888e9c1b666316377f96afbcc01e3dd953d4d9
https://github.com/openSUSE/open-build-service/commit/d7888e9c1b666316377f9…
Author: David Kang <dkang(a)suse.com>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/api/app/assets/javascripts/webui/application/kiwi_editor.js
M src/api/app/views/webui/kiwi/images/_package_fields.html.haml
M src/api/app/views/webui/kiwi/images/_repository_fields.html.haml
Log Message:
-----------
[webui] Change how to close Kiwi dialogs
To close a dialog of a new element, we check a class instead of the
title of the dialog.
Commit: 05e018d9c8b6450acdb2ba520435ed92960efbb9
https://github.com/openSUSE/open-build-service/commit/05e018d9c8b6450acdb2b…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/api/app/assets/javascripts/webui/application/kiwi_editor.js
M src/api/app/views/webui/kiwi/images/_package_fields.html.haml
M src/api/app/views/webui/kiwi/images/_repository_fields.html.haml
Log Message:
-----------
Merge pull request #3726 from DavidKang/kiwi-cancel-dialog
[webui] Change how to close Kiwi dialogs
Compare: https://github.com/openSUSE/open-build-service/compare/dd91eb963f6f...05e01…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 9af77dbb69661c0902f4bced61cbece115d84413
https://github.com/openSUSE/open-build-service/commit/9af77dbb69661c0902f4b…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M src/api/spec/features/webui/packages_spec.rb
Log Message:
-----------
[ci] Add name parameter to repository factory
Add name parameter to repository factory to avoid creation of cassettes
when the test suite is run.
Commit: 1e074ac5c35a95cf1848be74e7eb09f3fb013474
https://github.com/openSUSE/open-build-service/commit/1e074ac5c35a95cf1848b…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M src/api/spec/features/webui/packages_spec.rb
Log Message:
-----------
[ci] Use project param in repository factory
Commit: b6fca815b4d8291fe2002ef2386017ba1fc87c21
https://github.com/openSUSE/open-build-service/commit/b6fca815b4d8291fe2002…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/api/spec/features/webui/packages_spec.rb
Log Message:
-----------
[ci] Don't click on td. Click on the link
Without adding the "a" to the locator it does a click, but not in the
link. This seems to happen only in Travis.
Commit: 8c657b8fd45345fada5ccaf510b1fbfbf77dde95
https://github.com/openSUSE/open-build-service/commit/8c657b8fd45345fada5cc…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/api/spec/features/webui/packages_spec.rb
Log Message:
-----------
[ci] Add missing stub
Commit: a987e21174eb4786d184ad66161f997347341fe4
https://github.com/openSUSE/open-build-service/commit/a987e21174eb4786d184a…
Author: Eduardo Navarro <enavarro(a)suse.com>
Date: 2017-08-30 (Wed, 30 Aug 2017)
Changed paths:
M src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml
M src/api/spec/cassettes/Packages/log/live_build_finishes_succesfully.yml
M src/api/spec/cassettes/Packages/triggering_package_rebuild/via_binaries_view.yml
M src/api/spec/cassettes/Packages/triggering_package_rebuild/via_live_build_log.yml
Log Message:
-----------
[ci] Fix involved cassettes accordingly
Commit: 6c9e9fb367e541d3b530b25ef40b8ea448d0afe4
https://github.com/openSUSE/open-build-service/commit/6c9e9fb367e541d3b530b…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/api/spec/cassettes/Packages/log/download_logfile_succesfully.yml
M src/api/spec/cassettes/Packages/log/live_build_finishes_succesfully.yml
M src/api/spec/cassettes/Packages/triggering_package_rebuild/via_binaries_view.yml
M src/api/spec/cassettes/Packages/triggering_package_rebuild/via_live_build_log.yml
M src/api/spec/features/webui/packages_spec.rb
Log Message:
-----------
Merge pull request #3680 from eduardoj/fix_feature_packages_cassettes
[ci] Fix cassettes of package feature tests
Compare: https://github.com/openSUSE/open-build-service/compare/f241cffc01dc...6c9e9…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 084c326fd77a277446b1e116878bbc0cea325a03
https://github.com/openSUSE/open-build-service/commit/084c326fd77a277446b1e…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2017-08-29 (Tue, 29 Aug 2017)
Changed paths:
M src/api/app/models/event/request.rb
Log Message:
-----------
[api] Hide sourcediffs in event mails in case of remote projects
Fixes #3587
When generating a sourcediff OBS checks the source access. In case of
remote projects this access check includes checking the write access of
the logged in user. Since event mails are sent by delayed jobs, there is no
user available to run the source access check against, which causes the
delayed job to crash.
A proper would require a bigger refactoring of the code that is involved
here. For the time being we work around the issue by skipping the source
diff generation for event emails that involve remote projects.
Commit: 733d70dfa9d9dae0101cad311054de5a2eed262e
https://github.com/openSUSE/open-build-service/commit/733d70dfa9d9dae0101ca…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2017-08-31 (Thu, 31 Aug 2017)
Changed paths:
M src/api/app/models/event/request.rb
Log Message:
-----------
Merge pull request #3697 from bgeuken/fix_issue_3587
[api] Hide sourcediffs in event mails in case of remote projects
Compare: https://github.com/openSUSE/open-build-service/compare/0dc6173ba017...733d7…