Ben Gotow
68323f05f7
ci(mac): Rename the app Nylas N1 on the Mac
2015-10-20 18:36:39 -07:00
Ben Gotow
e12ab4f753
ci(win): N1.exe => N1Setup.exe (it's an installer)
2015-10-20 17:34:35 -07:00
Ben Gotow
2a9b5b7ea1
ci(mac): Fix zip creation and upload for updater
2015-10-20 14:24:51 -07:00
Ben Gotow
f76408fc24
ci(*): mkrpm only works on Fedora build machines, need to configure one
2015-10-20 13:43:12 -07:00
Ben Gotow
4fe56077bd
ci(*): Use publish-nylas-build on Linux
2015-10-20 13:31:09 -07:00
Ben Gotow
50469e487d
ci(*): Put builds in /version/platform/arch
2015-10-19 18:44:58 -07:00
Ben Gotow
1399685415
ci(*): Put builds in subdirectories, better for Squirrel.Win
2015-10-16 17:06:09 -07:00
Ben Gotow
31e0c570cf
ci(*): Prevent external folks from posting to slack
2015-10-16 15:46:09 -07:00
Ben Gotow
84a8b4f98f
ci(*): Fix Mac build filenames, zip uploads
2015-10-16 15:26:23 -07:00
Ben Gotow
584da13788
ci(*): Put the commit hashes back in release filenames
2015-10-16 14:01:29 -07:00
Ben Gotow
9cae62dc63
ci(win): Fix build tasks to enable windows CI builds
2015-10-15 17:54:09 -07:00
Matt Bilker
2a07df0ebd
fix(grunt): disable packaging under travis builds
2015-10-07 22:54:22 -04:00
Matt Bilker
750539bd9b
fix(build): disable codesign in travis builds
2015-10-07 22:35:51 -04:00
Matt Bilker
bd64cb1218
fix(grunt): change variable name for github access key
2015-10-07 21:57:45 -04:00
Evan Morikawa
bd065b7fb4
Upgrade to Electron 0.30.8. Remove unsused packages. Upgrade deps
...
- Upgrade node-sqlite3 from patched 3.0.2 to mainline 3.1.0
- Upgrade Electron to 0.30.8: NOTE: This is the latest in the 0.30 line.
The 0.31+ line did a Chrome upgrade that we want to save for a later
day. We've had a history of serious instabilities with these upgrades
and are doing them conservatively
- Upgrade coffee-script from 1.9.0 to 1.10.0
- Package updates in /build folder
2015-10-07 16:52:49 -07:00
Evan Morikawa
e9310b80c2
Merge pull request #49 from mbilker/node-v4
...
Compile on Node 4.x and 0.12
2015-10-07 10:55:51 -07:00
Matt Bilker
96bc0c9f97
Update build packages to allow building with node v4.1.2
...
coffee-lint-cjsx added to account for ignored peer dependencies in
npm 3+
2015-10-06 23:36:39 -04:00
Gardner Bickford
a9cfcff1db
Adding node version information to build/README.md
2015-10-05 23:43:33 -07:00
Michael Grinich
f04682031c
actually no more gh-pages
2015-10-05 05:08:53 -07:00
Christine Spang
5fdfac6161
Cull list of ubuntu releases to currently supported ones
2015-10-04 23:19:10 -07:00
Christine Spang
074bee306b
Also remove /usr/bin/apm symlink in install task.
2015-10-04 22:12:31 -07:00
Christine Spang
5b39d49027
Don't symlink /usr/bin/apm on Linux and Mac.
...
This makes us conflict with the official 'atom' Linux package. No bueno.
Doesn't really make sense for us to install this system-wide on Mac
either.
Fixes T3713.
2015-10-04 21:47:03 -07:00
Christine Spang
85f6403451
Merge branch 'debian-autoupdate'
2015-10-04 19:39:12 -07:00
Christine Spang
d6608c4c50
Install package repo for autoupdates in Debian packages.
2015-10-04 19:38:16 -07:00
Christine Spang
f1fb412609
Update Debian package long description
2015-10-04 19:38:09 -07:00
Christine Spang
8614fe7e9e
Fix typo.
2015-10-04 19:38:05 -07:00
dillon
f834695729
fix broken links
2015-10-04 14:28:00 -07:00
Ben Gotow
e6bef7f191
fix(name): "Nylas" => "Nylas N1" on Mac, Linux
2015-10-03 22:34:58 -07:00
Ben Gotow
57a8e0d749
feat(icon): Finalized icon
2015-10-03 21:16:14 -07:00
Ben Gotow
c3a3886b5b
fix(docs): Push examples to the correct /examples URL
2015-10-02 16:09:49 -07:00
Evan Morikawa
b9bd402b3d
copy(readme): update readmes
2015-10-02 13:24:39 -07:00
Evan Morikawa
f6ef8a8b0c
refactor(n1): change launch script to N1.sh
2015-10-02 11:58:38 -07:00
Ben Gotow
59096942e6
fix(docs): Moving to use jekyll on gh-pages
2015-10-02 10:55:18 -07:00
Evan Morikawa
7a4e5b8641
refactor(dir): move exports to src/global and consolidate tests
...
Summary:
This:
1. Moves spec-nylas into spec
1. Gets rid of old & irrelevant specs
1. Moves the `vendor` folder (jasmine libs) into the `spec` folder
1. Moves the `exports` folder to `src/global` and updates all references
I pretty extensively made sure the client still works and that all of the
tests pass. The changes should have no effect.
Test Plan: All tests pass!
Reviewers: bengotow, dillon
Differential Revision: https://phab.nylas.com/D2098
2015-10-02 09:19:37 -07:00
Evan Morikawa
57fef805cd
refactor(spec) move spec-nylas to spec
2015-10-01 21:39:44 -07:00
Evan Morikawa
56364ff0c7
refactor(exports): move exports to src/global
2015-10-01 21:23:37 -07:00
Ben Gotow
b268643c3b
fix(docs): Updating docs (round 1 of many)
2015-10-01 13:19:34 -07:00
Evan Morikawa
1b12ac8959
refactor(docs): move docs-templates into docs
2015-10-01 09:58:51 -07:00
Evan Morikawa
f2feeec62f
fix(*): fix references and remove cruft
2015-10-01 09:56:05 -07:00
Ben Gotow
2d7642f890
fix(s3): Content-Disposition => ContentDisposition
2015-09-30 11:44:53 -07:00
Ben Gotow
64060db791
fix(initial-packages): Pull from examples directory, include in ci builds
2015-09-30 11:43:06 -07:00
Ben Gotow
78c69ba9eb
fix(publish): Send content disposition with S3 files
2015-09-29 17:22:41 -07:00
Ben Gotow
3ccc5e3d99
rename(Nylas Mail): Replace Nylas Mail > N1
2015-09-29 09:44:30 -07:00
Ben Gotow
fc7abce49b
feat(docs): Move docs to gh-pages, deploy as part of ci build on darwin
2015-09-16 11:00:51 -07:00
Ben Gotow
05af501721
fix(mailto): Linux support for mailto links
...
Summary: Mailto link handling for ubuntu and other linux platforms
Test Plan: A few new tests
Reviewers: dillon, evan
Reviewed By: dillon, evan
Differential Revision: https://phab.nylas.com/D2023
2015-09-15 14:26:47 -07:00
Ben Gotow
f8c5f7b967
refactor(db): change ID system to have clientIDs and serverIDs
...
Summary: Major ID refactor
Test Plan: edgehill --test
Reviewers: bengotow, dillon
Differential Revision: https://phab.nylas.com/D1946
2015-08-28 11:24:29 -07:00
Ben Gotow
ccce86088b
fix(build-flow): Add missing resolve statement
2015-08-24 11:06:54 -07:00
Ben Gotow
faa1dd6190
fix(build-flow): More minor tweaks to applescript runner
2015-08-24 10:47:43 -07:00
Ben Gotow
4faf2b1de2
fix(build-flow): Undefined call to getVersion
2015-08-21 16:51:59 -07:00
Ben Gotow
5b02c54d29
fix(build-flow): Fix broken promise chaining in publish phase
2015-08-18 18:28:10 -07:00