Vanessa Yuen
6a661147bd
github ⬆️
2019-03-07 14:42:36 +01:00
Ash Wilson
401a5a7d0a
Merge pull request #18946 from atom/aw/electron-version-in-build-env
...
Set Electron version within the build process environment
2019-03-06 11:53:46 -05:00
Ash Wilson
c513d1c024
Set ELECTRON_VERSION to the current Electron version.
2019-03-06 10:39:33 -05:00
Robert Sese
cd3d2ab82e
Merge pull request #18712 from SConaway/patch-1
...
Update README.md
2019-03-05 13:25:57 -08:00
Rafael Oleza
70f771af53
Merge pull request #18932 from rafeca/add-linting-to-specs
...
Stop using jasmine test functions from async-spec-helpers.js
2019-03-01 19:26:22 +01:00
Rafael Oleza
ec705399e6
Remove uneeded methods from async-spec-helpers modules
2019-03-01 12:05:21 +01:00
Rafael Oleza
67afbe6097
Stop using promisifySome
2019-03-01 12:05:21 +01:00
simurai
25ff63c3e6
Merge pull request #18866 from atom/sm-settings-view
...
Update settings-view@0.260.0
2019-03-01 10:47:52 +09:00
simurai
6c88a7d303
Merge branch 'master' into sm-settings-view
2019-03-01 09:22:56 +09:00
Rafael Oleza
aad8bd6836
Merge pull request #18896 from rafeca/add-linting-to-specs
...
Add linter to spec/ folder
2019-02-28 20:39:33 +01:00
Rafael Oleza
a93808d1a8
Always use global it, beforeEach and afterEach methods
2019-02-28 20:39:21 +01:00
Rafael Oleza
2dd2c299b3
Keep unneeded block in TextEditor spec as it's a common pattern
2019-02-28 19:30:03 +01:00
Landon Abney
55cdc398f6
Use includes
instead of indexOf
...
Co-Authored-By: rafeca <rafeca@gmail.com>
2019-02-28 19:30:03 +01:00
Rafael Oleza
ccfd761a06
Fix linting issue after rebase
2019-02-28 19:30:03 +01:00
Rafael Oleza
8daaf3834e
Enable linter on spec/ folder
2019-02-28 19:30:03 +01:00
Rafael Oleza
6c46cf9243
Fix remaining linter issues
2019-02-28 19:30:03 +01:00
Rafael Oleza
cd302135f0
Fix undefined variables from specs
2019-02-28 19:30:03 +01:00
Rafael Oleza
d7d6d0838f
Remove unused vars from specs
2019-02-28 19:30:03 +01:00
Rafael Oleza
c35ec012b4
Run prettier on spec/ folder
2019-02-28 19:30:03 +01:00
Rafael Oleza
c4aa086024
Merge pull request #18917 from rafeca/rewrite-jasmine-globals
...
Override global jasmine spec functions
2019-02-28 16:35:57 +01:00
Rafael Oleza
7876e04e97
Override global jasmine spec functions
...
Currently, if a spec uses the global `it` function on an async test,
that test will always pass (since the jasmine version checked in Atom
does not natively support tests that return promises). This can be
confusing since the test behaviour is different between the
async-test-helpers methods and the global ones.
By overriding the global functions, we'll also be able to remove all the
imports from async-test-helpers since they won't be needed anymore.
More info: https://github.com/atom/atom/pull/18896#discussion_r260396102
2019-02-28 15:15:08 +01:00
Rafael Oleza
f4685ac7ff
Merge pull request #18924 from rafeca/finish-update-packages
...
Update versions of fuzzy-finder and snippets
2019-02-28 13:37:32 +01:00
Rafael Oleza
96b29fe3ce
Update versions of fuzzy-finder and snippets
...
I forgot to update the second place on the `package.json` where its version is
specified
2019-02-28 12:13:16 +01:00
simurai
fa0f103c3c
⬆️ settings-view@v0.260.0
2019-02-28 19:55:09 +09:00
simurai
a5a5097a45
Merge pull request #18921 from atom/sm-update-welcome-2
...
Update welcome@v0.36.8 II
2019-02-28 19:39:16 +09:00
Rafael Oleza
e26f561543
Merge pull request #18923 from rafeca/update-snippets
...
⬆️ snippets@1.4.1
2019-02-28 10:55:07 +01:00
Rafael Oleza
c643d96fca
⬆️ snippets@1.4.1
2019-02-28 10:49:48 +01:00
simurai
e7ce8c3166
⬆️ welcome@v0.36.8
2019-02-28 17:27:28 +09:00
Rafael Oleza
af591495ce
Merge pull request #18919 from rafeca/update-fuzzy-finder
...
⬆️ fuzzy-finder@1.9.2
2019-02-27 21:39:51 +01:00
Rafael Oleza
bd6a0fc37c
⬆️ fuzzy-finder@1.9.2
2019-02-27 20:35:12 +01:00
Jason Rudolph
2712b1f505
Merge #18908 : Revert to Electron 2 until we can overcome crashes on Electron 3
2019-02-26 13:25:05 -05:00
Jason Rudolph
3b195122c4
Tell VSTS to build electron-* branches
2019-02-25 15:17:09 -05:00
Jason Rudolph
9ff5160b45
Update package-lock.json and script/package-lock.json
2019-02-25 15:14:53 -05:00
Jason Rudolph
c9e6d04e8c
Revert "Merge #18603 from atom/electron-3-0"
...
This reverts commit b92ae2ad04
, reversing
changes made to d4fe5ccfeb
.
2019-02-25 13:41:59 -05:00
Jason Rudolph
46fa62ac59
Revert "Merge #18815 from atom/electron-3.1.3"
...
This reverts commit e81f71318a
, reversing
changes made to bded0c102a
.
2019-02-25 13:37:35 -05:00
Rafael Oleza
042fb45a43
Merge pull request #18906 from rafeca/fix-git-diff-test
...
Fix git-diff package test
2019-02-25 16:30:28 +01:00
Rafael Oleza
9cf34c0e89
Fix git-diff package test
2019-02-25 15:08:51 +01:00
Rafael Oleza
b2c0028889
Merge pull request #18885 from rafeca/add-linting-to-packages
...
Add linter to packages/ folder
2019-02-25 13:35:04 +01:00
Rafael Oleza
034a05c8f4
Enable linter on packages/ folder
2019-02-25 13:05:02 +01:00
Rafael Oleza
ebf137954c
Add comment and ignore rule on regular expression.
2019-02-25 13:05:02 +01:00
Rafael Oleza
3f1b965343
Lint fixture file from go-to-line package
...
The specs needed to be updated since they depended on the actual contents
of the fixture.
2019-02-25 13:04:54 +01:00
Rafael Oleza
20ec642da1
Lint fixture file from git-diff package
2019-02-25 12:58:59 +01:00
Rafael Oleza
e734434811
Small linter fixes
2019-02-25 12:50:18 +01:00
Rafael Oleza
11206eca76
Add curly braces around if statements
2019-02-25 12:50:18 +01:00
Rafael Oleza
f6db819485
Remove unused variables from specs
2019-02-25 12:50:18 +01:00
Rafael Oleza
7e23d4dc7a
Run prettier on packages/ folder
2019-02-25 12:19:44 +01:00
Rafael Oleza
64d63b9d4a
Fix syntax error in fixture
2019-02-25 11:10:22 +01:00
Rafael Oleza
f1aef0b42f
Merge pull request #18898 from rafeca/update-find-and-replace
...
⬆ find-and-replace@0.218.9
2019-02-25 11:06:37 +01:00
Rafael Oleza
07a0842c67
⬆ find-and-replace@0.218.9
2019-02-25 10:31:45 +01:00
Rafael Oleza
679b4631e1
Merge pull request #18899 from rafeca/update-fuzzy-finder
...
⬆️ fuzzy-finder@1.9.1
2019-02-25 10:23:59 +01:00