Commit Graph

35253 Commits

Author SHA1 Message Date
David Wilson
aa4efbb3d6 Disable Windows release build on VSTS until issues are fixed 2018-08-01 08:58:39 -07:00
David Wilson
12bb7cdb22 Merge pull request #17749 from atom/dw-vsts-release-builds
Create release branch build definition for VSTS
2018-08-01 08:03:39 -07:00
David Wilson
61830f598a Add master branch as a trigger for Atom Production Builds on VSTS 2018-08-01 07:13:24 -07:00
David Wilson
c25420b5c7 Rename stable-beta-release.yml to release-branch-build.yml 2018-08-01 06:58:59 -07:00
David Wilson
388727a394 Remove unneeded CopyFiles task in Windows build 2018-08-01 06:58:29 -07:00
Max Brunsfeld
22eb011ec0 ⬆️ language-javascript, language-typescript 2018-07-31 20:17:18 -07:00
David Wilson
b680998708 Merge pull request #17766 from atom/dw-electron-2.0.6
⬆️ electron@2.0.6
2018-07-31 19:37:11 -07:00
David Wilson
eb8edb0b5e ⬆️ electron@2.0.6 2018-07-31 18:18:13 -07:00
David Wilson
13e2a8f033 Re-enable CI tests on all three platforms 2018-07-31 16:56:46 -07:00
Max Brunsfeld
8abc499a39 ⬆️ language-python 2018-07-31 12:43:45 -07:00
David Wilson
fe55686b36 Upload atom-api.json as a build artifact on macOS 2018-07-30 14:12:26 -07:00
David Wilson
9654502fc1 Merge pull request #17761 from atom/dw-fix-appveyor-x64-windows
Add missing x64 build artifacts to appveyor.yml
2018-07-30 14:03:33 -07:00
David Wilson
c1983fa067 Add missing x64 artifacts to appveyor.yml 2018-07-30 13:56:43 -07:00
Ash Wilson
1b3f99c3d7 Merge pull request #17432 from atom/aw/watcher-up
atom/watcher upgrade
2018-07-30 15:36:06 -04:00
Ashi Krishnan
bc8e70d7c1 Merge pull request #17738 from atom/regex-matchers-for-style-map
Allow scope mappings to be refined via match rules
2018-07-30 14:57:01 -04:00
Ash Wilson
23f20d21d7 Use the same version on Travis 2018-07-30 14:50:47 -04:00
Ash Wilson
6e2fb6296a Use npm 6.1.0 in script/ 2018-07-30 14:49:13 -04:00
Ashi Krishnan
639164034f Merge branch 'master' into regex-matchers-for-style-map 2018-07-30 12:46:08 -04:00
Ash Wilson
9beec5f175 Merge branch 'master' into aw/watcher-up 2018-07-30 09:26:08 -04:00
Ash Wilson
e814f4966d Merge pull request #17675 from atom/aw/apm-up
apm upgrade
2018-07-30 09:06:26 -04:00
Ash Wilson
121673b903 ⬆️ apm 2018-07-30 08:12:04 -04:00
Hubot
7a0b31f693 1.31.0-dev 2018-07-27 16:05:39 -07:00
Jason Rudolph
24fe715037 Merge pull request #17752 from atom/jr/fix-failing-repo-tests
Fix repository tests that fail when run in fork of atom/atom
2018-07-27 16:05:47 -04:00
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
David Wilson
5330c5db95 Move OS-specific configurations into 'platforms' folder 2018-07-26 10:27:08 -07:00
David Wilson
44c9a27742 Split release assets into OS-specific artifacts 2018-07-26 10:22:30 -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