Commit Graph

37683 Commits

Author SHA1 Message Date
sadick254
46ef8d5733 Use npm install 2020-08-28 22:47:45 +03:00
Amin Yahyaabadi
57f1ae657c CI bootstrap template
* windows-bootstrap.yml

* macos-bootstrap.yml

* linux-bootstrap.yml

* combine bootstrap for all OS

* GitHub token in bootstrap.yml

* Use pwsh in bootstrap.yml

* Linux use Clang 9 in bootstrap

* bootstrap: using pwsh for managing env variables

* fix bootstrap condition indentation

* using AGENT_OS directly bootstrap
2020-08-28 17:25:10 +03:00
Jan T. Sott
2ae2ef1f52 Use UI variables on container
The `.incompatible-package` container looks quite awkward in dark themes, this PR adjusts its look to match that of the `settings-view` containers ([for reference](b6b27e949d/styles/package-card.less (L15-L16))).
2020-08-27 19:13:56 +03:00
Amin Yahyaabadi
00263f8909 CI preparation template
Use azure templates.
2020-08-27 14:58:11 +03:00
DeeDeeG
2f550cf0d3 CI: Use Cache@2 task in place of the old SaveCache@1 (#21057)
* CI: Use Cache@2 task in place of SaveCache@1

This is the officially supported successor to the old,
unofficial, Microsoft-DevLabs-hosted cache task.

It is simpler/easier to configure, and thus more friendly to forks.
2020-08-26 17:38:19 +03:00
DeeDeeG
0e6df6892a 📝 CONTRIBUTING.md: JS is linted with Prettier
This just documents a long-running practice, as of May 2019.

For the backstory on the change, see:
https://github.com/atom/atom/pull/19391
2020-08-25 19:18:05 +03:00
Amin Yahyaabadi
607aa8f7c3 use performance instead of Date for measuring package load time 2020-08-25 18:47:11 +03:00
Amin Yahyaabadi
43e4929ba8 add should sign and make code-signing conditional 2020-08-24 21:54:52 +03:00
sadick254
d9d4e37563 Add simple fullscreen config 2020-08-24 16:19:06 +03:00
DeeDeeG
c087fcfb49 CI: Use npm ci rather than npm install
`npm ci` doesn't try to reconcile package.json with package-lock.json,
nor with any existing packages in `node_modules`. `npm ci` simply
deletes `node_modules` and uses the packages from `package-lock.json`.

As a result, `npm ci` is much, much faster than `npm install`.
We should use it wherever possible.
2020-08-21 21:19:49 +03:00
DeeDeeG
8dc526bf24 CI: Use 'ubuntu-latest' to upload artifacts
This should be marginally faster. No need to run on Windows.
2020-08-21 21:19:49 +03:00
DeeDeeG
0ac3be7296 CI: Use 'ubuntu-latest' for GetReleaseVersion
Ubuntu is much faster than Windows at installing many small files,
such as during `git clone` and `npm install`.
2020-08-21 21:19:49 +03:00
DeeDeeG
f062a836e7 CI: Use forward-slashes in paths (cross-platform)
Backslashes ("\") can be interpreted as escape characters
on Unix (Linux, macOS). Replace with forward-slashes, "/",
which are interpreted the same (as directory separators) on all OSes,
at least in arguments to commands such as `cd` and `node`.
2020-08-21 21:19:49 +03:00
Musa Ibrahim
50a74a5e31 Merge pull request #21079 from atom/electron-6.1.12-bump-electron-packager-from-git
Electron 6 Take Two
2020-08-20 10:16:38 +01:00
darangi
f208f2f437 ⬆️ apm@2.5.2 2020-08-19 20:07:41 +01:00
darangi
ed3bea91e4 :arrow_up:apm@2.5.1 2020-08-19 19:36:15 +01:00
sadick254
613f76d594 Double waitsFor timeout value 2020-08-19 11:03:19 +03:00
sadick254
9be745817d Adjust jasmine default timeout value 2020-08-17 19:18:24 +03:00
Mazen Elkashef
4b27991c42 Merge pull request #21179 from atom/language-php-0.44.6
Bump language-php to 0.44.6
2020-08-15 18:03:39 -05:00
sadick254
b587e01e37 Update package version 2020-08-14 21:39:27 +03:00
sadick254
702b8f2b87 ⬆️ language-php@0.44.6 2020-08-14 21:36:36 +03:00
sadick254
0b541e9120 Show approriate error when running test without building 2020-08-12 21:02:47 +03:00
Mazen Elkashef
212081ea45 Merge pull request #20212 from sharedprophet/support-semanticolor
Support semanticolor
2020-08-11 00:12:49 -05:00
Hubot
535500ea64 1.52.0-dev 2020-08-07 10:33:32 -05:00
Musa Ibrahim
bc4309b0bd Merge pull request #21096 from atom/settings-view-0.261.5
⬆️  settings-view@0.261.5
2020-07-22 10:04:10 +01:00
Musa Ibrahim
be98331134 Merge pull request #21095 from atom/find-and-replace-0.219.5
⬆️  find-and-replace@0.219.5
2020-07-22 09:44:34 +01:00
darangi
6172046a32 ⬆️ settings-view@0.261.5 2020-07-21 21:41:49 +01:00
darangi
852be73127 ⬆️ find-and-replace@0.219.5 2020-07-21 20:48:48 +01:00
Mazen El-Kashef
73c7a637a0 re-enable the bootstrap cache on macOS CI 2020-07-16 12:50:43 -05:00
Mazen El-Kashef
c6058e9600 local bootstrap 2020-07-16 11:33:36 -05:00
Mazen El-Kashef
7b3a2bd9f5 Merge branch 'electron-6.1.12-bump-electron-packager-from-git' of https://github.com/atom/atom into electron-6.1.12-bump-electron-packager-from-git 2020-07-16 11:25:35 -05:00
Mazen El-Kashef
1156e7510d Merge branch 'master' into electron-6.1.12-bump-electron-packager-from-git 2020-07-16 11:24:56 -05:00
Mazen El-Kashef
4bdeb86c83 Merge branch 'master' into electron-6.1.12-bump-electron-packager-from-git 2020-07-16 11:18:24 -05:00
Mazen Elkashef
254bb1f6f7 Merge branch 'master' into electron-6.1.12-bump-electron-packager-from-git 2020-07-16 03:10:48 -05:00
Mazen Elkashef
4a9d56f52c Merge pull request #20899 from aminya/getAvailablePackages
Faster atom.packages.getAvailablePackages
2020-07-10 15:35:37 -05:00
Mazen Elkashef
d840b89e62 Merge pull request #20856 from DeeDeeG/misc-python3-fixes
Miscellaneous python3-related updates and fixes
2020-07-10 14:01:20 -05:00
Mazen Elkashef
8f97072a32 Merge pull request #21061 from atom-ide-community/nopr_trigger_on_release
no PR triggers on release builds
2020-07-10 13:41:13 -05:00
Musa Ibrahim
e137af5c8b Merge pull request #21039 from atom/prebuild-install-5.3.5
⬆️ prebuild-install@5.3.5
2020-07-10 19:30:19 +01:00
DeeDeeG
fef2de59a4 node-gyp 5.x still accepts Python 2.6 2020-07-10 11:58:17 -04:00
Hubot
bb2cedbff3 1.51.0-dev 2020-07-10 10:25:56 -05:00
Musa Ibrahim
e5ebf3ad97 Merge pull request #21043 from atom/semver-7.3.2
⬆️ semver@7.3.2
2020-07-10 03:31:27 -04:00
Amin Yahyaabadi
f79dd596ce no PR triggers on release builds 2020-07-09 23:14:12 -05:00
Amin Yahyaabadi
d6cc11af89 Rename packagePaths to packageNames
Co-authored-by: Sadick <sadickjunior@gmail.com>
2020-07-08 08:55:02 -05:00
Musa Ibrahim
110b05baf7 Merge pull request #21041 from atom/resolve-1.17.0
⬆️ resolve@1.17.0
2020-07-08 09:16:21 +01:00
runner
581b46cfdd ⬆️ prebuild-install@5.3.5 2020-07-07 03:11:10 +00:00
Musa Ibrahim
5ab9915082 Merge pull request #20999 from atom/dependency-automation
Automate dependency bumps
2020-07-06 20:27:49 +01:00
Musa Ibrahim
0fe5533ab3 Merge pull request #20910 from slightknack/patch-1
Add async and await keywords to Rust highlighter
2020-07-03 19:53:17 +01:00
Musa Ibrahim
a01ed040f7 Merge pull request #20560 from atom/language-php-0.44.5
⬆️ language-php@0.44.5
2020-07-03 19:45:28 +01:00
Mazen El-Kashef
bc952d5a3f Bump electron-packager@15.0.0 2020-07-03 12:09:24 -05:00
Mazen El-Kashef
b23b30d395 Bump electron-link@0.4.3 2020-07-03 12:05:21 -05:00