* INFRA-3529 - Truncated title in slack channel name
* INFRA-3529 : Minor fix
* INFRA-3529 : Dashboard inconsistency fix
* INFRA-3529 : Remove role from daily reminder message
* INFRA-3012 : Houston title changes according to new construct
* INFRA-3012 : add titkle change for resolve and duplicate case
* INFRA-3012 : Failing tests fix
* INFRA-3012 : Added migration script for backfilling
* 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
Bumps the go_modules group with 2 updates in the / directory: [github.com/jackc/pgx/v5](https://github.com/jackc/pgx) and google.golang.org/protobuf.
Updates `github.com/jackc/pgx/v5` from 5.3.1 to 5.5.4
- [Changelog](https://github.com/jackc/pgx/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jackc/pgx/compare/v5.3.1...v5.5.4)
Updates `google.golang.org/protobuf` from 1.31.0 to 1.33.0
---
updated-dependencies:
- dependency-name: github.com/jackc/pgx/v5
dependency-type: direct:production
dependency-group: go_modules-security-group
- dependency-name: google.golang.org/protobuf
dependency-type: indirect
dependency-group: go_modules-security-group
...
Signed-off-by: dependabot[bot] <support@github.com>
* INFRA-2931 : Basic setup for auto archival
* INFRA-2931 : Cron implemented for auto archival
* INFRA-2931 : query based on config map
* INFRA-2931 : change query to is false
* INFRA-2931 : Minor changes in names and duplicate archival conditions
* 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-2901 : Add severity team function for incident use cases
* INFRA-2901 : Add migration scripts as single and add nullability in bot and channel response
---------
Co-authored-by: Shashank Shekhar <shashank.shekhar@navi.com>
* INFRA-2945 | incident_products entity, repo, service and handler
* INFRA-2945 | added product details in the incident DTO and removed incident_product_handler
* 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