-
Notifications
You must be signed in to change notification settings - Fork 392
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* rename --from-value to --value * use formatted value in the value kernel * api contract change * test fallback to text/plain test * test value info produced * change default HTML formatting to a tree layout rather than a table (#2671) * split HTML formatter tests into smaller files * split PlainTextFormatterTests into smaller files * refactoring * implement tree views for objects * remove HtmlFormatter.MaxProperties * improve dictionary and sequence rendering, open top level of treeview * remove old object table formatters, clean up * Links for mermaid and kql added As a convenience i added links for kql and mermaid because i assume that these are lesser well known * improve variable explorer view (#2634) * implementation for filter and resize restore update fonts remove dummy data * rename * disable build (#2687) * delete my binder * Value explorer improvements (#2690) * change header text * fix input * use routing slip and intercept completions of sendvalue * Enforce a minimum version for Kusto and SQL Service dotnet tools. (#2689) * Enforce a minimum version for Kusto and SQL Service dotnet tools. * Update name. * Specify nuget package name. * Refactor install code and add update * Add quotes around provided arguments * Make classes internal * Remove internal Utils class from API compatibility tests. * Update formatting.md * replace Clear() by ResetToDefault() * replace 404 urls for default formatters * if .ipynb document metadata isn't present, fall back to interpreting the kernelspec (#2692) * skip ci on certain changes (#2695) * rename folders (#2696) * wip * wip on changing KernelCommandResult.KernelEvents from IObservable to list * more API usage cleanup * remove KernelCommandResult.KernelEvents * cleanup * enable ellispsis (#2701) * enable ellispsis adding tooltips * use percentage test track affected column on drag start * merge changes with main and make fixes * fix (#2706) --------- Co-authored-by: Diego Colombo <[email protected]> Co-authored-by: Jon Sequeira <[email protected]> Co-authored-by: surfmuggle <[email protected]> Co-authored-by: Diego Colombo <[email protected]> Co-authored-by: Cory Rivera <[email protected]> Co-authored-by: Marc Kruzik <[email protected]> Co-authored-by: Brett V. Forsgren <[email protected]>
- Loading branch information
1 parent
07398d9
commit 0ccfced
Showing
339 changed files
with
15,722 additions
and
6,467 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,51 @@ | ||
# CI and PR triggers | ||
trigger: | ||
- main | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
branches: | ||
include: | ||
- main | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
paths: | ||
include: | ||
- '*' | ||
exclude: | ||
- '**/*.md' | ||
- .config/* | ||
- .devcontainer/* | ||
- .github/* | ||
- .vscode/* | ||
- assets/* | ||
- docs/* | ||
- images/* | ||
- .editorconfig | ||
- .gitignore | ||
- '*.txt' | ||
- '*.github-issues' | ||
|
||
pr: | ||
- main | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
branches: | ||
include: | ||
- main | ||
- feature/* | ||
- hotfix/* | ||
- release/* | ||
paths: | ||
include: | ||
- '*' | ||
exclude: | ||
- '**/*.md' | ||
- .config/* | ||
- .devcontainer/* | ||
- .github/* | ||
- .vscode/* | ||
- assets/* | ||
- docs/* | ||
- images/* | ||
- .editorconfig | ||
- .gitignore | ||
- '*.txt' | ||
- '*.github-issues' | ||
|
||
# Variables | ||
variables: | ||
|
@@ -182,7 +219,7 @@ stages: | |
inputs: | ||
filePath: $(Build.SourcesDirectory)/eng/package/PackNpmPackage.ps1 | ||
arguments: -packageVersionNumber $(StableToolVersionNumber) -outDir "$(Build.ArtifactStagingDirectory)\npm" | ||
workingDirectory: "$(Build.SourcesDirectory)/src/microsoft-dotnet-interactive" | ||
workingDirectory: "$(Build.SourcesDirectory)/src/polyglot-notebooks" | ||
pwsh: true | ||
|
||
- task: PublishBuildArtifacts@1 | ||
|
@@ -308,52 +345,6 @@ stages: | |
searchFolder: '$(Build.SourcesDirectory)/artifacts/TestResults' | ||
condition: always() | ||
|
||
- template: /eng/common/templates/jobs/jobs.yml | ||
parameters: | ||
enableMicrobuild: true | ||
enableSbom: false | ||
jobs: | ||
- job: Dockerfile_Main | ||
pool: | ||
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: | ||
name: NetCore-Svc-Public | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open | ||
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: | ||
name: NetCore1ESPool-Svc-Internal | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 | ||
steps: | ||
- checkout: self | ||
clean: true | ||
- task: Docker@2 | ||
displayName: Build main Dockerfile | ||
continueOnError: true | ||
inputs: | ||
command: build | ||
Dockerfile: "$(Build.SourcesDirectory)/Dockerfile" | ||
|
||
- template: /eng/common/templates/jobs/jobs.yml | ||
parameters: | ||
enableMicrobuild: true | ||
enableSbom: false | ||
jobs: | ||
- job: Dockerfile_Binder_Dependency | ||
pool: | ||
${{ if or(eq(variables['System.TeamProject'], 'public'), in(variables['Build.Reason'], 'PullRequest')) }}: | ||
name: NetCore-Svc-Public | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64.Open | ||
${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: | ||
name: NetCore1ESPool-Svc-Internal | ||
demands: ImageOverride -equals Build.Ubuntu.1804.Amd64 | ||
steps: | ||
- checkout: self | ||
clean: true | ||
- task: Docker@2 | ||
displayName: Build Binder dependency Dockerfile | ||
continueOnError: true | ||
inputs: | ||
command: build | ||
Dockerfile: "$(Build.SourcesDirectory)/samples/my binder/Dockerfile" | ||
|
||
#---------------------------------------------------------------------------------------------------------------------# | ||
# Post Build # | ||
#---------------------------------------------------------------------------------------------------------------------# | ||
|
@@ -389,7 +380,7 @@ stages: | |
- ${{ if and(ne(variables['System.TeamProject'], 'public'), notin(variables['Build.Reason'], 'PullRequest')) }}: | ||
- template: eng/publish/publish-npm.yml | ||
parameters: | ||
packageName: microsoft-dotnet-interactive-*.tgz | ||
packageName: microsoft-polyglot-notebooks-*.tgz | ||
registryUrl: pkgs.dev.azure.com/dnceng/public/_packaging/dotnet-tools/npm/registry/ | ||
registryUser: dnceng | ||
registryEmail: [email protected] | ||
|
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.