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

4120 Коммитов

Автор SHA1 Сообщение Дата
Scott Beddall 3026353a8f this is the error highlighted 2024-08-29 16:13:25 -07:00
Praven Kuttappan 2afc9d4269
Fixed issue when processing code file for metapackage (#8892)
* Fixed issue when processing code file for metapackage
2024-08-27 16:24:18 -04:00
Praven Kuttappan 7b333b1b3d
APIView server and client unit tests (#8889)
* APIView server and client unit tests
2024-08-27 11:21:11 -04:00
Praven Kuttappan d039913db3
Apiview revision upgradability to new parser version test (#8882)
* Verify revision upgradability as a dry run task
2024-08-26 15:43:01 -04:00
Praven Kuttappan b6d0b8860a
Fix Tree and node view diff and add more test cases for parser (#8880)
* Fix Tree and node view diff and add more test cases for parser
2024-08-26 15:41:59 -04:00
Praven Kuttappan 4f63562d35
.NET API review parser tests (#8881)
* .NET API review parser tests
2024-08-26 19:14:27 +00:00
Praven Kuttappan bd0fc393e8
Fix apiviewgo download paths (#8856) (#8883)
* apiviewgo downloads to os.TempDir instead of os.UserHomeDir
2024-08-26 15:11:17 -04:00
Ronnie Geraghty 9040deba80
fixes issue description over 100 characters (#8869)
* fixes issue description over 100 characters

* Added label for new service

* Added new service label
2024-08-26 10:42:37 -07:00
Azure SDK Bot 461c1f1e88
Update azure-sdk-build-tools Repository Resource Refs in Yaml files (#8884) 2024-08-26 09:21:33 -07:00
kdestin 80b4e644b4
feat(pylint): Add httpx as a blocked networking import (#8870)
* feat: Add httpx as a blocked networking import

* chore: Update CHANGELOG.md
2024-08-26 09:13:55 -07:00
PyBlend 69ff96c8e6
[Pylint] Disallow using legacy type hinting (#8801)
* [pylint] forbid legacy typing

* add rule to Rules List & fix table formatting

* add do-not-use-legacy-typing to Rules List

* switch to using FunctionDef

* remove redundant condition
2024-08-26 09:12:00 -07:00
Scott Beddall a434ce67c5
Test Proxy Version w/ Json Value Compare (#8865)
* bump proxy version
2024-08-25 11:39:51 -07:00
Scott Beddall c597728040
Compare json object values instead of byte streams when matching bodies that are content-type `json` (#8860) 2024-08-25 11:35:04 -07:00
Praven Kuttappan 4aea26ad99
Skip documentation node id remapping if node is not changed (#8876) 2024-08-23 23:12:24 -04:00
Patrick Hallisey 969d7f19c7
Allow Save-package-properties to exit 0 when prs produce no package changes (#8879) 2024-08-24 00:23:30 +00:00
Praven Kuttappan c6475aabff
Include RenderClasses in serialized JSON code file (#8877) 2024-08-23 16:16:34 -04:00
Praven Kuttappan a371747e02
Avoid code file caching when for new tree style code files (#8874) 2024-08-23 11:42:28 -04:00
Praven Kuttappan 5590e2b4e1
Apiview token changes (#8851)
* APIView server and client-side changes for new token schema
2024-08-22 22:31:49 -04:00
Praven Kuttappan f5b732c774
.NET API review parser changes to use new token schema (#8850)
* .NET API review parser changes to use new token schema
2024-08-21 22:23:28 -04:00
catalinaperalta 7aea8e68ab
prettier (#8836)
Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-08-21 16:46:03 -07:00
Travis Prescott 2eaf22b95a
[tsp-client] Update rest-api-diff dependency (#8840)
* Update deps.

* Update tools/tsp-client/package.json

Co-authored-by: Mike Harder <mharder@microsoft.com>

---------

Co-authored-by: Mike Harder <mharder@microsoft.com>
2024-08-20 17:10:21 +00:00
Weidong Xu 414852cd27
examples automation examples-dir for tsp (#8854) 2024-08-20 13:09:10 +08:00
Praven Kuttappan aa0fc47d9d
APIView code file token tsp and json schema (#8816)
* APIView code file token tsp and json schema
2024-08-19 16:20:21 -04:00
Ronnie Geraghty ef3c9194e3
Adding Workflow to label description (#8855)
Adding the prefix "Workflow:" to the description of labels used in our issue workflow process.
2024-08-19 09:48:48 -07:00
Wanpeng Li a37817cc57
Support RLC Changelog Generation Based on Inline Usage (#8751) 2024-08-19 13:20:08 +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
Pan Shao 9d583e6c2e
Upgrade openapi-to-typespec to 0.9.0 (#8845)
* upgrade openapi-to-typespec

* update

* add generated convert files

* format run_commands.ts

* update gitignore

* release prep

* newline

* changelog

* fix additional dir format

* changelog

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-08-16 15:40:00 -07:00
Wes Haggard 571fc6a541
Add FilePattern support for .github\workflow sync (#8849)
Given we cannot create subfolders under .github\workflow folder
and we have repos that want additional workflows then we have
in the tools repo we need to setup a file pattern matching for
the sync processing to only sync the ones we want to be common.

For now just use the existing *event* pattern but we can move them
to another pattern similar to *common* or *sync* in the future as
we add more common workflows.
2024-08-16 14:13:22 -07:00
Scott Beddall c37624031e
Ensure assets resolution script handles special-case file paths (#8831)
* we want the path that we write to to be defined by literalpath, otherwise files with [ or ] will break powershell when writing the file to disk

* slight wording adjustment so the command can be invoked directly
2024-08-15 11:40:14 -07:00
catalinaperalta e4bf857470
[tsp-client] Report diagnostic errors and exit with an error (#8844)
* report error diagnostics and exit

* release prep

* update logic

* wording

* update changelog date

---------

Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-08-15 10:58:07 -07:00
Wes Haggard 4148bf2354
Clean-up publish-blobs.yml to have better defaults (#8842) 2024-08-15 10:51:10 -07:00
James Suplizio 51d061161c
Add RestAPISpecsDocsRepos to branch cleanup and update the delete scripts to output limits and telemetry data (#8830)
* Add RestAPISpecsDocsRepos to branch cleanup.

* Remove commented out yml, add pre-message to limit output and output core limit at the start of processing

* updates for feedback
2024-08-15 10:06:27 -07:00
Chidozie Ononiwu a62328ff6a
071824.01/conversation (#8834)
* APIView Conversation Page

* Show Comment Threads on Conversation Page

* Ad test for comment thread

* handle Save Comment from Conversation Page

* Save, Edit and Delete form Conversation Page

* Conversiation Page Fully Working

* Adjust lastUpdated to last updated
2024-08-14 18:43:19 -07:00
Pan Shao 0b9efdb190
Add exception for Utf8JsonReader/Writer to AZC0014 (#8752)
* update

* update

* update

---------

Co-authored-by: Pan Shao <pashao@microsoft.com>
2024-08-14 14:52:09 +08:00
catalinaperalta 0c1b964d0a
[tsp-client] Revert openapi-to-typespec changes (#8833)
* revert 310645b86b

* changelog update

* changelog date

---------

Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-08-13 23:01:52 +00:00
Travis Prescott 6829db8a49
Fix test-commands. (#8832) 2024-08-13 22:58:37 +00:00
catalinaperalta 07327018c3
[tsp-client] Miscellaneous fixes (#8825)
* tsp-client improvements

* fix version range for typespec-autorest

* changelog

* changelog update

---------

Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-08-13 21:38:33 +00:00
Travis Prescott 6e8d78eb8d
[TSP Client] Update dependency for compare command (#8829)
* Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

Update package.json

* Revert change.

* Update dependencies.
2024-08-13 14:26:31 -07:00
Jesse Squire 42598e1a72
[GitHub] Add common service label (#8828)
The focus of these changes is to add the common service label for the "Compute - Fleet" resource provider.
2024-08-13 17:12:37 -04:00
Pan Shao 310645b86b
upgrade openapi-to-typespec (#8827) 2024-08-13 09:45:37 -07:00
Wanpeng Li 08698d3f63
Improve Logging (#8795) 2024-08-13 20:19:48 +08:00
Wanpeng Li 7bd7a29657
Clear Package Folder Before Generation (#8826) 2024-08-13 16:11:21 +08:00
ZiWei Chen dd35ef2cf7
adopt tsp-client command instead of pwsh script (#8723)
* adopt tsp-client command instead of pwsh script

* update

* ”update”

* Revert "”update”"

This reverts commit abe8f14669.
2024-08-13 15:11:01 +08:00
Wanpeng Li 34de2dcbba
Replace Global Rush (#8820) 2024-08-13 12:24:59 +08:00
Chidozie Ononiwu b4440306c3
Add Button for Disabling CodeLines Lazy Loading (#8803)
* Add Button for Disabling CodeLines LazyLoadin

* Add test for page options defaults
2024-08-12 14:04:03 -07:00
Chidozie Ononiwu 062cdcfd2c
Ensure Commets are added in correct line when docs are expanded (#8798) 2024-08-12 14:03:04 -07:00
Travis Prescott f2506c23d5
[tsp-client] Fix bundled dependency issue (#8817)
* Co-authored-by: catalinaperalta <catalinaperaltah@hotmail.com>

Update package.json

* Revert bundleDependency.

* Restore bundleDependency

* Revert change.

* Restore bundleDependency

* Replace local install with repo install.

* Code review feedback.
2024-08-12 17:10:31 +00:00
catalinaperalta 37ef13ea37
[tsp-client] Fix tool version (#8818)
* fix tool version

* changelog

---------

Co-authored-by: Catalina Peralta <caperal@microsoft.com>
2024-08-12 10:01:35 -07:00
Scott Beddall 386cd36ba6
Install newly created `tsp-client` package (#8813)
* add smoke test step that installs the newly created package
2024-08-09 10:20:01 -07:00
Scott Beddall b30bd53d01
Revert "Add `tsp-client compare` command (#8793)" + package lock adjustments (#8811)
* Revert "Add `tsp-client compare` command (#8793)"

This reverts commit ab1eacbcdc.

* update package version and lock
* update changelog to reflect package version
2024-08-08 17:50:19 -07:00