446 Commits

Author SHA1 Message Date
Juan Cruz Viotti
f2cea72ca1 Merge pull request #157 from resin-io/misc/rm-beta-notice
Remove early state notice
2016-02-19 12:40:59 -04:00
Juan Cruz Viotti
7188353b5a Remove early state notice 2016-02-19 11:58:55 -04:00
Juan Cruz Viotti
abf3eb903a Merge pull request #156 from resin-io/upgrade/electron
Upgrade Electron to v0.36.8
2016-02-19 11:57:54 -04:00
Juan Cruz Viotti
f4067bacb0 Upgrade Electron to v0.36.8
This version contains a fix to prevent dropping capabilities in renderer
threads.

See https://github.com/atom/electron/issues/3666
Fixes https://github.com/resin-io/etcher/issues/52
2016-02-19 11:01:16 -04:00
Juan Cruz Viotti
ae16aba64a Merge pull request #155 from resin-io/build/release
Rename release/ to etcher-release/
2016-02-18 17:12:10 -04:00
Juan Cruz Viotti
53aadb527d Rename release/ to etcher-release/
The `bluebird` module contains a directory called "release", which gets
omitted by `electron-packager`.

After some experimentation, there doesn't seems to be a way to make
`electron-packager` ignore a pattern only on the current directory,
therefore we change the name of our output directory to something that
can't possibly collide with something else.
2016-02-18 16:39:52 -04:00
Juan Cruz Viotti
8d233a952a Merge pull request #154 from resin-io/feat/track-js-apps
Configure TrackJS application property
2016-02-16 14:40:52 -04:00
Juan Cruz Viotti
8a88f27015 Configure TrackJS application property 2016-02-16 09:37:53 -04:00
Juan Cruz Viotti
59a62edc50 Merge pull request #153 from resin-io/misc/makefile-release
Improve Makefile build process
2016-02-09 12:01:07 -04:00
Juan Cruz Viotti
eebe900be2 Implement release make rule 2016-02-09 10:42:08 -04:00
Juan Cruz Viotti
614293b0c2 Remove Makefile redundancy with functions 2016-02-09 10:34:41 -04:00
Juan Cruz Viotti
a306cf4461 Package Etcher for Linux for release 2016-02-09 10:28:49 -04:00
Juan Cruz Viotti
34150ddbbb Remove unused installers.json from package.ignore 2016-02-09 10:28:27 -04:00
Juan Cruz Viotti
83afb01f8c Ignore release directory while packaging 2016-02-09 10:26:47 -04:00
Juan Cruz Viotti
0273a167b5 Merge pull request #152 from resin-io/feat/windows-installers
Implement Windows installers
2016-02-09 09:17:28 -04:00
Juan Cruz Viotti
fa970a73d0 Merge pull request #151 from resin-io/upgrade/sudo-prompt
Upgrade sudo-prompt to v2.2.0
2016-02-09 09:14:55 -04:00
Juan Cruz Viotti
44ce11b338 Implement Windows installers
Partially Fixes: https://github.com/resin-io/etcher/issues/88
2016-02-09 09:12:35 -04:00
Juan Cruz Viotti
c0e8618813 Upgrade sudo-prompt to v2.2.0
This version contains a fix to allow the module to run on `asar`
packages.
2016-02-09 08:55:16 -04:00
Juan Cruz Viotti
efb2c4c911 Merge pull request #150 from resin-io/refactor/unify-elevation-error-handling
Unify handling of elevation errors in etcher.js
2016-02-08 14:39:43 -04:00
Juan Cruz Viotti
1400d125cf Merge pull request #149 from resin-io/fix/downgrade-sudo-prompt
Downgrade sudo-prompt to v1.1.8
2016-02-08 14:34:39 -04:00
Juan Cruz Viotti
611be46177 Unify handling of elevation errors in etcher.js 2016-02-08 14:31:45 -04:00
Juan Cruz Viotti
feb04f8773 Downgrade sudo-prompt to v1.1.8
Later versions make use of shell commands over the internal contents of
the module causing errors when the application is packaged as an
`asar`.

This issue is being fixed here: https://github.com/jorangreef/sudo-prompt/issues/10
2016-02-08 14:28:49 -04:00
Juan Cruz Viotti
96b9bfd249 Merge pull request #148 from resin-io/misc/refer-to-etcher
Refer to Etcher instead of Resin Etcher
2016-02-08 13:41:09 -04:00
Juan Cruz Viotti
7949853086 Refer to Etcher instead of Resin Etcher 2016-02-08 13:04:54 -04:00
Juan Cruz Viotti
8529e7fac5 Merge pull request #79 from resin-io/feat/osx-installer
Implement OS X installer
2016-02-08 12:55:10 -04:00
Juan Cruz Viotti
d73700cdd1 Implement OS X installer 2016-02-08 12:38:10 -04:00
Juan Cruz Viotti
baaa7ed635 Merge pull request #147 from resin-io/misc/release-rename
Rename output package to "Etcher" instead of "Resin Etcher"
2016-02-08 10:10:02 -04:00
Juan Cruz Viotti
d593478e45 Rename output package to "Etcher" instead of "Resin Etcher" 2016-02-08 10:05:08 -04:00
Juan Cruz Viotti
66077a1abb Merge pull request #146 from resin-io/feat/elevation-error-dialogs
Show error dialogs on elevation errors
2016-02-08 09:58:54 -04:00
Juan Cruz Viotti
1b07f00f68 Merge pull request #144 from resin-io/feat/new-icons
Add new application icons
2016-02-08 09:54:39 -04:00
Juan Cruz Viotti
e91db955b5 Show error dialogs on elevation errors
Printing to `stderr` makes no sense since the process is detached from
the shell when packaged.
2016-02-08 09:53:49 -04:00
Juan Cruz Viotti
6ce8dbfd30 Add new application icons
Fixes: https://github.com/resin-io/etcher/issues/87
2016-02-08 09:46:42 -04:00
Juan Cruz Viotti
e045206d6b Merge pull request #145 from resin-io/fix/packaging-win32
Don't ignore lib/browser in the final package
2016-02-08 09:46:24 -04:00
Juan Cruz Viotti
fc863360d4 Don't ignore lib/browser in the final package
Previously, the browser code lives in `build/browser` given it was built
with Browserify. Recently, Browserify was removed:

96bf7f3624

and therefore we load the browser code from `lib/browser`.
2016-02-08 09:40:38 -04:00
Juan Cruz Viotti
ac2fb8b0a9 Merge pull request #143 from resin-io/feat/74/burn-another-design
Improve "Burn another" screen design
2016-02-05 12:57:49 -04:00
Juan Cruz Viotti
3caf9859b0 Improve "Burn another" screen design
Fixes: https://github.com/resin-io/etcher/issues/74
2016-02-05 12:48:42 -04:00
Juan Cruz Viotti
e0f3fb6373 Merge pull request #142 from resin-io/fix/top-down-content-spacing
Set content spacing to 40px
2016-02-04 16:56:59 -04:00
Juan Cruz Viotti
d1844b3830 Merge pull request #141 from resin-io/fix/122/flash-of-white
Fix flash of white at startup
2016-02-04 16:53:39 -04:00
Juan Cruz Viotti
46307adef3 Set content spacing to 40px 2016-02-04 16:51:46 -04:00
Juan Cruz Viotti
66a8970b00 Fix flash of white at startup
Fixes: https://github.com/resin-io/etcher/issues/122
2016-02-04 16:06:13 -04:00
Juan Cruz Viotti
80d045a0bf Merge pull request #140 from resin-io/feat/hidden-inset-title-bar
Set titleBarStyle to 'hidden-inset'
2016-02-04 16:05:21 -04:00
Juan Cruz Viotti
edbde47900 Set titleBarStyle to 'hidden-inset'
This only affects OS X.
2016-02-04 15:58:30 -04:00
Juan Cruz Viotti
960a21f593 Merge pull request #139 from resin-io/misc/jscs-hound
Integrate JSCS with Hound CI
2016-02-04 15:23:24 -04:00
Juan Cruz Viotti
de7fddaca6 Integrate JSCS with Hound CI 2016-02-04 15:18:40 -04:00
Juan Cruz Viotti
16cb141308 Merge pull request #138 from resin-io/feat/jscs-jsdoc
Lint JSDoc annotations with JSCS
2016-02-01 11:09:14 -04:00
Juan Cruz Viotti
bad9500bc6 Add missin param annotation caught by JSCS 2016-01-31 21:15:40 -04:00
Juan Cruz Viotti
28a6d786c8 Lint JSDoc annotations with JSCS
See http://jscs.info/rule/jsDoc
2016-01-31 21:15:28 -04:00
Juan Cruz Viotti
ce177e193d Explain GNU/Linux workaround in it's own section 2016-01-29 08:53:05 -04:00
Juan Cruz Viotti
24b7b2ebcc Notice security concerns of adding execution permissions to home directory 2016-01-29 08:36:47 -04:00
Juan Cruz Viotti
9464d00a97 Merge pull request #137 from resin-io/doc/linux-electron
Document the need of execution permissions in home directory in Linux
2016-01-28 12:42:14 -04:00