forked from wireapp/reminders-bot
-
Notifications
You must be signed in to change notification settings - Fork 0
Feat/remove roman related code wpb 17568 #18
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Merged
Merged
Conversation
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
app builds and reminder logic works properly;
Delete: Quarkus rest client dependencies; Add timestamp to reminders on list command; Create interpretCron() to properly display recurrent reminder timestamps;
Create: QualifiedIdConverter for serialization/deserialization; Add: TEST_CONVERSATION_ID to tests for mocking QualifiedId; Fix: givenTomorrowIsGiven_thenTheDateTimeShouldMatchForNowPlusOneDay to use same time reference (UTC);
Add: QualifiedIdExtension to encapsulate QualifiedId serialisation/deserialization; Fix: ReminderJob repository to use full UUID instead obfuscated with .toRawString(); Delete: Tokens table, V3 migration with domain column;
Delete: PlainId.kt; Update: taskId from :TaskId:String to :String; Fix: ktlint and detekt issues;
Fix: CronInterpreter to return custom cron on unhandled pattern;
Add: list of future updates for next PRs;
src/main/kotlin/com/wire/bots/infrastructure/repository/MlsSdkOutgoingMessageRepository.kt
Outdated
Show resolved
Hide resolved
src/test/kotlin/com/wire/bots/application/ReminderMapperTest.kt
Outdated
Show resolved
Hide resolved
Update: application.properties variables for WireSDK with clear naming;
spoonman01
requested changes
May 26, 2025
Replace: Latest features with Features in readme;
spoonman01
approved these changes
May 27, 2025
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
bug
Something isn't working
dependencies
Pull requests that update a dependency file
enhancement
New feature or request
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
PR Submission Checklist for internal contributors
The PR Title
SQPIT-764The PR Description
What's new in this PR?
Issues
Causes (Optional)
/remind listwas not displayed at all.Solutions
Dependencies (Optional)
Testing
Test Coverage (Optional)
How to Test
/remind to "Do smth" "every monday at 09:00"./remind listto see active reminder full info./remind delete <reminder UUID>to delete any type of reminder by UUID provided with/remind listcommand.Notes (Optional)