Ben Broderick Phillips
2b1d95471c
better null handling
2024-03-29 17:21:49 -04:00
Ben Broderick Phillips
5e012a9b57
user debug
2024-03-29 16:52:17 -04:00
Ben Broderick Phillips
e930ab4d9b
Change playground deletion lifespan to 10 days
2024-03-28 13:27:33 -04:00
Ray Chen
8b22f9dd03
Added instructions of how to use the AI bot ( #7969 )
...
* Added instructions of how to use the AI bot
* Use aka link
2024-03-28 16:01:35 +08:00
Praven Kuttappan
115b3f0f30
Pipeline template to validate package and update package work item ( #7855 )
...
* Pipeline template to validate package and update package work item
2024-03-27 15:58:43 -04:00
Chidozie Ononiwu
941db50394
Ensure correct response based review/ apiRevision approval status ( #7953 )
2024-03-27 08:54:10 -04:00
Chidozie Ononiwu
dda0e83f76
Improve the reate limit error logging ( #7952 )
2024-03-26 15:06:21 -07:00
James Suplizio
2a557f8b08
Call GetDocsMsDevLanguageSpecificPackageInfoFn if it's defined ( #7951 )
2024-03-26 12:53:29 -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
Scott Beddall
5f2341a5a6
Test-Proxy Documentation updates ( #7943 )
...
* some feedback from richard + additional logging discussed with Mike
2024-03-25 15:17:58 -07:00
Whitney Shake
dcaa900fb4
Fixed spelling and click display errors in sidebar ( #7939 )
...
* Fixed spelling and hover errors
* Removed changes and corrected spelling errors
* Final spelling corrections
2024-03-25 10:41:34 -07:00
Chidozie Ononiwu
3a1008a924
Logging Rate Limit Error to So we can Share with DevOps Artifact Team ( #7938 )
2024-03-22 13:51:52 -07:00
Travis Prescott
1990a3f8f4
Support templated strings in APIView ( #7940 )
...
* Initial work to support StringTemplates.
* Closes https://github.com/Azure/azure-sdk-tools/issues/7930
* Bump version and add changelog.
2024-03-22 13:10:44 -07:00
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