David Wilson
064cdfaed0
Go back to uploading our own ZIP files for macOS
2018-07-27 07:34:04 -07:00
Jason Rudolph
c74971e40c
Fix repository tests that fail when run in fork of atom/atom
...
Prior to this change, these tests assumed that the local repository is a
clone of atom/atom, and the tests (unintentionally) failed if the local
repository was a fork of atom/atom:
https://circleci.com/gh/marcomorain/atom-1/29
Instead of depending on the local clone of the atom repository for these
tests, this commit updates the tests to use one of the fixture
repositories. 😅
2018-07-27 09:40:38 -04:00
David Wilson
4205c6abb0
Use a plain copy script instead of CopyFiles task
2018-07-27 06:10:04 -07:00
Max Brunsfeld
b9966ac3df
⬆️ autocomplete-plus
2018-07-26 16:29:15 -07:00
David Wilson
fe414b9027
Argh VSTS CopyFiles bug...
2018-07-26 14:56:48 -07:00
David Wilson
d5ef836ae5
Fix YAML syntax issue
2018-07-26 14:19:33 -07:00
David Wilson
9c093d168c
Fix issues publishing macOS artifacts
2018-07-26 14:16:22 -07:00
David Wilson
9b081255aa
Publish artifact files directly into output zips to avoid double-zipping
2018-07-26 13:06:50 -07:00
David Wilson
18f4e73488
Temporarily disable tests to speed up builds for artifact testing
2018-07-26 12:13:14 -07:00
David Wilson
3b4fe05155
Upload release assets as individual build artifacts
2018-07-26 12:12:36 -07:00
David Wilson
74fa920b31
Add 'yargs' dependency to vsts script folder
2018-07-26 10:52:00 -07:00
David Wilson
be3077a88c
Rename generate-version.js to get-release-version.js
2018-07-26 10:41:52 -07:00
David Wilson
6861d68f81
Consolidate release version logic
2018-07-26 10:40:16 -07:00
Max Brunsfeld
5f0231b398
Listen for IPC messages lazily in application delegate
2018-07-26 10:39:36 -07:00
David Wilson
5330c5db95
Move OS-specific configurations into 'platforms' folder
2018-07-26 10:27:08 -07:00
Max Brunsfeld
c8c4e4fa3d
Delete redundant test for on atom.onUpdateAvailable
...
This test emitted an event in the main process, which caused exceptions
in all *other* Atom windows 🙀 .
2018-07-26 10:23:51 -07:00
David Wilson
44c9a27742
Split release assets into OS-specific artifacts
2018-07-26 10:22:30 -07:00
Max Brunsfeld
1e2e461e5e
Avoid excessive numbers of IPC event listeners in ApplicationDelegate
2018-07-26 10:20:01 -07:00
David Wilson
bdfd609821
Move branch wildcard to the end of the string
2018-07-26 08:25:16 -07:00
David Wilson
87b9805a55
Quote branch trigger string starting with *
2018-07-26 07:54:46 -07:00
David Wilson
0910d72af1
Simplify branch wildcard
2018-07-26 07:49:47 -07:00
David Wilson
6b783cd42e
Release branches are suffixed with "releases", yo
2018-07-26 07:36:07 -07:00
David Wilson
c293c43997
Add GetReleaseVersion step to set ReleaseVersion variable
2018-07-26 07:31:34 -07:00
David Wilson
7d3ab82fec
Create stable and beta release build definition for VSTS
2018-07-26 07:03:16 -07:00
Jason Rudolph
c52dc23242
Merge pull request #17744 from atom/fix-17535
...
Teach Pane to always look for a pane item's onDidTerminatePendingState function
2018-07-26 08:44:49 -04:00
Benjamin Gray
1fc0f0d683
Merge pull request #16342 from davidrsfalcao/master
...
'cmd--': As default for 'window:decrease-font-size' on MacOs
2018-07-26 09:34:13 +10:00
Max Brunsfeld
cf621ad596
⬆️ language-python
2018-07-25 12:00:05 -07:00
Jason Rudolph
c045556c73
Merge pull request #17743 from atom/find-and-replace-0.215.12
...
⬆️ find-and-replace@0.215.12
2018-07-25 11:51:20 -04:00
Jason Rudolph
79734bd058
⬆️ find-and-replace@0.215.12
2018-07-25 10:37:30 -04:00
Max Brunsfeld
024feb1fff
Merge pull request #17740 from atom/mb-tree-sitter-python-highlighting-fix
...
Fix tree-sitter highlighting regression affecting python
2018-07-24 16:51:24 -07:00
Max Brunsfeld
aefc3233e3
Highlight iterator - only ascend when at the last child
2018-07-24 14:28:03 -07:00
Jason Rudolph
4402dd6d29
Fix #17535
...
Treat `onDidTerminatePendingState` and `onDidDestroy` as independent
optional functions that a PaneItem can implement. A PaneItem is free to
implement neither, just one of them, or both of them.
2018-07-24 16:50:47 -04:00
Jason Rudolph
84a241cb4e
Add failing test to demonstrate the bug identified in #17535
2018-07-24 16:45:37 -04:00
Ashi Krishnan
f91a4bb295
Merge pull request #17721 from atom/get-range-for-syntax-node-with-selector
...
Add TreeSitterLanguageMode::getSyntaxNodeContainingRange and TreeSitterLanguageMode::getSyntaxNodeAtPosition
2018-07-24 16:00:54 -04:00
Ashi Krishnan
aaa52d4036
Trailing ws
2018-07-24 15:00:54 -04:00
Ashi Krishnan
f6d3b350c5
Bump tree-sitter version to prerelease.
2018-07-24 14:36:00 -04:00
Ashi Krishnan
f693df2314
Remove unnecessary function and equally unnecessary whitespace.
2018-07-24 14:35:02 -04:00
Ashi Krishnan
b61ade47fc
Merge master.
2018-07-24 14:09:42 -04:00
Ashi Krishnan
8435d7edad
Update tree-sitter-language-mode.js
...
Don't use a default predicate for `getRangeForSyntaxNodeContainingRange`.
2018-07-24 14:03:26 -04:00
Ashi Krishnan
f2e54a70f0
Lint.
2018-07-24 13:34:41 -04:00
Ashi Krishnan
97ae903cab
It feels more natural for these rules to be applied top to bottom rather than bottom to top.
2018-07-24 13:04:34 -04:00
Ashi Krishnan
9fa320a954
Regex and exact match rules support in the scope map.
2018-07-24 12:49:41 -04:00
Ash Wilson
cddfea9406
package.json updates
2018-07-24 07:57:41 -04:00
Ashi Krishnan
d6ac437eb8
Restore getRangeForSyntaxNodeContainingRange to ensure selectLargerSyntaxNode and selectSmallerSyntaxNode keep working.
2018-07-23 16:00:00 -04:00
Ashi Krishnan
45ab5488ae
Remove debugger, test focus, and lint fixes.
2018-07-23 15:59:22 -04:00
Ash Wilson
ddde4f9c00
Merge branch 'master' of github.com:atom/atom into aw/apm-up
2018-07-23 08:40:33 -04:00
simurai
107ec432e5
⬆️ one-dark/light-ui@v1.12.4
2018-07-23 16:39:37 +09:00
Jason Rudolph
4a5ac6623f
Merge pull request #17722 from atom/metrics-1.6.0
...
⬆️ metrics@1.6.0
2018-07-21 08:24:57 -04:00
David Wilson
916abe7c6c
Merge pull request #17723 from atom/dw-fix-nightly-builds
...
Fix failing Windows nightly builds
2018-07-20 21:08:57 -07:00
Ashi Krishnan
926cf73e63
Tests for new query functions.
2018-07-20 21:22:12 -04:00