-
Notifications
You must be signed in to change notification settings - Fork 32
✨ On first support message send email to fogbugz #8238
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
✨ On first support message send email to fogbugz #8238
Conversation
Codecov Report❌ Patch coverage is Additional details and impacted files@@ Coverage Diff @@
## master #8238 +/- ##
==========================================
- Coverage 88.00% 85.35% -2.66%
==========================================
Files 1916 743 -1173
Lines 74066 34324 -39742
Branches 1301 175 -1126
==========================================
- Hits 65185 29298 -35887
+ Misses 8490 4969 -3521
+ Partials 391 57 -334
Continue to review full report in Codecov by Sentry.
🚀 New features to boost your workflow:
|
Introduces Redis-based exclusive locking to ensure atomicity between message creation and first-message checking, preventing race conditions in concurrent environments and maintaining data consistency.
...rver/src/simcore_service_webserver/conversations/_controller/_conversations_messages_rest.py
Outdated
Show resolved
Hide resolved
...rver/src/simcore_service_webserver/conversations/_controller/_conversations_messages_rest.py
Show resolved
Hide resolved
...ices/web/server/src/simcore_service_webserver/conversations/_conversation_message_service.py
Show resolved
Hide resolved
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
nice, thanks!
...rver/src/simcore_service_webserver/conversations/_controller/_conversations_messages_rest.py
Show resolved
Hide resolved
...rver/src/simcore_service_webserver/conversations/_controller/_conversations_messages_rest.py
Outdated
Show resolved
Hide resolved
...rver/src/simcore_service_webserver/conversations/_controller/_conversations_messages_rest.py
Show resolved
Hide resolved
...rver/src/simcore_service_webserver/conversations/_controller/_conversations_messages_rest.py
Show resolved
Hide resolved
…obuliak66/osparc-simcore into create-case-in-fogbugz-via-email
Improves code readability by updating the support message creation function name to better reflect its purpose and behavior when checking if the message is the first in the conversation.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
thanks
|
5718eb4
into
ITISFoundation:master



What do these changes do?
Related issue/s
How to test
Dev-ops