James Suplizio
f39704f295
Fix EnforceMaxLifeOfIssues event and run time ( #7808 )
2024-03-04 16:55:28 +00:00
Ben Broderick Phillips
9542023f7e
Fix matrix CI tests ( #7686 )
2024-03-01 19:15:47 +00:00
Wes Haggard
46729b221c
Exclude cspell.json from auto-sync ( #7788 )
2024-03-01 18:19:47 +00:00
Jesse Squire
227deafac0
[GitHub] Add ESAM label ( #7791 )
...
The focus of these changes is to add a new label for
the "Defender ESAM" service.
2024-03-01 09:46:03 -05:00
James Suplizio
550329f7cd
Update github-event-processor ver to 1.0.0-dev.20240229.2 ( #7796 )
2024-02-29 15:25:55 -08:00
Patrick Hallisey
c236a882ec
Remove email fields from kusto schema ( #7785 )
...
* Remove email fields from kusto schema
* Remove unnecessary columns and add useable URL
2024-02-29 14:38:17 -08:00
James Suplizio
2d364d5a03
Update the way Service Labels are matched ( #7794 )
2024-02-29 14:36:36 -08:00
Ben Broderick Phillips
3ecd831c04
Support resolving environment variable references in matrix config ( #7682 )
...
* Support resolving environment variable references in matrix config
* Improve type and null handling
* Fix reference bug
* Change behavior on missing env vars to throw
2024-02-29 21:42:10 +00:00
Liudmila Molkova
481137c1de
Yet another port fix, also make bodyless requests work again ( #7792 )
2024-02-29 12:41:31 -08:00
Wes Haggard
d68aa4aecb
Remove github-issues from CODEOWNERS ( #7789 )
2024-02-29 09:24:48 -08:00
Jesse Squire
18adc14f52
[GitHub] Validate Code Owner Account ( #7777 )
...
* [GitHub] Validate Code Owner account
The focus of these changes is to add a script that
validates a GitHub account is a valid code owner,
according to the Azure SDK onboarding requirements.
In addition, the legacy issue tooling has been removed,
as it has been replaced and is no longer used.
2024-02-29 08:34:31 -05:00
Mike Harder
3fa3512865
[http-fault-injector] Add support for interrupting request ( #7698 )
...
- Also add ASPNETCORE_URLS to Dockerfile to fix port bug
2024-02-28 15:01:40 -08:00
Travis Prescott
b7b097c4f5
Support CrossLanguagePackageId ( #7766 )
2024-02-28 10:49:48 -08:00
Maor Leger
107a6a83f6
[APIView] Update local development docs ( #7778 )
...
Local APIView development requires an app config instance to connect to. For basic scenarios
it does not require any values, so the documentation was updated to add the minimal config
required
2024-02-28 08:31:43 -08:00
Patrick Hallisey
af3b1eb371
Allow relative EmitterPackageJsonPath in New-EmitterPackageLock.ps1 ( #7729 )
2024-02-27 23:07:57 +00:00
Ben Broderick Phillips
50444bee3a
Add otel collector to image publish pipeline ( #7772 )
2024-02-27 14:57:02 -05:00
James Suplizio
4220a04040
Updates to tools for CodeownerUtils updates ( #7767 )
2024-02-27 19:11:29 +00:00
James Suplizio
82e35b62b0
Update version of github-event-processor ( #7765 )
2024-02-27 10:12:27 -08:00
James Suplizio
3a587e6b1e
Update github-event-processor version ( #7742 )
2024-02-27 09:30:41 -08:00
James Suplizio
d24687e88f
Change the way ServiceLabel parses with AzureSdkOwners ( #7754 )
...
* Change the way ServiceLabel parses with AzureSdkOwners
* Update tools/codeowners-utils/METADATA.md
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
---------
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-02-27 14:10:08 +00:00
Richard Park
1d84c3f721
Stress: adding in a wrapper image for the otel collector so we can use it with our stress cluster ( #7688 )
...
Wrapper image for the otel collector so it'll pick up our environment variables for monitoring.
2024-02-26 13:20:22 -08:00
James Suplizio
7d9603e4f8
Add new Scheduled rule: EnforceMaxLifeOfIssues ( #7693 )
...
* Add new Scheduled rule: EnforceMax2YearLifeOfIssues
* Fix a minor error in the metadata file. AzureSdkOwners must be part of a block that contains a ServiceLabel entry which was missing from the example.
* Revert metadata.md file changes in this PR to update in a differnt PR
* Change rule name to EnforceMaxLifeOfIssues
* Update the scheduled-event-processor.yml sample yml's event name to remove the 2
* Update sample yml, RULES.md and Trigger EnforceMaxLifeOfIssues comment.
* scheduled if statement needs to match the actual cron
2024-02-26 09:36:54 -08:00
Jesse Squire
53199a0e90
[GitHub] Adding new communication label ( #7743 )
...
The focus of these changes is to add a new label,
"Communication - Messages" to the common label set
across all managed repositories.
2024-02-23 16:12:44 -05:00
Wes Haggard
9dfa46aa07
Handle DevOps PAT creation error ( #7702 )
2024-02-23 13:07:22 -08:00
Konrad Jamrozik
0362a6281a
Update LintDiff_report.kql: update the hardcoded strings to match code ( #7741 )
2024-02-23 12:12:44 -08:00
James Suplizio
e223caa1d9
Update Octokit.Net version for github-event-processor ( #7740 )
2024-02-23 10:42:13 -08:00
Jonathan Cárdenas
29b300b03b
Fix errors in repo structure cache script and improve pipeline ( #7733 )
...
* Update repo URLs and requirements file path for cache job
* Fixing bug in script
* Update yaml to match PPE and PROD database names and repo branches
* Use git owner uppercase to match DB key in PPE and PROD
* Update both PPE and PROD in different steps using the same pipeline
2024-02-22 16:22:59 -08:00
Jonathan Cárdenas
1966675219
Update script path in the specs repo structure cache pipeline ( #7728 )
2024-02-21 20:46:34 -08:00
Jonathan Cárdenas
bc58438eb0
New script to cache specs repo structure ( #7678 )
...
* Script
* Pipeline
* Change env var names
* Fix the path of the script in the yml file
* Fix script path
* Move script to eng/scripts
* Rename script file
* Update script path
* Update repo-structure-cache-job.yml
* Update repo-structure-cache-job.yml
* Use pat instead of token kv
* Use correct pat kv var
* Comments addressed for the script
* Addressing comments in pipeline yaml file
* Fix bug in args name
* Rename folders and move script
* Uncoment code
2024-02-21 14:45:07 -08:00
catalinaperalta
f8f1113cb5
[tsp-client] Support .env file ( #7723 )
...
* support .env file
* update changelog
2024-02-21 11:56:19 -08:00
catalinaperalta
5832895a1f
[tsp-client] Add support for package-lock.json files ( #7680 )
...
* support package lock files
* changelog
* readme
* fix title
* wording
* update readme wording
* remove stat check
* refactor + add force support
* changelog + package.json
* address feedback
* rename environment variable
* fix changelog
2024-02-20 16:29:51 -08:00
Praven Kuttappan
b3150637cc
Increase delay between processing cleanup of revisions created from PR ( #7692 )
2024-02-20 17:27:45 -05:00
Rodge Fu
0234ad2902
revert to net6 ( #7708 )
2024-02-20 16:21:55 +08:00
James Suplizio
7169786511
Updates to tools for the CodeownersUtils updates ( #7704 )
2024-02-16 11:57:41 -08:00
Konrad Jamrozik
dd9f5d0fe4
Create LintDiff_report.kql ( #7696 )
...
* Create LintDiff_report.kql
2024-02-16 11:50:45 -08:00
James Suplizio
8aff99dd0c
Update GitHubEventProcessorVersion ( #7703 )
2024-02-16 11:01:17 -08:00
James Suplizio
d04fad13e0
Case Insensitive Moniker Parsing ( #7700 )
...
* Case Insensitve Moniker Parsing
* update the METADATA.md
2024-02-16 09:25:42 -08:00
Ben Broderick Phillips
078f08d04c
Update stress codeowners ( #7694 )
2024-02-15 22:46:46 +00:00
Patrick Hallisey
e69aed5183
Move emitter-package.json scripts to eng/common ( #7655 )
2024-02-14 11:29:39 -08:00
Praven Kuttappan
c34b5ab418
Exclude any API reviews no longer affected by PR ( #7641 )
2024-02-14 14:09:15 -05:00
Jesse Squire
25f60c3f1d
[.NET Analyzers] Fix Template special case ( #7683 )
...
* [.NET Analyzers] Fix Template special case
The focus of these changes is to move the template
special case logic from an equality check to a
`StartsWith`, matching the behavior of the other
checks.
2024-02-14 14:06:24 -05:00
Patrick Hallisey
d219dc63ab
Update bicep and powershell for managing pipeline logs kusto ( #7624 )
...
* Update scripts for deploying kusto resources
* Update kusto schema from prod database
* Update kusto ingestion deployment templates
2024-02-14 10:33:21 -08:00
Jose Arriaga Maldonado
bc8356961a
Add missing prefixes to list of allowed prefixes ( #7597 )
...
Co-authored-by: Jesse Squire <jsquire@microsoft.com>
2024-02-14 09:15:36 -05:00
Anton Kolesnyk
6f871edbee
Fix case-sensitive spelling in scripts that get deployed to C++ repo ( #7665 )
...
* Fix case-sensitive spelling in scripts that get deployed to C++ repo
* Removed cspell:ignore per https://github.com/Azure/azure-sdk-for-cpp/pull/5346#discussion_r1486546416
---------
Co-authored-by: Anton Kolesnyk <antkmsft@users.noreply.github.com>
2024-02-13 17:07:50 -08:00
Jesse Squire
99d970bb98
[.NET Analyzers] Add new approved namespace ( #7674 )
...
The focus of these changes is to add the "Azure.Compute"
namespace to the approved list, per Krzysztof's
approval for use in the `Azure.Compute.Batch` package.
2024-02-13 17:23:51 -05:00
Scott Beddall
d9959dc805
update the two environments for approval to release pipeline-witness to the one recommended by wesh ( #7661 )
2024-02-12 10:44:31 -08:00
Ben Broderick Phillips
5a3666d389
Add stress test arm/bicep template prefix to New-TestResources ResourceType set ( #7664 )
2024-02-12 10:40:20 -08:00
James Suplizio
bb5aa51ab9
Pin azure/login action step to v1.5.1 ( #7656 )
2024-02-08 15:35:34 -08:00
Wes Haggard
f4253c4a9a
Add azure-sdk to eng/common sync ( #7652 )
2024-02-08 10:22:44 -08:00
Rodge Fu
1c413727d1
1. fix case of appSettings for OS whose path is case-sensitive ( #7651 )
2024-02-08 18:56:09 +08:00