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

3705 Коммитов

Автор SHA1 Сообщение Дата
Ben Broderick Phillips c52fb2027e
Add stress secret rotation instructions (#7934) 2024-03-21 16:26:31 -04:00
Weidong Xu 3f70ef56af
tools, add azure-rest-api-specs-examples-automation (#7605) 2024-03-21 09:49:41 +08:00
Ben Broderick Phillips a792f551f3
Migrate more tools pipelines to 1es pipeline templates (#7924)
* convert js api view parser to 1es

* Only auth to acr on internal for 1es

* Migrate python tool pipeline

* Migrate typespec apiview emitter

* Migrate tsp client
2024-03-20 17:48:07 -04:00
Ben Broderick Phillips cc0718c4d7
Migrate image and dotnet tool publish to 1es pipelines (#7920)
* Migrate to 1es pipelines

* Update build-tools tag
2024-03-20 15:17:51 -04:00
Azure SDK Bot 8254231609
Update azure-sdk-build-tools Repository Resource Refs in Yaml files (#7923) 2024-03-20 15:11:55 -04:00
catalinaperalta aeca529dee
update readme (#7746)
Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-03-19 16:06:06 -07:00
catalinaperalta c7004b835a
[tsp-client] Release prep (#7916)
* release prep

* update changelog + version

* fix lock file message
2024-03-19 15:05:01 -07:00
catalinaperalta d3359bc95d
[tsp-client] Support generating a lock file from emitter-package.json (#7898)
* generate lock file from emitter-package.json

* generate in eng dir
2024-03-19 13:20:27 -07:00
Richard Park 05d74aab96
Stress: build our own custom otel collector (#7900)
Build our own custom otel distribution using their official `otb` tool.

It reduces the amount of code significantly by cutting it down to azure monitor and removing all other contrib components. As a bonus we can also control the Docker images used, which is helpful for other things.
2024-03-19 13:11:34 -07:00
Scott Beddall 2d7823aca6
fix issue with universal output short form clobbering the dump option (#7894) 2024-03-19 13:09:27 -07:00
Scott Beddall c5ee552279
Bump the proxy version to the last one resolving mac timeout issues (#7895) 2024-03-19 13:00:23 -07:00
catalinaperalta a4b178eee9
[tsp-client] Add support for arm swagger->tsp conversion (#7881)
* add support for arm swagger->tsp

* update docs

* feedback
2024-03-19 11:06:26 -07:00
Scott Beddall 3008573934
Remove Docker Support (#7896)
* remove docker cli integration as we will not be maintaining the docker configurations for test-proxy
* remove all references to docker in readme
2024-03-18 16:02:04 -07:00
Chidozie Ononiwu e7b685233d
Fix Legacy Review Resolution Regression (#7901) 2024-03-18 11:40:16 -07:00
Praven Kuttappan 373f1dab04
Create api review script changes to add a param to set release tag (#7841) 2024-03-18 10:56:33 -04:00
Scott Beddall 35b7e5b101
deleting sdk-ai-bots nuget config temporarily to repair the build for APIView release (#7897) 2024-03-16 01:07:57 +00:00
Scott Beddall 26d46df8b8
mark tox-monorepo as inactive within the readme and package classifiers, update version for new restriction, update setup.py to include upper bound (#7727) 2024-03-15 16:33:51 -07:00
Ben Broderick Phillips ad5a9ecedb
eng/common updates for 1es migration (#7892)
* Move git check for changes to script

* Minor fixes for 1es migration
2024-03-15 21:28:42 +00:00
Jonathan Giles 2d89dc61b1
Support for reading in an apiview_properties.json file in the sources.jar file, for things like typespec back-referencing. (#7078) 2024-03-15 14:20:37 -07:00
Chidozie Ononiwu fbff3bf69d
Revert HTML Minification Changes (#7891) 2024-03-15 11:58:13 -07:00
Ray Chen f05b6f2458
Initial check in for Azure SDK AI Bots (#7882)
* Initial check in for SDK AI Bots

* Updated folders in the scripts.

* Deleted unused nuget pkg
2024-03-15 15:31:29 +08:00
Scott Beddall d6244003e0
Add an additional timeout handler for mac-errors (#7880)
* flatten down the timeout handling
2024-03-14 18:33:53 -07:00
Scott Beddall 50754b5eff
Add Proxy Shutdown Script (#7877)
* create necessary eng/common changes to allow proxy to be shut down.
2024-03-14 13:08:23 -07:00
Chidozie Ononiwu 3d6cacc1b0
Resolve bug in Review Approver (#7874) 2024-03-13 19:12:26 -07:00
Praven Kuttappan b3fe8eba30
APIView - send package version param for automatic API review request (#7821) 2024-03-13 19:08:58 -04:00
Travis Prescott 00271a3414
Bump Python APIView version. (#7869) 2024-03-13 11:18:31 -07:00
Chidozie Ononiwu 7f08a396bf
Add CosmosDBName to documented config settings (#7862) 2024-03-13 09:51:37 -07:00
Praven Kuttappan ee08c8b990
Detect package root path from language repo when creating work item (#7859)
* Detect package root path from language repo when creating work item
2024-03-12 22:43:32 -04:00
Chidozie Ononiwu 1d91293270
Persist Show Documentation in UserPreference (#7820) 2024-03-11 22:28:24 -07:00
Ben Broderick Phillips ee4f485c4e
Skip env processing on matrix import step (#7854) 2024-03-11 21:21:48 +00:00
Chidozie Ononiwu bdd5f9924f
Feature/cross language API revision context (#7849)
* Implement Cross Language View in Context
2024-03-11 15:24:45 -04:00
James Suplizio 9465eaf936
Update GitHubEventProcessor to 20240311.2 (#7853) 2024-03-11 17:57:03 +00:00
James Suplizio e44708abb5
Initial Issue Triage was adding needs-team-triage incorrectly (#7852) 2024-03-11 17:03:20 +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
Wes Haggard 670ab81eda
Update Prepare-Release.ps1 to handle only one previous release (#7835)
In the case there is exactly one previous release PS will return the single object and thus the Count property will not exist. Instead this change ensures that we always have a list.
2024-03-08 19:09:37 +00:00
Praven Kuttappan 601d922073
APIView server changes to tag a revision as released (#7831)
* APIView server changes to tag a revision as released
2024-03-08 18:46:14 +00:00
James Suplizio ef97e68c04
Enable the new InitialIssueTriage Rule that uses AzureSdkOwners (#7847) 2024-03-08 10:39:06 -08:00
Praven Kuttappan 3142efaef6
Get api review approval status for a given package version (#7824)
* Get api review approval status for a given package version
2024-03-08 13:30:59 -05:00
Anne Thompson b970a065f2
Add dotnet-api product slug to sample metadata script (#7842) 2024-03-08 10:23:00 -08:00
Travis Prescott 1cc3d49b6f
Bump version. (#7846) 2024-03-08 09:44:34 -08:00
Travis Prescott 83740ee074
Support CrossLanguagePackageId. Closes #6889. (#7805) 2024-03-08 08:59:16 -08:00
James Suplizio f5e9c824db
Scheduled event processing update (#7839) 2024-03-08 08:12:48 -08:00
Jesse Squire 88a122319a
[GitHub] Add Code Signing service label (#7834)
The focus of these changes is to a new service label for `Code Signing` to the common label set in support of the client library under development.
2024-03-08 10:45:49 -05:00
Wes Haggard 2eb45986b8
Fix package type in pipeline (#7836) 2024-03-07 17:34:24 +00:00
Ben Broderick Phillips 4257744690
TestResources - Bubble up errors in Retry with pipe statements (#7823) 2024-03-07 00:15:08 +00:00
Richard Park f185aa44ac
[stress] Make the log verbosity configurable but "normal" by default #7827 2024-03-06 23:16:54 +00:00
Richard Park 48b2a228e7
Make APPLICATIONINSIGHTS_CONNECTION_STRING available to the child env (#7826) 2024-03-06 22:32:10 +00:00
Larry Osterman e782376240
Update opentelemetry collector config to read appinsights string from… (#7825)
* Update opentelemetry collector config to read appinsights string from environment and add more logging.
* Also remove that line that cats in the appinsights connection string, since we can just use normal environment injection.
2024-03-06 14:06:01 -08:00
Praven Kuttappan be7ca14528
Update package version on automatic API revision (#7819)
* Update package version on automatic API revision
2024-03-06 14:52:54 -05:00