Commit Graph

29849 Commits

Author SHA1 Message Date
Nathan Sobo
95ab4ab754 Merge pull request #12572 from ablakely/patch-1
Update create-debian-package.js
2016-09-01 07:21:02 -06:00
Antonio Scandurra
01e65dceca Merge pull request #12576 from atom/as-fix-release-channel-detection
Fix release channel detection on Travis
2016-09-01 10:38:00 +02:00
Antonio Scandurra
8249dbbb79 Fix release channel detection on Travis
In the previous build scripts, we were considering all the builds
triggered by a pull-request to be part of the dev channel. We adopted
the same heuristic for the new build scripts, but didn't notice that
Travis always sets the `TRAVIS_PULL_REQUEST` variable to "false" (which
causes the `process.env.TRAVIS_PULL_REQUEST` expression to be evaluated
as truthy).

In the past, this wasn't a problem because we were building artifacts
via Janky, but after switching to Travis this makes it generate the
wrong assets on stable and beta.

To fix this, it seems reasonable to remove the conditional that checks
if we are building a pull-request: in the past this could have been
problematic because assets could be uploaded inadvertently to S3 or
GitHub, but this should be safe now that we rely on the release
publisher to perform that task.
2016-09-01 09:49:37 +02:00
Aaron Blakely
b54952d6e7 Update create-debian-package.js
Added support for building debian powerpc packages.
2016-08-31 16:46:05 -05:00
Lee Dohm
2ef61af84e Merge pull request #12566 from Ben3eeE/update-documentation
Fix arguments not marked as such
2016-08-31 12:20:18 -07:00
bene
66dd70d19d 📝 fix arugments not marked as such [ci skip] 2016-08-31 21:16:49 +02:00
Machisté N. Quintana
fa6bb226ce Merge pull request #12565 from atom/jf-update-marked
⬆️ Marked 0.3.6
2016-08-31 12:15:15 -07:00
Joe Fitzgerald
4ae823f312 ⬆️ Marked 0.3.6 2016-08-31 12:46:34 -06:00
Damien Guard
4a1b4cff23 Merge pull request #12560 from atom/dg-fix-toggle-line-numbers
Fix show/hide line numbers in editor
2016-08-30 13:43:25 -07:00
Damien Guard
9451ca0254
Fix show/hide line numbers in editor 2016-08-30 13:20:17 -07:00
Antonio Scandurra
059dbba290 Remove accidentally committed require
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-30 20:15:40 +02:00
Antonio Scandurra
ad24aaef35 Merge pull request #12559 from atom/as-ns-use-right-helper-name-on-beta
Use the correct Atom executable paths on the beta channel
2016-08-30 19:33:17 +02:00
Antonio Scandurra
ce24a2f1cf Use the correct Atom executable paths on the beta channel
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-30 19:25:09 +02:00
Max Brunsfeld
387a8174f7 Merge pull request #12551 from atom/fb-mdt-context-menu-copy-active-pane
Always copy item when splitting from the context menu
2016-08-30 09:34:55 -07:00
Hubot
fedf783b66 1.12.0-dev 2016-08-30 09:47:13 -05:00
Antonio Scandurra
d7227037c8 Merge pull request #12555 from atom/as-install-for-all-platforms
Allow to run script/build --install on all platforms
2016-08-30 16:43:17 +02:00
Antonio Scandurra
c66dde094b 🎨 📝 2016-08-30 16:42:58 +02:00
Antonio Scandurra
5c3c546f52 Document the --install flag for other platforms 2016-08-30 12:50:38 +02:00
Antonio Scandurra
ab0a7f8b61 Fix outdated code in script/clean 2016-08-30 12:33:37 +02:00
Antonio Scandurra
5b85e1c797 Allow script/build --install on all platforms 2016-08-30 12:21:55 +02:00
Antonio Scandurra
61aef00e71 Merge pull request #12553 from atom/as-fix-script-build
Run script/bootstrap immediately after running script/build
2016-08-30 11:51:34 +02:00
Antonio Scandurra
de3fca49a8 Run script/bootstrap immediately after running script/build
This will ensure all the dependencies used later in `script/build` are
installed.
2016-08-30 11:49:52 +02:00
simurai
795e47f307 ⬆️ one-light-ui@v1.6.0 2016-08-30 16:55:50 +09:00
simurai
d1daef9767 ⬆️ one-dark-ui@v1.6.0 2016-08-30 16:55:18 +09:00
Antonio Scandurra
42146d5685 Merge pull request #12550 from atom/ns-bootstrap-in-build
Run script/bootstrap from script/build
2016-08-30 08:21:06 +02:00
Antonio Scandurra
9030ee59f6 Update docs 2016-08-30 08:17:59 +02:00
Matthew Dapena-Tretter
b60afd36ee Always copy item when splitting from the context menu
This updates the context menu so that splitting behaves consistently,
regardless of whether the context menu is used from a text editor or
not.

The current behavior comes from #7953 but, as @maxbrunsfeld pointed out
when we talked about this, the purpose of that commit was to simplify
the command names, so the UX change probably wasn't intentional.
2016-08-29 17:18:56 -07:00
Nathan Sobo
d302fc4fbb Don't bootstrap twice on build providers 2016-08-29 15:39:07 -06:00
Nathan Sobo
c1c4067179 Run script/bootstrap from script/build 2016-08-29 15:33:34 -06:00
Lee Dohm
9574a831b1
⬆️ image-view@0.59.0 2016-08-29 12:39:08 -07:00
Antonio Scandurra
86e12d25ab Merge pull request #12546 from atom/as-ns-remove-assertion
Remove buffer change event order assertion
2016-08-29 20:51:17 +02:00
Antonio Scandurra
83daa09abc Remove buffer change event order assertion
Signed-off-by: Nathan Sobo <nathan@github.com>
2016-08-29 17:58:38 +02:00
Wliu
eecf830849 ⬆️ tree-view@0.209.3 2016-08-29 11:58:14 -04:00
Antonio Scandurra
c45b978816 Merge pull request #12410 from atom/ns-modernize-build
Replace Grunt-based build system with simple scripts
2016-08-29 17:31:04 +02:00
Antonio Scandurra
14611926ac Ensure script/bootstrap works after cleaning dependencies up 2016-08-29 13:40:17 +02:00
Antonio Scandurra
77cba66c2d Clarify wording and formatting in docs 2016-08-29 13:03:48 +02:00
Antonio Scandurra
546e56a599 🐎 Cache ~/.atom/compile-cache on AppVeyor 2016-08-29 12:43:34 +02:00
Antonio Scandurra
df56dbf199 Remove unnecessary env variables 2016-08-29 12:39:43 +02:00
Antonio Scandurra
ac120cbb53 Merge branch 'master' into ns-modernize-build 2016-08-29 12:32:43 +02:00
Antonio Scandurra
b6de97f52f 🎨 2016-08-29 11:42:21 +02:00
Antonio Scandurra
45d37d0a54 Rewrite build documentation 2016-08-29 11:41:44 +02:00
Antonio Scandurra
9ee9db4dbd Add script/lint to circle.yml 2016-08-29 10:40:44 +02:00
Antonio Scandurra
880328bf6e Fix lint errors 2016-08-29 10:40:07 +02:00
Antonio Scandurra
4a940592e6 Include error stack when logging unhandled rejections 2016-08-29 10:38:23 +02:00
Antonio Scandurra
870b3c832e Add script/lint 2016-08-29 10:37:12 +02:00
Wliu
6d25cc63d0 ⬆️ bookmarks@0.42.0 2016-08-28 17:11:00 -04:00
Nathan Sobo
0dee1be84b Merge pull request #12540 from atom/ns-focus-app-when-opening
Focus application on all code paths that open windows in main process
2016-08-28 06:54:09 -06:00
Nathan Sobo
b3009f1387 Focus application on all code paths that open windows in main process
I think this should take the application out of “app nap” on macOS,
leading to better responsiveness when opening paths from the CLI.
2016-08-28 06:17:41 -06:00
Antonio Scandurra
66af8e9dcc Merge branch 'master' into ns-modernize-build 2016-08-27 19:19:16 +02:00
simurai
eff5fa6c0a ⬆️ settings-view@v0.242.0 2016-08-27 13:12:16 +09:00