Commit Graph

21699 Commits

Author SHA1 Message Date
Kevin Sawicki
2470d44dd2 Use temp directory for ATOM_HOME 2015-02-12 15:51:55 -08:00
Kevin Sawicki
c053b65e92 ⬆️ timecop@0.30 2015-02-12 15:45:55 -08:00
Kevin Sawicki
153bd012fb ⬆️ apm@0.138 2015-02-12 15:44:31 -08:00
Kevin Sawicki
9df0a83597 Add missing 6to5 segment 2015-02-12 15:44:14 -08:00
Kevin Sawicki
c496012b73 git ignore spec/integration/fixture/atom-home 2015-02-12 15:06:39 -08:00
Kevin Sawicki
a372c892f0 Set chromedriver path in integration spec helper 2015-02-12 15:04:33 -08:00
Kevin Sawicki
96fff054e5 Merge pull request #5524 from atom/ks-defer-coffee-script-require
Minimize CoffeeScript requires
2015-02-12 14:46:18 -08:00
Kevin Sawicki
375b6edeb4 Ensure registered extension is enumerable 2015-02-12 14:22:46 -08:00
Kevin Sawicki
71591a8fd8 ⬆️ coffee-cash@0.7 2015-02-12 14:22:46 -08:00
Kevin Sawicki
b2d5a4da4b 🎨 2015-02-12 14:22:46 -08:00
Kevin Sawicki
718886a077 Pass in full path to root cache dir 2015-02-12 14:22:46 -08:00
Kevin Sawicki
20b2be51d9 Add initial compile cache spec 2015-02-12 14:22:46 -08:00
Kevin Sawicki
3f246035da Remove semicolon 2015-02-12 14:22:45 -08:00
Kevin Sawicki
445eee42db 🎨 2015-02-12 14:22:45 -08:00
Kevin Sawicki
fcced492d4 Break out helper methods in index.js 2015-02-12 14:22:45 -08:00
Kevin Sawicki
01f059d156 Allow atom home to be passed in 2015-02-12 14:22:45 -08:00
Kevin Sawicki
86cdfaeb94 Set cache directory in tasks 2015-02-12 14:22:45 -08:00
Kevin Sawicki
a5f40e2e7f Call setCacheDirectory on CoffeeCache 2015-02-12 14:22:45 -08:00
Kevin Sawicki
efd8f160da Add helper to warm caches on apm install 2015-02-12 14:22:45 -08:00
Kevin Sawicki
57bb4c322c Add source map caching to tasks 2015-02-12 14:22:45 -08:00
Kevin Sawicki
68926d1319 🎨 Comment each cache setup 2015-02-12 14:22:45 -08:00
Kevin Sawicki
d6212cfc79 Start caching source maps 2015-02-12 14:22:45 -08:00
Kevin Sawicki
da3b1a4881 Add root cache check in browser process 2015-02-12 14:22:44 -08:00
Kevin Sawicki
2bd782f9e0 ⬆️ coffeestack@1 2015-02-12 14:22:44 -08:00
Kevin Sawicki
8a4fb47c74 ⬆️ jasmine-tagged@1.1.4 2015-02-12 14:22:44 -08:00
Kevin Sawicki
dea381e83b ⬆️ exception-reporting@0.24 2015-02-12 14:22:44 -08:00
Kevin Sawicki
d7e4099bc4 ⬆️ grim@1.1.2 2015-02-12 14:22:44 -08:00
Kevin Sawicki
e9eb3d1d34 Remove old coffee cache 2015-02-12 14:22:44 -08:00
Kevin Sawicki
0738d456b5 Use coffee-cash module 2015-02-12 14:22:44 -08:00
Kevin Sawicki
89d334f0b8 ⬆️ season@5.1.4 2015-02-12 14:22:44 -08:00
Nathan Sobo
e739444800 Add an assertion when line is null in presenter
Refs #5527
2015-02-12 13:23:42 -07:00
Kevin Sawicki
19a524dd50 ⬆️ release-notes@0.50 2015-02-12 11:42:45 -08:00
Max Brunsfeld
723117a2dc 🎨 fix linter errors 2015-02-12 11:36:16 -08:00
Max Brunsfeld
8339819c7b Revert "Move reactCompat option to transform as per 6to5 deprecation warning."
This reverts commit 698b870491.
2015-02-12 11:33:05 -08:00
Michael Bolin
698b870491 Move reactCompat option to transform as per 6to5 deprecation warning.
Bumped the version of 6to5-core to `^3.6.0` to ensure `reactCompat` is
available as a transform rather than an option.
2015-02-12 11:29:14 -08:00
Ben Ogle
0a4378805d ⬆️ snippets@0.74.0 2015-02-12 11:01:42 -08:00
Max Brunsfeld
aa59c38264 Merge pull request #5491 from bolinfest/repository-provider
Set up the atom.repository-provider service and implement GitRepositoryP...
2015-02-12 11:00:05 -08:00
Ben Ogle
400976c366 ⬆️ settings-view@0.180.0 2015-02-12 10:58:00 -08:00
Nathan Sobo
26a66342dc Merge pull request #5519 from atom/ns-optimize-editor-presenter
Optimize TextEditorPresenter
2015-02-12 11:57:20 -07:00
Ben Ogle
ca1cf5a132 Merge pull request #5522 from atom/bo-return-item
Return pane items from the config opener, rather than using workspace.open
2015-02-12 10:57:07 -08:00
Nathan Sobo
2de097b78f ⬆️ markdown-preview for spec fix 2015-02-12 11:46:37 -07:00
Michael Bolin
5d788f9a6c Use getPath() instead of getRealPathSync() because other parts of Atom are relying on getPath() for contains(). 2015-02-12 10:45:20 -08:00
Ben Ogle
4a20dc9079 Return items from the opener, rather than using open
This way, options like `split: ‘left’` can be used with the config
URIs.
2015-02-12 10:43:35 -08:00
Nathan Sobo
b3d03d032a 🐎 Read TextEditor::cursors directly to avoid allocation 2015-02-12 11:34:45 -07:00
Nathan Sobo
205d1df7b4 Precompute ::startRow and ::endRow in presenter 2015-02-12 11:34:45 -07:00
Ben Ogle
dcbff35ef5 Handle EEXIST error with a better message
Closes #5518
2015-02-12 09:55:51 -08:00
Michael Bolin
653bd32a3f Introduce local promise variable to simplify assertion. 2015-02-12 09:52:48 -08:00
Michael Bolin
248e958628 Move most test logic into waitsForPromise in git-repository-provider-spec.coffee 2015-02-12 09:49:40 -08:00
Michael Bolin
603a672629 Moved the bulk of the test into waitsForPromise to eliminate some extra variables. 2015-02-12 09:47:11 -08:00
Michael Bolin
efd9e505eb split up one of the tests in git-repository-provider-spec.coffee 2015-02-12 09:43:17 -08:00