Branch: refs/heads/2.6
Home: https://github.com/openSUSE/open-build-service
Commit: 28f68938a130edb3a6140cfb83c79f417d5ce7ab
https://github.com/openSUSE/open-build-service/commit/28f68938a130edb3a6140…
Author: Christian Bruckmayer <cbruckmayer(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/helpers/webui/webui_helper.rb
M src/api/app/views/webui/project/list.html.erb
M src/api/app/views/webui/user/show.html.erb
A src/api/test/unit/webui/webui_helper_test.rb
Log Message:
-----------
[webui] Make escape_project_list helper more generic
* And additional use it also for packages
* Add unit test for it
Cherry picked from master
bf6f3edf2f0ca1992b444a019b0aeef4b0ecb197
39cb3a9edb14f3653e3813afec547953a97222da
Commit: ac92e85b5ad3bde230bb7e594bd99cd2780924e4
https://github.com/openSUSE/open-build-service/commit/ac92e85b5ad3bde230bb7…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/views/webui/theme/bratwurst/layouts/webui/_navbar.html.haml
Log Message:
-----------
[webui] Remove default size from user_icon call
Commit: 0efcc1dd5a15c36de0e001e9cfd32d06a2cae45a
https://github.com/openSUSE/open-build-service/commit/0efcc1dd5a15c36de0e00…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/helpers/webui/webui_helper.rb
Log Message:
-----------
[webui] Remove unused user_icon code
The user_icon function is never called with the parameter size < 3.
That means the code is obviously not necessary.
Cherry picked from master
a26a88b827052d1a1a1ebfb2745024a73864164c
Commit: d66b4ff2b415ec88ddc4d986d6505fc129a2d92d
https://github.com/openSUSE/open-build-service/commit/d66b4ff2b415ec88ddc4d…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/test/unit/webui/webui_helper_test.rb
Log Message:
-----------
[ci] Merge webui_helper_test files together
Commit: dc9868be70de08bca8a1629893254c77a7ade8da
https://github.com/openSUSE/open-build-service/commit/dc9868be70de08bca8a16…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/helpers/webui/package_helper.rb
A src/api/test/unit/webui/package_helper_test.rb
Log Message:
-----------
[ci][webui] Fix presentation of package file names in webui
We have a package helper that replaces whitespaces in package names with nbsp. We
also add wbr tags to long file names. With recent OBS html sanitization this broke.
This commit fixes it.
Commit: a8199f6989471886b71901d10af4d93a827d4a43
https://github.com/openSUSE/open-build-service/commit/a8199f6989471886b7190…
Author: Christian Bruckmayer <cbruckmayer(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/helpers/webui/search_helper.rb
M src/api/app/helpers/webui/webui_helper.rb
M src/api/app/views/webui/search/_owners.html.erb
Log Message:
-----------
[webui] Refactor owner search helpers
Moved linebreaks to the view and removed unnecessary and duplicate html_safe calls.
Cherry picked from master
7642de2ce4c6e30a97a3a87d17c88ac957e989c8
Commit: 0dee8344702df8b3d2333777e5b2b2f41768ed16
https://github.com/openSUSE/open-build-service/commit/0dee8344702df8b3d2333…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/helpers/webui/webui_helper.rb
Log Message:
-----------
[webui] Refactoring arch_repo_table_cell
Renamed some variables and fixed style issues.
Cherry picked from master
f34e810fdae86ea781f785570f7e3f8e52e31245
Commit: 688dd77b32d6e1f754dceafcbd84ba748bd3ee11
https://github.com/openSUSE/open-build-service/commit/688dd77b32d6e1f754dce…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/views/webui/home/index.html.erb
Log Message:
-----------
[webui] Replace ugly map with generic escape_nested_list helper
Cherry picked from master
30eac568c3b3b368803a605188bb2063139b6848
Commit: c7f837a11bdcd7043ad90276c50d7db3f6e189a9
https://github.com/openSUSE/open-build-service/commit/c7f837a11bdcd7043ad90…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/helpers/webui/webui_helper.rb
M src/api/app/views/webui/project/_packages_table.html.erb
M src/api/test/unit/webui/webui_helper_test.rb
Log Message:
-----------
[webui] Refactor packages_table partial
Cherry picked from master
d9ebbfd84e846278410a9beaec58db86d31b03d6
Commit: 301e24d17ffeaf81a4ef9a963137a0be095e084e
https://github.com/openSUSE/open-build-service/commit/301e24d17ffeaf81a4ef9…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/views/webui/project/status.html.erb
Log Message:
-----------
[webui] Refactor project status page
Get rid of unused and duplicate raw and html_safe calls.
Commit: e5c324fb47537dac1c2d682db220ccb3fb37345a
https://github.com/openSUSE/open-build-service/commit/e5c324fb47537dac1c2d6…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/views/webui/user/edit.html.erb
Log Message:
-----------
[webui] Simplify user edit view
Commit: e72c8452b4a06e76d04ea138c0ff6b3b00d7e74d
https://github.com/openSUSE/open-build-service/commit/e72c8452b4a06e76d04ea…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/views/webui/configuration/groups.html.erb
Log Message:
-----------
[webui] Refactor group index view
And get rid of unnecessary html_safe.
Commit: 9780165bad1782e64ed496243cd7491934674d47
https://github.com/openSUSE/open-build-service/commit/9780165bad1782e64ed49…
Author: Christian Bruckmayer <cbruckmayer(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/test/unit/webui/webui_helper_test.rb
Log Message:
-----------
[ci] Improve webui_helper test#escape_nested_list
Cherry picked from master
6b4c202569f1f72b66038a1d258dddeefb519055
Commit: b547e8dacb4f3f5b99c08582313afd4056703089
https://github.com/openSUSE/open-build-service/commit/b547e8dacb4f3f5b99c08…
Author: Christian Bruckmayer <cbruckmayer(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/views/webui/package/update_build_log.js.erb
M src/api/test/functional/webui/package_controller_test.rb
Log Message:
-----------
[webui] Remove unused html_safe call from build_logs view
Cherry picked from master
4e08bf21cd598dfbcf7a1761fc425d4e8839e485
0d8ae438d297ed785449b420b977c0e37fa5edf8
Commit: 22ed6150cde649e75813c82efaa528fa85f74141
https://github.com/openSUSE/open-build-service/commit/22ed6150cde649e75813c…
Author: Christian Bruckmayer <cbruckmayer(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
A ReleaseNotes-2.6.7
Log Message:
-----------
[dist] Add 2.6.7 release notes
Commit: fa5637ecbf4054cb5321d1ccfac8ed928b047fb8
https://github.com/openSUSE/open-build-service/commit/fa5637ecbf4054cb5321d…
Author: Christian Bruckmayer <cbruckmayer(a)suse.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
A ReleaseNotes-2.6.7
M src/api/app/helpers/webui/package_helper.rb
M src/api/app/helpers/webui/search_helper.rb
M src/api/app/helpers/webui/webui_helper.rb
M src/api/app/views/webui/configuration/groups.html.erb
M src/api/app/views/webui/home/index.html.erb
M src/api/app/views/webui/package/update_build_log.js.erb
M src/api/app/views/webui/project/_packages_table.html.erb
M src/api/app/views/webui/project/list.html.erb
M src/api/app/views/webui/project/status.html.erb
M src/api/app/views/webui/search/_owners.html.erb
M src/api/app/views/webui/theme/bratwurst/layouts/webui/_navbar.html.haml
M src/api/app/views/webui/user/edit.html.erb
M src/api/app/views/webui/user/show.html.erb
M src/api/test/functional/webui/package_controller_test.rb
A src/api/test/unit/webui/package_helper_test.rb
A src/api/test/unit/webui/webui_helper_test.rb
Log Message:
-----------
Merge pull request #1323 from ChrisBr/2.6
Release 2.6.7
Compare: https://github.com/openSUSE/open-build-service/compare/ccdb757ab601...fa563…
Branch: refs/heads/master
Home: https://github.com/openSUSE/software-o-o
Commit: fd83ec72547e970f6c7822ef83db7201c25cb95d
https://github.com/openSUSE/software-o-o/commit/fd83ec72547e970f6c7822ef83d…
Author: Ancor Gonzalez Sosa <ancor(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M app/controllers/main_controller.rb
M app/controllers/search_controller.rb
R app/controllers/statistic_controller.rb
M app/helpers/application_helper.rb
R app/models/search_history.rb
R app/views/main/top_downloads.xml.erb
R app/views/statistic/index.html.erb
M config/routes.rb
A db/migrate/20151030124119_drop_search_histories.rb
M db/schema.rb
R lib/tasks/clean_stats.rake
R lib/tasks/update_download_stats.rake
Log Message:
-----------
Delete statistics
Commit: 18e4de61129ca0641af4f622bf65437383293d04
https://github.com/openSUSE/software-o-o/commit/18e4de61129ca0641af4f622bf6…
Author: Ancor Gonzalez Sosa <ancor(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M app/views/codecs/index.html.erb
M app/views/layouts/application.html.erb
Log Message:
-----------
s,novell,suse
Commit: d6eb1b2d4e454c7f6679f8436d3b9f739e51ea7e
https://github.com/openSUSE/software-o-o/commit/d6eb1b2d4e454c7f6679f8436d3…
Author: Ancor Gonzalez Sosa <ancor(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M app/views/layouts/application.html.erb
Log Message:
-----------
screenshots.debian.net mentioned in footer
Commit: 5792f7f5a62d09036681900c32478a5ce0077ab5
https://github.com/openSUSE/software-o-o/commit/5792f7f5a62d09036681900c324…
Author: Ancor Gonzalez Sosa <ancorgs(a)gmail.com>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M app/controllers/main_controller.rb
M app/controllers/search_controller.rb
R app/controllers/statistic_controller.rb
M app/helpers/application_helper.rb
R app/models/search_history.rb
M app/views/codecs/index.html.erb
M app/views/layouts/application.html.erb
R app/views/main/top_downloads.xml.erb
R app/views/statistic/index.html.erb
M config/routes.rb
A db/migrate/20151030124119_drop_search_histories.rb
M db/schema.rb
R lib/tasks/clean_stats.rake
R lib/tasks/update_download_stats.rake
Log Message:
-----------
Merge pull request #50 from openSUSE/remove_stats
Remove statistics + copyright fix
Compare: https://github.com/openSUSE/software-o-o/compare/505aca42167d...5792f7f5a62d
Branch: refs/heads/remove_stats
Home: https://github.com/openSUSE/software-o-o
Commit: fd83ec72547e970f6c7822ef83db7201c25cb95d
https://github.com/openSUSE/software-o-o/commit/fd83ec72547e970f6c7822ef83d…
Author: Ancor Gonzalez Sosa <ancor(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M app/controllers/main_controller.rb
M app/controllers/search_controller.rb
R app/controllers/statistic_controller.rb
M app/helpers/application_helper.rb
R app/models/search_history.rb
R app/views/main/top_downloads.xml.erb
R app/views/statistic/index.html.erb
M config/routes.rb
A db/migrate/20151030124119_drop_search_histories.rb
M db/schema.rb
R lib/tasks/clean_stats.rake
R lib/tasks/update_download_stats.rake
Log Message:
-----------
Delete statistics
Commit: 18e4de61129ca0641af4f622bf65437383293d04
https://github.com/openSUSE/software-o-o/commit/18e4de61129ca0641af4f622bf6…
Author: Ancor Gonzalez Sosa <ancor(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M app/views/codecs/index.html.erb
M app/views/layouts/application.html.erb
Log Message:
-----------
s,novell,suse
Compare: https://github.com/openSUSE/software-o-o/compare/fd83ec72547e^...18e4de6112…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: a0a6e77af6d5da16d7bd1d215460373d8ae3babc
https://github.com/openSUSE/open-build-service/commit/a0a6e77af6d5da16d7bd1…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/controllers/request_controller.rb
M src/api/app/jobs/project_create_auto_cleanup_requests.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/comment_request.rb
Log Message:
-----------
[api] fix event mail sending
Use the commenter, we must not use the currently log'd in user.
It is either empty (crash) or wrong
Commit: 74ce9788391e306f4cd4a5cd8c24b83f9f0953c8
https://github.com/openSUSE/open-build-service/commit/74ce9788391e306f4cd4a…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/models/package.rb
M src/api/app/models/project.rb
Log Message:
-----------
[api] ignore error on delete when backend object got deleted already
Commit: f1c32439cc69a37f83cc960ef1bdd0847de8837d
https://github.com/openSUSE/open-build-service/commit/f1c32439cc69a37f83cc9…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/controllers/request_controller.rb
M src/api/app/jobs/project_create_auto_cleanup_requests.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/comment_request.rb
M src/api/app/models/package.rb
M src/api/app/models/project.rb
Log Message:
-----------
Merge pull request #1321 from adrianschroeter/crash_fixes
fixing todays crashes
Compare: https://github.com/openSUSE/open-build-service/compare/cd48571426c5...f1c32…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 2bf5693d90d4485381be347ac3b85789d1ec4ca5
https://github.com/openSUSE/open-build-service/commit/2bf5693d90d4485381be3…
Author: Christian Bruckmayer <cbruckmayer(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/models/package.rb
M src/api/lib/opensuse/validator.rb
M src/api/test/functional/webui/package_controller_test.rb
M src/api/test/functional/webui/package_edit_source_test.rb
A src/api/test/texts/aggregate.xml
A src/api/test/texts/broken_link.xml
Log Message:
-----------
[webui] Refactor package save_file
* A new file is an UploadedFile object which caused an Exception in Suse::Validator.validate
because it called to_s on UploadedFile
* Catches and shows now all Excepton
* Some simplifications
* Refactoring and improving of the tests
This closes #1253, closes #1315
Commit: 3d5a575aad437412ce79716f071b55b4c5ec9a36
https://github.com/openSUSE/open-build-service/commit/3d5a575aad437412ce797…
Author: Christian Bruckmayer <cbruckmayer(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/views/webui/package/add_file.html.erb
M src/api/test/functional/webui/package_edit_source_test.rb
Log Message:
-----------
[webui] Make filename or file or file_url mandatory
The submit button is disabled as long as not one of the fields is filled out.
Commit: cd48571426c5a11b1bcc860cc9936d7e97fec3c2
https://github.com/openSUSE/open-build-service/commit/cd48571426c5a11b1bcc8…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/models/package.rb
M src/api/app/views/webui/package/add_file.html.erb
M src/api/lib/opensuse/validator.rb
M src/api/test/functional/webui/package_controller_test.rb
M src/api/test/functional/webui/package_edit_source_test.rb
A src/api/test/texts/aggregate.xml
A src/api/test/texts/broken_link.xml
Log Message:
-----------
Merge pull request #1313 from ChrisBr/refactor_save_file
[webui] Refactor package save_file
Compare: https://github.com/openSUSE/open-build-service/compare/f93a907460a9...cd485…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 3c0f5de0a8cfb1c1cef908f61d1eb969eecfc421
https://github.com/openSUSE/open-build-service/commit/3c0f5de0a8cfb1c1cef90…
Author: Stephan Kulow <coolo(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/mailers/event_mailer.rb
Log Message:
-----------
[api] use the date of the event in the mail
In case of big backlogs as we have now, this helps to identify the
cause of the failure. For backend created events this is still not
proper as the backlog might be in the backlog->API part, but one
death you have to die
Commit: 7df90ef23f84705f1a36d4dd1959a33a9705317a
https://github.com/openSUSE/open-build-service/commit/7df90ef23f84705f1a36d…
Author: Adrian Schröter <adrian(a)suse.de>
Date: 2015-10-30 (Fri, 30 Oct 2015)
Changed paths:
M src/api/app/mailers/event_mailer.rb
Log Message:
-----------
Merge pull request #1319 from openSUSE/coolo_use_date_in_mails
[api] use the date of the event in the mail
Compare: https://github.com/openSUSE/open-build-service/compare/c9934522b329...7df90…