Commit Graph

37038 Commits

Author SHA1 Message Date
Antonio Scandurra
85567ff70e Pass policyFileName variable to RPM spec template 2019-06-20 15:11:15 +02:00
Antonio Scandurra
c52399b043 Update policy filename for RPM spec.in 2019-06-20 15:10:05 +02:00
Antonio Scandurra
6dcc0f1f74 Use a different polkit policy name for each Atom channel on Linux
Using the same name would generate an exception when trying to install 
more than one version of Atom at the same time.
2019-06-20 14:29:23 +02:00
Rafael Oleza
2a2e3f0289 Merge pull request #19576 from atom/nighlies-on-linux
Publish nightly releases to atom repo on packagecloud.io
2019-06-20 12:04:41 +02:00
Rafael Oleza
a6c21292be Publish nightly releases to atom repo on packagecloud.io 2019-06-20 11:13:19 +02:00
Max Brunsfeld
4027b0b655 Merge pull request #19575 from atom/mb-fix-tree-sitter-highlight-exception
Fix exception when multiple language layers are not yet highlighted
2019-06-19 11:05:45 -07:00
Rafael Oleza
95f8cf80fe Merge pull request #19573 from atom/custom-electron-winstaller
⬆️ electron-winstaller
2019-06-19 19:24:21 +02:00
Max Brunsfeld
288cd124b7 Fix exception when multiple language layers are not yet highlighted 2019-06-19 10:11:22 -07:00
Rafael Oleza
2c516fb705 ⬆️ electron-winstaller
With this PR Atom uses a custom version of `electron-winstaller` named
`@atom/electron-winstaller` which contains a custom version of `Squirrel.Windows`
built from https://github.com/Squirrel/Squirrel.Windows/pull/149

This should fix the issues when upgrading from e.g nightly-9 to
nightly-10
2019-06-19 17:06:44 +02:00
Rafael Oleza
354a432e5f Merge pull request #19570 from atom/fix-nightly-warnings
Generate delta nightly updaters for windows
2019-06-19 11:16:51 +02:00
Rafael Oleza
4ff07c2e7f Merge pull request #19569 from atom/fix-nightlies
Fix generation of release notes for nightly builds
2019-06-19 10:22:06 +02:00
Rafael Oleza
ef8e5bc12a Generate delta nightly updaters for windows
We've recently updated to electron-winstaller@3.0.4, which includes a
new version of Squirrel.Windows with the following fix:
https://github.com/anaisbetts/NuGet/pull/1

Thanks to that fix we don't need anymore to disable delta nuget
updaters, since that won't fail anymore.
2019-06-19 09:42:45 +02:00
Rafael Oleza
136ec1474e Fix generation of release notes for nightly builds 2019-06-19 09:16:19 +02:00
Max Brunsfeld
1299c05eac Merge pull request #19566 from atom/mb-upgrade-tree-sitter-languages-to-0-15
Update all language packages with Tree-sitter languages
2019-06-18 19:12:50 -07:00
Max Brunsfeld
dbdff0f56c ⬆️ language packages 2019-06-18 17:49:20 -07:00
Max Brunsfeld
5e418c3467 Merge pull request #19556 from atom/mb-rust-macro-injection
Add a new injection point setting to support parsing Rust macros via language injection
2019-06-18 16:08:30 -07:00
Max Brunsfeld
5e6770bb3f Implement scope boundary deduping by detecting each duplicate 2019-06-18 14:35:40 -07:00
Rafael Oleza
7f5899e261 Merge pull request #19561 from atom/update-fuzzy-finder
⬆️ fuzzy-finder@1.13.8
2019-06-18 19:34:58 +02:00
Rafael Oleza
e05bb34d4a Merge pull request #19553 from atom/release-notes-on-nightly
Improve logic to generate nightly release notes
2019-06-18 18:50:13 +02:00
Rafael Oleza
afeee24f9b ⬆️ fuzzy-finder@1.13.8 2019-06-18 18:08:49 +02:00
Rafael Oleza
940693458f Merge pull request #19534 from atom/tweak-package-lock
Tweak package-lock to avoid loading `fs-extra` twice on main-process
2019-06-18 09:29:16 +02:00
Max Brunsfeld
f7b8e5f12f Implement .compare on NullHighlightIterator 2019-06-17 17:52:55 -07:00
Max Brunsfeld
ea6d06152b Load language-rust at snapshot-generation time 2019-06-17 17:29:18 -07:00
Max Brunsfeld
7bfd33c519 Add includeChildren injection point API, use it for rust injections 2019-06-17 16:54:15 -07:00
Max Brunsfeld
8988f87da4 Use injection to re-parse rust macro calls and defs as rust 2019-06-17 15:34:18 -07:00
Max Brunsfeld
6708932b4a ⬆️ tree-sitter-rust 2019-06-17 15:34:18 -07:00
Rafael Oleza
c2f70b753e Merge pull request #19555 from atom/dedupe-git-utils
Dedupe git-utils dependency
2019-06-18 00:01:37 +02:00
Rafael Oleza
fae8032781 Merge pull request #19539 from atom/upgrade-electron-winstaller
⬆️ electron-winstaller@3.0.4
2019-06-17 23:39:26 +02:00
Rafael Oleza
c67794cf96 Improve logic to generate nightly release notes 2019-06-17 23:35:41 +02:00
Rafael Oleza
8ea1bc24aa Dedupe git-utils dependency 2019-06-17 22:52:08 +02:00
Jason Rudolph
25c76e253f Merge pull request #19508 from atom/🔥-appveyor
Rely on Azure Pipelines instead of AppVeyor for Windows builds
2019-06-17 14:19:32 -04:00
Rafael Oleza
0e7d99dce9 Update name of windows autoupdater executable 2019-06-17 19:35:44 +02:00
Rafael Oleza
5595c11072 ⬆️ electron-winstaller@3.0.4 2019-06-17 19:35:44 +02:00
Rafael Oleza
32c0bc75e1 Merge pull request #19552 from atom/update-scandal
⬆️ git-utils@5.6.0, scandal@3.2.0
2019-06-17 19:31:56 +02:00
Jason Rudolph
c7c082f705 Merge pull request #19551 from atom/revert-19459
Remove delays that we no longer need in watch-path tests
2019-06-17 13:16:03 -04:00
Jason Rudolph
52c0698f76 Merge 'origin/master' into 🔥-appveyor 2019-06-17 12:34:29 -04:00
Rafael Oleza
f0f9eadac3 ⬆️ git-utils@5.6.0 2019-06-17 18:15:21 +02:00
Rafael Oleza
80c5593547 ⬆️ scandal@3.2.0 2019-06-17 18:13:43 +02:00
Nathan Sobo
2ea1f359cb Merge pull request #19538 from atom/as-ns/tokenized-line-tokens-shim
Shim tokens in TokenizedLines returned from TreeSitterLanguageMode
2019-06-14 15:06:22 -07:00
Nathan Sobo
228f12eb61 Fix lint error 2019-06-14 14:14:27 -06:00
Nathan Sobo
202a6ff09a Merge pull request #19528 from atom/ns/fix-font-size-reset
Assign originalFontSize when the Workspace is initialized
2019-06-14 13:03:46 -07:00
Jason Rudolph
3f2309522a Revert "add delay to watch-path tests to make them less flaky"
This reverts commit dd40782166. With the upgrade to atom/nsfw v1.0.25 in
https://github.com/atom/atom/pull/19525, we should no longer  need the
delay introduced in dd40782166.
2019-06-14 15:28:48 -04:00
Max Brunsfeld
e6db41fc27 ⬆️ bracket-matcher from pre-release to patch 2019-06-14 12:11:16 -07:00
Max Brunsfeld
61ef7ff573 Merge pull request #19531 from atom/mb-tree-sitter-0-15-5-test-travis
Update to Tree-sitter 0.15.5 (with travis build)
2019-06-14 12:08:36 -07:00
Landon Abney
8430a4a38d Merge pull request #19529 from atom/la/organization-templates
Use organization level templates
2019-06-14 11:36:17 -07:00
Nathan Sobo
d5604bd328 Assign originalFontSize when workspace is initialized 2019-06-14 11:44:45 -06:00
Antonio Scandurra
376b2e108e Shim tokens in tokenized lines returned from TreeSitterLanguageMode
Co-Authored-By: Nathan Sobo <nathan@github.com>
2019-06-14 19:23:57 +02:00
Max Brunsfeld
f866a107cc ⬆️ bracket-matcher (prerelease) 2019-06-14 10:17:04 -07:00
Jason Rudolph
a71aca850e Merge pull request #19525 from atom/as/jr/fix-flaky-project-spec
Fix flaky test for `Project.onDidChangeFiles()`
2019-06-14 13:00:23 -04:00
Landon Abney
57f70e2d7d Apply suggestions from code review
New `bit.ly` links and a change to one of the target templates.

Co-Authored-By: Jason Rudolph <jason@jasonrudolph.com>
2019-06-14 09:21:07 -07:00