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

104 Коммитов

Автор SHA1 Сообщение Дата
Renhe Li 3e14dcaf28
Update CODEOWNERS (#9245)
Update the code owner of sdk tool
2024-10-24 15:58:32 -07:00
Ben Broderick Phillips e711878ff0
Fix missing CloseAddressedIssues in gh event processor (#9199) 2024-10-16 22:28:27 +00:00
Ben Broderick Phillips 7a9ff945a1
Use $GITHUB_EVENT_PATH variable instead of inline file writing (#9134)
* Use $GITHUB_EVENT_PATH variable instead of inline file writing

* Archive github event data
2024-10-15 21:41:28 +00:00
Wes Haggard ac3ee4f1cc
Update dependabot.yml (#9065) 2024-09-26 16:12:09 -07:00
Wes Haggard 6c3f750c1f
Test dependabot config options (#9064) 2024-09-26 16:07:15 -07:00
James Suplizio a8c0256411
Add Wes as an owner to codeowners-linter.yml (#9061) 2024-09-26 12:59:08 -07:00
Wes Haggard 62fc71b54c
Revert "[dependabot-updates] Overriding the default behavior with dependabot.…" (#9053)
This reverts commit 08d3d51426.
2024-09-25 17:00:00 -07:00
Tianen 08d3d51426
[dependabot-updates] Overriding the default behavior with dependabot.yml (#9027) 2024-09-25 15:42:50 -07:00
Wes Haggard ad0fc08a6c
Only trigger CI for changes under tsp-client code (#9033) 2024-09-25 09:04:17 -07:00
Ben Broderick Phillips 8a259759f8
Update 1espt codeowners (#9032)
* Updating CODEOWNERS for 1espt config

* Updating CODEOWNERS for 1espt config

* Update 1espt codeowners
2024-09-23 17:29:18 -04:00
Ben Broderick Phillips 30c7e6b8ef
Updating CODEOWNERS for 1espt config (#9030)
* Updating CODEOWNERS for 1espt config

* Updating CODEOWNERS for 1espt config
2024-09-23 17:10:14 -04:00
James Suplizio 8957dfb7eb
Update installed event processor version for net6 to net8 update (#8995) 2024-09-18 08:45:06 -07:00
James Suplizio c178f0604d
Update GitHubEventProcessor to 1.0.0-dev.20240909.2 (#8942) 2024-09-09 17:00:26 +00:00
catalinaperalta ee00555fb6
[tsp-client] Add gh action for tests (#8847)
* add gh action

* review feedback

* fix tests for latest update

* add working dir

* fix dir paths

* sparse checkout

* clean up code coverage

* testing gh action - will revert

* undo test commit

---------

Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-08-16 16:20:56 -07:00
Libba Lawrence c5bfb1eee0
add codeowner for pylint (#8764) 2024-08-02 17:10:55 +00:00
Patrick Hallisey 6aa8d43b64
Add github action logs to pipeline witness (#8459)
* Add github action logs
* Add hallipr as codeowner for pipeline-witness
* Add deploy script
* Move to net8
2024-07-11 16:21:22 -07:00
Mariana Rios Flores ddd2963528
Update CODEOWNERS with APIView parser information (#8596) 2024-07-10 11:25:19 -07:00
James Suplizio 2660560dc4
Update GitHubEventProcessor version to 1.0.0-dev.20240708.1 (#8566) 2024-07-08 10:45:12 -07:00
Jesse Squire eefeb1d0bd
[CODEOWNERS] Update GH script owners (#8554)
The focus of these changes is to update the GitHub scripts + common data area ownership.
2024-07-03 14:13:57 -04:00
Ray Chen 61ad076576
Deleted codes of sdk-generation-pipeline path (#8472)
* Deleted codes of sdk-generation-pipeline path

* Revert change of other paths under CODEOWNER
2024-06-19 09:43:46 -07:00
Ray Chen bdf9d25a00
Update CODEOWNERS (#8464)
Updated code owner for sdk generation pipeline tool.
2024-06-18 17:40:01 +08:00
Joel Hendrix 044a1fa221
Fix sort ordering and type alias resolution (#8438)
* Fix sort ordering and type alias resolution

Sort diagnostics and navigation slices. This requires a custom JSON
marshaler for Navigation as it contains a map and the default behavior
is non-deterministic.
Recursively resolve type aliases. This is to handle cases where a type
alias is to another type alias.

* remove custom JSON marshaler

according to the docs, the keys *are* sorted

* add unit test

* add code owners for Go APIView tool
2024-06-14 07:16:51 -07:00
James Suplizio cc51871a7d
Update github-event-processor to 1.0.0-dev.20240610.2 (#8412) 2024-06-10 17:12:11 +00:00
Wes Haggard 540ca70846
use azure-sdk-eng for codeowner for everything under eng folder (#8284)
Given we are moving to requiring codeowners to approve PRs I'm expanding the eng folder to the entire eng team. 

We are going to need to do that at least for eng/common in all the sync repos as well otherwise no one but you and I can merge approve a sync PR for merge.
2024-05-17 13:15:04 -04:00
Scott Beddall 4063a228dc
update codeowners (#8239) 2024-05-09 12:57:58 -07:00
Wes Haggard ddd0725985
Testing codeowners stuff. (#8223) 2024-05-07 16:30:38 -07:00
James Suplizio a08417428e
Update version of github-event-processor to 1.0.0-dev.20240502.2 (#8193) 2024-05-02 14:04:45 -07:00
James Suplizio 0d06f6add1
Add jsquire and ronniegeraghty as owners of github-event-processor (#8188) 2024-05-02 10:08:16 -07:00
James Suplizio 32b35e4156
Update to azure/login@v2 (#8131)
* Update to azure/login@v2

* Remove the unnecessary setting of enable-AzPSSession. We don't need it.
2024-04-19 10:13:37 -07:00
Ray Chen f78f61b807
Added pipeline to build embeddings (#7949)
* Added pipeline to build embeddings

* Added secret variables

* Updated nuget.config

* Updated yml file

* Updated working directory in the script

* Fixed script issue

* Fixed script name case issue

* Fixed working directory value

* checkout enghub repo in yml

* updated the enghub checkout url

* Checkout sdk tools repo

* Updated repo folders

* Updated path of script file

* Fixed checkout path in the yml file

* Introduce common jobs to setup env

* Fixed syntax error in yml

* Use stages

* Fixed dependsOn error

* Fixed stage dependson

* Updated pipeline file name

* Added common pipeline template

* Enable local run for the script

* Added two more stages in pipeline yml

* Updated github repo url

* Removed the typespec repo stage temporaily

* list python package installed

* Use python -m command

* Print content of installed python packages

* Added debug script

* Redirect log stream

* comment measure-command

* Output log by variables

* Use liunx agent pool

* Added conda python env

* Use pwsh shell

* Use windows os

* Use pwsh step

* Use full path to conda

* Added conda init

* Run conda with full path

* Call python thur conda env

* Install conda in pwsh

* debug variables

* Use conda for local run too

* make blob container configurable

* Add missing ending brace

* Added condapath to output

* Test without conda

* Delete python version parameter

* Use same source path when checkout one repo only

* Remove conda env

* Updated customizedDocEmbeddings script path

* Use 3.11 python version

* Added typespec embeddings build step

* Remove conda call

* Use raw content url for downloading

* Removed python version setting

* Recover the list of customized document

* Output key in metadata file

* Variables have to be set in env rather than .py

* Added codeowner

* Disable pr trigger

* Updated readme.md

* Remove renhe temporarily
2024-03-26 20:01:20 +08:00
James Suplizio 9465eaf936
Update GitHubEventProcessor to 20240311.2 (#7853) 2024-03-11 17:57:03 +00:00
James Suplizio 422f879b86
Update github-event-processor version (#7848) 2024-03-11 08:31:51 -07:00
James Suplizio 168f10d7db
Create a separate job for events requiring Az CLI (#7845)
* Create a separate job for events requiring Az CLI

* Update .github/workflows/event-processor.yml

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>

---------

Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2024-03-08 19:13:28 +00:00
James Suplizio f39704f295
Fix EnforceMaxLifeOfIssues event and run time (#7808) 2024-03-04 16:55:28 +00: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
Wes Haggard d68aa4aecb
Remove github-issues from CODEOWNERS (#7789) 2024-02-29 09:24:48 -08: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 8aff99dd0c
Update GitHubEventProcessorVersion (#7703) 2024-02-16 11:01:17 -08:00
Ben Broderick Phillips 078f08d04c
Update stress codeowners (#7694) 2024-02-15 22:46:46 +00:00
James Suplizio bb5aa51ab9
Pin azure/login action step to v1.5.1 (#7656) 2024-02-08 15:35:34 -08: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
James Suplizio 570c207429
Codeowners-Utils README update to add a section for dealing with linter errors. (#7313)
* Update CodeownersUtils' README for dealing with linter errors

* Add owners for codeowners linter pipeline
2023-11-17 10:34:41 -08:00
catalinaperalta 9c53d44b84
update codeowners for tsp-client tool (#7263) 2023-11-15 09:26:15 -08:00
James Suplizio f14b2a062e
Update GitHubEventProcessor to 1.0.0-dev.20231114.3 (#7284) 2023-11-14 14:56:59 -08:00
James Suplizio 72073f2972
Add CODEOWNERS linter yml file to eng/common/pipelines (#7251)
* Add CODEOWNERS linter yml file to eng/common/pipelines

* Add filter baseline option to run command line

* Update version of linter to 1.0.0-dev.20231107.2 which will install correctly
2023-11-07 16:08:15 -08:00
James Suplizio 62725249a5
Add CodeownersUtils, a CodeownersParser replacement (#7097)
* Add CodeownersUtils

* Add pipeline yml

* Add README and METADATA markdown files

* Use string insensitive comparison when checking the Azure org for team entries

* Remove nonexistent tools/check-enforcer path entry and add tools/codeowners-parser with owners

* Updates based upon feedback, minor changes for AzureSdkOwner being tied to ServiceLabel and updates to remove block formatting errors from filtering.

* Update readme for changes in the previous commit
2023-10-19 14:27:43 -07:00
James Suplizio 37a24747a8
Update github-event-processor version to 1.0.0-dev.20231010.2 (#7098) 2023-10-10 23:10:49 +00:00
Jesse Squire fb08b61d9e
[JimBot] Update package version in use (#7071)
* [JimBot] Update package version in use

The focus of these changes is to update the version of the package used by
Actions to deploy the changes recently made to remove the "CXP Attention"
rule and tweak the "needs-team-triage" criteria to ignore issues with an
assignment already made.

* Updating package version for configured workflows
2023-10-06 15:21:40 +00:00
Jesse Squire 2e0c42710d
[JimBot] Remove CXP Attention (#7034)
Removing config for the dead CXP Attention rule.
2023-09-29 13:30:22 -07:00