Commit graph

629 commits

Author SHA1 Message Date
Jay Rodgers ae53375d79
Updating ARM code from arm to armv7l
Electron no longer publishes binary releases under the arm tag, and requires use of the armv7l tag instead.

As other parts of the build system (and downstream tools) may still be relying on using the "arm" keyword, I've made it so that "armv7l" is passed to gulp-atom-electron without changing the internal code structure.
2019-02-08 14:59:00 +00:00
Benjamin Pasero 35523f6c51 debt - workbench/parts => workbench/contrib (update imports and scripts) 2019-02-07 11:48:58 +01:00
Alex Dima f88e4f457a Adopt changes in gulp.src 2019-02-06 10:15:36 +01:00
Alex Dima 84bebd0ff6 Final adoption (#67863) 2019-02-05 21:23:35 +01:00
Alex Dima 3d3844b844 Adopt new gulp tasks (#67863) 2019-02-05 18:08:54 +01:00
Alex Dima 87e19ff7ae Formatting 2019-02-05 13:56:39 +01:00
Alex Dima 7c8e79b576 Introduce gulpfile.compile 2019-02-05 13:56:15 +01:00
Alex Dima c0c719c651 More gulp task work (#67863) 2019-02-04 18:06:23 +01:00
Alex Dima cf19bcf862 More task simplifications (#67863) 2019-02-04 17:34:26 +01:00
Joao Moreno 8704b574da build: decouple upload-vscode-sourcemaps task 2019-02-04 11:15:30 +01:00
Joao Moreno 493ad1da77 temporary comment out completions 2019-01-07 17:21:02 +01:00
Joao Moreno 84148436b9 Revert "💄"
This reverts commit 02d267c581.
2019-01-07 17:16:35 +01:00
Joao Moreno 02d267c581 💄 2019-01-07 15:59:18 +01:00
João Moreno a9e56b859d
Merge pull request #56670 from segevfiner/shell-completions
code command completions for Bash & Zsh
2019-01-04 16:11:10 +01:00
Rob Lourens ef2547d547 replace void 0 with undefined 2019-01-03 11:20:19 -08:00
Henk Mollema faab60f836
Update copyright year to 2019
Happy new year! 🎆
2019-01-01 01:52:58 +01:00
Johannes Rieken 009c1c3a4b fix #65726 2018-12-27 11:48:45 +01:00
Dirk Bäumer 8b86554f3a Support updating localization extensions from files on disk 2018-11-22 23:36:35 +01:00
Alex Dima 88bb48278d Authority exploration 2018-11-08 21:59:56 +01:00
Benjamin Pasero a6c1151b32 sqlite - stricter rules for *.node files 2018-10-14 19:06:26 +02:00
Benjamin Pasero c61ee508be use vscode-sqlite3@4.0.2 2018-10-14 11:53:41 +02:00
Benjamin Pasero b8b7c3c3a6 sqlite - initial version of storage library 2018-10-05 15:12:50 +02:00
Miguel Solorio 931223d9d3 Fix sass file reference 2018-10-01 10:13:12 -07:00
Samuel Attard 8ee605ede4 feat: force mojave dark mode support on even though Electron is not built on the 10.14 SDK (#59742) 2018-10-01 18:25:15 +02:00
Joao Moreno 13436602b1 Revert "build script: log dowload finished"
This reverts commit 3cfe173979.
2018-10-01 12:44:39 +02:00
Martin Aeschlimann 3cfe173979 build script: log dowload finished 2018-09-29 20:54:20 +02:00
Segev Finer c0895eb214 Merge remote-tracking branch 'upstream/master' into shell-completions 2018-09-22 19:48:51 +03:00
Benjamin Pasero c0041e15be fix #48748 2018-09-17 12:06:05 +02:00
Benjamin Pasero 5996144abb jsp => HTML icon 2018-09-17 11:16:22 +02:00
Benjamin Pasero a181a96d1c
Provide file icons per file type (#58795)
* first cut icons per file type (for #4845)

* update icon set

* update distro

* tweaks

* update distro
2018-09-17 11:09:47 +02:00
Joao Moreno 3eac4d8e3e linux: set desktopName for url handling 2018-09-13 11:19:59 +02:00
Jay Rodgers 1453ad4b23
Adding electron ARM and ARM64 tasks
Adding tasks to allow for explicitly download ARM and ARM64 versions of Electron when it is not the native architecture of the build machine (for cross-compiling).
2018-09-11 14:40:52 +01:00
Aliaksandr Stelmachonak df3616ad93 Resolved conflict 2018-09-10 11:32:02 -04:00
Benjamin Pasero 1e98303d91 bootstrap - move workbench.js to electron-code 2018-09-10 07:48:52 +02:00
Benjamin Pasero a4bf919e59
Cleanup bootstrap files (#58171)
* bootstrap  - first cut

* bootstrap => bootstrap-fork, bootstrap-shared => bootstrap

* bootstrap - extract uriFromPath()

* bootstrap - extract readfile/writefile

* bootstrap - share more code when loading renderers

* boostrap-electron-browser => bootstrap-window

* bootstrap - cleanup main.js

* bootstrap - handle index.js

* bootstrap 💄
2018-09-07 12:23:09 +02:00
Johannes Rieken f8e67cef5d bundle stats - include commit 2018-09-07 10:26:36 +02:00
Johannes Rieken e7888452c2 try different stats submission 2018-09-05 16:58:50 +02:00
Johannes Rieken 293b1a4eef stats - send telemetry event about bundle size and file count in extensions 2018-09-04 14:12:26 +02:00
Johannes Rieken 3e25536cab
Merge pull request #57691 from Microsoft/joh/build-stats
collect and print stats when running a build
2018-09-03 12:03:37 +02:00
Johannes Rieken 07141d4e6b print all stats at the end of the package task 2018-09-03 11:51:26 +02:00
Dirk Baeumer b0cf441a78 Delete i18n folder since we ship all languages in language packs 2018-08-31 15:12:55 +02:00
Dirk Baeumer b061883cb7 Fixes 56352: Missing gulp task return value 2018-08-27 16:47:11 +02:00
Alex Dima 92c776bc99 Move packaging extensions to lib/extensions.ts 2018-08-21 12:19:10 +02:00
Segev Finer de4b9f6410 Package completions under resources/completions 2018-08-17 14:21:23 +03:00
Johannes Rieken 0b423d627a another try 2018-08-14 15:02:53 +02:00
Johannes Rieken 4962417ffc Revert "ensure uploading source maps happens *after* they have been created"
This reverts commit c93fe0d58b.
2018-08-14 14:23:35 +02:00
Johannes Rieken 7372be0a4f Revert "bla"
This reverts commit 564dfac1d3.
2018-08-14 14:23:22 +02:00
Johannes Rieken 564dfac1d3 bla 2018-08-14 12:55:15 +02:00
Johannes Rieken c93fe0d58b ensure uploading source maps happens *after* they have been created 2018-08-14 10:53:59 +02:00
Johannes Rieken 8319bfbb65 log what source maps we upload 2018-08-14 09:32:32 +02:00