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

2436 Коммитов

Автор SHA1 Сообщение Дата
Charles Lowell 3135a0366f
Fix apiviewgo cross-platform path handling (#3387) 2022-06-01 10:01:11 -07:00
Wei Dong bfa31f71af
sdk generation pipeline docker (#3259) 2022-05-27 18:32:58 +08:00
praveenkuttappan c009706c7c
Update package name in Go APIView token file (#3385) 2022-05-26 20:22:56 -04:00
praveenkuttappan 0967d064fc
Create json package property parent directory (#3378)
* Create json package property parent directory
2022-05-26 13:35:46 -04:00
Ben Broderick Phillips fb8216210e
Simple readme update test (#3382)
Testing auto-merge and check enforcer with an innocent change.
2022-05-26 17:31:32 +00:00
Ben Broderick Phillips de0691413c
Use yml extension in github workflow for consistency (#3377) 2022-05-25 23:19:38 -04:00
Chidozie Ononiwu (His Righteousness) 37735772b4
Fix issues flagged by component governance (#3364) 2022-05-25 17:26:49 -07:00
Scott Beddall 37088e2e6d
[Test-Proxy] Support Extensible Storage (#3363)
* adds the concept of a "store" to the test-proxy. This means that the server itself will have some code around push and pull of assets
* adding API and CLI options to set a target "store"
* tests and other errata to do with the change
2022-05-25 14:39:38 -07:00
Scott Beddall 25da170548
Spell-check skippable by variable (#3362)
For the most part, this being present is not a big deal. When onboarding services though, ignoring spellcheck errors is usually pretty nice to begin with. It's only after getting all the other integration points figured out do we actually care about those errors.
2022-05-25 20:55:21 +00:00
Ben Broderick Phillips 80f759ef38
Add azure-sdk-actions to github-labels repositories list (#3376) 2022-05-25 14:50:56 -04:00
praveenkuttappan 2ec5538b94
Update long running background tasks to BackgroundHostedService (#3370)
* Disable service name loading
2022-05-25 12:50:19 -04:00
MS ZhouZheng cce9669aa1
[feature] add result publish utils and cli (#3201)
* [feature] add result publish utils and cli

* add jest for test framework and db testcase
* add generateResult unit test case
* publish completed event will combine all tasks result
* separate upload artifact to azure pipeline artifact with create pr

Signed-off-by: zzvswxy <zhouzheng@microsoft.com>
2022-05-25 15:42:18 +08:00
Wei Dong 084e8db126
delete generating static files because codegen can generate them in RLC automation tool (#3371)
* delete generating static files because codegen can generate them

* version bump
2022-05-25 11:18:02 +08:00
praveenkuttappan a6c63003c0
Remove invalid arg to python api stub gen (#3357)
* Remove invalid arg to python api stub gen
2022-05-24 12:54:50 -04:00
Chenjie Shi 61205cc2b4
Fix go testgen (#3366)
* fix: support go semantic version convention

* build: release @autorest/gotest_v4.0.1

* test: update test readme and test snapshots
2022-05-24 14:10:48 +08:00
Sima Zhu 5eb71d6a84
Delete PR and branch which central PR is closed (#3342)
Testing on whatif enabled:
https://dev.azure.com/azure-sdk/internal/_build/results?buildId=1594264&view=logs&j=80f7b2d8-9c8c-53b8-36c5-63dcddd43cb4&t=fd53712b-8238-551a-0702-451e8924fb63
| Central PR | Sync PR status | Sync PR status after work | Branch | Test branch                                                | 
|------------|----------------|---------------------------|--------|------------------------------------------------------------|
| Not exist | Open           | No change | Keep   | sync-eng/common-branch_cleanups-13342                      | 
| Not exist | Otherwise      | No change                 | keep | sync-eng/common-branch_clean-13343                         | 
| Open       | Open           | No change | Keep   | sync-eng/common-branch_cleanup-3342                        |  
| Open       | Otherwise      | No change                 | Keep   | sync-eng/common-add-lang-product-slug-3368 | 
| Closed     | Open           | closed                    | delete | sync-eng/common-test_cleanup-3351                          |  
| Closed     | Otherwise      | No change                 | delete | sync-eng/common-branch_cleanup_test-3367                   |  
| Not configure | Open           |  No change | keep | daily/2022-05-02-ci-failed(js)                        |  
| Not configure | Otherwise      | No change                 | delete | daily/2022-05-02-ci-succeeded(js)              |  

_**Notes: `Otherwise` means PR not exist or closed.**_
2022-05-23 21:49:27 +00:00
Deyaaeldeen Almahallawi ea633a87e7
Add Language product slug (#3368)
It is a new service with a new product slug
2022-05-23 19:31:46 +00:00
microsoft-github-policy-service[bot] 4c7238b917
Microsoft mandatory file (#3360) 2022-05-19 08:56:41 -07:00
Ben Broderick Phillips 326cca8da9
Add github action based check enforcer (#3287)
* [Test-Proxy] updating readmes for basic usage (#3345)

* Update actions target to main repo/branch

Co-authored-by: Scott Beddall <45376673+scbedd@users.noreply.github.com>
2022-05-18 19:58:37 -04:00
Scott Beddall 958c5ba996
When installing dev package, target a specific index (#3189)
* When installing dev package, target a specific index. ensure we install a pinned version of pylint-guidelines-checker
2022-05-17 12:39:08 -07:00
praveenkuttappan b53ce40070
Create consolidated APIView comment (#3304)
Consolidate APIView bot comment to single comment
2022-05-17 08:28:41 -04:00
Scott Beddall 2612ebf26e
update blob test-proxy sample readme so that the addendum of STORAGE_VARIABLE is properly present (#3346) 2022-05-16 14:07:25 -07:00
Scott Beddall d608205adc
[Test-Proxy] updating readmes for basic usage (#3345) 2022-05-16 11:31:23 -07:00
Chenjie Shi e5d165f932
doc: how to use gotest (#3203)
* doc: how to use gotest

* doc: refine some words
2022-05-16 15:58:29 +08:00
Chenjie Shi 112c0a92a4
build: release @azure-tools/mock-service-host@0.1.15 (#3344) 2022-05-16 10:49:49 +08:00
Chenjie Shi 3fb99104df
Gotestgen update (#3343)
* feat: update to latest core lib and codegen

* fix: default use location

* fix: update LRO usage

* test: update test snapshot

* build: release @autorest/gotest_v4.0.0
2022-05-16 10:33:33 +08:00
Ben Broderick Phillips ed82f397e1
Add skip variable for remove test resources to support debugging (#3341)
In case people want to leave their resources around for debugging after test failures.

The naming format was chosen to be consistent with our other user-facing Skip variables used in the release pipelines (e.g. [here](https://github.com/Azure/azure-sdk-for-net/blob/main/eng/pipelines/templates/stages/archetype-net-release.yml#L97)).
2022-05-13 21:12:59 +00:00
Travis Prescott d5e2b7192b
[Python APIView] Move pylintrc into the apistub folder and include in the WHL (#3335)
* Move pylintrc into the apistub folder and include in the WHL.

* Fix pylintrc path.

* Include pylintrc in MANIFEST.in

* Reintroduce package_data in setup.py
2022-05-12 14:59:20 -07:00
Ben Broderick Phillips 15dfb42af2
[testresources] String parsing improvements to service directory resource names (#3323) 2022-05-12 16:06:54 -04:00
Travis Prescott d16710b245
[Swift APIView] Fix issue with throwing inits (#3338)
* Fix throwing inits.

* Fix trailing whitespace.
2022-05-12 10:30:55 -07:00
Sima Zhu 440297fd8d
Update the notification tool version (#3334) 2022-05-12 09:40:34 -07:00
Christopher Scott 8bd15861d7
Update readme for -pre and -post TestResource scripts (#3320) 2022-05-11 23:00:19 +00:00
Sima Zhu acd98075b5
Add exception handling for notification pipeline (#3322) 2022-05-11 15:33:05 -07:00
Chenjie Shi 94ee172cd2
Fix mock-service-host and go-testgen (#3307)
* fix: infinite loop for pager operation without response check in scenario test

* fix: wrong path/head/query type parser

* feat: use example value instead of placeholder of string value

* feat: user testsuite to do the mock test

* fix: only set object with status when lro finished

* test: update test snapshot

* fix: lint problem
2022-05-11 13:44:03 +08:00
Chidozie Ononiwu (His Righteousness) a40c1f0841
Fix issue of code-line hiding under the naigation bar (#3262) 2022-05-10 15:00:02 -07:00
Scott Beddall 7563bbb816
[Asset Sync] Script Prototype and Investigation Docs(#3170)
* Initial Assets-Sync Proposal Document.
* Prototype of Assets-Sync Script 'tools/asset-sync/assets.ps1` and accompanying Pester integration test suite. To properly enable integration testing in CI, additional effort is still required.
  * Test Helper can create local language and assets repo scenarios. This means that we can fully integration test individual conflict scenarios as they are discovered by users.
* Powershell Test YML enabling CI checks for a powershell project. 'archetype-sdk-tool-pwsh'. This is usable outside of the this specific commit's new code.

Co-authored-by: James Suplizio <jasupliz@microsoft.com>
Co-authored-by: Ben Broderick Phillips <bebroder@microsoft.com>
Co-authored-by: Wes Haggard <weshaggard@users.noreply.github.com>
2022-05-10 14:00:37 -07:00
Ben Broderick Phillips c0acf97ee2
Add docs for custom docker build commands (#3305) 2022-05-10 16:49:14 -04:00
Chidozie Ononiwu (His Righteousness) 405edda66d
Fix issues raised by component governance (#3270) 2022-05-09 20:36:06 -07:00
Travis Prescott ae579ea352
[Swift APIView] Support default values in willSet/didSet block expressions (#3302)
* Support default values in willSet/didSet block expressions.

* Ignore compiler control statements.
2022-05-09 12:08:00 -07:00
praveenkuttappan 241c5a0033
Handle startup exceptions and add it to telemetry (#3264)
* Handle startup exceptions and add it to telemetry
2022-05-09 12:28:21 -04:00
Chenjie Shi 1cdf54dbea
Fix mock-service-host (#3277)
* fix: type render in query/path/header

* fix: mock problem for x-ms-secret
2022-05-09 11:05:28 +08:00
Libba Lawrence e2d6708bc9
[pylint] Update readme, and pylint version to reflect new checkers (#3207)
* misspelling correction

* reflecting the new checkers in README, and updated pylint version

* versioning in readme

* updating astroid version

* adding the new links too

* updating numbers of checkers
2022-05-06 14:25:59 -07:00
Travis Prescott 2bc6b60844
[Python APIView] Support @dataclass (#3144)
* [Python APIView] Support `--source-url` (#2887)

* Closes #2757.

* Update changelog.

* Implement dataclass and add tests. Document limitations.

* Fix up tests.
2022-05-06 12:23:54 -07:00
chunyu3 85177ba7a6
upgrade package version (#3284)
* upgrade package version

* revert back ajv version
2022-05-06 16:55:00 +08:00
Charles Lowell 19e58fff8a
Add diagnostics to Go API reviews (#3217) 2022-05-05 15:41:57 -07:00
Albert Cheng aade9659a7
Migrating network stress dockerfile from alpine to mcr's cbl-mariners (#3240)
* Migrating network stress dockerfile from alpine to mcr's cbl-mariners

* eol
2022-05-05 14:26:10 -07:00
Patrick Hallisey ce38117c37
Update pipeline-generator version (#3280) 2022-05-05 19:53:43 +00:00
Sima Zhu 90b92cdaea
Fixed the security supply chain warnings for tools repo (#3275) 2022-05-05 10:56:26 -07:00
Patrick Hallisey 0db221c9e8
Remove REST calls that are rejected on new PAT (#3271) 2022-05-04 14:10:04 -07:00
Scott Beddall 9f61a61f12
[Asset Sync][Test-Proxy] Enable proxy's ability to change `Context` directory without restart (#3272)
* allowing the test-proxy to update the directory from which recordings are retrieved without restarting the proxy
* updating an expected failed scenario to check for a cross-platform invalid path
2022-05-04 11:29:31 -07:00