Branch: refs/heads/depfu/update/rubocop-0.70.0
Home: https://github.com/openSUSE/software-o-o
Commit: 7e47cd1fbbe2d00dd6937b819d7b0ac276fd2dc6
https://github.com/openSUSE/software-o-o/commit/7e47cd1fbbe2d00dd6937b819d7…
Author: Alexander Graul <agraul(a)suse.com>
Date: 2019-05-31 (Fri, 31 May 2019)
Changed paths:
M Capfile
M Gemfile
M Rakefile
M Vagrantfile
M app/controllers/application_controller.rb
M app/controllers/distributions_controller.rb
M app/controllers/download_controller.rb
M app/controllers/images_controller.rb
M app/controllers/obs_controller.rb
M app/controllers/package_controller.rb
M app/controllers/search_controller.rb
M app/helpers/application_helper.rb
M app/helpers/distribution_helper.rb
M app/helpers/main_helper.rb
M app/helpers/package_helper.rb
M app/helpers/search_helper.rb
M app/models/appdata.rb
M app/models/screenshot.rb
M config.ru
M lib/api_connect.rb
M lib/obs.rb
M lib/tasks/fill_search_cache.rake
M lib/tasks/gettext.rake
M test/helper/search_helper_test.rb
M test/integration/distributions_test.rb
M test/integration/obs_controller_test.rb
M test/integration/package_controller_test.rb
M test/integration/validate_configuration_test.rb
M test/models/appdata_test.rb
M test/models/screenshot_test.rb
M test/obs_test.rb
M test/system/package_information_test.rb
M test/system/search_results_test.rb
M test/test_helper.rb
Log Message:
-----------
Add "frozen_string_literal: true" magic comments
Rubocop 0.70.0 starts enforcing the presence of this comments by
default. The comment causes all strings in the file to be frozen, i.e.
an implicit `String.freeze` is called on each string literal.
The benefits are:
1. Better performance with frozen strings
2. String literals can't be changed easily
3. Frozen string literals will be the default in Ruby 3, this makes the
code compatible in that regard
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 10a82921d6bc67434b84fdcd0039fd1e900334b4
https://github.com/openSUSE/open-build-service/commit/10a82921d6bc67434b84f…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M src/api/app/controllers/webui/monitor_controller.rb
A src/api/app/views/webui2/webui/monitor/_breadcrumb_items.html.haml
A src/api/app/views/webui2/webui/monitor/_events.html.haml
A src/api/app/views/webui2/webui/monitor/_lights.html.haml
A src/api/app/views/webui2/webui/monitor/_workers_table.html.haml
A src/api/app/views/webui2/webui/monitor/index.html.haml
Log Message:
-----------
Status Monitor Skeleton in Bootstrap
Commit: c6730fb0116753acc70df89f1193a6ad226e5fce
https://github.com/openSUSE/open-build-service/commit/c6730fb0116753acc70df…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2019-05-29 (Wed, 29 May 2019)
Changed paths:
M src/api/app/controllers/webui/monitor_controller.rb
A src/api/app/views/webui2/webui/monitor/_breadcrumb_items.html.haml
A src/api/app/views/webui2/webui/monitor/_events.html.haml
A src/api/app/views/webui2/webui/monitor/_lights.html.haml
A src/api/app/views/webui2/webui/monitor/_workers_table.html.haml
A src/api/app/views/webui2/webui/monitor/index.html.haml
Log Message:
-----------
Merge pull request #7645 from saraycp/boostrap_status_monitor_skeleton
Status Monitor Skeleton in Bootstrap
Compare: https://github.com/openSUSE/open-build-service/compare/f6801a1db3d8...c6730…