Commit Graph

36535 Commits

Author SHA1 Message Date
Nathan Sobo
1d1b45087f ⬆️ @atom/notify@1.1 for improved error handling 2019-05-06 15:42:51 -06:00
Nathan Sobo
25083dabcf ⬆️ @atom/notify@1.0.6 to kill notify subprocess on parent exit 2019-05-06 09:28:21 -06:00
Nathan Sobo
932aaac05b ⬆️ @atom/notify@1.0.5 to explicitly unwatch on kill 2019-05-03 14:47:34 -06:00
Nathan Sobo
5bfbdd2bce Stop all watchers before attempting to replace directory with file
I think that the notify subprocess might be holding a lock on the 
watched directory on Windows.
2019-05-03 14:11:59 -06:00
Nathan Sobo
1ec8e7730b Work around 8.3 path issue on Azure Windows 2019-05-03 10:46:33 -06:00
Nathan Sobo
da52d167cc Prompt to restart Atom when the file system watcher setting changes
I experimented with just reloading the Window, but ran into problems. 
I'm also worried about a situation where there are multiple windows. 
Since this setting should be changed rarely, I think prompting for a 
restart is an expedient solution.
2019-05-02 15:10:10 -06:00
Nathan Sobo
f8d7c9cbce Use async/await in test to see if it fixes Windows failures on CI 2019-05-02 13:35:04 -06:00
Nathan Sobo
6ea9a15d68 ⬆️ @atom/notify@1.0.3 2019-05-02 09:00:15 -06:00
Nathan Sobo
9b39eeacee Fix lint errors 🙈 2019-05-02 07:40:38 -06:00
Nathan Sobo
508b56da28 Remove logic supporting dynamic switching of path watcher backends
The logic is pretty complex and I don't want to take the time to 
integrate @atom/notify with it. I left a bunch of stuff commented out in 
this commit just in case these changes break the build. I'll do another 
pass to delete commented code once we go green.
2019-05-02 07:40:38 -06:00
Nathan Sobo
b313b94748 Shim onDidError method on returned watcher
Need to figure out what to do with this for the long-term.
2019-05-02 07:40:38 -06:00
Nathan Sobo
cf053174a2 Eliminate references to undefined watcher variable 2019-05-02 07:40:38 -06:00
Nathan Sobo
f9d9ed8916 Remove top-level construction of a notify Watcher
It was actually dead code and is screwing up V8 startup snapshots.
2019-05-02 07:40:37 -06:00
Nathan Sobo
90ec3e0bf7 ⬆️ @atom/notify@1.0.2 2019-05-02 07:40:37 -06:00
Nathan Sobo
781cb90034 Fix lint error 2019-05-02 07:40:37 -06:00
Nathan Sobo
b49e3997e2 ⬆️ @atom/notify@1.0.1 2019-05-02 07:40:37 -06:00
Nathan Sobo
89a7aa851b Default to @atom/notify for file system notifications
There's still some work to do to make this work on Linux and support 
switching between notification back-ends.
2019-05-02 07:40:37 -06:00
Nathan Sobo
150424bdb2 ⬆️ settings-view@0.261.2 2019-05-02 07:39:58 -06:00
Rafael Oleza
5b21fdad7e Merge pull request #19246 from atom/delay-waiting-for-watcher
Do not wait until config watcher is ready in order to launch the Atom window
2019-05-02 13:26:21 +02:00
Rafael Oleza
84915c40d1 Explain why we don't use randomBytes on a comment 2019-05-02 11:59:19 +02:00
Rafael Oleza
966f002fa2 Add more explicit comment about Windows perf issue 2019-05-02 11:55:30 +02:00
Rafael Oleza
7eec855439 Merge branch 'master' into delay-waiting-for-watcher 2019-05-02 11:26:15 +02:00
Rafael Oleza
164d543364 Only delay the watcher on Windows 2019-05-02 11:25:55 +02:00
Winston Liu
5c09bed1e8 Merge pull request #19250 from atom/wl-rm-win-powershell-coffee
Remove win-powershell.coffee
2019-05-02 02:40:13 -04:00
Winston Liu
e2d44ce5cc 🔥 win-powershell.coffee 2019-05-02 01:39:03 -04:00
Jason Rudolph
2cf285bc36 Merge #19175 from UziTech/patch-7: await uriHandler 2019-05-01 16:23:34 -04:00
Ash Wilson
3ee3641525 Merge pull request #19247 from atom/aw/drag-and-drop
Always use target window for drag-and-drop
2019-05-01 12:44:43 -04:00
Jason Rudolph
4d7f7dea41 Merge pull request #19243 from atom/no-junit-xml-on-appveyor
Avoid AppVeyor build failures due to problem uploading JUnit XML
2019-05-01 10:38:41 -04:00
Rafael Oleza
0132e1e963 Merge pull request #19242 from atom/use-async-randombytes
Use async randomBytes API to speedup Windows startup
2019-05-01 15:43:43 +02:00
Ash Wilson
e2d5143b53 Use the "here" option to open for drag-and-drop 2019-05-01 09:05:46 -04:00
Ash Wilson
61377b843c Support a "here" option in the "open" IPC message handler 2019-05-01 09:02:02 -04:00
Rafael Oleza
350d5ef3a7 Do not wait until config watcher is ready in order to launch the Atom
window
2019-05-01 11:02:43 +02:00
Jason Rudolph
6e66198f30 Remove use of JUnit XML output on AppVeyor 2019-04-30 13:43:44 -04:00
Rafael Oleza
2b6d70a525 Avoid using randomBytes() when encrypting options
This way we avoid delaying the opening of a project when reusing an
existing Atom window.
2019-04-30 19:16:05 +02:00
Rafael Oleza
3fcdcde74d Use async randomBytes API to speedup Windows startup 2019-04-30 19:14:54 +02:00
Rafael Oleza
2a7ddf0d22 Merge pull request #19234 from atom/improve-flaky-test
Disable external events from workspaceElement test
2019-04-30 11:01:55 +02:00
Rafael Oleza
7e4dfa9417 Merge pull request #13760 from atom/wl-open-empty-editor-as-pending
Open empty editor as a pending pane item
2019-04-29 15:54:25 +02:00
Rafael Oleza
4e2e820a6c Disable external events from workspaceElement test 2019-04-29 15:09:23 +02:00
Rafael Oleza
0219306c87 Merge pull request #19233 from atom/upgrade-node-spellchecker
⬆️ spell-check@0.74.5
2019-04-29 15:09:04 +02:00
Rafael Oleza
ffd5ea6556 ⬆️ spell-check@0.74.5 2019-04-29 13:30:43 +02:00
Ash Wilson
bac771e1ff Merge pull request #19231 from atom/aw/no-focus-dev-mode
Skip dev mode windows when choosing an existing window for an open action
2019-04-28 20:32:21 -04:00
Ash Wilson
896ebfd97d Skip spec windows when finding an existing window to open paths 2019-04-28 17:22:14 -04:00
Ash Wilson
e368d78d27 Main process test for dev mode and benchmark windows 2019-04-28 17:21:37 -04:00
Rafael Oleza
dffe455668 Merge pull request #19224 from atom/wl-update-tree-view
Update tree-view to 0.227.0
2019-04-27 22:08:41 +02:00
Rafael Oleza
4fe8dbfe08 Merge pull request #18705 from UziTech/autoFocus-element
Enable autoFocus option to accept an element to focus on pane creation
2019-04-27 22:05:32 +02:00
Rafael Oleza
5d90758753 Merge pull request #19227 from atom/upgrade-snippets
⬆️ snippets@1.5.0
2019-04-27 22:05:01 +02:00
Rafael Oleza
d846bd5e87 Merge pull request #19074 from rafeca/upgrade-underscore-plus
⬆️ underscore-plus@1.7.0
2019-04-27 19:13:00 +02:00
Rafael Oleza
aa5d73d565 ⬆️ snippets@1.5.0 2019-04-27 19:10:06 +02:00
Winston Liu
dbb6c7b1b6 Merge branch 'master' into wl-open-empty-editor-as-pending 2019-04-27 00:25:00 -04:00
Winston Liu
4ef76983d0 ⬆️ tree-view@0.227.0 2019-04-26 18:43:14 -04:00