Commit Graph

37569 Commits

Author SHA1 Message Date
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 Elkashef
aa3c34bedb Merge pull request #20989 from NotMoni/NotMoni-fix-typos
Fix Typos
2020-06-26 13:06:08 -05:00
darangi
f9a9e57d3a Revert "init"
This reverts commit 20d5d21775.
2020-06-26 15:59:54 +01:00
darangi
fb2654eaac Revert "removed unused code"
This reverts commit e79a71c6dc.
2020-06-26 15:48:26 +01:00
Moni
32bd100cff fix typos
Signed-off-by: Moni <usmoni@gmail.com>
2020-06-25 21:32:30 -04:00
darangi
e79a71c6dc removed unused code 2020-06-24 16:28:08 +01:00
darangi
c3d16f02c5 changed remote 2020-06-24 01:31:12 +01:00
darangi
230df78ac3 added git config 2020-06-24 01:00:52 +01:00
darangi
49145f1caf apm install 2020-06-24 00:36:19 +01:00
darangi
1e2178e46c used current branch 2020-06-23 09:47:21 +01:00
darangi
2c1935c07a added bootstrap script 2020-06-23 09:28:52 +01:00
darangi
f3eb4afcfe fixed yaml error 2020-06-23 09:15:49 +01:00
darangi
72a0b81d50 added job to nightly 2020-06-22 21:25:46 +01:00
darangi
706fac34a0 return needed objects 2020-06-22 21:25:28 +01:00
darangi
0880b20b1e improved module search in package.json 2020-06-19 12:54:25 +01:00
darangi
c14f6df47c add label to PR and log summary 2020-06-18 23:26:46 +01:00
musa ibrahim
4049c635ab publish local branch and delete 2020-06-18 11:20:40 +01:00
Musa Ibrahim
20d5d21775 init
fixed search regex

removed NPM check

handle pr

installed dependencies

publish branch and create PR

catch apm error

pr

deactivated token and used env variable instead

some fixes
2020-06-18 01:07:51 +01:00
Mazen Elkashef
00553e6bf5 Merge pull request #20928 from atom/language-typescript-0.6.3
⬆️ language-typescript@0.6.3
2020-06-16 09:34:04 -05:00
Mazen El-Kashef
57809071aa ⬆️ language-typescript@0.6.3 2020-06-12 14:58:44 -05:00
Mazen Elkashef
bd772b90f4 Merge pull request #20927 from atom/language-gfm-0.90.8
⬆️ language-gfm@0.90.8
2020-06-12 14:39:02 -05:00
Mazen El-Kashef
c40cfd633e ⬆️ language-gfm@0.90.8 2020-06-12 13:44:05 -05:00
Mazen Elkashef
527af1ad38 Merge pull request #20804 from UziTech/fix-multicursor
fix multi cursor correct setting
2020-06-12 10:49:03 -05:00
Tony Brix
21580aa170 fix multi cursor correct setting 2020-06-11 11:13:32 -05:00
Mazen Elkashef
e4b9c1e081 Merge pull request #20716 from DeeDeeG/python-summary
Review/finalize Python approach for mid 2020
2020-06-05 23:19:38 -05:00
Hubot
881fb0e9ba 1.50.0-dev 2020-06-05 21:10:47 -07:00
Mazen Elkashef
b7cc8d7cbb Merge pull request #20547 from sht/fix-config-promise
Await configuration loading on Windows
2020-06-05 22:53:09 -05:00
Mazen Elkashef
fdb76d491f Merge pull request #20879 from DeeDeeG/ELECTRON_CUSTOM_VERSION-env-var-for-scripts
Use the "ELECTRON_CUSTOM_VERSION" env var in build scripts
2020-06-05 09:39:18 -05:00
DeeDeeG
c274463a9b ⌨️ Fix a typo (chromedriver -> mksnapshot) 2020-06-03 15:34:27 -04:00
DeeDeeG
3e7b532c0b 👕 Fix lints for 'script' dir 2020-06-03 14:58:02 -04:00
DeeDeeG
2df308223e script: Download correct electron binaries
If users manually run `npm install`, we want to
make sure the correct Electron-vendored chromedriver and mksnapshot
are downloaded. (Requires ELECTRON_CUSTOM_VERSION to be set properly.)

This postinstall script sets that var and gets the right binaries,
even if the ELECTRON_CUSTOM_VERSION env var wasn't manually set.

(The bootstrap script already handles this for bootstrapping,
but not for manually running "npm install" in the scripts dir.)
2020-06-03 14:57:27 -04:00
DeeDeeG
9e8b0b14fa script: Use "ELECTRON_CUSTOM_VERSION" env variable
New feature as of electron-chromedriver >= 9.0.0
and electron-mksnapshot >= 9.0.2:
an environment variable "ELECTRON_CUSTOM_VERSION",
which allows downloading the specified (Electron-vendored)
version of chromedriver and mksnapshot,
irrespective of the versions of electron-chromedriver
or electron-mksnapshot (node modules) used to download them.

We can use the latest electron-chromedriver and electron-mksnapshot
now, if we want. Just set ELECTRON_CUSTOM_VERSION to the right version
(handled automatically based on "electronVersion" in package.json).
2020-06-03 13:45:49 -04:00
DeeDeeG
d5ca0e94c1 ⬆️ electron-chromedriver, electron-mksnapshot 2020-06-03 13:44:35 -04:00
Mazen Elkashef
9744dfd256 Merge pull request #20855 from akonwi/patch-1
Enable webview support with the correct option
2020-06-03 10:53:29 -05:00
Musa Ibrahim
aac542c48f Merge pull request #20799 from Descear/fix-chrome-sandbox-file-permissions
Fix `chrome-sandbox` file permissions
2020-06-03 07:31:46 -04:00
Descear
aac0b665ab Revert "Trigger artefact uploading"
This reverts commit 73bd087fa3.
2020-06-02 19:32:44 +01:00
Descear
39fe21461a Revert "Publish build artefacts for pull requests"
This reverts commit 368f790a39.
2020-06-02 19:32:39 +01:00
Akonwi Ngoh
e295d6a56b Enable webview support with the correct option 2020-05-30 14:42:23 -04:00
Musa Ibrahim
18e6d703c6 Merge pull request #20830 from atom/text-buffer-13.17.3
⬆️ text-buffer@13.17.3
2020-05-29 19:14:28 +01:00
Descear
4ecfc1c315 Use appFileName instead of appName 2020-05-29 00:52:49 +01:00
Descear
57fe385f77 Use %attr to fix chrome-sandbox 2020-05-29 00:17:11 +01:00
Descear
89fe5a000f Don't chmod chrome-sandbox 2020-05-29 00:17:08 +01:00
Descear
368f790a39 Publish build artefacts for pull requests 2020-05-28 22:16:11 +01:00
Descear
a5db2fbf11 Trigger CI 2020-05-28 20:52:50 +01:00
Descear
865e8fdd78 Trigger CI 2020-05-28 20:51:22 +01:00
Descear
73bd087fa3 Trigger artefact uploading 2020-05-28 20:20:49 +01:00
Descear
2247a74755 Remove debugging code 2020-05-27 22:48:29 +01:00
Descear
535ab93968 Remove debugging code 2020-05-27 22:48:28 +01:00
Descear
ab01bcd48a Fix parsing error 2020-05-27 22:01:53 +01:00
Descear
a51c31c51a Fix parsing error 2020-05-27 22:01:51 +01:00