Nathan Sobo
4bc43eb358
On Azure DevOps, upload Windows crash dumps to S3 on release branches
...
On release branches, we can't upload crash dumps because they will leak
secret environment variables. So instead we will upload them to our S3
bucket with 'private' ACL. They can then be manually retrieved via the
AWS CLI with our private credentials.
2019-04-18 17:04:49 -06:00
Nathan Sobo
b03d49973e
On Azure DevOps, publish crash reports on non-release Windows branches
...
Since we don't expose sensitive information on these branches, we can
use the regular artifact publishing mechanism
2019-04-18 10:49:14 -06:00
Nathan Sobo
4ce00667b5
⬆️ fuzzy-finder@1.13.1 to fix atom/fuzzy-finder#380
2019-04-15 14:28:49 -06:00
Winston Liu
7c6b614b92
Merge pull request #19160 from sadikovi/language-java-0.31.3
...
⬆️ language-java@0.31 .3
2019-04-13 15:59:57 -04:00
Ivan Sadikov
9d89f7b4ee
update sha
2019-04-13 18:27:56 +02:00
Ivan Sadikov
605cfb9cc2
update to language-java 0.31.3
2019-04-13 18:04:18 +02:00
Jason Rudolph
4a29f442bb
Merge pull request #19143 from atom/temp-0.9.0
...
⬆️ temp@0.9.0
2019-04-12 10:05:14 -04:00
Rafael Oleza
74308fbabb
Merge pull request #19145 from atom/add-traces-to-test
...
Add debug traces to failing test steps
2019-04-12 14:00:27 +02:00
Rafael Oleza
91558332de
Add debugging message specifying which step failed
2019-04-12 12:53:20 +02:00
Rafael Oleza
a7ac4a2147
Change the way exitCodes are passed from the test steps
2019-04-12 12:52:55 +02:00
Jason Rudolph
3544cceea7
⬆️ temp@0.9.0
2019-04-11 16:13:55 -04:00
Jason Rudolph
574f424b6a
⬆️ tree-view@0.226.0
2019-04-11 16:05:57 -04:00
Rafael Oleza
3f2a702baa
Merge pull request #19138 from atom/maintain-env-vars
...
Calculate env vars when launching Atom from the desktop
2019-04-11 09:30:32 -07:00
Rafael Oleza
1a1468b61f
Calculate env vars when launching Atom from the desktop
2019-04-11 17:11:07 +02:00
Ash Wilson
b89fa55ab7
Merge pull request #19136 from atom/aw/open-file-regression
...
"Open file" in existing window
2019-04-10 19:00:54 -04:00
Nathan Sobo
35037eed2d
⬆️ language-go@0.47.0
2019-04-10 16:24:29 -06:00
Nathan Sobo
16a30c8c1e
⬆️ language-javascript@0.130.0
2019-04-10 16:16:30 -06:00
Nathan Sobo
25362f7996
⬆️ language-python@0.53.0
...
Should have grouped these changes with the last version of this package.
Oops.
2019-04-10 15:50:35 -06:00
Nathan Sobo
258a6757e1
⬆️ language-python@0.52.0
2019-04-10 15:36:42 -06:00
Ash Wilson
ffb295d5d6
Conditionally include {window} in getLoadSettings()
2019-04-10 16:50:21 -04:00
Ash Wilson
866447934e
promptForPathToOpen() uses an existing window when only files are chosen
2019-04-10 16:15:39 -04:00
Ash Wilson
03908ddfab
Pass along the source window of an open-command IPC event
2019-04-10 16:09:32 -04:00
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