Skip to content
This repository has been archived by the owner on Feb 21, 2019. It is now read-only.

Feature/646 restore email reply #31

Merged
merged 24 commits into from Sep 27, 2018
Merged

Conversation

inkhey
Copy link
Contributor

@inkhey inkhey commented Aug 27, 2018

@coveralls
Copy link

coveralls commented Aug 27, 2018

Pull Request Test Coverage Report for Build 767

  • 0 of 0 changed or added relevant lines in 0 files are covered.
  • 46 unchanged lines in 4 files lost coverage.
  • Overall coverage decreased (-0.8%) to 90.965%

Files with Coverage Reduction New Missed Lines %
tracim_backend/lib/core/userworkspace.py 1 93.62%
tracim_backend/lib/utils/logger.py 1 86.96%
tracim_backend/config.py 9 86.77%
tracim_backend/lib/mail_notifier/notifier.py 35 75.32%
Totals Coverage Status
Change from base Build 762: -0.8%
Covered Lines: 15021
Relevant Lines: 16513

💛 - Coveralls

@inkhey inkhey added the backend label Aug 28, 2018
@inkhey inkhey changed the title WIP: Feature/646 restore email reply Feature/646 restore email reply Sep 6, 2018
heartbeat=self.config.EMAIL_REPLY_CHECK_HEARTBEAT,
use_idle=self.config.EMAIL_REPLY_IMAP_USE_IDLE,
connection_max_lifetime=self.config.EMAIL_REPLY_CONNECTION_MAX_LIFETIME, # nopep8
# FIXME - G.M - 2017-11-15 - proper tracim url formatting
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Remove FIXME (see together)

@@ -125,7 +126,8 @@ def notify_content_update(self, content: Content):
self.config,
self.session,
).notify_content_update(self._user.user_id, content.content_id)
except TypeError as e:
except Exception as e:
Copy link
Collaborator

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

After discuss with @lebouquetin, change excepted class or keep.

@buxx buxx merged commit b51ddf4 into develop Sep 27, 2018
@buxx buxx deleted the feature/646_restore_email_reply branch September 27, 2018 13:27
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants