Commit graph

54 commits

Author SHA1 Message Date
Janosch Maier 30c05ed763 Set node version to 16 2022-02-27 21:49:17 -06:00
Janosch Maier f0f19c1c26 Adjust contribution versions 2022-02-27 21:49:17 -06:00
Janosch Maier ecf8f83867 Add information about node version for building 2022-02-27 21:49:17 -06:00
Jason C. McDonald 573cc5aa02 Update CONTRIBUTING and README, drop issue label bot 2021-02-08 14:55:15 -08:00
Jason C. McDonald edc749153e Add CoC, Discourse links 2021-01-12 18:00:18 -08:00
mhatvan d79cd44c11 allow cancel upgrade prompt (#1514, #913), change invalid 'apt install libgconf2-4' to libgconf-2-4 in CONTRIBUTING.md
Signed-off-by: mhatvan <markus_hatvan@aon.at>
2019-09-23 10:48:08 -05:00
Ben Gotow b9937a0941 Add a note about testing localizations 2018-10-07 01:30:50 -07:00
Ben Gotow a04ccc22ee Update CONTRIBUTING to reference other linux dependencies 2018-07-16 16:03:58 -07:00
Ben Gotow 9248430449 Update links to the docs 2017-12-11 11:31:39 -08:00
Ben Gotow 475203aa41 Fix starred view only showing threads with exactly one starred message #100 2017-10-26 10:17:31 -07:00
Ben Gotow 11507917a8 New and improved CONTRIBUTING.md 2017-10-25 23:43:31 -07:00
Ben Gotow d5940c09fe Update CONTRIBUTING to remove dead links #136 2017-10-11 22:57:46 -07:00
Ben Gotow d6360a1f5f Rename nylas-window, nylas-test-utils, remove old n1- prefixes 2017-09-26 11:55:33 -07:00
Ben Gotow b698458766 Switch product name to “Mailspring” 2017-09-05 13:40:25 -07:00
Ben Gotow 717fe440e8 Replace references to Nylas in many places 2017-08-16 13:20:54 -07:00
Juan Tejada be5c3d27e5 Merge private repo 2017-04-17 17:17:05 -07:00
Evan Morikawa 9f6889b03f [nylas-mail] move nylas-mail into /packages 2017-02-16 13:15:10 -08:00
Halla Moore 091ebe9de6 update(docs): Add note about Linux dependencies 2017-01-30 16:14:48 -08:00
Evan Morikawa bf0aa51148 fix(rename): update nylas/N1 to nylas/nylas-mail Github references 2017-01-30 11:50:39 -08:00
Ben Gotow d52ba1a290 fix(docs): We no longer support Node 4 for building 2016-11-09 15:51:05 -08:00
Ben Gotow 1157fdc450 build(*): electron-compile, electron-packager instead of custom tooling
Summary:
This diff removes significant cruft from N1's compilation and build tooling:

- Electron-Packager replaces most of the code in build/tasks/* used to copy things,
  bundle things, download electron, etc.

- script/bootstrap has been replaced with a much simpler script that does not use
  APM, does not download Electron (we just use electron as an NPM dep) and does
  not manully compile sqlite. It requires NPMv3, but I think that's safe.

- babel and eslint are now devDependencies of the main project. The main project
  also supports optionalDependencies now.

- npm test and npm start replace ./N1.sh

- APM is still around, and is only put into N1 so it can install plugins at runtime.
  It should be removed as soon as we notify package maintainers and have them provide zips.

- N1 no longer has it's own compile-cache or babel/typescript/coffeescript compilers.
  It delegates to electron-compile and electron-compilers. Both of these packages had
  to be forked and modified slightly, but I'm hopeful the modifications will make it back
  in to the projects and you can still consult their documentation for more info.

  + In the near future, I think we should stop shipping electron-compilers with N1. This
    would mean that all plugins would need to be compiled on pre-publish, just like NPM
    packages, and would complicate the local development story a bit, but would make the
    app smaller. electron-compile is not supposed to compile at runtime in the prod app,
    just pull from the compile cache.

- I've re-organized Grunt according to Grunt best practices, where each tasks/* file
  specifies it's own config and imports grunt tasks.

- Unfortunately, I was not able to use any open source projects for the deb and rpm builds,
  because we have things like postinst hooks and start menu items which are not supported
  by the electron installer-generators.

WIP

Turn off all LESS compilation, because themes. Doh.

Use Grunt for new build process too, just remove tasks

More changes

Add babel-eslint

Remove unused react-devtools

WIP

Add name

Ignore nonexistent

Switch to more modern approach to config for grunt

Move zipping to mac installer task

Restructure publish task so it aggregates first, can log useful info if publishing is disabled

Fix build dirs

Fix win installer

Fix linux installer

Fix linux installer

Try making linux

A few more

Updates

Upadtes

fixes

fixes

Get rid of non-meaningful variables

Resolve assets path

Insert nylas.sh

Clean up args more

Actually use description

Fix display name ugh

More tweaks

Expliclty write /usr/bin/nylas

Improve vars

Use old nylas.sh

Reinstate APM to better scope this diff

Test Plan: Test on Mac, Windows, Linux

Reviewers: evan, jackie, juan

Reviewed By: jackie, juan

Differential Revision: https://phab.nylas.com/D3411
2016-11-09 13:52:10 -08:00
Ben Gotow 78411cc139 fix(readme): Improve Win32 build instructions 2016-10-12 16:30:03 -07:00
Aaron Sikes 93b01d574a Mention test focusing and skipping in CONTRIBUTING (#2514) 2016-07-08 10:57:41 -07:00
Keith Armstrong f8d0c82647 Update broken links for guides, docs, and API (#2455)
Also updated schemes of some links to https for consistency
2016-06-15 15:29:52 -07:00
Ben Gotow 786e9639c3 fix(readme): Add --enable-logging flag 2016-03-22 12:21:25 -07:00
Ben Gotow a1691c10b2 hide(zoom): Remove UI for zoom, move to CONFIG.md 2016-03-14 13:13:32 -07:00
Julien Chinapen 0039c1fc62 Example Update
Update code snippet to show `env: custom`

Signed-off-by: Julien Chinapen <j.c@shogun.io>
2016-02-27 11:40:39 -05:00
Julien Chinapen 03baa579d6 README Update
Updating Contributing guidelines to make note of the `env: custom` option so that a Sync Engine in a local environment may be accessed on an alternate IP.

Also APIRoot must contain quotes around the URL otherwise a config validation will be thrown.

Signed-off-by: Julien Chinapen <j.c@shogun.io>
2016-02-27 08:50:04 -05:00
Ben Gotow 91efdd5a8b fix(contributing): Mention syncEngine.APIRoot 2016-01-21 10:42:31 -08:00
mbilker 2b5ac044c5 fix(contributing): grammar corrections 2016-01-01 18:43:22 -05:00
mbilker ecc5a50451 fix(contributing): remove invitation references
In response to #879
2016-01-01 18:39:43 -05:00
Ben Gotow 98ed9f1ea2 Update CONTRIBUTING.md 2015-10-29 16:58:46 -07:00
Ben Gotow 50a2e651cf Update CONTRIBUTING.md 2015-10-29 16:56:16 -07:00
Brett Gerry 22b406484f Add quotes to account token key in example config.cson 2015-10-26 17:13:05 -07:00
Michael Grinich 204746252b note about libgcrypt11 2015-10-24 18:05:20 -07:00
Evan Morikawa db19e88369 fix(docs): fix broken link 2015-10-23 13:41:29 -07:00
Evan Morikawa e1529efbf5 feat(windows): updated docs and fix for building on 64-bit 2015-10-23 12:55:44 -07:00
Ben Gotow 56ef02009a fix(contributing): Clarify setup instructions for open source stack 2015-10-13 12:04:23 -07:00
Ben Gotow fd69d1af9c fix(contributing): Expand the instructions for running the stack on your own
Addresses several things brought up internally and in https://github.com/nylas/N1/pull/41
2015-10-09 10:41:05 -07:00
Evan Morikawa fc8b1bae3d Merge pull request #50 from lukegb/patch-1
fix(docs): correct SMPT->SMTP
2015-10-07 17:48:59 -07:00
Evan Morikawa 143f301baf Update CONTRIBUTING.md and README.md to remove node requirement
No more warning message about needing Node v0.10. This got fixed :D

Adding more info about our commit guidelines.
2015-10-07 17:18:41 -07:00
Luke GB c6742b2804 fix(docs): correct SMPT->SMTP 2015-10-07 21:54:02 +01:00
dillon d634c75420 fix(docs): add CLA to CONTRIBUTING.md
Test Plan: manual

Reviewers: evan, bengotow

Maniphest Tasks: T4193

Differential Revision: https://phab.nylas.com/D2128
2015-10-07 11:51:33 -07:00
Brett Gerry 9a893dff1b add more info on running against local sync engine
Test Plan: doc only change

Reviewers: evan, bengotow

Reviewed By: bengotow

Differential Revision: https://phab.nylas.com/D2119
2015-10-06 19:05:02 -07:00
Ben Gotow 311c85b32d fix(docs): Include a note about script/build in CONTRIBUTING.md 2015-10-06 14:31:00 -07:00
Ben Gotow b1532909c1 fix(docs): Add a note about building with Node 0.10.x 2015-10-06 11:51:31 -07:00
Evan Morikawa 9803c0d5f9 copy(contributing): example config 2015-10-05 11:26:33 -07:00
Evan Morikawa 256f287a82 copy(contributing): instructions for open source sync engine 2015-10-05 11:24:14 -07:00
Michael Grinich f04682031c actually no more gh-pages 2015-10-05 05:08:53 -07:00
Evan Morikawa e1adbcf10b copy(readme): update links in readme 2015-10-02 18:48:34 -07:00