Antonio Scandurra
62d48c64ea
Add --main-process flag to run specs in the main process
...
…so that we can write unit tests for code in the main process. Below a
list of conventions we'll be adopting:
1. Use mocha as the test framework.
2. Use chai as the assertion library.
3. Name specs `foo-bar.spec.js`, to prevent the renderer process from
running specs written fro the main process e.g. when calling
`atom --test spec`.
4. Write specs in ES6.
Although somewhat inconsistent with the conventions we use for renderer
process specs, this will hopefully be a first step towards migrating our
entire Jasmine 1.3 test suite to a more modern environment.
2016-05-24 08:23:27 +02:00
Antonio Scandurra
97dd25d14f
💚
2016-05-24 08:10:48 +02:00
simurai
8710096cfe
Merge pull request #11804 from atom/sm-wrap-guide-note
...
Add a note how to hide the wrap-guide
2016-05-24 10:05:33 +09:00
Lee Dohm
2cfc4ee4e6
Merge pull request #11792 from Connormiha/object-assing-native
...
replace _.extend in favor of Object.assign
2016-05-23 16:01:27 -07:00
Lee Dohm
b9cfcf04cc
Merge pull request #11824 from ruthgrace/readme_update
...
Updated README.md: flight manual links, no ebook versions
2016-05-23 15:21:56 -07:00
Lee Dohm
ea94f69051
Make the wording more clear and bold the Note
2016-05-23 15:20:13 -07:00
Lee Dohm
f31a94b30c
Merge pull request #11814 from ruthgrace/master
...
Update CONTRIBUTING.md
2016-05-23 15:07:31 -07:00
Ruth Grace Wong
ec0e1ab85e
Update CONTRIBUTING.md
...
No PDF version of the flight manual.
2016-05-23 18:04:05 -04:00
ruthgrace
4e8311f18f
Updated README.md: flight manual links, no ebook versions
2016-05-23 18:01:16 -04:00
Lee Dohm
23ff6efc8e
Merge pull request #11812 from neurosnap/node-version
...
match apms node version
2016-05-23 14:50:12 -07:00
Ruth Grace Wong
7245c1b6fd
Update CONTRIBUTING.md
2016-05-23 17:27:47 -04:00
Damien Guard
d593028707
Merge pull request #11791 from atom/dg-sign-windows-using-squirrel
...
Sign Windows builds with Squirrel for MSI compatibility
2016-05-23 14:22:36 -07:00
Josh Abernathy
6f09ab0cf9
Merge pull request #11820 from atom/update-ohnogit
...
Update ohnogit@0.0.12
2016-05-23 17:15:01 -04:00
Ruth Grace Wong
5dab35290a
Update CONTRIBUTING.md
...
Updated flight manual links as recommended by @50Wliu.
2016-05-23 16:55:14 -04:00
Antonio Scandurra
57195d7ba6
✅ Write specs for FileRecoveryService
2016-05-23 21:10:04 +02:00
joshaber
eeee377c7e
⬆️ ohnogit@0.0.12
2016-05-23 14:32:14 -04:00
Antonio Scandurra
ca32c1370f
🔥 Unnecessary variable assignments
2016-05-23 19:25:28 +02:00
Antonio Scandurra
770199c76c
🎨 event.sender -> window
2016-05-23 19:19:48 +02:00
Antonio Scandurra
b58ce49d0d
Create FileRecoveryService to restore corrupted files after a crash
2016-05-23 18:50:49 +02:00
Antonio Scandurra
de599f9c66
Make dialog asynchronous when a renderer process crashes
...
…so that other event handlers have the chance to execute even if the
user doesn't choose an option in the message box. This will allow us to
recover files when a window crashes.
2016-05-23 18:39:23 +02:00
Antonio Scandurra
049321a498
🐛 🔥 Remove double subscription to the same buffer
2016-05-23 18:37:47 +02:00
Antonio Scandurra
ef3ab03d28
Emit {will,did}SavePath on ipcMain before/after a buffer is saved
2016-05-23 18:37:26 +02:00
Antonio Scandurra
720ad9c0b4
Merge pull request #11474 from atom/wl-electron-37
...
Update Electron to 0.37
2016-05-23 11:07:21 +02:00
Ruth Grace Wong
248409b131
Update CONTRIBUTING.md
...
added flight manual to Your First Code Contribution
2016-05-22 22:45:17 -04:00
Eric Bower
39f769420e
match apms node version
2016-05-22 11:27:50 -04:00
simurai
96292b41fe
📝 Typo
2016-05-21 21:45:04 +09:00
simurai
eac4ce5c95
📝 Add a note how to hide the wrap-guide
2016-05-21 10:22:14 +09:00
Lee Dohm
7253514cb8
⬆️ tabs@0.97.0
2016-05-20 10:23:41 -07:00
Antonio Scandurra
be7474ff01
Merge pull request #11793 from atom/as-dont-install-devtron-on-devtools-toggle
...
Don't install devtron when toggling DevTools
2016-05-20 11:04:03 +02:00
Antonio Scandurra
2d97c50583
Don't install devtron when toggling DevTools
2016-05-20 09:26:39 +02:00
Antonio Scandurra
8f1a691b74
🔥 Duplicate tweetnacl license override
2016-05-20 09:20:23 +02:00
Lee Dohm
bc5727f4b3
Add tweetnacl@0.14.3 to license-overrides
2016-05-19 15:56:16 -07:00
Mihail Bodrov
d602655708
replace _.extend in favore of Object.assign
2016-05-20 01:27:27 +03:00
Damien Guard
f34e4b3b13
Add MSI output for AppVeyor artifact list
2016-05-19 14:49:38 -07:00
Damien Guard
defbe35783
Enable Windows codesigning via Squirrel for MSI
2016-05-19 14:49:16 -07:00
Lee Dohm
aaf73ebacf
⬆️ tree-view@0.208.0
2016-05-19 09:21:59 -07:00
Lee Dohm
43e5359dbc
Merge pull request #11552 from Floobits/csp_fixes
...
Content Security Policy fixes
2016-05-19 09:10:26 -07:00
simurai
10305867ed
Merge pull request #11274 from atom/sm-atom-workspace-axis
...
Relative position atom-workspace-axis
2016-05-19 16:01:00 +09:00
simurai
3be77fa325
Merge branch 'master' into sm-atom-workspace-axis
2016-05-19 11:45:41 +09:00
simurai
c61695d4a7
Merge pull request #10782 from atom/sm-flexible-modals
...
Shrink modals when window gets narrow
2016-05-19 11:27:09 +09:00
simurai
ca61f87a8c
Merge branch 'master' into sm-flexible-modals
2016-05-19 10:18:04 +09:00
Wliu
aa9cc901f8
⬆️ language-sql@0.21.1
2016-05-18 16:18:34 -04:00
Lee Dohm
3708604e0e
⬆️ tabs@0.96.0
2016-05-18 12:28:52 -07:00
Damien Guard
ce511c9bc2
Merge pull request #11761 from atom/dg-improve-install-task-windows
...
Windows build - handle admin elevation when required for install
2016-05-18 12:05:08 -07:00
Damien Guard
02f6db7276
Merge pull request #11762 from atom/dg-winbash-msys-cygwin-compatibility
...
Ensure atom command works on Cygwin + MSYS bash shells
2016-05-18 10:21:47 -07:00
Wliu
93c4958761
Merge branch 'wl-electron-37' of github.com:atom/atom into wl-electron-37
2016-05-17 20:18:53 -04:00
Wliu
945c0c9acf
Merge remote-tracking branch 'refs/remotes/origin/master' into wl-electron-37
2016-05-17 20:18:30 -04:00
simurai
346d998c76
⬆️ notifications@v0.64.1
2016-05-18 08:38:12 +09:00
Wliu
1c4032626d
⬆️ language-sass@0.52.0
2016-05-17 18:39:58 -04:00
Wliu
d414431703
⬆️ language-python@0.44.0
2016-05-17 18:39:05 -04:00