这是indexloc提供的服务,不要输入任何密码
Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
64 commits
Select commit Hold shift + click to select a range
9f16f6b
remove blazor old project
colombod Mar 21, 2022
b13a5b5
use latest contract and api
colombod Mar 22, 2022
25ee39e
sketch service
colombod Mar 22, 2022
bbdf6ff
move directory
colombod Mar 22, 2022
10eb7ec
generalizing test
colombod Mar 23, 2022
fbe67cb
adopt simulator files in editor tests
colombod Mar 23, 2022
2ca77ba
better code :)
colombod Mar 23, 2022
e1e7515
add playwright
colombod Mar 23, 2022
a024427
wasmrunner starting point
colombod Mar 24, 2022
5e4bd10
use generator to emit simualtor files
colombod Mar 24, 2022
97edd4b
cerate test project for playwright
colombod Mar 30, 2022
d039e2a
setup test structure
colombod Mar 30, 2022
4e50136
update pr triggers
brettfo Apr 1, 2022
1171743
make arcade build happy (#985)
brettfo Apr 4, 2022
f486e1a
update arcade to 7.0.0-beta.22179.1 (#989)
brettfo Apr 4, 2022
38c4133
wip
colombod Mar 31, 2022
26dc97e
clean tests
colombod Mar 31, 2022
7abcc10
implement interop
colombod Mar 31, 2022
5a042ba
fix integration test
colombod Mar 31, 2022
032767e
wip
colombod Mar 31, 2022
8d741fa
got excited here ...
colombod Mar 31, 2022
abea935
improve tests
colombod Mar 31, 2022
82be4b6
simplify layout
colombod Mar 31, 2022
b5e06e7
changed to build for js
colombod Apr 1, 2022
0213228
fix git ignore file
colombod Apr 1, 2022
b02bafb
getting started with editor page generator
colombod Apr 1, 2022
25ebbe2
better test structure
colombod Apr 1, 2022
fe00cc9
start on editor html generator
colombod Apr 1, 2022
176378a
remove unused import
colombod Apr 1, 2022
147c305
add tests
colombod Apr 1, 2022
6be3390
generate page
colombod Apr 1, 2022
6c5559d
rename
colombod Apr 4, 2022
4604ee0
add message layer for backward compatibility
colombod Apr 4, 2022
5f1dc4e
refactoring
colombod Apr 4, 2022
3343c01
remove imports
colombod Apr 4, 2022
a6f67f9
fix css generation and has name in font file
colombod Apr 5, 2022
668b0c3
improve tests
colombod Apr 5, 2022
68e3a16
wip
colombod Apr 5, 2022
b0462ab
wip
colombod Apr 5, 2022
9caef29
wip
colombod Apr 5, 2022
0d62bbc
remove bus class
colombod Apr 6, 2022
376c76e
wip
colombod Apr 6, 2022
cadaf47
push to parent
colombod Apr 6, 2022
1279821
stream events
colombod Apr 6, 2022
9693d10
fix test
colombod Apr 6, 2022
6aec6b9
clean up
colombod Apr 6, 2022
925d5c0
wip
colombod Apr 6, 2022
f235678
add js-only build scripts
brettfo Apr 4, 2022
b5d67fc
allow tests to be skipped
brettfo Apr 4, 2022
6d23796
remove xterm functionality
brettfo Apr 4, 2022
41f5236
update styles package
brettfo Apr 4, 2022
c8ea815
exclude fonts from signing
brettfo Apr 6, 2022
8211ea3
consolidate test packages
brettfo Apr 6, 2022
24456c1
pass test flag
brettfo Apr 6, 2022
5416369
ensure trx gets created for npm projects
brettfo Apr 6, 2022
9ac6728
run integration tests
brettfo Apr 6, 2022
657b970
publish all screenshots to artifact container
brettfo Apr 6, 2022
f3aa650
ensure playwright is installed for tests
brettfo Apr 6, 2022
a291466
run integration tests on linux
brettfo Apr 6, 2022
87866c5
updated npm (#992)
colombod Apr 7, 2022
d3e2d7f
add `SkipTests` parameter to pipeline definition
brettfo May 27, 2022
5e0fac6
new implementation (#995)
colombod Jun 9, 2022
27ff351
delete old code (#1011)
brettfo Jun 9, 2022
5982ba3
Merge branch 'main' into release/new_api
colombod Jun 9, 2022
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
24 changes: 24 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -378,3 +378,27 @@ docs/\.ionide/
#Backup files
*.bak
NotebookExamples/*/Samples/housing.csv

src/microsoft-trydotnet-editor/test-results/

src/microsoft-trydotnet-editor/dist/

src/microsoft-trydotnet-editor/simulatorGenerator/

src/microsoft-trydotnet-editor/lib/

src/microsoft-trydotnet/test-results/

src/microsoft-trydotnet/dist/

src/microsoft-trydotnet/simulatorGenerator/

src/microsoft-trydotnet/lib/

src/Microsoft.TryDotNet/wwwroot/api/

src/Microsoft.TryDotNet/wwwroot/css/trydotnet.css

src/microsoft-learn-mock/dist/

src/microsoft-learn-mock/site/index.js
2 changes: 1 addition & 1 deletion Directory.Build.targets
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@

Not doing this in each project because duplicate PackageReferences causes an Arcade build failure.
-->
<ItemGroup Condition="$(MSBuildProjectName.EndsWith('.Tests')) AND '$(DisableArcade)' == '1'">
<ItemGroup Condition="($(MSBuildProjectName.EndsWith('.Tests')) OR $(MSBuildProjectName.EndsWith('.IntegrationTests'))) AND '$(DisableArcade)' == '1'">
<PackageReference Include="Microsoft.NET.Test.Sdk" Version="17.0.0" />
<PackageReference Include="xunit" Version="2.4.1" />
<PackageReference Include="xunit.runner.visualstudio" Version="2.4.3" />
Expand Down
28 changes: 0 additions & 28 deletions FSharpWorkspaceShim/FSharpWorkspaceShim.fsproj

This file was deleted.

130 changes: 0 additions & 130 deletions FSharpWorkspaceShim/Library.fs

This file was deleted.

14 changes: 0 additions & 14 deletions MLS.Agent.Tests/(Recipes)/EnvironmentExtensions.cs

This file was deleted.

23 changes: 0 additions & 23 deletions MLS.Agent.Tests/(Recipes)/LogEvents.cs

This file was deleted.

82 changes: 0 additions & 82 deletions MLS.Agent.Tests/AgentService.cs

This file was deleted.

25 changes: 0 additions & 25 deletions MLS.Agent.Tests/AgentServiceExtensions.cs

This file was deleted.

Loading