2017-02-17 06:53:20 +08:00
|
|
|
##### Elastic Beanstalk Files
|
|
|
|
.elasticbeanstalk/*
|
|
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
|
|
!.elasticbeanstalk/*.global.yml
|
2015-08-15 06:40:11 +08:00
|
|
|
|
2017-02-17 06:53:20 +08:00
|
|
|
##### Arcanist / Phab
|
|
|
|
**/.arcconfig
|
|
|
|
**/.arclint
|
|
|
|
**/arclib
|
2015-09-23 11:11:51 +08:00
|
|
|
|
2017-02-17 06:53:20 +08:00
|
|
|
##### Client Private Plugins (symlinked)
|
|
|
|
**/client-app/src/error-logger-extensions
|
|
|
|
**/client-app/src/nylas-private-*
|
|
|
|
**/internal_packages/nylas-private-*
|
|
|
|
**/internal_packages/activity-list
|
|
|
|
**/internal_packages/composer-mail-merge
|
|
|
|
**/internal_packages/composer-scheduler
|
|
|
|
**/internal_packages/link-tracking
|
|
|
|
**/internal_packages/open-tracking
|
|
|
|
**/internal_packages/send-later
|
|
|
|
**/internal_packages/send-reminders
|
|
|
|
**/internal_packages/thread-sharing
|
|
|
|
**/internal_packages/client-sync
|
2016-12-17 02:08:21 +08:00
|
|
|
|
2017-02-17 06:53:20 +08:00
|
|
|
##### Node modules
|
[local-sync, cloud-api, cloud-workers] Fix msg id collision, tracking and sending issues, some refactoring
Summary:
This diff solves a few separate issues from T7313, T7316, T7282, and it refactors
the send code a little bit.
Initially, the problem that led to this diff was generating message ids that
wouldn't collide (which was causing errors in the message-processor). Collisions
in ids were being caused by messages that contained the exact same participants,
subject and date (most likely due bots or scripts sending emails in quick
succession)
To prevent collisions this commit adds the `message-id` header as part of the
database message id, and ensures that we set it correctly before sending, and
that it remains consistent through send, multi-send, and the sync loop.
During the refactor and review, I removed some code that assumed that we were
syncing drafts (which we aren't), and also fixes a few other known and
unknown issues around sending, message creation, and tracking, like assigning
the correct date header (we were previously assigning the draft creation date
from within N1), fixing the tracking regex, among other smaller bugs/typos.
Will address inline TODOs in a separate diff
Test Plan: TODO!!! I will add tests in another diff
Reviewers: evan, halla, jackie, khamidou
Reviewed By: halla, jackie
Differential Revision: https://phab.nylas.com/D3507
2016-12-15 11:35:19 +08:00
|
|
|
node_modules
|
2017-02-17 06:53:20 +08:00
|
|
|
!packages/client-app/spec/fixtures/packages/package-with-incompatible-native-module/node_modules
|
|
|
|
**/npm-debug.log*
|
|
|
|
**/lerna-debug.log*
|
2016-07-06 04:21:27 +08:00
|
|
|
|
2017-02-17 06:53:20 +08:00
|
|
|
##### Certs for building
|
|
|
|
**/build/resources/certs
|
2016-11-23 04:25:27 +08:00
|
|
|
|
2017-02-17 06:53:20 +08:00
|
|
|
##### Misc swap files
|
|
|
|
**/*.swp
|
|
|
|
**/*.swo
|
|
|
|
**/*~
|
|
|
|
**/*#
|
|
|
|
**/.DS_Store
|
|
|
|
**/Thumbs.db
|
|
|
|
**/#emacs
|
2017-02-18 02:47:01 +08:00
|
|
|
|
|
|
|
# Built cloud files
|
|
|
|
n1_cloud_dist
|
2017-02-22 00:56:47 +08:00
|
|
|
|
2017-02-22 03:36:18 +08:00
|
|
|
# Built Nylas Mail client
|
|
|
|
packages/client-app/dist
|
|
|
|
|
2017-02-22 00:56:47 +08:00
|
|
|
# Tests
|
|
|
|
spec-saved-state.json
|
2017-02-24 04:12:13 +08:00
|
|
|
|
|
|
|
# Elastic Beanstalk Files
|
|
|
|
.elasticbeanstalk/*
|
|
|
|
!.elasticbeanstalk/*.cfg.yml
|
|
|
|
!.elasticbeanstalk/*.global.yml
|