Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: f607c2f47506ad792809a9992016648eecc99d3a https://github.com/openSUSE/open-build-service/commit/f607c2f47506ad792809a9... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M src/api/app/controllers/webui/comments_controller.rb M src/api/app/models/report.rb M src/api/app/policies/comment_lock_policy.rb M src/api/app/policies/comment_policy.rb M src/api/app/views/webui/reports/show.html.haml Log Message: ----------- Add comments to reports Moderators could need to keep a conversion between each other to take the right decision. They can now use comments on the report page for that. Commit: fb9d2d08a9467982883e3837281728fb84d82bdf https://github.com/openSUSE/open-build-service/commit/fb9d2d08a9467982883e38... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M src/api/.rubocop_todo.yml Log Message: ----------- Ignore Metrics/CyclomaticComplexity offense As one of the conditions will disappear soon, when rolling out of beta, we can ignore it temporarily instead of refactoring. Commit: 99446ccd6610c1b308cd6828e4e894298d61a9ec https://github.com/openSUSE/open-build-service/commit/99446ccd6610c1b308cd68... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: A src/api/spec/policies/comment_lock_policy_spec.rb Log Message: ----------- Add CommentLockPolicy spec Commit: 6841241481036ba8295f71c62ac0686b28b67916 https://github.com/openSUSE/open-build-service/commit/6841241481036ba8295f71... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-25 (Thu, 25 Apr 2024) Changed paths: M src/api/spec/factories/comments.rb M src/api/spec/policies/comment_policy_spec.rb Log Message: ----------- Adapt specs to cover report's comments Co-authored-by: Eduardo Navarro <enavarro@suse.com> Commit: f8b3a68ef835e2b1bef17d6810e52256b9ee5a61 https://github.com/openSUSE/open-build-service/commit/f8b3a68ef835e2b1bef17d... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M src/api/app/policies/report_policy.rb M src/api/spec/policies/report_policy_spec.rb Log Message: ----------- Avoid reporting reports' comments Commit: 3eb9afeae5a5a06d13ba7a8ea026e4f907241727 https://github.com/openSUSE/open-build-service/commit/3eb9afeae5a5a06d13ba7a... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M src/api/spec/policies/comment_policy_spec.rb Log Message: ----------- Rephrase specs contexts Commit: 4166924ce7302383a65e6f883948dd1a5a020828 https://github.com/openSUSE/open-build-service/commit/4166924ce7302383a65e6f... Author: Saray Cabrera Padrón <scabrerapadron@suse.com> Date: 2024-04-26 (Fri, 26 Apr 2024) Changed paths: M src/api/.rubocop_todo.yml M src/api/app/controllers/webui/comments_controller.rb M src/api/app/models/report.rb M src/api/app/policies/comment_lock_policy.rb M src/api/app/policies/comment_policy.rb M src/api/app/policies/report_policy.rb M src/api/app/views/webui/reports/show.html.haml M src/api/spec/factories/comments.rb A src/api/spec/policies/comment_lock_policy_spec.rb M src/api/spec/policies/comment_policy_spec.rb M src/api/spec/policies/report_policy_spec.rb Log Message: ----------- Merge pull request #16051 from saraycp/comments_report Comments on reports Compare: https://github.com/openSUSE/open-build-service/compare/c9f4574398f6...416692... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications