From 5e9c243cfa7feaa113f180e92b5bcf4e92f6eec7 Mon Sep 17 00:00:00 2001 From: Ajay Devarakonda Date: Thu, 7 Dec 2023 18:53:24 +0530 Subject: [PATCH] TP-48512 | Fixed tag value indexes (#313) * TP-38709 | Merging the changes to master on the logfix * TP-48512 | Added button element for RCA section and implemented fill rca details * TP-48512 | Small fixes * TP-48512 | adding unit tests * TP-48512 | added unit tests * TP-48512 | updated color code for rca card * TP-48512 | Removed duplicate interface * TP-48512 | Added one more unit test * TP-48512 | added comments for jira link validation and update * TP-48512 | Merging the changes to master on the logfix # Conflicts: # cmd/app/handler/slack_handler.go * TP-48512 | Added button element for RCA section and implemented fill rca details # Conflicts: # common/util/common_util.go # common/util/constant.go # internal/processor/action/incident_resolve_action.go # internal/processor/action/incident_update_jira-links_action.go # internal/processor/action/incident_update_resolution_text_action.go # internal/processor/action/view/incident_resolution_text.go # internal/processor/action/view/incident_section.go # service/slack/slack_service.go * TP-48512 | Small fixes * TP-48512 | adding unit tests * TP-48512 | added unit tests # Conflicts: # Makefile # service/incident/incident_service_v2_interface.go * TP-48512 | updated color code for rca card * TP-48512 | Removed duplicate interface * TP-48512 | Added one more unit test * TP-48512 | added comments for jira link validation and update * TP-48512 | Fixed merge conflicts * TP-48512 | Fixed merge conflicts * TP-48512 | Fixed merge conflicts * TP-48512 | Added sql migration script for adding tags * TP-48512 | Updated sql migration script for adding tags * TP-48512 | Fixed merge conflicts and updated tags in sql migration script * TP-48512 | Fixed migration duplicate * TP-48512 | Fixed migration fkey constraints * TP-48512 | Fixed tag indexes of tags --- .../000009_add_tagvalues_columns.up.sql | 110 +++++++++--------- 1 file changed, 55 insertions(+), 55 deletions(-) diff --git a/db/migration/000009_add_tagvalues_columns.up.sql b/db/migration/000009_add_tagvalues_columns.up.sql index ab70b3f..b7c7a4b 100644 --- a/db/migration/000009_add_tagvalues_columns.up.sql +++ b/db/migration/000009_add_tagvalues_columns.up.sql @@ -1,57 +1,57 @@ insert into tag_value ("tag_id","value","create_at","updated_at","deleted_at","active") values - (22,'Internal','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (22,'Vendor','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (23,'UPI','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (23,'AMC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (23,'Rewards','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (23,'Gold','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (23,'GI','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (23,'HL','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (23,'PL','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'LoginPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_BasicDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_Permission','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_MFIScreen','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_WorkDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_GenerateOffer','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_PennyDrop','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_AutoPaySetup','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_KYCPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_Disbursement','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_SignAgreement','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_Loan/Offer_Details','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'PL_PostPurchase','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_Property_Details','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_Employment_Details','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_Document_Upload','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_WorkDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_PersonalDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_IncomeVerification','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_CommunicationAdd','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_MandateSetup','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_Disbursement','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'HL_PostPurchase','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'AMC_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'AMC_PennyDrop','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'AMC_MandateSetup','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'AMC_PortfolioPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'AMC_SIPPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'AMC_OrdersPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'AMC_FundLandingPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'DG_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'DG_LandingPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'DG_TransactionPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'DG_SetUpSIP','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'DG_SellPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'DG_BuyPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_Renewal','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_AddMember','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_NCB','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_PaymentIssue','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_DocumentGeneration','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_Claim','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_IOS','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), - (24,'GI_exceptions','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE); \ No newline at end of file + (26,'Internal','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (26,'Vendor','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (27,'UPI','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (27,'AMC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (27,'Rewards','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (27,'Gold','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (27,'GI','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (27,'HL','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (27,'PL','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'LoginPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_BasicDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_Permission','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_MFIScreen','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_WorkDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_GenerateOffer','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_PennyDrop','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_AutoPaySetup','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_KYCPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_Disbursement','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_SignAgreement','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_Loan/Offer_Details','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'PL_PostPurchase','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_Property_Details','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_Employment_Details','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_Document_Upload','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_WorkDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_PersonalDetails','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_IncomeVerification','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_CommunicationAdd','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_MandateSetup','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_Disbursement','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'HL_PostPurchase','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'AMC_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'AMC_PennyDrop','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'AMC_MandateSetup','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'AMC_PortfolioPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'AMC_SIPPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'AMC_OrdersPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'AMC_FundLandingPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'DG_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'DG_LandingPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'DG_TransactionPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'DG_SetUpSIP','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'DG_SellPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'DG_BuyPage','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_Renewal','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_KYC','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_AddMember','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_NCB','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_PaymentIssue','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_DocumentGeneration','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_Claim','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_IOS','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE), + (28,'GI_exceptions','2023-12-01 07:10:20.550404','2023-12-01 07:10:20.550404',NULL,TRUE);