Benjamin Pasero
f4617bb774
tests - print diag also before smoke tests
2022-04-06 16:31:08 +02:00
Benjamin Pasero
f4aebbc956
Print diag after smoke test ( #146920 )
...
* smoke - list processes after run
* print more diag on linux
* .
2022-04-06 16:29:23 +02:00
Benjamin Pasero
18377e6ee2
smoke - allow to enable verbose vscode logs and enable for now
2022-04-06 10:41:22 +02:00
Benjamin Pasero
82cac76aef
smoke - drop legacy tests
2022-04-06 08:00:42 +02:00
Benjamin Pasero
8212626e5f
smoke - disable verbose for windows
2022-04-05 18:56:59 +02:00
deepak1556
345f572e37
ci: fix universal build
2022-04-05 19:23:16 +09:00
Benjamin Pasero
6508a29d23
smoke - more verbose logging on windows
2022-04-05 09:17:17 +02:00
João Moreno
d06e16b59a
layer checker: follow parent symbols
2022-04-04 15:05:34 +02:00
Benjamin Pasero
f707fd3b09
smoke - run legacy tests again, do not fail new playwright tests for a while to figure out flakiness
2022-04-04 15:03:17 +02:00
Benjamin Pasero
693b2fdbaf
debt - make URL available as core type
2022-04-04 11:21:57 +02:00
Benjamin Pasero
2ada17080c
Use playwright for desktop smoke tests ( #146692 )
...
* Use `playwright` for desktop smoke tests
* fix distro issues
* tests - enable prefs tests for web
2022-04-04 10:13:08 +02:00
Martin Aeschlimann
917291f494
Merge branch 'main' into aeschli/reallinkForAllServerClis
2022-03-30 14:38:44 +02:00
dependabot[bot]
043166e212
Bump plist from 3.0.1 to 3.0.5 in /build ( #146212 )
...
Bumps [plist](https://github.com/TooTallNate/node-plist ) from 3.0.1 to 3.0.5.
- [Release notes](https://github.com/TooTallNate/node-plist/releases )
- [Changelog](https://github.com/TooTallNate/plist.js/blob/master/History.md )
- [Commits](https://github.com/TooTallNate/node-plist/commits )
---
updated-dependencies:
- dependency-name: plist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-28 17:52:13 -07:00
Tyler Leonhardt
f3a9245af9
comment out override commit because we shouldn't need it
2022-03-28 14:45:03 -07:00
dependabot[bot]
4ca498c336
Bump minimist from 1.2.3 to 1.2.6 in /build ( #145934 )
...
Bumps [minimist](https://github.com/substack/minimist ) from 1.2.3 to 1.2.6.
- [Release notes](https://github.com/substack/minimist/releases )
- [Commits](https://github.com/substack/minimist/compare/1.2.3...1.2.6 )
---
updated-dependencies:
- dependency-name: minimist
dependency-type: indirect
...
Signed-off-by: dependabot[bot] <support@github.com >
Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-03-25 04:02:52 -07:00
Joao Moreno
66d1e5dac0
ups
2022-03-25 11:20:55 +01:00
Joao Moreno
aa3bf656ca
make mooncake upload configurable
2022-03-25 10:57:18 +01:00
Joao Moreno
8062805325
Revert "Again disable mooncake upload"
...
This reverts commit 616cad0638 .
2022-03-25 09:41:15 +01:00
Joao Moreno
65a91b2bc6
⬆️ @azure/identity
2022-03-25 09:40:58 +01:00
Alex Dima
79e83ab7fa
Go back to using buitlin URL
...
This reverts commit 014814146e .
2022-03-25 09:25:49 +01:00
Dirk Baeumer
616cad0638
Again disable mooncake upload
2022-03-25 09:08:27 +01:00
Martin Aeschlimann
465cac2c42
Use reallink for all server cli scripts
2022-03-24 15:56:16 +01:00
Dirk Baeumer
14a3095128
Revert "Temporarily disable mooncake upload"
...
This reverts commit c5dece632b .
2022-03-24 15:47:32 +01:00
Dirk Baeumer
c5dece632b
Temporarily disable mooncake upload
2022-03-24 15:45:29 +01:00
Johannes
0f648cd7db
add eslint rule to disallow look behind regex feature, ignore in git and markdown fyi @lszomoru, @mjbvz
2022-03-22 16:02:19 +01:00
João Moreno
9342d76f61
fix regular builds
2022-03-21 16:07:46 +01:00
Benjamin Pasero
dc0eb750b6
fix missing compile
2022-03-21 15:58:23 +01:00
João Moreno
c5902c4e2b
hm
2022-03-21 14:46:14 +01:00
João Moreno
8dd386bddf
missing compile
2022-03-21 14:41:36 +01:00
João Moreno
726eeffa71
introduce distro private builds
2022-03-21 14:40:00 +01:00
Robo
b4b5c4d979
ci: fix published server arhive name on macOS ( #145509 )
2022-03-21 06:29:24 -07:00
deepak1556
eaa2b431ac
ci: fix codesigning universal build
2022-03-21 16:05:13 +09:00
Robo
5f09c54449
chore: replace plist with plutil ( #145392 )
2022-03-18 07:48:48 -07:00
Joao Moreno
29ef778b1c
fixes #145397
2022-03-18 13:54:12 +01:00
Raymond Zhao
d572d6e9d1
Generate rpm dependencies ( #143415 )
...
* Commit non-py files
* Finish porting calculate and merge scripts for rpm
* Switch back to ts, add binaryDir
* Pass in app path
* Trim string before splitting
* Move files, apply PR feedback
* Add deps to exclude and crashpad handler dep
* polish
2022-03-18 13:57:25 +09:00
Matt Bierner
bc9de9e7eb
Pick up TS 4.7 for building VS Code ( #145273 )
...
Adds fixes for https://github.com/microsoft/TypeScript/issues/48276
2022-03-17 11:10:35 -07:00
Robo
791b350c03
ci: unify artifacts processing on darwin ( #145226 )
...
* ci: unify artifacts processing on darwin
* chore: update displayName
2022-03-17 16:53:54 +09:00
Alexandru Dima
62629146e6
Merge pull request #145053 from microsoft/alex/server-darwin-arm64
...
Add support for arm64 for server builds
2022-03-16 12:54:26 +01:00
Alex Dima
c80ad9b72c
Keep legacy zip file names for darwin x64
2022-03-15 23:19:38 +01:00
Benjamin Pasero
066b362943
fix layers checker to support trace
2022-03-15 21:06:22 +01:00
Matt Bierner
f911411c46
Revert "Pick up new TS version for building VS Code"
...
This reverts commit cd522655a1 .
This breaks some of our build scripts. Needs more work
2022-03-15 10:06:22 -07:00
Matt Bierner
cd522655a1
Pick up new TS version for building VS Code
2022-03-15 09:53:01 -07:00
Alex Dima
a537cdb91c
update .js
2022-03-15 17:50:27 +01:00
Alex Dima
8070d2acc5
Add mapping for server darwin arm64
2022-03-15 16:57:09 +01:00
Alex Dima
ed0cb70658
Don't run certain steps in the universal build
2022-03-15 09:09:51 +01:00
Alex Dima
9ea977e832
Fix paths
2022-03-14 19:20:07 +01:00
Alex Dima
bd9d4d5b51
Add support for arm64 for server builds
2022-03-14 16:22:54 +01:00
Benjamin Pasero
56cca7a6b7
Merge branch 'main' into ben/history
2022-03-10 16:55:12 +01:00
Robo
32d40cf44e
chore: update to electron 17 ( #143223 )
...
* chore: bump electron@17.0.0
* Revert "chore: revert to electron@13 (#143851 )"
This reverts commit df645f1450 .
* chore: bump electron@17.1.0
* Revert "ci: fix build with latest node-gyp"
This reverts commit c3e948aa30 .
* chore: revert ci changes for node v16
* chore: update yarn.lock
* chore: bump electron@17.1.1
2022-03-11 00:51:37 +09:00
Benjamin Pasero
783d298131
history - first cut timeline provider for local history
2022-03-10 13:08:05 +01:00