Commit Graph

36820 Commits

Author SHA1 Message Date
Rafael Oleza
219a1f58ff Merge commit '1d9a4cafcf6cc288d675512db8fd984e13aab869' into wl-autoflow-latex-tags 2019-05-31 18:57:16 +02:00
Rafael Oleza
a22dc64543 Merge commit '677bbb7f0b8754787ff9e7bfab4602ba82e13b0b' into wl-autoflow-latex-tags 2019-05-31 18:57:10 +02:00
Rafael Oleza
1d9a4cafcf Merge pull request #19391 from atom/use-prettier
Enable prettier
2019-05-31 18:40:52 +02:00
Rafael Oleza
7f3f040628 Reformat all JS files using prettier 2019-05-31 18:33:56 +02:00
Rafael Oleza
b17f4cbf68 Enable prettier eslint plugin 2019-05-31 18:32:28 +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
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
Nathan Sobo
7ec394fa2e ⬆️ atom-keymap@8.2.13-0 to include atom/keyboard-layout#51 2019-05-24 12:53:30 -06:00
Nathan Sobo
ed1734b693 Merge pull request #19404 from atom/ns-jr/fix-package-lock
Revert inadvertent changes to package-lock.json
2019-05-24 12:37:10 -06:00
Rafael Oleza
ab90d08292 Fix unrelated test 2019-05-24 20:30:57 +02:00
Nathan Sobo
f40880b043 Revert inadvertent changes to package-lock.json
These were introduced for unknown reasons in 
fd82a58f1d

Co-Authored-By: Jason Rudolph <jason@jasonrudolph.com>
2019-05-24 11:29:43 -06:00
Rafael Oleza
17aa985f4e Fix handling of binary files when using ripgrep scanner 2019-05-24 18:55:18 +02:00
Jason Rudolph
6702c15efc Merge pull request #19402 from atom/language-python-0.53.2
⬆️ language-python@0.53.2
2019-05-24 11:10:03 -04:00
Jason Rudolph
b473adf994 ⬆️ language-python@0.53.2 2019-05-24 09:50:54 -04:00
Winston Liu
54f757bbe7 autoflow: Do not reflow selections that contain only LaTeX tags 2019-05-23 18:26:26 -04:00
Landon Abney
85dcc6f244 Merge pull request #19358 from atom/la/deb-dependencies
Update .deb package dependencies
2019-05-23 13:17:31 -07:00
Jason Rudolph
bd353101c7 Merge pull request #19392 from atom/language-json-1.0.2
⬆️ language-json@1.0.2
2019-05-23 13:26:44 -04:00
Jason Rudolph
dd7ec141a5 ⬆️ language-json@1.0.2 2019-05-23 11:53:51 -04:00
Antonio Scandurra
4a1ff99826 ⬆️ nsfw@1.0.23 2019-05-23 15:47:13 +02:00
Rafael Oleza
a2a1de897a Merge pull request #19348 from atom/ns-ro/ripgrep-scan
Add a directory searcher that uses `ripgrep` as the backend
2019-05-23 00:39:47 -07:00