* NTP-24894 | Text change in slack modal.
* NTP-24894 | Adding more constant teamTypes.
* NTP-24894 | Added functions to allow for teamType update.
* NTP-24894 | Added validation in addTeamRequest.
* NTP-24894 | Comment resolution and new functions (#477)
* NTP-24894 | Added filter on Reporting teams.
* NTP-24894 | Added new function for all teams fetch in team service.
* NTP-24894 | sending all teams in response for slack modal.
* NTP-24894 | Added tests for UpdateTeam flow.
* NTP-24894 | Fixing logic and using util.
* NTP-24894 | Using enum-map for teamType validation.
* NTP-24894 | Variable name change.
* NTP-24894 | Adding teamType to TeamDTOs when fetching using productid.
* NTP-24894 | Revisions in function for team population.
* NTP-24894 | Removed unneeded function.
* NTP-24894 | Removed unneeded interface of function
* NTP-24894 | Updated test scripts.
* NTP-24894 | Logic changes, modal text change.
* NTP-24894 | Using ID for first occurence, updated tests.
* NTP-40086 | Selective filtering based on Product.
* NTP-40086 | Updated tests for incident_orch.
* NTP-40086 | replaced with constants.
* NTP-24894 | Moved functions to teamService.
* NTP-40086 | added new function in repo for filtering during fetch.
* NTP-40086 | Removed unused function.
* NTP-40086 | added tests and removed interface of previously removed fuc.
* NTP-40086 | Added direct filtering function during data fetch from repo.
* NTP-40086 | Refactoring and adding more tests.
* NTP-24894 | Text changed in incident summary.
* NTP-40086 | Refactoring function.
* NTP-40086 | Editting team service for unused functions.
* NTP-40086 | Added new util function for generic intersection.
* NTP-40086 | Text changed at multiple places.
* NTP-40086 | Text change.
* NTP-40086 | text change.
* INFRA-3570 : Do not show same severity and status in update incident in slack UI
* INFRA-3570 : Cyclic dependency fix
* INFRA-3570 : Minor changes
* INFRA-3570 : Add UT'S
* INFRA-3570 : Major refactor
* INFRA-3570 : Move all incident status repo functions to new service
* INFRA-3570 : Add UT's
* INFRA-2887 : Added api for post team metrics
* INFRA-2887 : Separate services into cron specific purpose
* INFRA-2887 : PR Review changes
* INFRA-2887 : Old cron cleanup
* INFRA-2887 : Add util fn
* INFRA-2887 : Ashvin's review comments
* INFRA-2887 : empty check on team channel
* INFRA-2866 | create incident modal with product
* INFRA-2866 | Update product flow
* INFRA-2866 | Resolving review comments
* INFRA-2866 | Adding default values for product, assigner and responder
* INFRA-2866 | bug fix in getting assigner and responder team
* INFRA-2866 | bug-fix: users in no team are not getting products
* INFRA-2866 | adding log lines
* INFRA-2866 | adding assigner team members into incident
* INFRA-2866 | updated help command response text
* INFRA-2866 | adding assigner team members by severity
* INFRA-2866 | updating product list for users with no product
* INFRA-2866 | assigner teams = (teamsOfUser ++ teamsOfSelectedProducts)
* INFRA-2866 | renamed assigner to reporting team
* INFRA-2866 | query to seed product as others for current open incidents without any product
* INFRA-2866 | added APIs to get product for user and to get asigner and responder teams
* INFRA-2866 | added create-incident-v3 API
* INFRA-2866 | migration script to fill team_severity, team_user and team_user_severity tables
* INFRA-2866 | adding team severity users upon team and severity update
* INFRA-2866 | using update team v2 in slack action
* INFRA-2866 | update product flow
* INFRA-2866 | fixed user not invited issue
* INFRA-2866 | updated API paths
* INFRA-2866 | using constant for header fetching
* INFRA-2866 | PR review changes
* INFRA-2873 : Completed till update team and remove member flow
* INFRA-2873 : Complete make manager, remove member, get teams flow
* INFRA-2873 : Minor auth service and rebase changes
* INFRA-2873 : Minor changes
* INFRA-2873 : Minor changes
* INFRA-2873 : PR Review changes
* INFRA-2873 : Added UTs
* INFRA-2873 : Second round review changes
* INFRA-2873 : Boilerplate setup for team management revamp:
* INFRA-2873 : Complete till add team flow
* INFRA-2873 : Added unit tests and migration scripts
* INFRA-2873 : Code review comments
* INFRA-2873 : Add getter for team severity
* INFRA-2873 : Second round of review
* INFRA-2915 | ProductTeams entity, Model and Repo
* INFRA-2915 | ProductTeams service, handler and tests
* INFRA-2915 | Added composit unique constrain for product and team ids
* INFRA-2847 | Added API to remove member from severity
* INFRA-2847 | Adding missing return statements after http responses
* INFRA-2847 | Checking if user is already part of sev list or not before removing
* INFRA-2847 | Updated error messages and code formatting
* TP-52454| created zenduty integration
* TP-52454| added migration script for external team table
* TP-52454| added extra logs
* TP-52454| modified logs
* TP-52454|added extra logs
* TP-52454| changed post url for zenduty
* TP-52454| fixed bugs in zenduty client
* TP-52454| created constants for environmental varibales
* TP-52454| enabled zenduty if severity is less than or equal to the defined config
* created service for sending google transcripts to gen ai
* TP-45807| resolved bugs in drive service tests
* TP-45807| unit tests for getting conversation data function
* creating driveservice in app context and passing to rca service
* modified the unit tests to accomodate driveservicemock
* resolved merge conflicts
* resolved merge conflicts
* TP-51013 | incident_jira entity, repo and service
* TP-51013 | get jira status api
* TP-51013 | added db migration file
* TP-51013 | added migration query to migrate existing jira links into new table
* TP-51013 | removing linked_jira_issues column from incident table
* TP-51013 | removing empty jira fields if no response found for a jira key in jira api response
* TP-51013 | handled jira api failure cases, will return empty jira fields
* TP-51013 | removed linked_jira_issues field from incident entity
* TP-51013 | handled jira link addition and removal in slack action
* TP-51013 | resolving PR comments
* TP-51013 | adding jira link max length check
* TP-47335| created teamservice version 2 for get teams api
* TP-47335| modified the getusers info function to handle nil error
* refactored the structure of team service and created interfaces
* TP-47335| created unit tests
* TP-47335| added unit tests for get teams api
* resolved PR comments
* created custom error types
* made some changes in unit tests
* added unit tests for team handler
* solved merge conflicts
* solved invalid users bug
* resolved merge conflicts
* restricting incident title length to 100 characters
* removed unecessary comments
* TP-49403 | parameterized slash command
* TP-49403 | handeling resolve and rca params also implemented Help-Commands button
* TP-49403 | using command pattern for command resolutiuon and execution
* TP-49403 | made find team by name and find severity by name queries case insensitive
* TP-49403 | updating help message keys
* TP-47360| created services to upload slack conversation to cloud and send urls to generate RCA
* created rca input repository
* TP-47360| enabled generating rca service on resolution
* resolved merge conflicts
* TP-47360| added migration script for creating rca input table
* changed json response structure according to contract
* added unit tests
* removed api to make gen ai call
* made changes in message format posted in slack
* changed entity struct and adding flag to enable rca generation
* attaching title, description and replies related to incident status block
* made design changes in message format
* TP-47297 | Slack DM for incident reminder - A cron job to send list of open incidents to every users who are part of it along with their role in it
* Delete common/util/config_util.go
---------
Co-authored-by: Md Anees <md.anees@navi.com>