Граф коммитов

3698 Коммитов

Автор SHA1 Сообщение Дата
catalinaperalta c4eb44d8b7
[tsp-client] Fix tspconfig.yaml processing in init command (#7635)
* fix url spec init

* update package.json

* update package-lock.json

* changelog

* update error handling

* update changelog

* error handling
2024-02-06 20:40:44 -08:00
catalinaperalta 70353d7041
[tsp-client] Delete sparse-spec dir if it exists (#7637)
* delete sparse-spec dir if it exists

* address feedback
2024-02-06 19:49:25 -08:00
Chidozie Ononiwu e536c7a8d5
Move Approval Request to APIRevisions (#7557) 2024-02-06 13:30:01 -08:00
Peng Jiahui 585e7c6a23
Add ContentType header to Update-GitHubIssue (#7630)
* Add ContentType header to Update-GitHubIssue

* replaced application/json

* Update eng/common/scripts/Invoke-GitHubAPI.ps1

Co-authored-by: Daniel Jurek <djurek@microsoft.com>

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
Co-authored-by: Daniel Jurek <djurek@microsoft.com>
2024-02-06 16:51:37 +08:00
Daniel Jurek b2d2c4d93c
Fix sparse-checkout git command line behavior (#7634)
* Fix sparse-checkout git command line behavior

* Use command arg parsing behavior in sparse-checkout.yml
2024-02-05 20:24:40 -08:00
Daniel Jurek 4ccb62a34f
Fix BOM issue Generate-DocIndex.ps1 (#7629) 2024-02-05 16:28:24 -08:00
Chidozie Ononiwu efa8a15c81
Update APIView Sync Pipeline (#7618) 2024-02-02 14:03:37 -08:00
Liudmila Molkova 7a93b550a6
fix default kestrel ports (#7627) 2024-02-02 12:58:47 -08:00
Wes Haggard ae0bef4bd1
Add rust to the mirroring list (#7626) 2024-02-02 20:01:09 +00:00
Wes Haggard 7e317add72
Fix issue in Verify-Link.ps1 after PS 7.4 update (#7623)
https://learn.microsoft.com/en-us/powershell/scripting/whats-new/what-s-new-in-powershell-74?view=powershell-7.4
- Add AllowInsecureRedirect switch to Web cmdlets (#18546)

That new option cause a new exception type that exposed
a bug where we assumed if InnerException property existed
that it was not null. This fix verifies that the property
is not null.
2024-02-02 11:33:50 -08:00
Anton Kolesnyk 996d965780
Prepare-Release.ps1: Make dateTime.ToString("MM/dd/yyyy") to work on exotic setups (#7615)
* Prepare-Release.ps1: Make dateTime.ToString("MM/dd/yyyy") to work on exotic set-ups

On my machine, I experimented with the registry, and the worst part is that I don't remember/know how to reset it back.

The work items that script produces, do have datetimes for the upcoming releases in the `MM-dd-yyyy` format, and then I have to correct them by hand.

`dateTime.ToString("MM/dd/yyyy")` does produce the date in the format of `MM-dd-yyyy` on my machine. This also happens if I write a corresponding .NET app.

The fix that I am proposing makes it work on my specific setup and hopefully breaks no one else. I understand if you are hesitant to take it. Let me know, I'll see how I can restore my setting.

But on the other hand, I don't think it makes anything worse, it only makes things more robust, so maybe take it?

* Use [CultureInfo]::InvarialtCulture
2024-02-02 10:43:33 -08:00
Joel Hendrix 3271c65278
Handle Ident types for StarExpr operand (#7616)
Switch on StarExpr's operand, avoiding a panic on unhandled types.
Include the expression in the type name for SelectorExpr.
Include the * for StarExpr in type declarations.
2024-02-01 14:35:36 -08:00
Scott Beddall bfb78b3adb
Batch retrieval of TestRunResults (#7617) 2024-02-01 14:31:37 -08:00
Scott Beddall ce33e769a0
Add Detailed TestResults to pipeline witness (#7349) 2024-01-31 12:11:53 -08:00
Heath Stewart 15149cf2c2
Add Azure/azure-sdk-for-rust to scripts (#7604)
Resolves Azure/azure-sdk-for-rust#1142
2024-01-31 10:19:10 -08:00
Rodge Fu 865c12f235
upgrade resource manager to 1.10.1 and include reference to System.ClientModel for compiling (#7606) 2024-01-31 18:03:33 +08:00
Ray Chen 37c14df92c
Remove package retrieval when verify pkg version (#7585)
* Remove package retrieval when verify pkg version

* Modified description of PackageName parameter
2024-01-31 16:33:48 +08:00
Liudmila Molkova 2cea39b49b
Rewrite HttpFaultInjector to use ILogger and built-in ASP.NET Core logging (#7476)
* Rewrite failtinjector to use ILogger and built-in logging
2024-01-31 00:10:27 +00:00
Travis Prescott 1f41756f55
Fix package.json. (#7596) 2024-01-29 12:54:57 -08:00
Travis Prescott 8a708bab0f
[TypeSpec APIView] Support SyntaxKind.TemplateArgument (#7594)
* Support SyntaxKind.TemplateArgument.

* Fix parameter display. Bump version.
2024-01-29 11:19:45 -08:00
Jeremy Meng e6aec64b07
[js-api-parser] don't add members as types (#7382)
* [js-api-parser] Don't add members as types

This PR uses the id of the token to determine whether it should be added as a
member or a type.

* bump js-api-parser version to 1.0.8
2024-01-29 10:41:50 -08:00
JoshLove-msft f23c1aaec3
Fix role assignment for user auth (#7584)
* Fix role assignment for user auth

* PR fb

* Apply suggestions from code review

Co-authored-by: Heath Stewart <heaths@outlook.com>

---------

Co-authored-by: Heath Stewart <heaths@outlook.com>
2024-01-25 17:44:54 -08:00
Chidozie Ononiwu d21f03ad20
Add CrossLanguagePackageId Property for Linking packages across Languages (#7583) 2024-01-25 11:04:02 -08:00
Ray Chen 06cb15a78d
Correct the name of JS package folder (#7569)
* Correct the name of JS package folder

* Uncomment the package verification

* Logging more info for troubleshooting

* Get sdkType and directory from the package info
2024-01-25 18:16:51 +08:00
Liudmila Molkova ebca8d6356
FaultInjector: stream response instead of buffering (#7466)
* Read and forward upstream response stream in chunks whenever possible to avoid buffering

---------

Co-authored-by: Mike Harder <mharder@microsoft.com>
2024-01-24 19:16:15 -08:00
JoshLove-msft 693b937b9c
Support creating test resources based on logged in user (#7580)
* Support creating resources with user auth

* Log warning if TestApplicationId is set

* missing space

* regenerate md file

* Rename
2024-01-24 23:40:20 +00:00
Wes Haggard b9e696068f
Remove providerhub from mirror pipeline (#7582) 2024-01-24 13:57:40 -08:00
Christopher Scott 1d213efc81
Mark TestReferenceWithInternalsVisibleTo with IsPackable=false (#7574) 2024-01-23 20:12:01 +00:00
catalinaperalta 20c54aeeaf
[tsp-client] Support swagger to typespec conversion (#7538)
* add support for swagger->typespec conversion

* add usage information

* update readme

* update options wording

* update conversion command

* remove comment

* use npx

* update wording

* changelog + package.json
2024-01-23 10:09:39 -08:00
Christopher Scott 7787c1b232
Introduce new InternalsVisibleToAnalyzer analyzer (ACZ0112) with `FriendAttribute` concept (#7086) 2024-01-23 10:27:04 -06:00
catalinaperalta adc439e21b
[tsp-client] Add support for private repo specs (#7525)
* assume by default the tspconfig is a url

* check if config file exists in local file system

* remove unused fetch function

* get tspconfig.yaml through git to account for private repo links

* changelog
2024-01-22 18:34:47 -08:00
catalinaperalta 9868d72723
throw on errors (#7526) 2024-01-22 18:33:31 -08:00
Jose Arriaga Maldonado 7226bac731
[.NET] Add "Azure.Developer" to allowed namespace prefixes (#7554) 2024-01-22 10:06:25 -08:00
Scott Beddall 653f5bf1ef
use merge instead of cherry-pick within merge-proxy-tags.ps1 (#7556) 2024-01-22 00:55:16 -08:00
Chidozie Ononiwu da7860bec1
Resolve Error in CSharpLanguageService (#7519)
* Resolve Error in CSharpLanguageService

* handle case where apiRevision codeFile is empty
2024-01-19 11:05:50 -08:00
Chidozie Ononiwu d2c50389ec
Fix Bug in Conversation Page (#7527)
* Fix Bug in Conversiation Page

* Update call to APIRevisionApproval handler
2024-01-19 10:40:51 -08:00
Chidozie Ononiwu 219796e878
Feature/app insights monitoring (#7547)
* use Telemetry Client Via DI

* Condition automaticRevision in AutoReviewController to prevent Exception

* Avoid null error in Review Page due to ReviewContent.APIRevisionsGrouped

* update APIView Error Page

* Add SnapSHot Debugger to allow debugging of Live site
2024-01-19 10:40:30 -08:00
Matt Ellis 1188403b95
Fix typos in ps1 scripts (#7270)
Co-authored-by: Lukasz Kokot <lkokot@kumojin.com>
2024-01-19 10:29:16 -08:00
Harsha Nalluru 2a2ce1ff71
[JS] Fix perf pipelines - "fix build cache error" (#7511)
* fix build cache error

* Update tools/perf-automation/Azure.Sdk.Tools.PerfAutomation/JavaScript.cs
2024-01-19 08:51:40 -08:00
Ray Chen b1c3dcea11
Fix Language value for JS (#7548) 2024-01-19 14:07:47 +08:00
Ben Broderick Phillips 460152dd18
Add git commit details to stress environment (#7543) 2024-01-18 17:01:21 -05:00
Scott Beddall 1a4819df7f
auto-merge conflicted assets.json (#7537)
* Add ConflictedFile to git-helpers.ps1, add git-helpers.tests.ps1 to exercise basic functionality.
* Add `resolve-asset-conflict.ps1` a script that can autoresolve an assets.json file.

---------

Co-authored-by: Scott Beddall (from Dev Box) <scbedd@microsoft.com>
Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
2024-01-17 14:14:23 -08:00
Ben Broderick Phillips 91ef67fec8
Use apk update for chaos mesh image (#7533) 2024-01-17 19:17:49 +00:00
Ben Broderick Phillips 80fb2c36e2
Always pull chaos images (#7535) 2024-01-17 14:17:06 -05:00
Scott Beddall 4106af9369
Add script which generates a changeset for pipelinev3 (#7512)
* generate an artifact with the updated files

* bring in Wes's feedback
2024-01-16 18:29:25 -08:00
Ben Broderick Phillips 61b21fa95f
Filter packages at verify step (#7536) 2024-01-16 19:09:40 -05:00
Chidozie Ononiwu fdaf3dcacc
Update CONTRIBUTING.md (#7518) 2024-01-16 15:51:31 -08:00
Libba Lawrence e355d569ec
[Pylint] bug for paramtype (#7523)
* bug for paramtype

* version

* typo

* multiple instances and update logic
2024-01-16 14:50:04 -08:00
Ben Broderick Phillips b15f499305
Apply optional changes to mirrored image (#7532) 2024-01-16 16:12:59 -05:00
Jesse Squire b552177a43
[CODEOWNERS] Remove automation section (#7530)
The focus of these changes is to remove the automation section, as CODEOWNERS changes no longer require manual syncing.
2024-01-16 13:29:23 -05:00