Skip to content

Conversation

ankitsmt211
Copy link
Member

@ankitsmt211 ankitsmt211 commented Feb 20, 2023

Added a file to alter PENDING_REMINDER_TABLE to add another column REMINDER_FAILURE_COUNTER which keeps track of attempts made when /reminder fails.

Also modified RemindRoutine class to handle failures

Closes and fixes #722

@ankitsmt211 ankitsmt211 requested review from a team as code owners February 20, 2023 16:00
@CLAassistant
Copy link

CLAassistant commented Feb 20, 2023

CLA assistant check
All committers have signed the CLA.

@ankitsmt211
Copy link
Member Author

what's happening, is it something wrong with code? not familiar with these automated checks

@Taz03
Copy link
Member

Taz03 commented Feb 20, 2023

what's happening, is it something wrong with code? not familiar with these automated checks

u can click on details to know what each are about

@Zabuzard Zabuzard added bug Something isn't working priority: normal labels Feb 21, 2023
@Zabuzard
Copy link
Member

@ankitsmt211 the issues are mostly related to your code style. u seem to have bypassed the pre-commit hook when u commited and by that skipped spotless. either setup ur pre-commit hooks or run gradle spotless:apply

@ankitsmt211
Copy link
Member Author

Please don't run the checks yet, this still needs some work and i had to update the recent changes to my remote repo atm.

* added Reminder record

* added V13__Add_Reminder_failure_Attempts

* modified RemindRoutine to handle failures

Resolves: #722
@ankitsmt211 ankitsmt211 requested a review from Zabuzard February 23, 2023 03:47
* adds a column in PENDING_REMINDER

* modifies RemindRoutine to handle failures

Resolves: #722
* adds a column for failure attempts in PENDING_REMINDER

* modifies RemindRoutine to handle failure cases

* removes an irrelevant test

Resolves: #722
* adds column failure_attempts in PENDING_REMINDER

* removes irrelevant testcase

* modifies RemindRoutine to handle failures

Resolves: #722
ankitsmt211 and others added 2 commits February 25, 2023 16:12
* add a column for failure attempts in PENDING_REMINDER

* modify RemindRoutine to handle failure cases

* removes an irrelevant test

Resolves: #722
@ankitsmt211 ankitsmt211 requested a review from Zabuzard February 25, 2023 22:13
ankitsmt211 and others added 2 commits February 27, 2023 21:20
* modify RemindRoutine to handle failure cases

* Update PENDING_REMINDER to keep track of failure_attempts

Resolves: #722
@ankitsmt211 ankitsmt211 requested review from Taz03 and Zabuzard and removed request for Taz03 February 27, 2023 18:57
@ankitsmt211 ankitsmt211 requested a review from Taz03 February 28, 2023 11:38
@Zabuzard Zabuzard merged commit 384c66b into Together-Java:develop Mar 1, 2023
@Zabuzard Zabuzard mentioned this pull request Mar 6, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Something isn't working priority: normal

Projects

None yet

Development

Successfully merging this pull request may close these issues.

/remind should retry and log after failure

4 participants