Commit Graph

36289 Commits

Author SHA1 Message Date
Ash Wilson
e39b12b165 Prefer a {window} explicitly provided to openPaths() 2019-04-10 16:08:59 -04:00
Rafael Oleza
a0f41e7d82 Merge pull request #19131 from atom/fix-prs-on-release-branches
Do not sign PRs on release branches
2019-04-10 18:22:03 +02:00
Jason Rudolph
519a58021a Bump fuzzy-finder version in package-lock.json 2019-04-10 12:18:55 -04:00
Nathan Sobo
57d00b6f09 Merge pull request #18471 from Aerijo/comment-cursor-placement
Toggle comment cursor placement
2019-04-10 10:10:42 -06:00
Jason Rudolph
ca5401a730 Merge pull request #19130 from atom/fuzzy-finder-1.13.0-targeting-master
⬆️ fuzzy-finder@1.13.0
2019-04-10 12:05:14 -04:00
Rafael Oleza
b9b87c3648 Do not sign PRs on electron branches 2019-04-10 17:02:35 +02:00
Rafael Oleza
218253d4ba Do not sign PRs on release branches 2019-04-10 16:56:17 +02:00
Rafael Oleza
b50a5701fc Merge pull request #19126 from atom/wait-on-app-tests
Wait until the editor is ready on application test
2019-04-10 16:27:35 +02:00
Jason Rudolph
f156941748 ⬆️ fuzzy-finder@1.13.0 2019-04-10 10:01:42 -04:00
Nathan Sobo
513a38bcea Unfocus test 🙈 2019-04-09 10:54:01 -06:00
Rafael Oleza
6b61f14c3b Wait until the editor is ready on application test 2019-04-09 16:00:47 +02:00
Rafael Oleza
d6f06f6b61 Merge pull request #19124 from atom/fix-application-test
Fix atom-application tests
2019-04-09 14:45:23 +02:00
Rafael Oleza
dbe00f616a Fix atom-application tests
When closing a window with a file that does not exist, Atom opens a
dialog asking the users if they want to save the changes. This dialog
prevented the tests from finishing correctly.
2019-04-09 13:18:02 +02:00
Hubot
de31d140cb 1.38.0-dev 2019-04-08 19:00:12 -05:00
Nathan Sobo
397d427568 Fix lint error 2019-04-08 17:16:50 -06:00
Nathan Sobo
6277cefa07 Clean up assertion style
I prefer to express only one assertion per line rather than &&-ing 
together multiple assertions into a condition. I also prefer to use 
equality assertions so that failure messages include more information 
about the actual and expected values.

I used nested scope blocks so we could re-define the `range` constant in 
a local scope without needing to mutate a variable across unrelated 
tests.
2019-04-08 16:57:35 -06:00
Nathan Sobo
47368136d8 Fix syntax error that caused test not to run and some problems with test 2019-04-08 16:45:34 -06:00
Nathan Sobo
218086d379 Merge branch 'master' into comment-cursor-placement 2019-04-08 16:19:25 -06:00
Nathan Sobo
24c0503617 ⬆️ settings-view@0.261.1 2019-04-08 13:51:44 -06:00
Ash Wilson
79f4bfba18 Merge pull request #19119 from atom/aw/github-up-dev
github@0.28.1 on dev
2019-04-08 15:42:34 -04:00
Ash Wilson
ae5b1eb680 Exclude superstring from any dependency path 2019-04-08 13:49:09 -04:00
Ash Wilson
886ceb5f4e ⬆️ github 2019-04-08 13:48:45 -04:00
Max Brunsfeld
f861d89fd3 Revert "Merge pull request #19060 from atom/mb-tree-sitter-0-14"
This reverts commit 386b153878, reversing
changes made to 5a4cfeb12c.
2019-04-08 10:08:02 -07:00
Rafael Oleza
e0755959da Merge pull request #19116 from atom/test-build
Make sure that Atom does not get autoupdated when running main process tests
2019-04-08 16:01:30 +02:00
Rafael Oleza
3f11d71dc0 Make sure that Atom does not get autoupdated when running main process tests 2019-04-08 14:09:15 +02:00
Max Brunsfeld
404b94ca73 ⬆️ language-python
Fixes #19062
2019-04-07 14:42:55 -07:00
Max Brunsfeld
386b153878 Merge pull request #19060 from atom/mb-tree-sitter-0-14
Update tree-sitter to v0.14.0
2019-04-07 14:26:11 -07:00
Nathan Sobo
5a4cfeb12c Document radio: true option introduced in atom/settings-view#1089 2019-04-05 16:57:47 -06:00
Nathan Sobo
7acb843e8a ⬆️ settings-view 2019-04-05 16:54:25 -06:00
Nathan Sobo
3d136db278 ⬆️ language-clojure 2019-04-05 16:38:55 -06:00
David Wilson
9ef6477b92 Temporarily disable draft release creation on release branches 2019-04-05 15:01:28 -07:00
Nathan Sobo
4a6f869f6a Revert "Revert "Upgrade apm/package-lock.json""
This reverts commit 1f4586d7f6.
2019-04-05 15:31:45 -06:00
Nathan Sobo
1f4586d7f6 Revert "Upgrade apm/package-lock.json"
This reverts commit d25e5dc90c.
2019-04-05 15:27:58 -06:00
Nathan Sobo
d25e5dc90c Upgrade apm/package-lock.json
It seems to have changed everything from https to http. Not really sure 
why.
2019-04-05 14:14:41 -06:00
Nathan Sobo
6b9cb8d2bb ⬆️ spell-check@0.74.4 2019-04-05 14:13:02 -06:00
Nathan Sobo
168ddc3cc8 ⬆️ apm 2019-04-05 14:07:21 -06:00
Rafael Oleza
551fa08da1 Merge pull request #19109 from atom/use-random-socketname
Add authentication/encryption when using pipes for IPC
2019-04-05 21:34:38 +02:00
Rafael Oleza
7ad8976a00 Do not check for order of windows in test
The order is not deterministic on Windows, since it depends on focus
state
2019-04-05 17:13:53 +02:00
Rafael Oleza
df54e900d5 Add test to ensure that the piping logic works as expected 2019-04-05 17:13:53 +02:00
Rafael Oleza
31d7dd6bb9 Add explicit handle for errors when decrypting 2019-04-05 17:13:53 +02:00
Rafael Oleza
bca056d956 Remove the handling logic for the --socket-path arg 2019-04-05 17:13:53 +02:00
Rafael Oleza
d40ca4b675 Implement authentication and encryption of the client 2019-04-05 17:13:53 +02:00
Rafael Oleza
5e124f437e Implement server-side authentication on pipes
This is done by using a secret as the name of the pipe
2019-04-05 17:13:53 +02:00
Rafael Oleza
a7d1e682e6 Extract logic to get the socket name to a function 2019-04-05 17:13:53 +02:00
Rafael Oleza
78d1927967 Merge pull request #19110 from atom/upgrade-fuzzy-finder
⬆️ fuzzy-finder@1.12.1
2019-04-05 17:12:28 +02:00
Rafael Oleza
712d14145c ⬆️ fuzzy-finder@1.12.1 2019-04-05 16:10:35 +02:00
Rafael Oleza
3ce4dcc354 Merge pull request #19103 from atom/remove-socket-path
Remove --socket-path CLI argument
2019-04-05 10:15:59 +02:00
Nathan Sobo
e38a3b77d3 ⬆️ keybinding-resolver@0.39.0 2019-04-04 13:40:49 -06:00
Nathan Sobo
9f4c339f30 ⬆️ language-css@0.44.0 2019-04-04 13:28:46 -06:00
Rafael Oleza
f04a00ac2d Remove --socket-path CLI argument 2019-04-04 17:55:58 +02:00