Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 1c9c7a0d2076e23bc4387fe1a3d0b701debb8b64
https://github.com/openSUSE/open-build-service/commit/1c9c7a0d2076e23bc4387…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/search_controller.rb
M src/api/app/helpers/webui/project_helper.rb
M src/api/app/models/binary_release.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/bs_request_action_add_role.rb
M src/api/app/models/bs_request_action_change_devel.rb
M src/api/app/models/bs_request_action_group.rb
M src/api/app/models/bs_request_action_set_bugowner.rb
M src/api/app/models/build_container.rb
M src/api/app/models/channel_binary.rb
M src/api/app/models/issue.rb
M src/api/app/models/issue_tracker.rb
M src/api/app/models/maintenance_incident.rb
M src/api/app/models/package.rb
M src/api/app/models/patchinfo.rb
M src/api/app/models/product.rb
M src/api/app/models/project.rb
M src/api/app/models/service.rb
M src/api/app/models/updateinfo_counter.rb
M src/api/app/models/user.rb
M src/api/app/views/webui/project/_incident_table_entries.html.erb
M src/api/lib/login_system.rb
M src/api/lib/opensuse/permission.rb
M src/api/test/functional/read_permission_test.rb
Log Message:
-----------
[ci] Fix rubocop offense Lint/UnusedMethodArgument
Commit: aa38a9ca6e800debe6ce8a59b7e674f5f006b546
https://github.com/openSUSE/open-build-service/commit/aa38a9ca6e800debe6ce8…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M src/api/test/functional/read_permission_test.rb
Log Message:
-----------
[ci] Remove unused test helper
Commit: 54c8ce2aabcf3eee02349cd5bb3339eff92b1a6a
https://github.com/openSUSE/open-build-service/commit/54c8ce2aabcf3eee02349…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/search_controller.rb
M src/api/app/helpers/webui/project_helper.rb
M src/api/app/models/binary_release.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/bs_request_action.rb
M src/api/app/models/bs_request_action_add_role.rb
M src/api/app/models/bs_request_action_change_devel.rb
M src/api/app/models/bs_request_action_group.rb
M src/api/app/models/bs_request_action_set_bugowner.rb
M src/api/app/models/build_container.rb
M src/api/app/models/channel_binary.rb
M src/api/app/models/issue.rb
M src/api/app/models/issue_tracker.rb
M src/api/app/models/maintenance_incident.rb
M src/api/app/models/package.rb
M src/api/app/models/patchinfo.rb
M src/api/app/models/product.rb
M src/api/app/models/project.rb
M src/api/app/models/service.rb
M src/api/app/models/updateinfo_counter.rb
M src/api/app/models/user.rb
M src/api/app/views/webui/project/_incident_table_entries.html.erb
M src/api/lib/login_system.rb
M src/api/lib/opensuse/permission.rb
M src/api/test/functional/read_permission_test.rb
Log Message:
-----------
Merge pull request #1097 from bgeuken/rubocop_unused_parameters
[ci] Fix rubocop offense Lint/UnusedMethodArgument
Compare: https://github.com/openSUSE/open-build-service/compare/e4e260cb0814...54c8c…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 171fa8652ad38bd96f8edd9f58793c178c4860ec
https://github.com/openSUSE/open-build-service/commit/171fa8652ad38bd96f8ed…
Author: chrisbr <cbruckmayer(a)suse.com>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M src/api/app/controllers/source_controller.rb
M src/api/app/controllers/webui/project_controller.rb
M src/api/app/helpers/maintenance_helper.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/maintenance_incident.rb
A src/api/db/migrate/20150903084813_remove_request_from_maintenance_incident.rb
M src/api/db/structure.sql
Log Message:
-----------
[webui] Refactor new maintenance incident action
* Use build_maintenance_incident factory instead of sending XML to API
* Moved helper code to model
* Some small refactorings
Commit: e4e260cb0814c78e6e898504b584db5ae7c568d8
https://github.com/openSUSE/open-build-service/commit/e4e260cb0814c78e6e898…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2015-09-04 (Fri, 04 Sep 2015)
Changed paths:
M src/api/app/controllers/source_controller.rb
M src/api/app/controllers/webui/project_controller.rb
M src/api/app/helpers/maintenance_helper.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/maintenance_incident.rb
A src/api/db/migrate/20150903084813_remove_request_from_maintenance_incident.rb
M src/api/db/structure.sql
Log Message:
-----------
Merge pull request #1094 from ChrisBr/maintenance_incident
[webui] Refactor new maintenance incident action
Compare: https://github.com/openSUSE/open-build-service/compare/c36e7decd81a...e4e26…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: c2c76950fa2a5389572b2902918ed9c084f24bdb
https://github.com/openSUSE/open-build-service/commit/c2c76950fa2a5389572b2…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/distributions_controller.rb
M src/api/test/functional/published_controller_test.rb
Log Message:
-----------
[ci] Rubocop auto correct Lint/BlockAlignment offense
Commit: 2dfa1ac299929bcee55bd42b424b4a7b39a02d23
https://github.com/openSUSE/open-build-service/commit/2dfa1ac299929bcee55bd…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
Log Message:
-----------
[ci] Fix rubocop Lint/DuplicateMethods offense
Commit: a8f6d07c7c3a5608a1779c3a80eb216cffef64cb
https://github.com/openSUSE/open-build-service/commit/a8f6d07c7c3a5608a1779…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/application_controller.rb
M src/api/lib/activexml/transport.rb
M src/api/script/start_test_api
M src/api/script/start_test_backend
M src/api/test/test_helper.rb
Log Message:
-----------
[ci] Rubocop auto correct some offenses
This corrected:
- Lint/LiteralInInterpolation
- Lint/SpaceBeforeFirstArg
- Style/UnneededPercentQ
- Style/WhileUntilModifier
Commit: ecbbf3898ce0b99b53e7c0e5d6e714a8e4d4c58a
https://github.com/openSUSE/open-build-service/commit/ecbbf3898ce0b99b53e7c…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/tag_controller.rb
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/mixins/webui/notification_settings.rb
M src/api/app/models/user_ldap_strategy.rb
R src/api/config/initializers/nokogiri-builder.rb
A src/api/config/initializers/nokogiri_builder.rb
M src/api/test/functional/search_controller_test.rb
Log Message:
-----------
[ci] Fix some more rubocop offenses, partly with auto correct
- Style/FileName
- Style/Multiline
- IfThenStyle/NilComparison
- Style/OptionalArguments
Commit: 4d8aa1ee5428c5c4ac59307ac307b105e29b0a3d
https://github.com/openSUSE/open-build-service/commit/4d8aa1ee5428c5c4ac593…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/tag_controller.rb
M src/api/app/controllers/webui/driver_update_controller.rb
M src/api/app/models/bs_request.rb
M src/api/config/deploy.rb
M src/api/test/activexml_matcher.rb
Log Message:
-----------
[ci] Rubocop auto correct some offenses, part II
- Performance/ReverseEach
- Style/BarePercentLiterals
- Style/BlockEndNewline
- Style/CaseEquality
- Style/DefWithParentheses
Commit: 2d4ebb359b6b1ca83b74aa5277f3bfb7de33e112
https://github.com/openSUSE/open-build-service/commit/2d4ebb359b6b1ca83b74a…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/status_controller.rb
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/models/project.rb
M src/api/lib/wizard.rb
M src/api/script/import
Log Message:
-----------
[ci] Fix rubocop offense Style/EachWithObject
Commit: 4186fdebd31867dba228db091d1b5ea09dec030d
https://github.com/openSUSE/open-build-service/commit/4186fdebd31867dba228d…
Author: Björn Geuken <bgeuken(a)suse.de>
Date: 2015-09-03 (Thu, 03 Sep 2015)
Changed paths:
M src/api/.rubocop_todo.yml
M src/api/app/controllers/application_controller.rb
M src/api/app/controllers/distributions_controller.rb
M src/api/app/controllers/status_controller.rb
M src/api/app/controllers/tag_controller.rb
M src/api/app/controllers/webui/driver_update_controller.rb
M src/api/app/controllers/webui/package_controller.rb
M src/api/app/controllers/webui/user_controller.rb
M src/api/app/mixins/webui/notification_settings.rb
M src/api/app/models/bs_request.rb
M src/api/app/models/project.rb
M src/api/app/models/user_ldap_strategy.rb
M src/api/config/deploy.rb
R src/api/config/initializers/nokogiri-builder.rb
A src/api/config/initializers/nokogiri_builder.rb
M src/api/lib/activexml/transport.rb
M src/api/lib/wizard.rb
M src/api/script/import
M src/api/script/start_test_api
M src/api/script/start_test_backend
M src/api/test/activexml_matcher.rb
M src/api/test/functional/published_controller_test.rb
M src/api/test/functional/search_controller_test.rb
M src/api/test/test_helper.rb
Log Message:
-----------
Merge pull request #1093 from bgeuken/rubocop_auto_correct
Rubocop auto correct
Compare: https://github.com/openSUSE/open-build-service/compare/c25ae246003e...4186f…