Michelle Tilley
83751e28c2
⬆️ github@0.0.11
2017-05-16 15:21:32 +02:00
Michelle Tilley
2cad52062c
⬆️ github@0.0.10
2017-05-16 08:36:55 +02:00
Wliu
9a42f82895
Merge pull request #14419 from Positive07/patch-1
...
Remove jQuery from dependencies
2017-05-15 19:10:13 -04:00
Pablo Ariel Mayobre
a3d149f091
🔥 Remove jQuery from dependencies
...
jQuery isn't being used anywhere so it needs to be removed from package.json
2017-05-15 19:14:19 -03:00
Damien Guard
6b35c025d2
Remove MSI asset references for appveyor
2017-05-15 14:51:02 -07:00
Michelle Tilley
f62444b5b0
⬆️ github@0.0.9
2017-05-15 23:43:17 +02:00
Lee Dohm
05a594360e
⬆️ settings-view 0.250.0
2017-05-15 13:47:08 -07:00
Lee Dohm
3bc6b48d76
Merge pull request #14417 from atom/version-pinned-packages
...
Add config schema for version pinned packages
2017-05-15 13:45:08 -07:00
Michelle Tilley
e9caa6e26a
⬆️ github@0.0.8
2017-05-15 21:15:08 +02:00
Lee Dohm
6740952c1c
Add config schema for version pinned packages
2017-05-15 11:18:22 -07:00
Katrina Uychaco
5e4a75b720
Merge pull request #14416 from atom/mkt-ku-show-all-output-in-script-test
...
Show stdout in addition to stderr in script/test
2017-05-15 20:11:18 +02:00
Michelle Tilley
fb99a9907f
Show stdout in addition to stderr in script/test
2017-05-15 19:25:55 +02:00
Damien Guard
3114df611a
Drop MSI packages as they are more confusing than helpful
2017-05-15 09:06:46 -07:00
Damien Guard
21de88db1f
⬆️ electron-winstaller
2017-05-15 09:06:45 -07:00
Hubot
914da29eea
1.19.0-dev
2017-05-15 10:48:41 -05:00
Michelle Tilley
3c0e71b15a
Merge pull request #14415 from atom/mkt-update-github-0.0.7
...
⬆ github@0.0.7
2017-05-15 16:25:09 +02:00
Antonio Scandurra
2e363c3d58
Merge pull request #14403 from atom/fb-mdt-pane-steals-focus
...
Pane shouldn't steal focus from its children
2017-05-15 16:15:21 +02:00
Michelle Tilley
fe543c2157
:arrow-up: github@0.0.7
2017-05-15 13:11:52 +02:00
Antonio Scandurra
06009d72d2
⬆️ tabs
2017-05-15 11:27:36 +02:00
Wliu
7a56c4c8b4
Merge pull request #14413 from atom/wl-update-autocomplete
...
Update autocomplete-html, autocomplete-css
2017-05-14 18:16:17 -04:00
Wliu
28441940ef
⬆️ autocomplete-css@0.16.2
2017-05-14 16:27:35 -04:00
Wliu
e24ad237a3
⬆️ autocomplete-html@0.8.0
2017-05-14 16:25:28 -04:00
Lee Dohm
1559c8a047
Merge pull request #12946 from jamsinclair/11848-fix-moving-line-without-line-ending
...
Fixes #11848 Moving line up without line ending
2017-05-13 15:00:46 -07:00
Matthew Dapena-Tretter
0aa4c1a976
Pane shouldn't steal focus from its children
...
This was removed in #14175 in order to solve #14173 (editors not being
focused when clicking tabs). However, it means that the pane steals
focus from its children. The solution is to add the guard back and to
solve #14173 in another way: by delaying the activation of the item
(see atom/tabs#439 ).
2017-05-12 13:50:19 -07:00
Antonio Scandurra
1992c17399
Merge pull request #14398 from atom/as-fix-test-in-interactive-mode
...
Fix running packages preloading tests in interactive mode
2017-05-12 11:27:43 +02:00
Antonio Scandurra
186bcd70a5
Fix running packages preloading tests in interactive mode
...
This change also makes the test more useful, as it verifies that reading
metadata from package.json's `packagesCache` works correctly.
2017-05-12 10:11:58 +02:00
Max Brunsfeld
07c2a8e8d6
Merge pull request #14339 from atom/mb-dont-change-focus-when-hiding-unfocused-dock
...
Don't change focus when hiding an unfocused dock
2017-05-11 16:28:27 -07:00
Nathan Sobo
b61e978a80
Merge pull request #14387 from atom/ns-mb-close-and-save-center
...
Act on active center items only when saving and closing
2017-05-11 14:29:39 -06:00
Antonio Scandurra
e9a124f0fb
Merge pull request #14391 from atom/as-mkt-speed-up-source-map-parsing
...
Speed up parsing the snapshot source map
2017-05-11 18:03:19 +02:00
Antonio Scandurra
b1466742d4
Don't use snapshots in Task
...
They are not providing much value, as we are not already loading
anything from the snapshot require cache.
2017-05-11 16:52:02 +02:00
Antonio Scandurra
a40ab08117
⬆️ status-bar
2017-05-11 16:10:52 +02:00
Antonio Scandurra
9346ff9e63
Speed up parsing the snapshot source map
...
When calling remote functions or emitting deprecation warnings
respectively Electron and Grim create a fake `Error` object to retrieve
the stack trace of the current call site.
When doing this for the first time, if the call site was located inside
a snapshotted file, previously we would parse the source map for the
snapshot and translate the position of each call in the stack trace.
However, since the snapshot source map is quite big, we were observing
major slowdowns when parsing it for the first time.
With this commit we will parse the snapshot source map while generating
the snapshot, which will allow to not pay for it during runtime.
Signed-off-by: Michelle Tilley <binarymuse@github.com >
2017-05-11 14:21:45 +02:00
Michelle Tilley
b951e06623
Merge pull request #14372 from atom/zhu-li-do-the-thing
...
🎉
2017-05-11 10:03:29 +02:00
Michelle Tilley
eba6d07ff3
Re-add 'use strict'
2017-05-11 00:21:54 +02:00
Michelle Tilley
fb9fd2fbfc
⬆️ welcome@0.36.3
2017-05-10 23:27:57 +02:00
Michelle Tilley
befb725f9f
Revert "Cat debug log at end of tests"
...
This reverts commit 351efe09b3 .
2017-05-10 23:25:33 +02:00
Michelle Tilley
6b51d09459
⬆️ github@0.0.6
2017-05-10 23:25:12 +02:00
Nathan Sobo
048a548462
Fix specs
2017-05-10 14:18:15 -06:00
Nathan Sobo
66609a1414
Act on active center items only when saving and closing
...
Signed-off-by: Max Brunsfeld <maxbrunsfeld@gmail.com >
2017-05-10 13:21:50 -06:00
Michelle Tilley
8a252dc903
Merge remote-tracking branch 'origin/master' into zhu-li-do-the-thing
2017-05-10 19:58:54 +02:00
Nathan Sobo
b478f192e1
Merge pull request #14386 from atom/ns-downgrade-text-buffer
...
Downgrade text-buffer to see if it helps our integration tests on CI
2017-05-10 11:51:14 -06:00
Nathan Sobo
ea8524ec1b
Revert " ⬆️ text-buffer"
...
This reverts commit 5d57ecb8ce .
2017-05-10 11:37:12 -06:00
Michelle Tilley
351efe09b3
Cat debug log at end of tests
2017-05-10 18:21:34 +02:00
Michelle Tilley
30ee14bd13
Revert "Don't run GitHub operations inline during script/test"
...
This reverts commit 7ccf465370 .
2017-05-10 17:17:06 +02:00
Michelle Tilley
7ccf465370
Don't run GitHub operations inline during script/test
2017-05-10 15:36:24 +02:00
Michelle Tilley
fa19e4c65e
⬆️ github@0.0.5
2017-05-10 15:35:47 +02:00
Michelle Tilley
f6945792cd
Install devDeps inside root package folder during tests
...
Clean them up when we're done
2017-05-10 12:55:55 +02:00
Michelle Tilley
8d4376757a
Allow ATOM_PACKAGES_TO_TEST env var to set which packages to run tests for
2017-05-10 12:55:10 +02:00
Michelle Tilley
1b165804c3
Run tests in the root node_modules package folder
2017-05-10 07:46:31 +02:00
Michelle Tilley
ae6101c2d5
Only install apm deps for packages with atomTestRunner defined
2017-05-10 07:09:04 +02:00