Commit Graph

349 Commits

Author SHA1 Message Date
Shashank Shekhar
bf9052f75c NTP-4943 | updated unit tests of incident service (#462) 2024-11-12 16:24:06 +05:30
Shashank Shekhar
85a1c89ca6 NTP-4943 | making ee monitoring service webhook call upon severity update (#461)
* NTP-4943 | making ee monitoring service webhook call upon severity update

* NTP-4943 | review comments resolved
2024-11-12 12:26:00 +05:30
Shashank Shekhar
7f75b463b1 NTP-4847 | Updated get incidents unsecured API's response (#460) 2024-09-30 15:43:17 +05:30
Vijay Joshi
5332db8ed3 INFRA-3811 : Tag Value Management Module (#458)
* INFRA-3811 : Tag Value Management Module

* INFRA-3811 : PR review comments

* INFRA-3811 : Entity/Association update fix
2024-09-25 15:23:32 +05:30
Vijay Joshi
4dcffd1e72 INFRA-3811 : Remove severity, business affected, contributing factors,additional tags and add impact in QA Houston (#457)
* INFRA-3811 : Remove severity, business affected, contributing factors, additional tags and add impact

* INFRA-3811 : PR Review comments
2024-09-23 12:17:04 +05:30
Vijay Joshi
fd2a977e82 INFRA-3705 : Creation of RCA ticket for sev-0 non-escalated non-CX incidents (#456)
* INFRA-3705 : Creation of RCA ticket for sev-0 non-escalated non-CX incidents

* INFRA-3705 : Self review

* INFRA-3705 : Fix tests:

* INFRA-3705 : UT's and minor constant changes

* INFRA-3705 : Add migration script
2024-09-17 10:01:07 +05:30
Dhruv Joshi
5c46ee2406 INFRA-3635 | Dhruv | Adds auto incident status change to investigating flow (#455)
* INFRA-3635 | Dhruv | Adds auto incident status change to investigating flow

* INFRA-3635 | Dhruv | Reformats to remove too many changes visible

* INFRA-3635 | Dhruv | Adds initial tests

* INFRA-3635 | Dhruv | fix pr comments

* INFRA-3635 | Dhruv | Fix pr comments

* INFRA-3635 | Dhruv | removes unwanted file change

* INFRA-3635 | Dhruv | initial tests

* INFRA-3635 | Dhruv | updates tests
2024-09-12 16:37:27 +05:30
Vijay Joshi
29ec4eab8c INFRA-3699 : Don't skip other independent flows on any failure in create incident (#454) 2024-09-07 16:30:49 +05:30
Vijay Joshi
e4bc6e7e62 INFRA-3703 : Add created and updated by cloumn to team (#453)
* INFRA-3703 : Add created and updated by cloumn to team

* INFRA-3703 : Add if not exists
2024-09-06 12:51:37 +05:30
Vijay Joshi
843274cf48 INFRA-3703 : Houston side changes to accomodate QA use case (#452)
* INFRA-3703 : Houston side changes to accomodate QA use case

* INFRA-3703 : UT failure fix

* INFRA-3703 : Minor changes

* INFRA-3703 : Unique constraint

* INFRA-3703 : Edit migration file

* INFRA-3703 : PR review comments and UT's

* INFRA-3703 : Channel name resolution
2024-09-05 19:27:42 +05:30
Vijay Joshi
288a7f8457 INFRA-3664 : Make get users in conversation api more performant, add api to sync incident users, module to track request statuses and remove old add incident-user api (#451)
* INFRA-3664 : Make get users in conversation api more performant

* INFRA-3664 : Add apis for incident user sync and get users in incident performance improvements

* INFRA-3664 : Self review

* INFRA-3664 : Add migration script

* INFRA-3664 : Review comments

* INFRA-3664 : Constant chanes

* INFRA-3664 : Add rate limit constants

* INFRA-3664 : Add rate limit constants

* INFRA-3664 : Fix failing tests

* INFRA-3664 : Add UT's
2024-08-29 11:52:56 +05:30
Vijay Joshi
a10d71aaea INFRA-3661 : Filter out errors for duplicate key value pairs (#450)
* INFRA-3661 : Filter out errors for duplicate key value pairs

* INFRA-3661 : PR review changes

* INFRA-3611 : Remove whitespace
2024-08-12 17:25:26 +05:30
Vijay Joshi
62d65862b7 INFRA-3611 : Add more logs for better debugging of events (#449)
* INFRA-3611 : Add more logs for better debugging of events

* INFRA-3611 : Log tag fix
2024-08-09 17:32:04 +05:30
Vijay Joshi
2df1603fd2 INFRA-3661 : Make Data fetch calls concurrent to avoid timeouts (#448) 2024-08-09 12:36:58 +05:30
Vijay Joshi
3cfebd20a6 INFRA-3467 : Filter out failures on Non-Houston channel events (#447) 2024-08-08 23:44:47 +05:30
Vijay Joshi
1b5d9f1285 INFRA-3467 : Migration fix for conflicting no (#446) 2024-08-08 19:26:03 +05:30
Vijay Joshi
804be01c2f INFRA-3467 : Private Houston Incidents (#445)
* INFRA-3467 : Private Houston Incidents

* INFRA-3627 : Minor self review

* INFRA-3627 : PR Review changes

INFRA-3627 : Minor changes

INFRA-3627 : UT fix

INFRA-3637 : Message changes

INFRA-3627 : Minor changes

INFRA-3627 : Constant fix

INFRA-3627 : Do not post SLA breach in public channels for private incidents
2024-08-08 19:20:04 +05:30
Shashank Shekhar
9d5c03b8da INFRA-3646 | move sev-4 members into sev-3 for every team (#443) 2024-08-05 16:24:40 +05:30
Shashank Shekhar
8d46e73771 INFRA-3646 | move sev-4 members into sev-3 for every team (#442) 2024-08-05 16:07:42 +05:30
Vijay Joshi
55da2b4791 INFRA-3570 : Do not show the current severity and status in update incident in slack UI (#439)
* 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
2024-07-18 13:17:28 +05:30
Vijay Joshi
0ef44c2b49 INFRA-3579 : Decoupling RCA from fill RCA details from resolve Houston (#441) 2024-07-16 18:14:35 +05:30
Amit Jambotkar
83f52782cd INFRA-3437|Amit|Add resolve restriction (#440) 2024-07-15 19:15:18 +05:30
Shashank Shekhar
7489f0fd77 INFRA-3544 | Adding Sev-4 in Houston (#438)
* INFRA-3554 | Adding sev-4 severity

* INFRA-3554 | Adding the migration queries
2024-07-15 17:49:40 +05:30
Amit Jambotkar
49eac6c09b INFRA-3437|Amit|Add resolve restriction (#437) 2024-07-15 13:06:16 +05:30
Amit Jambotkar
8915c79e18 INFRA-3437|Amit|Add resolve restriction (#435)
* INFRA-3437|Amit|Add resolve restriction

* INFRA-3437|Amit|Add resolve restriction

* INFRA-3437|Amit|Add resolve restriction

* INFRA-3437|Amit|Add resolve restriction

* INFRA-3437|Amit|Add resolve restriction
2024-07-14 16:13:41 +05:30
Vijay Joshi
293220ded8 INFRA-3565 : Remove retrospective and service owner in incident roles (#434)
* INFRA-3565 : Remove retrospective and service owner in incident roles

* INFRA-3565 : Build failure fix
2024-07-11 14:53:39 +05:30
Vijay Joshi
9448e8ec83 INFRA-3529 - Truncated title in slack channel name (#433)
* 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
2024-07-09 15:07:43 +05:30
Amit Jambotkar
820357f23b INFRA-3437 : Severity changes fix (#432)
* INFRA-3437|Amit|Severity reduction

* INFRA-3437|Amit|Severity reduction

* INFRA-3437|Amit|Severity reduction
2024-06-18 20:14:14 +05:30
Amit Jambotkar
4e3e7dd253 INFRA-3437|Amit|Severity reduction (#431) 2024-06-18 19:22:21 +05:30
Vijay Joshi
ee22f4790f INFRA-3437 : UT failure fix (#430)
* INFRA-3437 : Compilation error fix

* INFRA-3437 : UT failure fix
2024-06-18 18:08:43 +05:30
Vijay Joshi
4ccbc55c60 INFRA-3437 : Compilation error fix (#429) 2024-06-18 18:01:30 +05:30
Amit Jambotkar
3a3a0a7c26 INFRA-3437|Amit|Severity reduction (#427)
* INFRA-3437|Amit|Severity reduction

* INFRA-3437|Amit|Severity reduction

* INFRA-3437|Amit|Severity reduction
2024-06-18 17:54:10 +05:30
Vijay Joshi
3186979c34 INFRA-3362 : Filters based on reporting teams and products (#428)
* INFRA-3362 : Filters based on reporting teams and products

* INFRA-3362 : Add grouping in query

* INFRA-3362 : Fix formatting

* INFRA-3362 : Fix formatting
2024-06-18 15:01:28 +05:30
Sriram Bhargav
4950c48038 TP-63844 | Update channel name logic (#426)
* TP-63844 | Update channel name logic
2024-06-06 17:15:10 +05:30
Vijay Joshi
dbf408380f INFRA-3233 : Remove create role (#425) 2024-05-27 11:39:31 +05:30
Vijay Joshi
f00757c590 INFRA-3233 : Grant dbz heartbeat access (#424) 2024-05-27 11:25:37 +05:30
Vijay Joshi
9a0d844e11 INFRA-3233 : Add dbz hearbeat (#422) 2024-05-26 11:51:03 +05:30
Vijay Joshi
b91d71e817 INFRA-3012 : Change ssl to require (#421) 2024-04-26 15:37:19 +05:30
Vijay Joshi
0d4400fc77 INFRA-3012 : migration ssl fix (#419) 2024-04-26 15:16:49 +05:30
Vijay Joshi
29f0c7bacc INFRA-3012 : Houston topic changes according to new construct (#415)
* 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
2024-04-26 14:52:12 +05:30
dependabot[bot]
bd5e479e0f Bump golang.org/x/net in the go_modules group across 1 directory
Bumps the go_modules group with 1 update in the / directory: [golang.org/x/net](https://github.com/golang/net).


Updates `golang.org/x/net` from 0.22.0 to 0.23.0
- [Commits](https://github.com/golang/net/compare/v0.22.0...v0.23.0)

---
updated-dependencies:
- dependency-name: golang.org/x/net
  dependency-type: indirect
  dependency-group: go_modules
...

Signed-off-by: dependabot[bot] <support@github.com>
2024-04-21 05:55:01 +00:00
Vijay Joshi
1f1679b272 INFRA-3126 : Cleanup of deprecated API's and dead code (#414)
* INFRA-3126 : Cleanup of deprecated API's and dead code

* INFRA-3126 : More cleanup
2024-04-15 17:28:39 +05:30
Vijay Joshi
0ed941abc3 INFRA-3151 : Add unarchival listener to add houston bot to incident slack channel (#416)
* INFRA-3151 : Add unarchival listener to add houston bot to incident slack channel

* INFRA-3151 : review comments

* INFRA-3151 : format fix
2024-04-12 18:53:06 +05:30
Vijay Joshi
602db7741c INFRA-2887 : Incident reminder dm cron refactor/re-implementation (#413)
* INFRA-2887 : Incident reminder cron refactor/reimplementation

* INFRA-2887 : remove cron code

* INFRA-2887 : remove comment

* INFRA-2887 : Minor changes

* INFRA-2887 : PR comments

* INFRA-3121 : CLEANUP CRON, remove shedlock table and add UT's

* INFRA-2887 : Add default ack

* INFRA-2887 : Handler changes
2024-04-02 18:49:11 +05:30
Vijay Joshi
8cd72b46a3 INFRA-2887 : Upsert users cron refactor (#412)
* INFRA-2887 : Upsert users cron refactor

* INFRA-2887 : Review changes

* INFRA-2887 : added UT's

* INFRA-2887 : Second round review changes

* INFRA-2887 : Add default ack

* INFRA-2887 : Add default ack

* INFRA-2887 : make flow async
2024-04-02 16:25:34 +05:30
Vijay Joshi
0d613a4bfb INFRA-2887 : SLA breach heads up cron refactor/reimplementation (#411)
* INFRA-2887 : SLA breach heads up cron refactor/reimplementation

* INFRA-2887 : Code review comments
2024-04-01 19:18:38 +05:30
Vijay Joshi
15c25eeae3 INFRA-2887 : auto archive refactor (#410)
* INFRA-2887 : Refactor auto escalate

* INFRA-2887 : Old cron cleanup and waitgroup refactor

* INFRA-2887 : Remove redundant nil check

* INFRA-3101 : aDD UT'S AND RETRYABLE LOGIC

* INFRA-2887 : review comments
2024-03-28 15:09:44 +05:30
Vijay Joshi
a8a0d44da9 INFRA-3098 : Auto escalate refactor (#409)
* INFRA-3098 : Auto escalate refactor

* INFRA-3098 : Delete old cron code

* INFRA-2887 : File and api name changes

* INFRA-2887 : Code review comments
2024-03-27 19:06:22 +05:30
Vijay Joshi
164a29cb86 INFRA-2887 : Added api for post team metrics (#407)
* 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
2024-03-25 14:26:44 +05:30
Shashank Shekhar
b88006f469 INFRA-2866 | removing houston user check from get user products API (#408) 2024-03-22 17:17:42 +05:30