Mailspring/build/tasks
Ben Gotow c294eb5df4 fix(sqlite): Connect to sqlite directly rather than sending queries over IPC (twice...)
Summary:
- We now build sqlite3 manually from source in script/bootstrap
- We now allow queries to run in parallel outside of transaction blocks

- When signining in and out, the main window creates the database file and then advances the database "phase", which allows all the windows to connect to the initialized database.

This diff also fixes T2411 where popout drafts opened twice, and several issues around Windows icons and install.

Test Plan: Run existing tests

Reviewers: evan

Reviewed By: evan

Maniphest Tasks: T2411

Differential Revision: https://phab.nylas.com/D1815
2015-07-30 18:09:20 -07:00
..
build-task.coffee refactor(cruft): remove old Atom docs and other cruft 2015-07-24 14:27:21 -07:00
check-licenses-task.coffee
clean-task.coffee
codesign-task.coffee
compile-packages-slug-task.coffee
copy-info-plist-task.coffee refactor(cruft): remove old Atom docs and other cruft 2015-07-24 14:27:21 -07:00
docs-task.coffee feat(drag-threads): Move threads to folders/labels from thread list 2015-07-23 11:10:51 -07:00
dump-symbols-task.coffee
generate-asar-task.coffee
generate-license-task.coffee
generate-module-cache-task.coffee
install-task.coffee fix(sqlite): Connect to sqlite directly rather than sending queries over IPC (twice...) 2015-07-30 18:09:20 -07:00
license-overrides.coffee
mkdeb-task.coffee refactor(cruft): remove old Atom docs and other cruft 2015-07-24 14:27:21 -07:00
mkdmg-task.coffee refactor(cruft): remove old Atom docs and other cruft 2015-07-24 14:27:21 -07:00
mkrpm-task.coffee refactor(cruft): remove old Atom docs and other cruft 2015-07-24 14:27:21 -07:00
nof-task.coffee
nylaslint-task.coffee fix(build): Remove explicit .coffee extensions in UpdateThreadsTask, update linter to check for these 2015-07-19 10:56:24 -07:00
output-build-filetypes.coffee
output-disk-space.coffee
output-long-paths-task.coffee
prebuild-less-task.coffee add(specs): +101 specs and 403 assertions from Atom 2015-06-02 19:51:00 -07:00
publish-build-task.coffee
publish-nylas-build-task.coffee Move mac CI spec and publish notifications to #edgehill-ci 2015-07-23 11:23:19 -07:00
set-exe-icon-task.coffee fix(sqlite): Connect to sqlite directly rather than sending queries over IPC (twice...) 2015-07-30 18:09:20 -07:00
set-version-task.coffee fix(sqlite): Connect to sqlite directly rather than sending queries over IPC (twice...) 2015-07-30 18:09:20 -07:00
spec-task.coffee Move mac CI spec and publish notifications to #edgehill-ci 2015-07-23 11:23:19 -07:00
task-helpers.coffee