Skip to content

Commit

Permalink
Feature/full text functionality (#31805)
Browse files Browse the repository at this point in the history
### Packages impacted by this PR


### Issues associated with this PR


### Describe the problem that is addressed by this PR


### What are the possible designs available to address the problem? If
there are more than one possible design, why was the one in this PR
chosen?


### Are there test cases added in this PR? _(If not, why?)_


### Provide a list of related PRs _(if any)_


### Command used to generate this PR:**_(Applicable only to SDK release
request PRs)_

### Checklists
- [ ] Added impacted package name to the issue description
- [ ] Does this PR needs any fixes in the SDK Generator?** _(If so,
create an Issue in the
[Autorest/typescript](https://github.com/Azure/autorest.typescript)
repository and link it here)_
- [ ] Added a changelog (if necessary)

---------

Co-authored-by: Manik Khandelwal <[email protected]>
Co-authored-by: Deyaaeldeen Almahallawi <[email protected]>
Co-authored-by: Jeremy Meng <[email protected]>
Co-authored-by: Matthew Podwysocki <[email protected]>
Co-authored-by: Jackson Weber <[email protected]>
Co-authored-by: Azure SDK Bot <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: chungshengfu <[email protected]>
Co-authored-by: Chung Sheng Fu <[email protected]>
Co-authored-by: Howie Leung <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: Chidozie Ononiwu <[email protected]>
Co-authored-by: Wes Haggard <[email protected]>
Co-authored-by: cqnguy23 <[email protected]>
Co-authored-by: tomnguyen <[email protected]>
Co-authored-by: Scott Beddall <[email protected]>
Co-authored-by: Jeff Fisher <[email protected]>
Co-authored-by: Maor Leger <[email protected]>
Co-authored-by: Ujjwal Soni <[email protected]>
Co-authored-by: ZiWei Chen <[email protected]>
Co-authored-by: Minh-Anh Phan <[email protected]>
Co-authored-by: Daniel Jurek <[email protected]>
Co-authored-by: Albert Cheng <[email protected]>
Co-authored-by: James Suplizio <[email protected]>
Co-authored-by: Patrick Hallisey <[email protected]>
Co-authored-by: Siddharth Singha Roy <[email protected]>
Co-authored-by: Ben Broderick Phillips <[email protected]>
Co-authored-by: Lazar <[email protected]>
Co-authored-by: Patrick Hallisey <[email protected]>
Co-authored-by: hamshavathimunibyraiah <[email protected]>
Co-authored-by: Juntu Chen <[email protected]>
Co-authored-by: Wei Hu <[email protected]>
Co-authored-by: angellan-msft <[email protected]>
Co-authored-by: Kashish Gupta <[email protected]>
Co-authored-by: Krista Pratico <[email protected]>
Co-authored-by: Mike Harder <[email protected]>
Co-authored-by: Vansh Vardhan Singh <[email protected]>
Co-authored-by: EmmaZhu-MSFT <[email protected]>
Co-authored-by: guptakashish <[email protected]>
  • Loading branch information
Show file tree
Hide file tree
Showing 4,255 changed files with 36,046 additions and 29,643 deletions.
The diff you're trying to view is too large. We only load the first 3000 changed files.
4 changes: 2 additions & 2 deletions .github/CODEOWNERS
Original file line number Diff line number Diff line change
Expand Up @@ -276,7 +276,7 @@ sdk/ai/ai-inference-rest @glharper @dargilco @jhakulin

# ServiceLabel: %Notification Hub
# AzureSdkOwners: @mpodwysocki
# ServiceOwners: @lomagdal2
# Service owner will be pranav-gupta-msft

# PRLabel: %Operator Nexus - Network Cloud
# ServiceLabel: %Operator Nexus - Network Cloud
Expand Down Expand Up @@ -1419,7 +1419,7 @@ sdk/ai/ai-inference-rest @glharper @dargilco @jhakulin
#/<NotInRepo>/ @shahbj79 @mit2nil @aygoya @ganganarayanan

# ServiceLabel: %Service Attention %Synapse
#/<NotInRepo>/ @wonner @zesluo
#/<NotInRepo>/ @zesluo

# ServiceLabel: %Service Attention %Tables
#/<NotInRepo>/ @klaaslanghout
Expand Down
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -192,3 +192,6 @@ sdk/template/template-dpg/src/src
# sshkey
sdk/**/sshKey
sdk/**/sshKey.pub

# vitest results
.vite/vitest/results.json
7 changes: 6 additions & 1 deletion .vscode/cspell.json
Original file line number Diff line number Diff line change
Expand Up @@ -136,6 +136,7 @@
"reoffer",
"rrggbb",
"rushx",
"socketio",
"soundex",
"southcentralus",
"struct",
Expand Down Expand Up @@ -167,7 +168,11 @@
"overrides": [
{
"filename": "eng/pipelines",
"words": ["azuresdkartifacts", "gdnbaselines", "policheck"]
"words": ["azuresdkartifacts", "gdnbaselines", "policheck", "issecret", "dlrw"]
},
{
"filename": "eng/tools/rush-runner.js",
"words": ["Jsons"]
},
{
"filename": "sdk/apimanagement/api-management-custom-widgets-scaffolder/review/api-management-custom-widgets-scaffolder.api.md",
Expand Down
31 changes: 31 additions & 0 deletions .vscode/launch.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,31 @@
{
"version": "0.2.0",
"configurations": [
{
"name": "test:vitest",
"type": "node",
"request": "launch",
"runtimeExecutable": "npx",
"runtimeArgs": ["dev-tool", "run", "test:vitest"],
"args": ["--", "--inspect-brk", "--no-file-parallelism", "${input:filename}"],
"autoAttachChildProcesses": false,
"skipFiles": ["<node_internals>/**"],
"console": "integratedTerminal",
"attachSimplePort": 9229,
"cwd": "${workspaceFolder}/sdk/${input:package-directory}"
}
],
"inputs": [
{
"id": "filename",
"type": "promptString",
"description": "(Optional) Enter a part of the test file name (e.g. 'foo' will run 'foo.spec.ts', 'notfoo.spec.ts', 'test.foo.spec.ts', etc.)",
"default": ""
},
{
"id": "package-directory",
"type": "promptString",
"description": "Enter the package directory (e.g., 'identity/identity', 'keyvault/keyvault-keys', etc.)"
}
]
}
9 changes: 6 additions & 3 deletions .vscode/settings.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,8 +10,7 @@
"files.exclude": {
"**/.git": true,
"**/.svn": true,
"**/.DS_Store": true,
"**/node_modules": true
"**/.DS_Store": true
},
"files.insertFinalNewline": true,
"files.trimFinalNewlines": true,
Expand All @@ -36,5 +35,9 @@
"**/*.d.ts": true,
"**/test-browser/*": true
},
"typescript.tsdk": "./sdk/core/core-rest-pipeline/node_modules/typescript/lib"
"typescript.tsdk": "./sdk/core/core-rest-pipeline/node_modules/typescript/lib",
"vitest.vitestPackagePath": "common/tools/dev-tool/node_modules/vitest/package.json",
"vitest.experimentalStaticAstCollect": true,
"vitest.configSearchPatternExclude": "{**/node_modules/**,**/.*/**,**/*.d.ts,eng/**,samples/**}",
"vitest.nodeEnv": {}
}
14 changes: 14 additions & 0 deletions common/config/rush/command-line.json
Original file line number Diff line number Diff line change
Expand Up @@ -151,6 +151,20 @@
"enableParallelism": true,
"ignoreMissingScript": true
},
{
"commandKind": "bulk",
"name": "typecheck",
"summary": "type check files that are not part of the build",
"enableParallelism": true,
"ignoreMissingScript": true
},
{
"commandKind": "bulk",
"name": "update-snippets",
"summary": "Replace snippets placeholders with code extracted from TypeScript files",
"enableParallelism": true,
"ignoreMissingScript": true
},
{
"commandKind": "bulk",
"name": "lint:fix",
Expand Down
Loading

0 comments on commit ecd6cbd

Please sign in to comment.