-
Notifications
You must be signed in to change notification settings - Fork 234
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'main' into introduction-sdk-client-emitters
- Loading branch information
Showing
207 changed files
with
7,982 additions
and
3,753 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,33 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: internal | ||
packages: | ||
- "@typespec/bundler" | ||
- "@typespec/compiler" | ||
- "@typespec/eslint-plugin" | ||
- "@typespec/events" | ||
- "@typespec/html-program-viewer" | ||
- "@typespec/http-server-javascript" | ||
- "@typespec/http-specs" | ||
- "@typespec/http" | ||
- "@typespec/internal-build-utils" | ||
- "@typespec/json-schema" | ||
- "@typespec/library-linter" | ||
- "@typespec/openapi" | ||
- "@typespec/openapi3" | ||
- "@typespec/playground" | ||
- "@typespec/prettier-plugin-typespec" | ||
- "@typespec/protobuf" | ||
- "@typespec/rest" | ||
- "@typespec/spec-api" | ||
- "@typespec/spec-coverage-sdk" | ||
- "@typespec/spector" | ||
- "@typespec/sse" | ||
- "@typespec/streams" | ||
- tmlanguage-generator | ||
- typespec-vscode | ||
- "@typespec/versioning" | ||
- "@typespec/xml" | ||
--- | ||
|
||
Upgrade playwright dev dependency |
8 changes: 8 additions & 0 deletions
8
.chronus/changes/feature-dashboard-website-2025-0-25-0-53-59.md
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: fix | ||
packages: | ||
- "@typespec/spec-coverage-sdk" | ||
--- | ||
|
||
Fix invalid type with coverage report |
8 changes: 8 additions & 0 deletions
8
.chronus/changes/feature-experimental-http-typekit-2024-11-11-17-37-15.md
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
changeKind: feature | ||
packages: | ||
- "@typespec/compiler" | ||
- "@typespec/http" | ||
--- | ||
|
||
Add Experimental Typekit helpers for @typespec/http |
7 changes: 0 additions & 7 deletions
7
.chronus/changes/fix-csharp-server-noresponse-2025-0-15-10-37-0.md
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: fix | ||
packages: | ||
- "@typespec/http-client-python" | ||
--- | ||
|
||
Fix output folder of models when output folder is different with namespace in configuration |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Adjust built-in init template sample |
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: internal | ||
packages: | ||
- typespec-vscode | ||
--- | ||
|
||
update test framework version |
7 changes: 7 additions & 0 deletions
7
.chronus/changes/fix_serverJSInitTemplate-2025-0-24-16-22-25.md
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Fixing package name for JavaScript service codegen emitter |
8 changes: 8 additions & 0 deletions
8
...hanges/improvements-for-the-intellisense-of-tspconfig.yaml-2024-11-19-2-35-1.md
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: feature | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Support the auto completion for extends, imports, rule, rule sets and variables in tspconfig.yaml |
9 changes: 9 additions & 0 deletions
9
...hanges/improvements-for-the-intellisense-of-tspconfig.yaml-2024-11-19-2-35-2.md
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 |
---|---|---|
@@ -0,0 +1,9 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: fix | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Fix bug in tspconfig.yaml | ||
- Fix the issue that extra " will be added when auto completing emitter options inside "" |
8 changes: 8 additions & 0 deletions
8
...hanges/improvements-for-the-intellisense-of-tspconfig.yaml-2024-11-19-2-35-3.md
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 |
---|---|---|
@@ -0,0 +1,8 @@ | ||
--- | ||
# Change versionKind to one of: internal, fix, dependencies, feature, deprecation, breaking | ||
changeKind: feature | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Show required/optional information in the details of emitter's options completion item in tspconfig.yaml |
12 changes: 12 additions & 0 deletions
12
.chronus/changes/promote-state-accessor-2025-0-23-9-50-42.md
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 |
---|---|---|
@@ -0,0 +1,12 @@ | ||
--- | ||
changeKind: deprecation | ||
packages: | ||
- "@typespec/compiler" | ||
- "@typespec/events" | ||
- "@typespec/json-schema" | ||
- "@typespec/openapi" | ||
- "@typespec/sse" | ||
- "@typespec/streams" | ||
--- | ||
|
||
Deprecate `unsafe_useStateMap` and `unsafe_useStateSet`, export `useStateMap` and `useStateSet` |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- "@typespec/http-client-python" | ||
--- | ||
|
||
Bump version 0.6.8 |
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- typespec-vscode | ||
--- | ||
|
||
refine the log |
7 changes: 7 additions & 0 deletions
7
.chronus/changes/steverice-createStateSymbol-util-2025-0-25-10-46-13.md
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 |
---|---|---|
@@ -0,0 +1,7 @@ | ||
--- | ||
changeKind: internal | ||
packages: | ||
- "@typespec/compiler" | ||
--- | ||
|
||
Make `createStateSymbol` a common utility function for `@typespec/compiler` |
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 |
---|---|---|
@@ -0,0 +1,16 @@ | ||
version: 2 | ||
updates: | ||
- package-ecosystem: "pip" | ||
directories: | ||
- "/packages/http-client-python/eng/" | ||
- "/packages/http-client-python/generator/test" | ||
- "/packages/http-client-python/generator/test/azure" | ||
- "/packages/http-client-python/generator/test/unbranded" | ||
schedule: | ||
interval: "weekly" | ||
commit-message: | ||
prefix: "pip prod" | ||
prefix-development: "pip dev" | ||
include: "scope" | ||
labels: | ||
- "emitter:client:python" |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,4 @@ | ||
# Template installing browsers | ||
steps: | ||
- script: npx playwright install --with-deps | ||
- script: pnpm exec playwright install | ||
displayName: Install playwright browsers | ||
workingDirectory: packages/playground-website |
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 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 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.