Meir Blachman
83d4995e53
prettify java-packages/codesnippet-maven-plugin readme java snippets ( #8454 )
2024-10-18 11:12:00 -04:00
Wes Haggard
acc89f9072
Convert pipeline to run under 1ES template ( #8118 )
...
Convert:
- tools - js-sdk-release-tools
- tools - codesnippet-maven-plugin
2024-04-18 09:23:04 -07:00
Alan Zimmer
33f26e86dc
Downgrade Maven prerequisite to continue supporting older version of Maven ( #8092 )
2024-04-15 15:55:08 -04:00
Alan Zimmer
bb81bb370f
Update Codesnippet dependencies ( #8078 )
2024-04-12 18:07:01 +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
Travis Prescott
b7b097c4f5
Support CrossLanguagePackageId ( #7766 )
2024-02-28 10:49:48 -08:00
Travis Prescott
85b98a5d24
Changelog and version bump. ( #7516 )
2024-01-11 12:56:20 -08:00
Travis Prescott
79497aa30d
[Python APIView] Remove epylint dependency ( #7473 )
...
* Initial fix.
* Update pylint parsing.
* Update min python versions to 3.8.
2024-01-11 12:42:05 -08:00
Praven Kuttappan
8a5c76e5fe
Set package version in API review code File for Python ( #7305 )
...
* Set package version in API review code File for Python
2023-11-17 11:47:48 -05:00
Travis Prescott
c56d00328b
[APIView] Add support for CrossLanguageDefinitionIds ( #6910 )
...
* Initial work.
* Initial work.
* Updates for valueof keyword and unnamed unions.
* Support CrossLanguageDefinitionId
* Update Python implementation.
2023-11-14 15:35:13 -08:00
Heath Stewart
02476be3e8
Fix .NET branding in public docs ( #6925 )
...
* Fix .NET branding in public docs
Was an attempt to try fixing issue #6924 but it seems that code may live elsewhere. Figured I might as well update public-facing first-party branding in this repo while I was in here.
* Update src/dotnet/APIView/APIViewWeb/CONTRIBUTING.md
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
* Resolve PR feedback
---------
Co-authored-by: Mariana Rios Flores <mariari@microsoft.com>
2023-09-27 10:15:24 -07:00
Xiang Yan
296746f8a1
Gpt build zip ( #6981 )
...
* build zip
* update
* Update ci.yml
* Update packages/python-packages/apiview-gpt/ci.yml
2023-09-15 14:46:52 -07:00
Travis Prescott
f6002502db
[APIView GPT] TypeScript document additions ( #6983 )
...
* Generate pasta.txt output
* Update split logic to work for TypeScript (and other languages that use curly braces)
* Updates for TS.
2023-09-15 20:51:46 +00:00
Travis Prescott
3e31b57cef
[APIView GPT] Typescript fixes ( #6980 )
...
* Generate pasta.txt output
* Update split logic to work for TypeScript (and other languages that use curly braces)
2023-09-15 09:30:39 -07:00
Travis Prescott
62e1769b03
Fix ID hallucinations ( #6973 )
...
* Fix for wonky IDs.
* Update ci config.
2023-09-15 08:43:55 -07:00
KarishmaGhiya
df198a9802
update typescript api view and comment samples ( #6976 )
2023-09-15 08:41:11 -07:00
Xiang Yan
ce6578cf7f
fix setup ( #6978 )
2023-09-15 08:36:30 -07:00
Travis Prescott
da529867d0
[APIView GPT] Streamline tokens and de-duplicate comments ( #6972 )
...
* Streamline tokens. Fix bug. Deduplicate comments.
* Refactor pipeline.
2023-09-14 10:58:09 -07:00
Travis Prescott
c32b8cf267
Tweaks. ( #6969 )
2023-09-13 22:29:50 +00:00
Travis Prescott
7cedd65dfc
Add support for logging request prompts. ( #6968 )
2023-09-13 14:37:31 -07:00
Travis Prescott
eaa8801580
Refactor ( #6965 )
2023-09-13 09:47:19 -07:00
Travis Prescott
c875b4b3fe
Update readme ( #6947 )
2023-09-12 16:25:09 +00:00
Xiang Yan
9e3e1ddbb0
Update lang names ( #6922 )
...
* add endpoints for other languages
* added more languages
* update names
* rename langs
2023-09-07 15:07:36 -07:00
Xiang Yan
1d90c40a6d
add endpoints for other languages ( #6920 )
...
* add endpoints for other languages
* added more languages
2023-09-07 14:54:01 -07:00
Xiang Yan
b246d622ca
add pipeline for api view copilot ( #6915 )
2023-09-07 08:04:55 -07:00
Xiang Yan
115d6ab915
move loadenv into devbox only ( #6899 )
2023-09-05 09:20:50 -07:00
Travis Prescott
bc2db1f0f1
Integration with Vector DB ( #6855 )
...
* Initial work.
* Updates.
* Progress.
* Plumb the semantic search into the prompt grounding.
* Wire up extra comments and the class list.
* Refactor and remove utility scripts in favor of CLI commands.
* Updates for ACR
2023-09-01 14:16:16 -07:00
Travis Prescott
4ff7836d96
Update README.md ( #6850 )
2023-08-31 11:35:19 -07:00
Xiang Yan
2dff57194e
remove loadenv ( #6811 )
...
* remove loadenv
* Update _gpt_reviewer.py
2023-08-24 15:06:42 -07:00
Travis Prescott
db9b7b13cb
Add query_service.py script to easily query the proxy service instead of calling OpenAI directly. ( #6798 )
2023-08-17 16:09:03 -07:00
Xiang Yan
086f9e22a8
flask support for python reviewer ( #6772 )
...
* flask support for python reviewer
* update
2023-08-16 09:27:54 -07:00
Travis Prescott
5f406216d0
Ensure rule_ids are valid. ( #6738 )
2023-08-09 16:03:03 -07:00
Travis Prescott
b4896d9609
APIView GPT updates ( #6573 )
...
* Fix issue with dropping the final section.
* Refactor.
* Small tweaks and fixes.
* Eliminate raising exceptions.
2023-07-25 10:13:56 -07:00
Xiang Yan
38c33aac44
apply some fixes/work arounds to make it work ( #6570 )
2023-07-24 15:55:05 -07:00
Travis Prescott
88286ac015
Include html file reference in rule ID. ( #6559 )
2023-07-20 22:32:38 +00:00
Travis Prescott
0679c00e3b
Combine multiple violations for the same line. ( #6536 )
2023-07-19 08:54:15 -07:00
Travis Prescott
b077e711d6
Add `apiview-gpt` tool ( #6499 )
...
* Initial commit.
* More progress.
* Finish conversion.
* Add logic to section the input document.
2023-07-12 20:46:37 +00:00
Travis Prescott
9771bdb6d0
Python APIView High-Pri Fixes ( #6462 )
...
* Add new token kinds.
* Update to use link token type.
* Fixes #6360 .
* Revert overload fix.
* Fixes #6367 .
* Update changelog
* Fix tests.
2023-07-06 14:24:56 -07:00
Scott Beddall
6ccd535dc6
Rename `api-stub-generator` to `apiview-stub-generator` ( #5899 )
2023-04-04 10:57:09 -07:00
Scott Beddall
d64a68c98e
remaining usage of bare pip install ( #5721 )
2023-03-16 11:22:51 -07:00
Travis Prescott
1e676b10fb
Update release date. ( #5668 )
2023-03-09 09:08:28 -08:00
Travis Prescott
3d2a26f498
Fix #5630 . ( #5656 )
2023-03-08 11:55:03 -08:00
Travis Prescott
e7d83e9d21
Python APIView Fixes ( #5653 )
...
* Closes #3759 .
* Display class decorators. Fixes #4860
* Fix #5197 .
2023-03-08 08:44:08 -08:00
Scott Beddall
6adbc5720b
Repair python install for `api-stub-generator` ( #5415 )
...
* update various pinned exact versions of 3.10.X to 3.10 -> allow sliding latest patch version of python
* settle on 3.10 and eliminate warnings for exact specification. update the version of ubuntu that we're installing the python version from
2023-02-24 13:05:03 -08:00
Konrad Jamrozik
2bcb4d62cd
Update Ubuntu images to 1ES-hosted Ubuntu 22.04 in many places ( #4996 )
...
https://github.com/Azure/azure-sdk-tools/pull/4996
2023-01-03 17:43:09 -08:00
Travis Prescott
fcb13e9cc8
Fix typehint. ( #4829 )
2022-11-29 16:34:05 -08:00
Heath Stewart
36e6c4b81e
Fix .NET instructions ( #4750 )
2022-11-22 16:40:25 -08:00
Travis Prescott
9719b57d68
Suppress unwanted base class methods. ( #4540 )
2022-10-27 13:54:07 -07:00
Travis Prescott
9800a4759e
Update CHANGELOG.md ( #4520 )
...
For today's release date.
2022-10-26 11:03:58 -07:00
Travis Prescott
1303891809
[Python APIView] Bug fixes ( #4509 )
...
* Fixes.
* Python APIView progress.
* Fix issue with async IDs.
2022-10-26 09:46:24 -07:00