[openSUSE/open-build-service] 669ded: Read from decision_type instead of decision_kind
Branch: refs/heads/master Home: https://github.com/openSUSE/open-build-service Commit: 669ded2430103b1b8629cf5392dfc754063c325f https://github.com/openSUSE/open-build-service/commit/669ded2430103b1b8629cf... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths: M src/api/app/components/canned_responses_dropdown_component.html.haml M src/api/app/components/canned_responses_dropdown_component.rb M src/api/app/components/reports_modal_component.rb M src/api/app/controllers/webui/users/canned_responses_controller.rb M src/api/app/models/canned_response.rb M src/api/app/views/webui/comment/_comment_field.html.haml M src/api/app/views/webui/users/canned_responses/edit.html.haml M src/api/app/views/webui/users/canned_responses/index.html.haml M src/api/spec/components/canned_responses_dropdown_component_spec.rb M src/api/spec/factories/canned_responses.rb M src/api/spec/features/webui/canned_responses_spec.rb Log Message: ----------- Read from decision_type instead of decision_kind In the code related to canned responses, using the term `kind` don't make sense since we start using Decision#type. We rename `kind` to `type`. Commit: faa060ebbc5366e5bb859ba26d3e2ee353a78042 https://github.com/openSUSE/open-build-service/commit/faa060ebbc5366e5bb859b... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths: M src/api/app/models/canned_response.rb Log Message: ----------- Ignore old column that can be cached Commit: d75107f0b73dbbeb67184a88dc1bf85ea8e8bd21 https://github.com/openSUSE/open-build-service/commit/d75107f0b73dbbeb67184a... Author: Saray Cabrera Padrón <scabrerapadron@suse.de> Date: 2024-04-22 (Mon, 22 Apr 2024) Changed paths: A src/api/spec/controllers/webui/users/canned_responses_controller_spec.rb Log Message: ----------- Add controller specs for canned responses Commit: 878ca48c43b7437a8d1367b27533d2da49ad8b42 https://github.com/openSUSE/open-build-service/commit/878ca48c43b7437a8d1367... Author: Saray Cabrera Padrón <scabrerapadron@suse.com> Date: 2024-04-23 (Tue, 23 Apr 2024) Changed paths: M src/api/app/components/canned_responses_dropdown_component.html.haml M src/api/app/components/canned_responses_dropdown_component.rb M src/api/app/components/reports_modal_component.rb M src/api/app/controllers/webui/users/canned_responses_controller.rb M src/api/app/models/canned_response.rb M src/api/app/views/webui/comment/_comment_field.html.haml M src/api/app/views/webui/users/canned_responses/edit.html.haml M src/api/app/views/webui/users/canned_responses/index.html.haml M src/api/spec/components/canned_responses_dropdown_component_spec.rb A src/api/spec/controllers/webui/users/canned_responses_controller_spec.rb M src/api/spec/factories/canned_responses.rb M src/api/spec/features/webui/canned_responses_spec.rb Log Message: ----------- Merge pull request #16015 from saraycp/replace_kind_with_type Replace kind with type Compare: https://github.com/openSUSE/open-build-service/compare/908c26305980...878ca4... To unsubscribe from these emails, change your notification settings at https://github.com/openSUSE/open-build-service/settings/notifications
participants (1)
-
Saray Cabrera Padrón