Commit Graph

36843 Commits

Author SHA1 Message Date
Rafael Oleza
77dcd96a66 Merge commit '677bbb7f0b8754787ff9e7bfab4602ba82e13b0b' into wl-upgrade-webdriverio 2019-05-31 18:51:49 +02:00
Rafael Oleza
677bbb7f0b Merge pull request #19408 from atom/enable-no-useless-escape-eslint-rule
Enable eslint rules that got disabled
2019-05-31 18:29:31 +02:00
Antonio Scandurra
8ac841b97f Update metrics to v1.7.5 2019-05-31 09:22:34 +02:00
Rafael Oleza
53a7dc9298 Merge pull request #19420 from atom/upgrade-fuzzy-finder
⬆️ fuzzy-finder@1.13.5
2019-05-30 03:11:55 -07:00
Rafael Oleza
d571f385c2 ⬆️ fuzzy-finder@1.13.5 2019-05-30 10:09:54 +02:00
Antonio Scandurra
8091f202fa Update language-typescript to v0.5.0 2019-05-30 09:35:20 +02:00
Antonio Scandurra
187f07d9c0 Merge pull request #19419 from atom/electron-3.1
Upgrade to Electron 3.1.10
2019-05-30 09:35:09 +02:00
Antonio Scandurra
d8776a5541 Merge branch 'master' into electron-3.1 2019-05-30 08:36:36 +02:00
Antonio Scandurra
a2e71f4ddc Merge pull request #19418 from atom/as/no-promises-in-mksnapshot
Don't create a promise when preloading package settings in snapshot
2019-05-30 08:36:16 +02:00
Antonio Scandurra
20a49bb165 Upgrade to Electron 3.1.10 2019-05-29 18:59:40 +02:00
Antonio Scandurra
091325bd02 Merge branch 'master' into electron-3.1 2019-05-29 18:35:01 +02:00
Antonio Scandurra
40c26d29c8 Don't create a promise when preloading package settings in snapshot
Promise creation is forbidden within `mksnapshot` (see 
https://github.com/electron/libchromiumcontent/pull/363, 
https://github.com/nodejs/node/pull/13242 and 
https://github.com/electron/electron/issues/18420). Since preloading a 
package's settings is a synchronous action anyway, we just avoid 
instantiating a new Promise when calling `loadSettings`.
2019-05-29 17:45:51 +02:00
Antonio Scandurra
88019da4ba Merge pull request #19412 from atom/as-ro/save-restricted-files-on-linux
Escalate privileges when writing into a restricted location on Linux
2019-05-29 16:44:03 +02:00
Antonio Scandurra
e9a448c003 Upgrade text-buffer to v13.16.0 2019-05-29 15:32:29 +02:00
Antonio Scandurra
dcac01fc18 Upgrade text-buffer to v13.15.4-0 2019-05-29 14:19:33 +02:00
Rafael Oleza
6da5009831 Merge pull request #19414 from atom/update-find-and-replace
⬆️ find-and-replace@0.218.11
2019-05-28 10:24:48 -07:00
Rafael Oleza
eacfb78d07 ⬆️ find-and-replace@0.218.11 2019-05-28 17:02:02 +02:00
Rafael Oleza
f5926fe8f1 Create folder before copying polkit policy file on redhat 2019-05-28 13:03:07 +02:00
Antonio Scandurra
3b5eb5d247 Add policy to prevent asking password more than once on RPM
See 50f73a5 for more details.

Co-Authored-By: Rafael Oleza <rafeca@github.com>
2019-05-28 11:59:29 +02:00
Antonio Scandurra
949e53e7f6 Require policykit in RPM distribution
Co-Authored-By: Rafael Oleza <rafeca@github.com>
2019-05-28 11:58:55 +02:00
Antonio Scandurra
50f73a57b7 Add policy to prevent asking password more than once on Debian
This is a polkit policy that is read when fs-admin invokes `dd` via
`pkexec` after trying to write into a restricted location. By specifying
`auth_admin_keep`, we are telling the polkit daemon to not prompt users
for a password again if they have already escalated privileges recently.

Co-Authored-By: Rafael Oleza <rafeca@github.com>
2019-05-28 11:53:21 +02:00
Antonio Scandurra
1e87055f6d Require policykit in debian distribution
This is used by fs-admin to invoke `pkexec` and escalate privileges to
write into restricted locations.

Co-Authored-By: Rafael Oleza <rafeca@github.com>
2019-05-28 11:53:14 +02:00
Antonio Scandurra
95fe9527d9 Don't create a promise when preloading package settings in snapshot
Promise creation is forbidden within `mksnapshot` (see 
https://github.com/electron/libchromiumcontent/pull/363, 
https://github.com/nodejs/node/pull/13242 and 
https://github.com/electron/electron/issues/18420). Since preloading a 
package's settings is a synchronous action anyway, we just avoid 
instantiating a new Promise when calling `loadSettings`.
2019-05-27 12:32:54 +02:00
Rafael Oleza
752555be7e Merge pull request #19403 from atom/fix-binary-files
Fix handling of binary files when using ripgrep scanner
2019-05-27 02:51:34 -07:00
Rafael Oleza
34dcd205e1 Enable no-use-before-define eslint rule
The changed codepath seems to be an unintentional mistake which was
added in 5c1a49fccf

I cannot see any reason to set a default argument to itself: this is
going to cause a ReferenceError when calling that function without that
argument and I guess if that was the intended behaviour the author would
have added an explicit check at the beginning of the function (or at
least a comment).
2019-05-27 11:24:12 +02:00
Rafael Oleza
a14b3a5ddd Enable symbol-description eslint rule 2019-05-27 11:17:29 +02:00
Rafael Oleza
9abdb2f93a Enable no-unused-expressions eslint rule 2019-05-27 11:15:37 +02:00
Rafael Oleza
2139b4b936 Enable prefer-promise-reject-errors eslint rule 2019-05-27 11:11:49 +02:00
Rafael Oleza
69fc4ad69a Enable no-return-await eslint rule 2019-05-27 11:00:42 +02:00
Rafael Oleza
dc2df49b60 Enable no-useless-escape eslint rule 2019-05-27 10:59:39 +02:00
Rafael Oleza
14daa4bdc1 Use ternary instead of conditional 2019-05-27 10:46:06 +02:00
Winston Liu
5265528675 🤦‍♀️ 2019-05-25 21:55:15 -04:00
Winston Liu
791d6b4896 ⬆️ webdriverio@5.9.2 2019-05-25 21:42:32 -04:00
Winston Liu
fe5082df51 Check for focus methods again 2019-05-25 20:53:47 -04:00
Winston Liu
7870675ef4 Re-enable tests 2019-05-25 20:50:53 -04:00
Winston Liu
e9ba8fdc05 Yay, it's green! Clean things up a bit. 2019-05-25 20:50:27 -04:00
Winston Liu
50e8c97db4 Delete the session when we're done, just to be safe 2019-05-25 16:50:45 -04:00
Winston Liu
45b772b111 Whoopsies 2019-05-25 16:50:37 -04:00
Winston Liu
7bbbca95bc atom.workspace should always exist 2019-05-25 15:44:49 -04:00
Winston Liu
7e2a23b797 Ah heck, more async 2019-05-25 15:42:27 -04:00
Winston Liu
8fcd97ae15 ...as I was saying, async. 2019-05-25 15:30:36 -04:00
Winston Liu
397c8d74e8 Pass in filePath as an argument 2019-05-25 14:24:10 -04:00
Winston Liu
e47253febf I think we need to pass in a folder 2019-05-25 13:31:40 -04:00
Winston Liu
81fe767077 Everything's a Promise, apparently 2019-05-25 12:49:36 -04:00
Winston Liu
4961b31cf7 Perhaps it's something with await? 2019-05-25 00:18:16 -04:00
Winston Liu
8728e9f1e1 Thanks documentation for not giving any hint whatsoever that it's async 2019-05-24 21:00:55 -04:00
Winston Liu
b58243c93b Speed up CI 2019-05-24 20:26:38 -04:00
Winston Liu
8870380a29 Looks like there are windows being returned... 2019-05-24 20:26:33 -04:00
Nathan Sobo
4b97f7b357 Merge pull request #19405 from atom/ns/upgrade-keymap
Upgrade atom-keymap to incorporate changes to keyboard-layout
2019-05-24 16:47:11 -06:00
Nathan Sobo
fc3aa8a7f0 ⬆️ atom-keymap@8.2.14 2019-05-24 16:15:25 -06:00