Jason Rudolph
efa440f705
Merge pull request #14460 from atom/jr-activate-next-or-previous-pane-in-dock
...
Fix ability to activate next/previous pane in a dock
2017-05-22 10:03:26 -04:00
Antonio Scandurra
1346824aa3
⬆️ fuzzy-finder
2017-05-22 09:47:47 +02:00
Antonio Scandurra
c52a31d2f7
Merge pull request #14553 from atom/as-fix-encoding-issues
...
Don't snapshot the `iconv-lite` module
2017-05-22 09:31:01 +02:00
Antonio Scandurra
cdb399295b
Don't snapshot the iconv-lite module
...
When deciding which methods to export, `iconv-lite` verifies the
availability of some Node features, which is clearly an unsupported
behavior when executing it via `mksnapshot`.
In this case we were not getting any exception at compile-time, but we
noticed some methods were missing from iconv-lite's API. With this
commit we are excluding this module from the snapshot, thus making all
of its methods available again.
2017-05-22 09:16:56 +02:00
Antonio Scandurra
944b5c5b00
Merge pull request #14503 from atom/mkt-update-github-0.1.2
...
⬆ github@0.1.2
2017-05-19 17:43:24 +02:00
Jason Rudolph
3020a61e34
Test activating next/previous pane at the workspace level
2017-05-19 10:49:51 -04:00
Jason Rudolph
8079b51839
Remove unnecessary test setup
...
H/T @nathansobo
2017-05-19 09:33:06 -04:00
Antonio Scandurra
5d2ca4b8c5
⬆️ metrics
2017-05-19 15:12:22 +02:00
Michelle Tilley
9417888f60
Merge branch 'master' into mkt-update-github-0.1.2
2017-05-19 14:31:56 +02:00
Antonio Scandurra
a9320c333a
⬆️ bracket-matcher
2017-05-19 14:15:31 +02:00
Antonio Scandurra
7923b55374
⬆️ electron-link
2017-05-19 14:01:10 +02:00
Antonio Scandurra
910fbeee31
Merge pull request #12696 from atom/tj-upgrade-electron
...
Upgrade Electron to v1.6.x
2017-05-19 13:38:21 +02:00
Michelle Tilley
14c1885b63
⬆️ github@0.1.2
2017-05-19 12:29:01 +02:00
Antonio Scandurra
a7066e387f
Fix lint errors
...
Signed-off-by: Nathan Sobo <nathan@github.com >
2017-05-19 11:07:38 +02:00
Antonio Scandurra
d158e44374
Merge branch 'master' into tj-upgrade-electron
2017-05-19 11:05:15 +02:00
Antonio Scandurra
2c3500503f
Use custom snapshot row translation to prevent Electron 1.6 reload crash
...
Adding a source map for the entire snapshot was expensive in terms of
memory and seemed to be triggering some sort of bug in Chromium when
reloading with the DevTools open.
The custom row translation relies on a much more compact representation
of the data and avoids the crash.
Signed-off-by: Nathan Sobo <nathan@github.com >
2017-05-19 10:23:13 +02:00
Max Brunsfeld
6b761862cf
Merge pull request #14485 from atom/mb-fix-error-when-dragging-text
...
Fix exception when starting to drag text
2017-05-18 16:23:20 -07:00
Max Brunsfeld
b5352907a9
⬆️ update-package-dependencies
2017-05-18 13:42:47 -07:00
Max Brunsfeld
e99545ee41
Fix exception when starting to drag text
2017-05-18 10:13:48 -07:00
Michelle Tilley
b15ce0c3f6
Merge pull request #14424 from atom/mkt-update-github-0.0.10
...
⬆ github@0.0.10
2017-05-18 17:10:57 +02:00
Michelle Tilley
07907bdf25
⬆️ github@0.1.1
2017-05-18 16:17:25 +02:00
Michelle Tilley
8528021f74
Remove atomTransilers from package.json after transpiling in-place
2017-05-18 10:15:02 +02:00
Lee Dohm
9469e641d8
Merge pull request #14459 from atom/ld-search-issues-fix
...
Fix search issues menu link
2017-05-17 13:55:07 -07:00
Lee Dohm
b28d0445d2
Fix search issues menu link
...
The previous link would give a 404 when the user was not logged in to
GitHub. This link works whether logged in or not.
2017-05-17 13:01:55 -07:00
Jason Rudolph
ae9f24602d
🐛 Fix #14442
...
Fixes error activating next/previous pane from Dock.
2017-05-17 15:28:24 -04:00
Jason Rudolph
d599b52d36
✅ Add failing tests for #14442
2017-05-17 15:26:42 -04:00
Michelle Tilley
11c1151928
👕
2017-05-17 21:08:11 +02:00
Michelle Tilley
5cd0049881
Remove debug logging
2017-05-17 21:08:05 +02:00
Michelle Tilley
cff71e4806
Path normalization
2017-05-17 20:56:30 +02:00
Michelle Tilley
ff354ec3a7
Another logging
2017-05-17 20:56:24 +02:00
Michelle Tilley
86d45a5b9b
Add temporary build debugging
2017-05-17 20:39:16 +02:00
Michelle Tilley
dd3fc442e5
Merge branch 'mkt-update-github-0.0.10' of github.com:atom/atom into mkt-update-github-0.0.10
2017-05-17 20:24:59 +02:00
Michelle Tilley
ddfd30bc22
Unregister custom package transpilation config after transpilation
2017-05-17 20:23:59 +02:00
Michelle Tilley
8702b840f5
Merge branch 'master' into mkt-update-github-0.0.10
2017-05-17 19:04:10 +02:00
Michelle Tilley
6e61fe9a32
Install devDeps in the root package path where they're not cached
2017-05-17 19:01:36 +02:00
Michelle Tilley
8303e179ae
Extract backup-node-modules.js
2017-05-17 17:53:36 +02:00
Katrina Uychaco
8df4a747d6
WIP install dev dependencies when transpiling
2017-05-17 17:53:35 +02:00
Michelle Tilley
302c71a95f
⬆️ github@0.1.0
2017-05-17 17:46:58 +02:00
Katrina Uychaco
8ed16cea43
Merge pull request #14445 from atom/ku-mkt-install-dev-deps-when-transpiling
...
Install dev dependencies when transpiling
2017-05-17 17:39:18 +02:00
Michelle Tilley
e01721f24a
Extract backup-node-modules.js
2017-05-17 16:01:19 +02:00
Katrina Uychaco
effd0f5adf
WIP install dev dependencies when transpiling
2017-05-17 10:56:54 +02:00
Michelle Tilley
fe5d3fabcc
Merge pull request #14393 from torn4dom4n/master
...
Add Github package to CI listing
2017-05-17 08:03:15 +02:00
Wliu
c0973a0b60
Merge pull request #14432 from atom/revert-14428-wl-rm-color
...
Revert "Remove 'color' dependency"
2017-05-16 16:41:51 -04:00
Wliu
edcce4bfa7
Revert "Remove 'color' dependency"
2017-05-16 16:41:44 -04:00
Wliu
8ca558f490
Merge pull request #14428 from atom/wl-rm-color
...
Remove 'color' dependency
2017-05-16 16:36:53 -04:00
Wliu
e8249b7f9a
🔥 color
2017-05-16 15:08:45 -04:00
Nguyen Long Nhat
b21de45a82
Github into GitHub
...
[ci skip]
2017-05-16 23:24:30 +07:00
Antonio Scandurra
dad08f2b38
⬆️ bracket-matcher
2017-05-16 15:23:14 +02:00
Michelle Tilley
83751e28c2
⬆️ github@0.0.11
2017-05-16 15:21:32 +02:00
Antonio Scandurra
a106a3baa0
🎨
2017-05-16 15:19:13 +02:00