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

43 Коммитов

Автор SHA1 Сообщение Дата
Valerie Avva Lim c3eafb7cec
Merge main into feature/v2 (#2754)
* merge main into feature/v2

* fix codeowners modifications from feature/v2
2024-02-23 10:42:53 -08:00
Raul Leclair 7bef7cda79
Adding event policy, HFSM, and policy pipeline (#2557)
* Adding event policy, HFSM, and pipeline.

* Undoing small change

* Adding CODEOWNERS edit

* UTs and comment addressing

* Minor formatting correction

* Fixing macOS and Windows build
2023-05-10 16:49:29 -07:00
Raul Leclair 037766994f
Adding posix mutex and timers and x509 cred header (#2537)
* Platform expansion, mutex and timer

* Adding x509 cred

* CODEOWNERS edit

* Removing az_credentials_x509 for now

* removing user from codeowners

* Addressing comments p1

* Renaming

* Formatting revision

* Adding linux check in az_posix

* CODEOWNERS update

* Adding pthreads to VS2022 yml

* Adding pthreads to vcpkg default

* Cmake edit

* Undoing yaml changes

* Fix for builds, and address ret val comment

* lint correction

* Fixing MacOS build, adding more documentation

* CMake edit for Mac

* Disabling mutex and timer IT for macos

* Minor fix

* Quick fix

* Fixing doxygen

* Naming corrections

* formatting corrections
2023-05-02 11:41:09 -07:00
James Suplizio da026eb313
Enable event processor for C (#2552) 2023-04-26 13:06:05 -07:00
Rick Winter d4cbd02da8
Update CODEOWNERS (#2538)
Adding Larry as a code owner
2023-03-29 16:40:39 -07:00
Dane Walton 92ee98f895
Remove Dane and Jose from codeowners (#2518) 2023-03-03 16:50:12 +00:00
Konrad Jamrozik ad29f020ba
Update `CODEOWNERS` paths: fix invalid paths (#2498)
As part of ongoing work of enabling wildcard support for `CODEOWNERS`:
- https://github.com/Azure/azure-sdk-tools/issues/2770
- https://github.com/Azure/azure-sdk-tools/pull/5088

and enabling stricter validation:
- https://github.com/Azure/azure-sdk-tools/issues/4859

this PR:
- fixes invalid paths, to match rules explained [here](https://github.com/Azure/azure-sdk/blob/main/docs/policies/opensource.md#codeowners);
- removes `/**/tests.yml` and `/**/ci.yml`, to avoid all build failure notifications being routed to it once we enable the new regex-based, wildcard-supporting `CODEOWNERS` matcher, per: https://github.com/Azure/azure-sdk-tools/pull/5088#issuecomment-1397330147

Once this PR is merged, I will enable the new `CODEOWNERS` matcher, similar to how it was done for `net` repo by these two PRs:
- https://github.com/Azure/azure-sdk-tools/pull/5241
- https://github.com/Azure/azure-sdk-tools/pull/5240
2023-02-13 11:38:59 -08:00
Ben Broderick Phillips c3bc0e64bf
Updating check enforcer permissions to enable writing comments (#2411) 2022-11-09 16:21:12 -05:00
Ben Broderick Phillips 3e71f7c0a6
Update check enforcer yaml permissions and name (#2343) 2022-09-19 20:01:28 -04:00
Ben Broderick Phillips 689656c405
Add github actions based check enforcer (#2327) 2022-09-08 16:27:15 -04:00
Valerie Avva Lim 08fc01e15f
add Raul to codeowners file (#2309) 2022-08-09 16:35:19 -07:00
Valerie Avva Lim 248e306ee7
Add Jose to codeowners (#2269)
* add Jose to codeowners

* alphabetize names
2022-07-13 10:59:30 -07:00
Ronnie Geraghty 1ea131fed7
[CODEOWNERS] Update .github owners (#2245)
Added myself to the CodeOwners for .github dir as I will be helping @jsquire with GitHub CXP on this repo.
2022-06-28 08:57:50 -04:00
Dane Walton e561cb000c
remove momuno add vaavva (#2210) 2022-05-18 13:39:08 -07:00
Rick Winter 2b52434757
Update CODEOWNERS (#2203) 2022-05-09 17:01:37 -07:00
Jesse Squire e29e3b445b
Fabric Bot Configuration (#2121)
* Fabric Bot Configuration

The focus of these changes is to add the Fabric Bot rules into the repository.

* Update .github/fabricbot.json

Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>

* Update .github/fabricbot.json

Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>

* More smart quotes

Co-authored-by: Daniel Jurek <djurek@microsoft.com>
Co-authored-by: Ahson Khan <ahson_ahmedk@yahoo.com>
2022-02-22 11:31:23 -05:00
Jesse Squire 6e7802887c
CODEOWNERS: Adding automation section (#2122)
* CODEOWNERS: Adding automation section

Adding automation owners

* Update CODEOWNERS

Fixing spacing
2022-02-22 10:54:09 -05:00
Mollie Munoz 947ea9ecfb
Add vaavva to CODEOWNERS for C SDK team (#2082) 2022-01-27 14:44:10 -08:00
Dane Walton 059c69329e
add preethi to codeowners for iot (#2077) 2022-01-25 09:13:28 -08:00
Dane Walton 8ca2acf0c4
update codeowners (#2049) 2021-12-14 11:16:03 -08:00
Wes Haggard 226d4f5e1a
Update eng code owners
Switch away from using engsys team alias for codeowners
2021-12-06 09:27:53 -08:00
Rick Winter 41fb85d82a
Update codeowners file (#1809) 2021-07-06 22:27:34 +00:00
Wes Haggard fd85a74c85
Update master to main (#1798) 2021-06-24 16:48:42 -07:00
Rick Winter 323e4c39ac
Storage Blob Upload (#1315)
Storage Blob upload
2020-09-21 17:58:45 -07:00
Jeffrey Richter 2eccb9c4ee
Update CODEOWNERS (#1284) 2020-09-17 14:56:20 -07:00
Ahson Khan 7a3d63d225
Fix typos and spacing issues in contributing, security, changelog, issue templates, and \eng\ markdowns. (#1012)
* Fix typos and spacing issues in contributing, security, changelog, issue
templates, and \eng\ markdowns.

* Fix some typos in API doc comments and code.

* Remove changlog file from docs as part of resolving merge conflict.

* Reapply the linter fixes to the moved changelog file.

* Revert changes to SECURITY.md since it doesn't belong in this repo.

* Address PR feedback.
2020-08-10 11:35:29 -07:00
Rick Winter afb06a167c
Codeowner adjustments (#929)
* Update codeowners

* Adjust codeowners
2020-07-15 13:36:42 -07:00
Rick Winter b72cf94cf8
Update codeowners (#859) 2020-06-26 09:39:31 -07:00
danewalton 43e4de8dca
Update directory structure for IDE compatability (#830) 2020-06-15 11:10:36 -07:00
danewalton c8c6a95ebe
adding Molly as IoT code owner (#742) 2020-05-12 13:17:53 -07:00
Rick Winter 31b0dd7d8b
Remove [...] values from issue titles (#613)
* Remove the bracketed type from the title string.
Upon triage each issue will be tagged with
   feature-request or bug or question
2020-04-23 13:33:16 -07:00
Ahson Khan 45de44def9
Update azure core code owner (#522) 2020-03-26 14:31:33 -07:00
Danny Amirault c5d7baaf07
Add damirault and 'azure/azure-sdk-eng' team as codeowner for _eng_ components. (#521) 2020-03-26 12:43:00 -07:00
danewalton ee6a4fcd0b
add iot team as codeowners (#408) 2020-02-28 16:04:55 -08:00
Ahson Khan 809d4ea640
Adding myself as codeowner for the sdk directory. (#382)
* Adding myself as codeowner for the sdk directory.

* Updating to use correct GitHub alias.
2020-02-24 17:51:05 -08:00
Anton Kolesnyk e11b4e2208
PAL Layer (and Curl) + minor changes (#374) 2020-02-22 11:47:17 -08:00
Rick Winter 69ac80b342
Update code owners file (#370)
* Update code owners file
Fix the reference link in the file
Add a top level non-sdk folder handler
Add samples handler
2020-02-20 11:55:22 -08:00
antkmsft 090a1447c5
Identity refactoring (#337) 2020-02-06 20:56:09 -08:00
Daniel Jurek c1da81907d
Use one pipeline (#183)
* use one pipeline to build the entire project
* update CODEOWNERS
2019-11-15 13:30:52 -08:00
Joel Hendrix f86a644ac3 Remove myself from code owners file (#76) 2019-10-14 10:57:32 -07:00
Josh Free 917b5be0ea
Update CODEOWNERS
Seed initial list for core, identity, keyvault, storage, tracing
2019-09-20 10:55:10 -07:00
bsiegel 8a26fe919f
Update readmes (#11)
* Update readmes

* Add issue templates

* Add impression tracking
2019-08-08 14:38:04 -07:00
Sergey Shandar 67beb89fd4 Create CODEOWNERS (#10)
Create CODEOWNERS
2019-08-07 12:33:16 -07:00