Commit Graph

36330 Commits

Author SHA1 Message Date
Nathan Sobo
406e033323 Merge pull request #19183 from atom/ns/upload-windows-crashes-on-release-branches
On Azure DevOps, upload Windows crash dumps to S3 on release branches
2019-04-19 13:52:47 -06:00
Max Brunsfeld
0e675d1c47 Update package-lock.json so tree-sitter-rust is at top level 2019-04-19 09:12:39 -07:00
Linus Eriksson
1907d2da40 Merge pull request #19182 from atom/b3-i-unregress
⬆️ language-python
2019-04-19 02:34:59 +02:00
Nathan Sobo
d4d14a402c Merge pull request #19135 from atom/ns-jasmine-retries
Add ability to retry flaky Jasmine tests
2019-04-18 17:32:10 -06:00
Nathan Sobo
cbd4641fe2 Merge pull request #19180 from atom/ns/tighten-crash-upload-condition
Use a simpler condition to determine whether to publish crash reports
2019-04-18 17:25:14 -06:00
Max Brunsfeld
3cad5d92da ⬆️ language-shellscript 2019-04-18 16:11:48 -07:00
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
Jason Rudolph
eb62e310b9 Merge pull request #19181 from atom/autocomplete-snippets-1.12.1
⬆️ autocomplete-snippets@1.12.1
2019-04-18 18:43:28 -04:00
Max Brunsfeld
773209ece4 ⬆️ language-c, tree-sitter-rust 2019-04-18 15:01:46 -07:00
Linus Eriksson
ed1a1602e7 ⬆️ language-python 2019-04-18 23:58:19 +02:00
Jason Rudolph
ff62fe3782 ⬆️ autocomplete-snippets@1.12.1 2019-04-18 17:18:50 -04:00
Nathan Sobo
7ef8f06cd2 Only upload Windows crash reports if the S3 key environment var is null
This seems like a more robust test than the isRelease variable I was
testing previously. Our goal is to not leak secrets such as the S3 key,
so this is a more direct test of that.
2019-04-18 15:15:31 -06:00
Nathan Sobo
6d3ebfafc9 Merge pull request #19171 from atom/ns-upload-windows-crashes
Upload Windows crash reports on Azure build pipelines for pull requests only
2019-04-18 12:17:51 -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
Max Brunsfeld
29e042a88b Allow travis builds to run on branches other than master
Previously, the only way to get a travis build was to push to master or cut a release.
This change allows you to make a branch ending with '-test-travis' in order to
get a travis build.
2019-04-16 12:58:09 -07:00
Max Brunsfeld
e10adac427 Revert "Merge pull request #19165 from atom/mb-upgrade-tree-sitter-to-0-14-again"
This reverts commit ce2e2117d8, reversing
changes made to 4ce00667b5.
2019-04-16 12:54:16 -07:00
Max Brunsfeld
ce2e2117d8 Merge pull request #19165 from atom/mb-upgrade-tree-sitter-to-0-14-again
Update tree-sitter to v0.14.0
2019-04-16 11:08:32 -07:00
Max Brunsfeld
b1c98000cd Make tree-sitter parsing synchronous in specs, like TextMate 2019-04-16 09:53:29 -07:00
Nathan Sobo
4ce00667b5 ⬆️ fuzzy-finder@1.13.1 to fix atom/fuzzy-finder#380 2019-04-15 14:28:49 -06:00
Max Brunsfeld
8f44daf4ee Revert "Revert "Merge pull request #19060 from atom/mb-tree-sitter-0-14""
This reverts commit f861d89fd3.
2019-04-15 09:58:23 -07: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
Nathan Sobo
656facc989 Retry flaky native watcher test 2019-04-10 14:08:02 -06:00
Nathan Sobo
5ac126e01b Add the ability to retry flaky tests to Jasmine 1.3 specs 2019-04-10 14:07:51 -06: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