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

3610 Коммитов

Автор SHA1 Сообщение Дата
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
Ray Chen 8cb87e4436
Correct the variable name in spec location validation script (#7528) 2024-01-15 17:11:54 +08:00
Ray Chen 7edea26ebe
New validation for REST API spec location before SDK release (#7451)
* Added script and pipeline for spec location validation

SDK release pipeline would run this validation to ensure the spec comes from
the main branch of Azure/azure-rest-api-specs repo

* Update parameter

* Use github rest api to validate commit

* Added token parameter

* Support more yaml cases and other languages

* Removed the default setting in yaml template

* Only validate in case of GA package

* Follow APIView to retrieve package version for verification

* Get github token from env variable

* Removed obsolete parameter
2024-01-15 11:50:11 +08:00
Charles Lowell 2936978652
apiviewgo skips nested modules (#7524) 2024-01-12 16:42:45 -08:00
Travis Prescott 85b98a5d24
Changelog and version bump. (#7516) 2024-01-11 12:56:20 -08:00
Ben Broderick Phillips 13ff660779
Add package filter parameter for release (#7445)
* Add package filter parameter to select recursively found packages in release

* Handle empty value for packageFilter
2024-01-11 15:45:32 -05:00
Travis Prescott 79497aa30d
[Python APIView] Remove epylint dependency (#7473)
* Initial fix.

* Update pylint parsing.

* Update min python versions to 3.8.
2024-01-11 12:42:05 -08:00
Scott Beddall c4b002df37
make the messagetext a structured log (#7507) 2024-01-10 13:12:23 -08:00
Patrick Hallisey e69d7de359
Fix PipelineWitness's app insights logging config (#7506)
* Fix the logging levels for app insights
* Remove default overides in appsettings.development.json
2024-01-10 12:56:29 -08:00
Liudmila Molkova 11b9b80662
Fix image tag for multiimage deployments (#7498) 2024-01-09 21:54:11 +00:00
Scott Beddall b698da72b9
Script Feedback (#7459)
* check for the presence of a compatible powershell. ensure that we always return a list of tags

* allow the script to require pshell6+

* remove the en-us from the link
2024-01-09 12:53:33 -08:00
Patrick Hallisey 99c8f2db76
Scheduled autorest preview builds should reuse the branch and pr (#7497)
* Scheduled autorest preview builds should reuse the branch and pr

* Remove failure indication from scheduled PR title

* Fix spelling in yaml comment
2024-01-09 11:04:47 -08:00
Wes Haggard 100254c1da
Fix storage account clean up (#7496)
* Revert "Add extra handling for errors during clean-up"

This reverts commit 3eb8cb7329.

* Skip container clean-up for file storage accounts as it has none
2024-01-08 14:32:18 -08:00
Anton Kolesnyk bd788682d7
Fix spelling (preceeding=> preceding) (#7468) 2024-01-05 14:24:42 -08:00
Scott Kurtzeborn 890ab71df7
Update PostConfigureKeyVaultSettings.cs (#7485)
Code change to address this s360 item (which is out of SLA now): https://msazure.visualstudio.com/One/_workitems/edit/25965784/
2024-01-05 12:49:19 -08:00
Wes Haggard 064399d0d4
Update all projects to v5 of graph api (#7488)
Part of the tools used v5 and others v4 which causes runtime exceptions
because of the breaking changes between those version, so updated all projects
to be using v5.

Fixed bug when user doesn't have permission to update an endpoint/service connection
so it correctly errors instead of throwing null ref exception.
2024-01-05 11:00:33 -08:00
Wes Haggard 3eb8cb7329
Add extra handling for errors during clean-up 2024-01-04 11:10:31 -08:00
Wes Haggard f85e4fded7
Disable translation sub cleanup (#7489)
The environment is currently broken and we aren't even running tests currently see https://github.com/Azure/azure-sdk-for-python/pull/33483. Disabling this to reduce noise until that is fixed.
2024-01-04 09:07:27 -08:00
catalinaperalta 9572148d3f
[tsp-client] fix output dir path (#7484)
* fix output dir path

* use resolvePath

* clean up
2023-12-21 16:53:48 -08:00
catalinaperalta de40f27177
[tsp-client] Fix additional directory support for remote project scenario (#7483)
* fix additional directory support for url scenario

* changelog

* clean up

* newline
2023-12-21 15:43:21 -08:00
catalinaperalta 0c65b7cf7b
use typespec/compiler path helpers (#7481) 2023-12-21 11:48:52 -08:00
catalinaperalta 7908338c1c
update package version for release (#7482) 2023-12-21 11:44:32 -08:00
catalinaperalta 544816473d
[tsp-client] Improve additional directory processing (#7479)
* improve additional directory output

* add utils file

* fix additional directories for local specs

* remove variable

* update changelog

* fix type in formatAdditionalDirectories()
2023-12-21 11:16:39 -08:00
Praven Kuttappan 17558008c8
Include apireview URL in comment only if API surface changes (#7475)
Co-authored-by: praveenkuttappan <praveenkuttappan@gmail.com>
2023-12-20 10:16:22 -05:00
catalinaperalta b7c22df944
[tsp-client] Fix typespec compiler usage (#7471)
* fix compiler call

* fix additional emitter options scenario

* clean up

* changelog

* changelog

* use joinPaths on resolved entrypoint

* refactor code
2023-12-19 09:50:09 -08:00
Praven Kuttappan 0ea9091511
Redirect and show error message when diff revision id is not active (#7456)
* Redirect and show error message when diff revision id is not active
2023-12-15 16:11:15 -05:00
Praven Kuttappan ad0aab26d4
Modify PR api change detection to calculate diff only between base… (#7467)
* Restructure PR api change detection and calculate diff only between baseline and modified swagger
2023-12-15 15:34:42 -05:00
Ben Broderick Phillips 044cd03aee
Switch busybox image source in stress example (#7470) 2023-12-15 15:15:03 -05:00
Libba Lawrence b2bed9b781
[Pylint] bump version (#7461)
* bump version

* Update tools/pylint-extensions/azure-pylint-guidelines-checker/CHANGELOG.md

* Update tools/pylint-extensions/azure-pylint-guidelines-checker/CHANGELOG.md
2023-12-15 11:55:33 -08:00
Libba Lawrence 669c18bd79
[Pylint] incorrect-naming-convention bug fix (#7460)
* resolving pylint bug

* order

* update test to avoid flaky test due to arg positioning
2023-12-15 11:41:06 -08:00
Liudmila Molkova 614e05d893
don't return 200 when error happens (#7462) 2023-12-14 23:26:50 -08:00
Wes Haggard 7ed55bda27
Testing merge options for typespec repo 2023-12-14 15:19:01 -08:00
Heath Stewart 249b429531
Fix PR trigger in agent-software-inventory.yml (#7454) 2023-12-14 14:29:12 -08:00
Wes Haggard baa84b781b
Add typespec-azure to the mirror list (#7453)
- Switch clone and fetch to --filter:tree=0 to cut down on unnecessary syncing time
2023-12-14 13:52:16 -08:00
Heath Stewart 6c52303ecb
Collect and combine inventory across agents (#7424)
* Collect and combine inventory across agents

* Relocate strategy

Forgot to move it

* Fix az-inventory

* Do appropriate checkouts

* Use explicit BUILD_SOURCESDIRECTORY

* Use runtime expressions instead of compile-time expressions

* Remove runtime expressions

Can't use them as conditions

* Use matrix variables simply

* Fix Windows ARP filter
2023-12-14 11:37:48 -08:00
Heath Stewart 111f392331
Only trigger PR build on inventory for itself (#7440) 2023-12-14 19:16:31 +00:00
Praven Kuttappan f98d50caf3
Return correct URL when processing PR review from spec (#7452)
Co-authored-by: praveenkuttappan <praveenkuttappan@gmail.com>
2023-12-14 12:57:42 -05:00
Praven Kuttappan 68f14a9469
Automatic approval copy issue (#7448)
* Copy approver name when copying approval status
2023-12-14 09:16:19 -05:00
Praven Kuttappan dff04c39ef
Fix automatic review exception (#7450)
* Handle null pointer when creating API review
2023-12-13 22:37:21 -05:00