Commit graph

168 commits

Author SHA1 Message Date
Martin Aeschlimann 2961d2dfc5 test for undocumented colors 2018-06-05 16:03:09 +02:00
Matt Bierner 1e2c13dad2 Add markdown to integration tests 2018-05-24 08:05:52 -07:00
Joao Moreno 0a4ff137d1 remove travis & appveyor 2018-05-03 09:56:44 +02:00
Benjamin Pasero 6cb06b7cb5 Revert "Electron v2.0.0 (#47289)"
This reverts commit f7ec491c3e.
2018-04-20 17:22:31 +02:00
Benjamin Pasero f7ec491c3e
Electron v2.0.0 (#47289)
* Update to Electron 2.0.0-beta.7

* bump to electron 2.0.0-beta.7

* localStorage - workaround birthtime rounding issues that clear workspace storage

* fix compile error

* workaround #47569

* localStorage - add telemetry for successful migration

* increment to localStorageTimers4

* localStorage - allow to restore from backup if starting with 1.7.x again

* logLocalStorageMigrationStatus only on insider

* back to official distro

* 💄

* still use exploration distro

* remove GTK3 emoji picker which does not seem to work

* 💄
2018-04-13 08:23:12 +02:00
Benjamin Pasero 24d87a7eb0 Revert "Update to Electron v2.0.0-beta.6 (#46552)"
This reverts commit 88603b377d.
2018-04-06 09:33:18 +02:00
Daniel Imms 88603b377d Update to Electron v2.0.0-beta.6 (#46552)
* electron@2.0.0-beta-1

* Update distro

* Update electron.d.ts to 2.0.0-beta.1

* Disable asar as it causes a native crash

* Adopt Module._resolveLookupPaths ASAR patch

* electron 2.x - restore inspector URL in extension host

* electron 2.x - adopt context menu callback for onHide

* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10442

* electron 2.x - update node.d.ts

* electron 2.x - update node.d.ts to 8.9.x

* electron 2.x - keep node.d.ts changes to a minimum

* electron 2.x - remove workaround for https://github.com/electron/electron/issues/10862

* electron 2.x - bump to 2.0.0-beta2

* bump to 2.0.0-beta.3

* Context menu: selecting "Rename" does not put focs into rename box (fix #45601)

* quality "exploration" for easier testing

* empty commit

* push a workaround for #45700

* Certain themes show UI artifacts over activity bar icons (fixes #45700)

* better fix for #45700

* bump to 2.0.0-beta.4

* another fix to prevent flickering for #45700

* avoid remote access in index.js

* bump distro commit

* electron 2.x - do not use --debug anymore

* bump electron to 2.0.0-beta.5

* electron 2.x - add libgtk-3-dev as build dependency for Linux 64

* electron 2.x - workaround freeze on linux on startup

* bump local storage telemetry key

* electron 2.x - do a one time backup of local storage

* enable ELECTRON_ENABLE_LOGGING on macOS at least

* 2.0.0-beta.6

* Fix ctrl+shift+e not focusing explorer on Linux

* distro - use GH electron builds for now
2018-04-03 12:39:25 +02:00
Martin Aeschlimann 826ea06355 test-integration fix for windows 2018-03-21 17:20:53 +01:00
Martin Aeschlimann 4c81ed502a include json/css in integration tests 2018-03-20 15:29:49 +01:00
Martin Aeschlimann 086a751a06 [html] split extension (for #45900) 2018-03-17 16:32:55 +01:00
Steve Desmond 5fb6ad6edd Properly set electron version in env scripts 2018-03-13 16:08:05 -04:00
Joao Moreno 0dfe0c4c3e Merge branch 'master' into gitattributes 2018-03-07 08:56:26 +01:00
Ramya Achutha Rao dd846a08d5 Avoid Ememt test failures in updating workspace config 2018-03-06 17:09:20 -08:00
Christof Marti 5fb74d7f63 Fix side-effect of fixing #45121 2018-03-06 11:58:31 +01:00
Joao Moreno 12ab70d329 fix line endings 2018-03-05 12:47:11 +01:00
Joao Moreno 2ebd2a7dd2 builtin: manage extensions 2018-01-30 09:04:39 +01:00
Joao Moreno b338f57e76 built in extensions control file 2018-01-29 12:23:43 +01:00
Benjamin Pasero 627497eb04 fix tests on linux 2018-01-27 11:49:18 +01:00
Benjamin Pasero 86244d39a7 add API tests that run on a workspace 2018-01-26 16:16:41 +01:00
Joao Moreno 1d106e5afe rename gulp tasks 2018-01-24 09:38:45 +01:00
Rob Lourens 8eae654dd4 Fix code.bat builtInExtensions fallback 2018-01-23 20:41:05 -08:00
Rob Lourens c749624976 Install builtInExtensions on windows too 2018-01-23 16:51:31 -08:00
Alex Dima 5bdb90de36 scripts/code.sh picks up marketplace built-in extensions automatically 2018-01-23 16:40:52 +01:00
Rob Lourens 40c8d176e5 test-integration.bat must check the errorlevel after each 'call' 2017-12-12 16:58:43 -08:00
Joao Moreno fdcecb53e6 remove package.json electronVersion 2017-11-16 14:43:41 +01:00
João Moreno 67cd9258fd
Merge pull request #38481 from Microsoft/joao/yarn
Use Yarn to manage dependencies
2017-11-16 11:23:37 +01:00
Joao Moreno 4537783742 adopt yarn in scripts 2017-11-16 10:47:02 +01:00
Alex Dima ac65758211 Improve test-integration.bat 2017-11-15 12:11:31 +01:00
Martin Aeschlimann d5d1e76155 fix test-integration 2017-11-15 11:48:52 +01:00
Martin Aeschlimann 68c6182b83 clean up test scripts, bring back html server tests 2017-11-15 11:15:57 +01:00
Alex Dima 73dea41439 Remove old/unused scripts 2017-11-14 17:38:30 +01:00
Suhas bafe2ddcb8
Update monaco-editor-setup.js
add missing semi-colons
2017-11-11 12:29:42 -08:00
Daniel Imms e29c517386 Revert "replace bash shebang with '#!/usr/bin/env bash" for portability"
This reverts commit 86dace91a2.
2017-10-06 09:33:22 -07:00
Joao Moreno 85f7b35dec use --skip-getting-started in integration test 2017-10-02 14:27:10 +02:00
kieferrm b9488b7278 remove unused files 2017-09-25 18:36:43 -07:00
kieferrm e0089551a6 parse source comments 2017-09-25 18:36:43 -07:00
kieferrm 32772fa808 gdpr tooling 2017-09-25 18:36:43 -07:00
Putta Khunchalee 86dace91a2 replace bash shebang with '#!/usr/bin/env bash" for portability 2017-09-17 21:19:08 +07:00
Ramya Achutha Rao 70a14d8a54 Use dp0 instead of ROOT in test-integration.bat 2017-09-13 11:08:42 -07:00
Christof Marti 3307e76f76 Relative file match (#24074) 2017-09-12 22:16:48 -07:00
Rob Lourens 48ed021dc5 Merge branch 'master' into electron/1.7.4 2017-08-08 07:21:28 -07:00
Daniel Imms 1bf7d177d9 Clean up 2017-07-25 19:40:26 -07:00
Ramya Achutha Rao b3d37bfa16 Add emmet tests to test-integration.bat 2017-07-25 17:18:19 -07:00
Daniel Imms e65426f473 Remove loader snapshot 2017-07-25 17:16:07 -07:00
Daniel Imms 7bed98ea39 Set errorlevel to 0 if it's 255 2017-07-25 14:40:35 -07:00
Ramya Achutha Rao 01e3164faf Fixing broken integration tests 2017-07-24 14:11:41 -07:00
Ramya Achutha Rao 5d33b200bd Commenting emmet integration tests 2017-07-24 14:03:55 -07:00
Ramya Achutha Rao e1f7580199 First set of tests for Emmet commands #8454 2017-07-21 11:38:46 -07:00
Rob Lourens f7d1155ebb Reenable test-int-mocha.sh 2017-07-17 13:19:43 -07:00
Rob Lourens 150b00a625 Comment out test-int-mocha to unstick builds 2017-07-17 10:16:05 -07:00