[openSUSE/open-build-service] a709ad: Move reads from the diff_ref column to the new dif...
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: a709ad9b17752a147081791477adbd860e79913b https://github.com/openSUSE/open-build-service/commit/a709ad9b17752a14708179... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-10-22 (Tue, 22 Oct 2024) Changed paths: M src/api/app/components/bs_request_activity_timeline_component.rb M src/api/app/components/bs_request_comment_component.html.haml M src/api/app/components/bs_request_comment_component.rb M src/api/app/components/comment_component.rb M src/api/app/components/diff_component.html.haml M src/api/app/components/diff_list_component.rb M src/api/app/controllers/webui/comments_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/models/comment.rb M src/api/app/models/event/comment_for_request.rb M src/api/app/views/webui/comment/_comment_field.html.haml M src/api/app/views/webui/comment/_content.html.haml M src/api/app/views/webui/request/_add_inline_comment.html.haml M src/api/app/views/webui/request/_inline_comment.html.haml M src/api/app/views/webui/request/inline_comment.js.erb M src/api/config/routes/webui.rb Log Message: ----------- Move reads from the diff_ref column to the new diff_* columns Commit: 83f5426ca767118bed999b1ca382272afa999861 https://github.com/openSUSE/open-build-service/commit/83f5426ca767118bed999b... Author: Eduardo Navarro <enavarro@suse.com> Date: 2024-10-22 (Tue, 22 Oct 2024) Changed paths: M src/api/spec/controllers/comments_controller_spec.rb M src/api/spec/features/webui/requests/diff_comments_spec.rb M src/api/spec/features/webui/requests/submissions_spec.rb Log Message: ----------- Adapt specs after moving reads from `diff_ref` to ... ... read from `diff_line_index` and `diff_line_number` Commit: 373ce1985378a452d4fcf8a384d5ccf72a627423 https://github.com/openSUSE/open-build-service/commit/373ce1985378a452d4fcf8... Author: Eduardo J. <enavarro@suse.com> Date: 2024-10-22 (Tue, 22 Oct 2024) Changed paths: M src/api/app/components/bs_request_activity_timeline_component.rb M src/api/app/components/bs_request_comment_component.html.haml M src/api/app/components/bs_request_comment_component.rb M src/api/app/components/comment_component.rb M src/api/app/components/diff_component.html.haml M src/api/app/components/diff_list_component.rb M src/api/app/controllers/webui/comments_controller.rb M src/api/app/controllers/webui/request_controller.rb M src/api/app/models/comment.rb M src/api/app/models/event/comment_for_request.rb M src/api/app/views/webui/comment/_comment_field.html.haml M src/api/app/views/webui/comment/_content.html.haml M src/api/app/views/webui/request/_add_inline_comment.html.haml M src/api/app/views/webui/request/_inline_comment.html.haml M src/api/app/views/webui/request/inline_comment.js.erb M src/api/config/routes/webui.rb M src/api/spec/controllers/comments_controller_spec.rb M src/api/spec/features/webui/requests/diff_comments_spec.rb M src/api/spec/features/webui/requests/submissions_spec.rb Log Message: ----------- Merge pull request #16971 from eduardoj/refactoring/replace_diff_ref_iv Move reads from the `diff_ref` column to the new `diff_*` columns Compare: https://github.com/openSUSE/open-build-service/compare/9642c4b38fad...373ce1... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Eduardo J.