Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 26cd1ae79ae69706c1d0568cc44aaa8a33e01753
https://github.com/openSUSE/open-build-service/commit/26cd1ae79ae69706c1d05…
Author: depfu[bot] <23717796+depfu[bot](a)users.noreply.github.com>
Date: 2020-04-17 (Fri, 17 Apr 2020)
Changed paths:
M src/api/Gemfile.lock
Log Message:
-----------
Update rubocop to version 0.82.0
Commit: 1484283715457ab68f9765aa676bd10bcbbc2ec4
https://github.com/openSUSE/open-build-service/commit/1484283715457ab68f976…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M .rubocop.yml
M src/api/.rubocop.yml
Log Message:
-----------
Enable new RuboCop cops by default
Without this, we have to manually enable every new cop. If we don't want to
use a cop, we can still disable it.
Commit: dfc1b618c88e459d38ddeae90b6307a1cab02c58
https://github.com/openSUSE/open-build-service/commit/dfc1b618c88e459d38dde…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M .rubocop_todo.yml
M src/api/.rubocop_todo.yml
Log Message:
-----------
Regenerate the ".rubocop_todo.yml" files
Commit: 5fc245bdc36b3bd5ba95d5bd0375abe7e87d4794
https://github.com/openSUSE/open-build-service/commit/5fc245bdc36b3bd5ba95d…
Author: Dany Marcoux <danymarcoux(a)gmail.com>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M .rubocop.yml
M .rubocop_todo.yml
M src/api/.rubocop.yml
M src/api/.rubocop_todo.yml
M src/api/Gemfile.lock
Log Message:
-----------
Merge pull request #9411 from openSUSE/depfu/update/srcapi/rubocop-0.82.0
[src/api] Update rubocop: 0.81.0 → 0.82.0 (major)
Compare: https://github.com/openSUSE/open-build-service/compare/bd74c3374222...5fc24…
Branch: refs/heads/depfu/update/srcapi/rubocop-0.82.0
Home: https://github.com/openSUSE/open-build-service
Commit: 1484283715457ab68f9765aa676bd10bcbbc2ec4
https://github.com/openSUSE/open-build-service/commit/1484283715457ab68f976…
Author: Dany Marcoux <dmarcoux(a)posteo.de>
Date: 2020-04-23 (Thu, 23 Apr 2020)
Changed paths:
M .rubocop.yml
M src/api/.rubocop.yml
Log Message:
-----------
Enable new RuboCop cops by default
Without this, we have to manually enable every new cop. If we don't want to
use a cop, we can still disable it.
Branch: refs/heads/2.10
Home: https://github.com/openSUSE/open-build-service
Commit: 72e14e9ceacbb6836e85dbf6ed83f0f671974b2a
https://github.com/openSUSE/open-build-service/commit/72e14e9ceacbb6836e85d…
Author: Ruediger Oertel <ro(a)suse.de>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M src/api/script/api_minitest.sh
M src/api/script/prepare_spec_tests.sh
Log Message:
-----------
[api] fix build for mariadb-10.4
build using the current user and try not to break older mariadb
revisions in the process where socket auth was not loaded by default.
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 78b715a048275e6b0171d67bc389969b1beb9b13
https://github.com/openSUSE/open-build-service/commit/78b715a048275e6b0171d…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M src/api/app/presenters/notification_presenter.rb
Log Message:
-----------
Use back notifiable to get the corresponding object
For a while, the notifiable_id values were wrong in the database,
so we couldn't rely on it to get the "notifiable" object (review,
comment) and its request.
As a temporary solution, we took the request number from the event
payload.
Now that the values in the database are correct (after a data migration)
the workaround is reverted.
Commit: bd74c3374222d1220251b34c6601118589be9eb8
https://github.com/openSUSE/open-build-service/commit/bd74c3374222d1220251b…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2020-04-22 (Wed, 22 Apr 2020)
Changed paths:
M src/api/app/presenters/notification_presenter.rb
Log Message:
-----------
Merge pull request #9432 from saraycp/use_back_notifiable
Use back notifiable to get the corresponding object
Compare: https://github.com/openSUSE/open-build-service/compare/c447e49ec898...bd74c…
Branch: refs/heads/master
Home: https://github.com/openSUSE/open-build-service
Commit: 841bda3e88c84958e407dd3d8cb4bac9807cbd7f
https://github.com/openSUSE/open-build-service/commit/841bda3e88c84958e407d…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M src/api/app/presenters/notification_presenter.rb
M src/api/app/views/webui/users/notifications/index.html.haml
Log Message:
-----------
Add excerpt to notifications
According to the type, the notifications list will also show an excerpt
of the description (requests), body (comments) or reason (reviews).
Commit: 1c71fc9c3e23b3e151704d220ca9553fc55cbea6
https://github.com/openSUSE/open-build-service/commit/1c71fc9c3e23b3e151704…
Author: Saray Cabrera Padrón <scabrerapadron(a)suse.de>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M src/api/app/models/event/request_statechange.rb
M src/api/spec/db/data/regenerate_notifications_spec.rb
M src/api/test/fixtures/event_mailer/tom_declined
M src/api/test/functional/request_events_test.rb
Log Message:
-----------
Add old state to notifications' title
In case of RequestStatechange notifications, the title specifies both
old and new state.
Commit: c447e49ec898a4b00f3a528265f42836fb6388c8
https://github.com/openSUSE/open-build-service/commit/c447e49ec898a4b00f3a5…
Author: Henne Vogelsang <hvogel(a)opensuse.org>
Date: 2020-04-21 (Tue, 21 Apr 2020)
Changed paths:
M src/api/app/models/event/request_statechange.rb
M src/api/app/presenters/notification_presenter.rb
M src/api/app/views/webui/users/notifications/index.html.haml
M src/api/spec/db/data/regenerate_notifications_spec.rb
M src/api/test/fixtures/event_mailer/tom_declined
M src/api/test/functional/request_events_test.rb
Log Message:
-----------
Merge pull request #9426 from saraycp/preview_on_notification
Preview on notification
Compare: https://github.com/openSUSE/open-build-service/compare/0f764ce4d023...c447e…