Commit Graph

37561 Commits

Author SHA1 Message Date
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
Descear
4d12c46a2d
Fix lint 2020-05-27 21:42:14 +01:00
Descear
41aba7665a
Fix lint 2020-05-27 21:42:10 +01:00
musa ibrahim
c215dde875 ⬆️ text-buffer@13.17.3 2020-05-27 20:22:37 +01:00
Mazen El-Kashef
b43bd671e5 Trigger CI 2020-05-27 09:52:37 -05:00
Descear
66ce0b71b6
Add debugging code to create-rpm-package.js 2020-05-23 17:29:43 +01:00
Descear
a1c4e47296
Add debugging code to create-debian-package.js 2020-05-23 17:29:39 +01:00
Tasos Papalyras
230185fb74
Fix lint errors 2020-05-19 23:37:00 +03:00