Commit graph

661 commits

Author SHA1 Message Date
Joao Moreno e063b7a3ca collect distro dependencies in build 2019-07-04 22:29:27 +02:00
Joao Moreno 0d2eab1fa5 Merge branch 'master' into joao/build-perf 2019-07-04 17:15:17 +02:00
Johannes Rieken d75caf044e include service worker in build 2019-07-04 14:50:57 +02:00
Joao Moreno c9579851c8 move optimization & minification to shared agent 2019-07-04 10:17:08 +02:00
Joao Moreno 8af2dbb3b9 separate compile-build from product builds 2019-07-01 15:49:20 +02:00
Joao Moreno 399ff1a2fe gulp ci build task 2019-07-01 12:24:33 +02:00
Joao Moreno 0678cb9ed3 build: remove old extensions build task, split extensions into gulp task 2019-07-01 11:54:36 +02:00
Joao Moreno e8016097b8 fix build 2019-06-27 16:37:40 +02:00
Logan Ramos 1bdbb8f95b Improvements to Telemetry Extractor Build (#76196)
* Allow the error to be surfaced to the user to provide more information about what is happening

* Testing gulp src

* Move json to app root

* Telemetry tooling commit update

* Harcode telemetry commit

* Update distro to match master

* statSync try catch

* build 💄

* fix build

* make build fail

* fix build

* fix build

* whitespace
2019-06-27 14:40:05 +02:00
Logan Ramos 4a69a71065
Telemetry Command (#76029)
* Added telemetry command

* Initial Build support

* Added build logic for telemetry

* Linux Builds

* Windows builds sort of work

* Remove arm telemetry extraction

* Remove alpine telemetry extraction

* Remove accidental s

* More try catch
2019-06-24 18:47:12 -07:00
Martin Aeschlimann 39ec656916 minimize distro deltas 2019-06-07 11:30:24 +02:00
Martin Aeschlimann b77b0defc4 sourcemap: ignore node_modules 2019-06-06 09:42:56 +02:00
Martin Aeschlimann ecf9a9f764 code.sh: add datafolder 2019-05-29 23:18:50 +02:00
Joao Moreno a477e1eafe extract native modules ignore rules 2019-05-09 16:27:37 +02:00
Benjamin Pasero d8b38677bb files2 => files 2019-04-16 14:25:43 +02:00
Benjamin Pasero cba19ff191 files2 - more tests 2019-04-16 13:23:07 +02:00
Martin Aeschlimann f999a29671 add quality to win/code.sh 2019-04-12 14:58:29 +02:00
Rachel Macfarlane b7b9d3321a Add fallback script for ps 2019-04-11 16:35:46 -07:00
Alex Dima 3fc61b1558 Don't ship all html files 2019-04-11 12:32:34 +02:00
Martin Aeschlimann 0db1201d27 More templating 2019-04-10 16:46:24 +02:00
Benjamin Pasero 5dbdc8d19c fix #71873 2019-04-07 11:43:09 +02:00
Matt Bierner 51e1b13e43 Split webview's pre for electron and browser 2019-04-02 16:04:33 -07:00
Christof Marti 0c50802a7a Reference proper npm package (fixes #52880) 2019-03-25 13:13:15 +01:00
Joao Moreno 231ffd7df3 fix license 2019-03-19 09:39:57 +01:00
Joao Moreno 180aff2652 fix license 2019-03-19 09:34:18 +01:00
Benjamin Pasero ea6ecccb68
debt - avoid approot for resources in renderer (#70237) 2019-03-11 18:43:10 +01:00
Christof Marti 637eef813b Load root certificates on Windows (#52880) 2019-03-08 15:20:35 +00:00
Daniel Imms 08f1e188f6 Rename contrib/execution to externalTerminal
Part of #69107
2019-03-04 16:29:20 -08:00
Dirk Baeumer 7002a63fad Move language pack processing code to common 2019-02-20 19:27:08 +01:00
João Moreno d608125b83
Merge branch 'master' into master 2019-02-18 11:34:04 +01:00
Alex Dima af95b7d343 Adopt task.define (better task names) 2019-02-12 20:43:55 +01:00
Alex Dima c25de7d09f Extract task code to its own file 2019-02-12 15:13:43 +01:00
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