Commit Graph

37876 Commits

Author SHA1 Message Date
Sadick
dca9da7f24 Merge pull request #21377 from atom/tree-sitter-0.17.0
⬆️ tree-sitter@0.17.0
2020-09-24 10:22:08 +03:00
Sadick
85ecdf4d53 Merge pull request #21374 from atom/etch-0.14.1
⬆️ etch@0.14.1
2020-09-24 09:33:18 +03:00
Sadick
178b679ac8 Merge pull request #21376 from atom/postcss-8.0.9
⬆️ postcss@8.0.9
2020-09-24 08:37:30 +03:00
runner
1301563573 ⬆️ tree-sitter@0.17.0 2020-09-24 03:11:36 +00:00
runner
25e113bd2e ⬆️ postcss@8.0.9 2020-09-24 03:11:08 +00:00
runner
30ee209210 ⬆️ etch@0.14.1 2020-09-24 03:10:55 +00:00
Sadick
269916ac20 Merge pull request #21364 from atom/postcss-8.0.8
⬆️ postcss@8.0.8
2020-09-23 20:48:03 +03:00
runner
0b556d738c ⬆️ postcss@8.0.8 2020-09-23 18:10:47 +03:00
Sadick
b522a45a8f Merge pull request #21256 from atom/focus-trap-6.0.1
⬆️ focus-trap@6.0.1
2020-09-23 18:07:16 +03:00
Sadick
f2b51424f7 Merge pull request #21367 from atom/fix-version-information
Fix version information
2020-09-23 17:00:07 +03:00
sadick254
ddc777aa32 Bump focus-trap@6.1.0 2020-09-23 15:14:27 +03:00
sadick254
aa7cb0efc4 Update focus-trap usage 2020-09-23 15:14:27 +03:00
runner
9d837c91c9 ⬆️ focus-trap@6.0.1 2020-09-23 15:14:27 +03:00
sadick254
a3ae38f3e1 Format version info output 2020-09-23 14:45:00 +03:00
sadick254
cb448307b6 Delete version options 2020-09-23 14:45:00 +03:00
sadick254
f0b809a2ec Use yargs version 2020-09-23 14:45:00 +03:00
sadick254
28ee98c1ca Bump yargs@16.0.3 2020-09-23 14:45:00 +03:00
runner
ed44704071 ⬆️ fuzzy-finder@1.14.3 2020-09-23 11:55:57 +03:00
sadick254
74983fc3ae Bump sinon@9.0.3 2020-09-22 19:19:21 +03:00
sadick254
809303b422 Update stub usage 2020-09-22 18:17:58 +03:00
darangi
243c8fb219 apm install 2020-09-22 18:17:58 +03:00
runner
282caa9512 ⬆️ sinon@9.0.3 2020-09-22 18:17:58 +03:00
dependabot[bot]
bd8036acca Bump acorn from 5.7.1 to 5.7.4 in /script
Bumps [acorn](https://github.com/acornjs/acorn) from 5.7.1 to 5.7.4.
- [Release notes](https://github.com/acornjs/acorn/releases)
- [Commits](https://github.com/acornjs/acorn/compare/5.7.1...5.7.4)

Signed-off-by: dependabot[bot] <support@github.com>
2020-09-18 22:02:36 +03:00
sadick254
c859f2067f Refactor test from async to sync
Reason for change: This test has been flaky on our CI due to its async
nature.

The expectation is for .build to construct TextEditor with the right
params.

We don't have to load the correct language package for this test. We can
load a dummy languageMode and assert that the correct grammar is set on
TextEditor
2020-09-18 20:01:55 +03:00
Sadick
2ac4204cc3 Merge pull request #21036 from atom/mocha-junit-reporter-2.0.0
⬆️ mocha-junit-reporter@2.0.0
2020-09-18 19:25:35 +03:00
runner
f10172f4fc ⬆️ mocha-junit-reporter@2.0.0 2020-09-18 17:37:14 +03:00
Sadick
cf74338188 Merge pull request #21343 from atom/dep-updates
Dependancy updates
2020-09-18 17:31:29 +03:00
sadick254
444f35ee50 Bump grim@2.0.3 2020-09-18 17:11:25 +03:00
sadick254
2e014af2d8 Bump chai@4.2.0 2020-09-18 16:57:47 +03:00
Sadick
420d57c9dd Merge pull request #21340 from atom/random-words@1.1.1
Remove random-words dependancy
2020-09-18 14:13:27 +03:00
sadick254
5bbde9b8f7 Remove random-words dependancy
This dependancy is not being utilized in the atom repo currently

It was used in 72b120cfe1/spec/random-editor-spec.coffee
but that spec has long been deleted from the repo
2020-09-18 09:38:56 +03:00
Sadick
9cc29fa9ae Merge pull request #21295 from atom-ide-community/timed-out-tests-4upstream
Tests: retry timed out steps automatically
2020-09-18 09:21:45 +03:00
Sadick
3c607f7361 Merge pull request #21338 from atom/tree-sitter-0.16.2
⬆️ tree-sitter@0.16.2
2020-09-18 09:15:29 +03:00
runner
fc4caa50cd ⬆️ tree-sitter@0.16.2 2020-09-18 03:12:40 +00:00
Amin Yahyaabadi
f3e9434410 add core main timeout retry trigger 2020-09-17 19:51:47 -05:00
Amin Yahyaabadi
7d14d560c1 Finalize in the end (not between retry attempts)
don't finalize until the end which the test fails or passes.
2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
30c35eec46 add Error Downloading Update to the retry commands 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
0572568ef5 increase the retryNumber to 6 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
e187bf26cb Retry 4 times 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
c48aacd0e7 pass exitCode 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
8450f16bdb call the callback only on fail or success
Don't call the callback on retry
2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
4f0acf4a83 call the callback after retrying 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
7063b48f05 Retry the timed out tests for a number of times 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
5d09c88927 shouldTryAgain 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
d7f5ea58e0 isTimedOut 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
3b10e63204 createTestKey 2020-09-17 18:46:28 -05:00
Amin Yahyaabadi
44f7b43bbb retryOrFailTest 2020-09-17 18:46:28 -05:00
Musa Ibrahim
7a2cc453a2 Merge pull request #21046 from atom/typescript-simple-8.0.6
⬆️ typescript-simple@8.0.6
2020-09-17 21:48:38 +01:00
darangi
ebb00ccc99 apm install 2020-09-17 19:17:16 +01:00
Musa Ibrahim
de9d81505f Merge branch 'master' into typescript-simple-8.0.6 2020-09-17 18:31:46 +01:00