Remove association between ChatName and Integration - Step 3
requested to merge bmarjanovic/remove-association-between-chatname-and-integration-step-3 into master
What does this MR do and why?
As a part of Identify users in Slack without a project or integration epic, and per issue, this MR removes:
-
integration_id
column from thechat_names
table -
Project
andService
values from active chat names preview/-/profile/chat_names
- relationship between
integrations
andchat_names
- irrelevant specs
Screenshots or screen recordings
Before | Now |
---|---|
How to set up and validate locally
- Checkout the
bmarjanovic/remove-association-between-chatname-and-integration-step-3
branch - Run
rails db:migrate
command - Visit the
chat_names
page, and validate there are no Project and Service values (e.g. http://gdk.test:3000/-/profile/chat_names)
MR acceptance checklist
This checklist encourages us to confirm any changes have been analyzed to reduce risks in quality, performance, reliability, security, and maintainability.
-
I have evaluated the MR acceptance checklist for this MR.
Related to #384974 (closed)
Edited by Bojan Marjanovic