38207 Commits

Author SHA1 Message Date
Hubot
550c1dae66 1.58.0 v1.58.0 2021-07-26 12:55:51 -04:00
sadick254
8fec2c7182 Update version in package and package-lock 2021-07-26 19:10:17 +03:00
darangi
8fb0761333 reset ci configs to default 2021-05-27 17:05:52 +01:00
darangi
483bdf86fe temporary enable release branch build
add migration branch to list of triggers

revert pr trigger

set isReleaseBranch and isSignedZipBranch to true, this is temporary

fix lint

alter config files

set release branch to false

add @azure/storage-blob
2021-05-27 17:00:18 +01:00
darangi
2f6f931720 init 2021-05-20 11:36:53 +01:00
Sadick
79d0a6de32 Merge pull request #22453 from atom/bump-minidump@0.22.0
⬆️  Bump minidump@0.22.0
2021-05-20 07:45:04 +03:00
Sadick
e72f05f65f Merge pull request #22450 from DeeDeeG/bootstrap-apm-with-npm-ci
script: Let bootstrap install `apm` with `npm ci`
2021-05-20 06:55:46 +03:00
sadick254
a1c939a468 ⬆️ Bump minidump@0.22.0 2021-05-19 22:44:50 +03:00
Sadick
81250abaa3 Merge pull request #22053 from romgrk/remove-unused-parser
Fix: remove unused parser instance
2021-05-19 22:29:27 +03:00
DeeDeeG
b042d2ded1 script: Let bootstrap install apm with npm ci
This commit enables faster, more-reproducible installs of `apm`,
when bootstrapping/building Atom in `ci` mode.
(with `--ci` or env var `CI` set).

This only affects bootstrapping/building Atom; This should
not make any difference to the built Atom app, or to `apm`'s behavior
as a command-line tool/as a component of Atom.

Details:

As of apm 2.6.2, apm respects a `NO_APM_DEDUPE` env var on Windows.
(It was already supported on Linux and macOS before then.)
When set, this env var disables the deduping
normally performed at the end of apm's postinstall script.

This deduping doesn't work properly when installing apm with `npm ci`,
for unknown reasons. (The deduping algorithm deletes many needed
dependencies, without reconstructing a valid tree.)

Now that `apm` supports `NO_APM_DEDUPE` on all platforms,
we can safely allow installing `apm` with `npm ci`
during the bootstrap script.

Now bootstrapping apm in `ci` mode is faster in two ways:
- `npm ci` is generally faster than `npm install` for clean installs.
  - Great for actual automated builds ("CI").
- The `npm dedupe` run is now skipped in `ci` mode.
  - The `npm dedupe` was of dubious value in any case
  - The `npm dedupe` command was also surprisingly slow

We also benefit from the stronger reproducibility of `npm ci`
compared to `npm install` (guaranteed, version-locked dependencies).
2021-05-19 10:47:41 -04:00
Sadick
e417208b8b Merge pull request #22421 from andylin2004/master
Replaced the old Atom document icon with the Big Sur icon
2021-05-19 09:16:41 +03:00
Sadick
9771b9b224 Merge pull request #22076 from mfonville/fixredhatdeps
Fix RPM dependencies
2021-05-19 08:31:42 +03:00
Sadick
a8aa5ea9b0 Merge pull request #22103 from atom-community/no-var
Convert var to const/let in src files
2021-05-19 07:29:47 +03:00
Sadick
83f7fd40ff Merge pull request #22123 from idleberg/master
Fix app icons on Windows
2021-05-18 20:36:24 +03:00
Sadick
b921e1bba5 Merge pull request #22297 from eltociear/patch-2
Fix typo in text-editor-spec.js
2021-05-18 19:02:32 +03:00
Sadick
f12c057575 Merge pull request #22447 from atom/update-readme.md
Remove instructions to join slack
2021-05-18 18:59:18 +03:00
sadick254
d836ab6382 Remove instructions to join slack 2021-05-18 18:57:47 +03:00
Sadick
a36a3e12cd Merge pull request #22446 from atom/update-readme.md
Update README.md to match the move to Github Discussion
2021-05-18 18:54:30 +03:00
sadick254
b9e954548a Remove link to discuss forum
The Atom discuss forum winded down on May 1st 2021. This is in a move to
consolidate community activity on one platform Github discussions
2021-05-18 18:49:46 +03:00
sadick254
be23d14d5f Remove link to join slack
The Atom slack channel will be winding down on July 1st 2021
This is in a bid to consolidate community activity on one platform Github Discussions
2021-05-18 18:46:43 +03:00
mfonville
faae202469 Add alsa-lib and libX11-xcb.so.1 to rpm spec 2021-05-18 08:30:57 +02:00
mfonville
a0e3d920d7 fix libgcrypt for OpenSUSE 2021-05-17 23:05:35 +02:00
mfonville
8b28eebb0c Update RPM dependencies on new insights
Require gtk3 and libgbm(library), drop their lower dependencies
2021-05-17 23:05:35 +02:00
mfonville
239e4bec19 add parentheses, fix x11-xcb libversion number 2021-05-17 23:05:35 +02:00
mfonville
a107a22403 fix or-statements 2021-05-17 23:05:35 +02:00
mfonville
d4ac2c8a7e Fix RPM dependencies 2021-05-17 23:05:32 +02:00
Sadick
3fda4a9d7a Merge pull request #22433 from mfonville/rpm-from-bionic
Get rpm from bionic
2021-05-17 15:27:18 +03:00
mfonville
0d05713957 fix typo 2021-05-16 07:35:06 +02:00
mfonville
a805226393 Revert "Use Ubuntu Extended Security Maintenance mirror instead of Azure for security"
This reverts commit 78cba2a6e8.
2021-05-15 23:54:39 +02:00
mfonville
78cba2a6e8 Use Ubuntu Extended Security Maintenance mirror instead of Azure for security 2021-05-15 23:49:39 +02:00
mfonville
74e57e71de Also add bionic security repo, some of the rpm dependencies got a security update 2021-05-15 23:41:36 +02:00
mfonville
6a723d4314 merge the two apt-get statements 2021-05-15 23:00:08 +02:00
mfonville
c232b19195 apt-get is preferred in scripts 2021-05-15 20:48:20 +02:00
mfonville
94074a8e91 Azure only has http and no https 2021-05-15 20:19:52 +02:00
mfonville
7f22c983d3 had wrong type of quotes 2021-05-15 20:11:25 +02:00
mfonville
daaf4378bf small fixes 2021-05-15 19:57:10 +02:00
mfonville
0711623b2d Use azure mirror repository 2021-05-15 19:55:05 +02:00
mfonville
2dce3f0aad Get rpm from bionic 2021-05-15 19:50:29 +02:00
Sadick
76fe51fe50 Merge pull request #22424 from atom/fix-reopen-projects-safe-dev-mode
Pass safeMode and devMode on reopening a project
2021-05-15 12:19:02 +03:00
sadick254
e6368a566d Pass safeMode and devMode on reopening a project
Resolves: #19310
2021-05-14 11:42:22 +03:00
Andy
1ebfefd7c4 I changed the wrong package lock in last commit. This commit fixes that issue and reverts the correct package lock. 2021-05-13 18:22:35 -04:00
Andy
4aebcb1033 revert package-lock to before. The change was unintended 2021-05-13 18:18:55 -04:00
Andy
354994b73d replaced the old atom document icon with the big sur icon 2021-05-13 15:44:35 -04:00
Sadick
91a70c74f6 Merge pull request #22315 from andylin2004/master
Replaced OS X Yosemite-era icon with macOS Big Sur icon for Atom for Macs
2021-05-12 22:09:34 +03:00
Sadick
72a8b64e55 Merge pull request #22407 from atom/bump-archive-view@0.66.0
⬆️  Bump archive-view@0.66.0
2021-05-12 21:49:50 +03:00
sadick254
77c33b7d31 ⬆️ Bump archive-view@0.66.0 2021-05-12 17:41:55 +03:00
Andy Lin
09884a62bb Merge branch 'atom:master' into master 2021-05-12 10:14:17 -04:00
Musa Ibrahim
e04f2aac0f Merge pull request #22096 from atom-community/update-language-python
fix: update language-python for nightly
2021-05-12 10:28:43 +01:00
Andy
d1c649809c Merge branch 'master' of github.com:andylin2004/atom 2021-05-12 01:18:08 -04:00
Andy
b512e0a6d6 replaced other development channel icons for Macs 2021-05-12 00:36:57 -04:00