kiota/it/config.json

338 строки
9.4 KiB
JSON
Исходник Обычный вид История

feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
{
2023-03-30 18:19:56 +03:00
"oas::petstore": {
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
"ExcludePatterns": [
{
"Pattern": "/gists",
"Rationale": "https://github.com/github/rest-api-description/issues/214"
},
{
"Pattern": "/gists/**",
"Rationale": "https://github.com/github/rest-api-description/issues/214"
},
{
"Pattern": "/users/*/gists",
"Rationale": "https://github.com/github/rest-api-description/issues/214"
},
{
"Pattern": "/orgs/*/migrations",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/orgs/*/migrations/**",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/user/migrations",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/user/migrations/**",
"Rationale": "https://github.com/github/rest-api-description/issues/2246"
},
{
"Pattern": "/users/*/gpg_keys",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
},
{
"Pattern": "/user/gpg_keys",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
},
{
"Pattern": "/user/gpg_keys/**",
"Rationale": "https://github.com/github/rest-api-description/issues/2247"
}
],
"Suppressions": [
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
},
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
]
},
"./tests/Kiota.Builder.IntegrationTests/InheritingErrors.yaml": {
2023-03-16 13:06:24 +03:00
"MockServerITFolder": "basic",
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
"Suppressions": [
2023-03-30 18:41:43 +03:00
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
}
]
},
"./tests/Kiota.Builder.IntegrationTests/NoUnderscoresInModel.yaml": {
"Suppressions": [
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2374"
}
]
},
"./tests/Kiota.Builder.IntegrationTests/GeneratesUritemplateHints.yaml": {
"MockServerITFolder": "query-params",
"Suppressions": [
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/4262"
}
]
},
2024-02-19 14:50:35 +03:00
"apisguru::github.com:api.github.com": {
"MockServerITFolder": "gh",
"Suppressions": [
{
"Language": "all",
"Rationale": "https://github.com/microsoft/kiota/issues/4241"
}
]
2024-02-19 14:50:35 +03:00
},
2023-03-30 18:19:56 +03:00
"apisguru::notion.com": {
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
"ExcludePatterns": [
{
"Pattern": "/v1/databases/**",
"Rationale": "next_cursor in commentResponse is invalid"
},
{
"Pattern": "/v1/blocks/**",
"Rationale": "next_cursor in commentResponse is invalid"
},
{
"Pattern": "/v1/comments",
"Rationale": "next_cursor in commentResponse is invalid"
},
{
"Pattern": "/v1/users/*",
"Rationale": "avatar_url in usersResponse is invalid"
},
{
"Pattern": "/v1/pages/*",
"Rationale": "code in pageResponse is invalid"
}
],
"Suppressions": [
2023-03-30 18:41:43 +03:00
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
}
]
},
"https://raw.githubusercontent.com/googlemaps/openapi-specification/main/dist/google-maps-platform-openapi3.yml": {
"ExcludePatterns": [
{
"Pattern": "/maps/api/directions/json",
"Rationale": "DirectionsGeocodedWaypoint.partial_match is invalid"
}
],
"Suppressions": [
2023-03-30 18:41:43 +03:00
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
}
]
},
"https://developers.pipedrive.com/docs/api/v1/openapi.yaml": {
"ExcludePatterns": [
{
"Pattern": "/itemSearch/field",
"Rationale": "$field_key for fieldResponse_data is invalid"
},
{
"Pattern": "/subscriptions/*/payments",
"Rationale": "data for model paymentsResponse is invalid"
},
{
"Pattern": "/permissionSets/**",
"Rationale": "error 404 is invalid"
2024-01-23 20:18:12 +03:00
},
{
"Pattern": "/oauth/token/",
"Rationale": "Duplicate path exists in the spec without the trailing '/'"
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
}
],
"Suppressions": [
{
"Language": "go",
"Rationale": "https://github.com/microsoft/kiota/issues/3436"
},
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
},
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/2957"
}
],
"IdempotencySuppressions": [
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
}
]
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
},
2023-03-30 18:19:56 +03:00
"apisguru::twilio.com:api": {
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
"ExcludePatterns": [
{
"Pattern": "/2010-04-01/Accounts/*/Addresses/*/DependentPhoneNumbers.json",
"Rationale": "dependent_phone_number is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Recordings.json",
"Rationale": "encryption_details is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Recordings/*.json",
"Rationale": "encryption_details is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Conferences/*/Recordings.json",
"Rationale": "encryption_details is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Calls/*/Recordings.json",
"Rationale": "encryption_details is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Calls/*/Recordings/*.json",
"Rationale": "encryption_details is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Conferences/*/Recordings/*.json",
"Rationale": "encryption_details is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Calls/FeedbackSummary.json",
"Rationale": "issues is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Calls/FeedbackSummary/*.json",
"Rationale": "issues is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Calls/*/Events.json",
"Rationale": "request is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/IncomingPhoneNumbers/*/AssignedAddOns.json",
"Rationale": "configuration is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/IncomingPhoneNumbers/*/AssignedAddOns/*.json",
"Rationale": "configuration is invalid"
},
{
"Pattern": "/2010-04-01/Accounts/*/Calls/*/Payments.json",
"Rationale": "Parameter is invalid"
}
],
"Suppressions": [
2023-03-30 18:41:43 +03:00
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
}
],
"IdempotencySuppressions": [
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
]
},
2023-03-30 18:19:56 +03:00
"apisguru::stripe.com": {
"Suppressions": [
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
},
{
"Language": "go",
"Rationale": "https://github.com/microsoft/kiota/issues/2834"
},
{
"Language": "java",
"Rationale": "https://github.com/microsoft/kiota/issues/2842"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/2842"
},
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
],
"IdempotencySuppressions": [
{
"Language": "go",
"Rationale": "https://github.com/microsoft/kiota/issues/2834"
},
{
"Language": "java",
"Rationale": "https://github.com/microsoft/kiota/issues/2842"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/2842"
},
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
},
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
]
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
},
"apisguru::meraki.com": {
"Suppressions": [
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
}
]
},
2023-03-30 18:19:56 +03:00
"apisguru::docusign.net": {
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
"Suppressions": [
2023-03-30 18:41:43 +03:00
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/2484"
},
{
"Language": "python",
"Rationale": "https://github.com/microsoft/kiota/issues/3030"
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
}
]
},
2023-03-30 18:19:56 +03:00
"apisguru::twitter.com:current": {
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
"Suppressions": [
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
},
{
"Language": "ruby",
"Rationale": "https://github.com/microsoft/kiota/issues/1816"
}
],
"IdempotencySuppressions": [
{
"Language": "typescript",
"Rationale": "https://github.com/microsoft/kiota/issues/1812"
}
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
]
2024-02-28 23:15:02 +03:00
},
"apisguru::apis.guru": {
"Suppressions": [
],
"IdempotencySuppressions": [
]
feature/smoke tests (#2337) * - makes kiota builder trimmable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves integration tests outside of main workflow Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - formatting fixes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds chmod for kiota Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path to kiota command Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses type info for configuration serialization Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - replaces configuration binding by trimmable equivalent Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes formatting * - adds a configuration file to exclude problematic api paths * - adds a script to get the additional commands Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes the set additional command step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - switches to output variable instead Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing generate integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a CSharp integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - groups all languages and descriptions in a single matrix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing language argument Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes artifact name build Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes path management Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes command generation Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - always runs replace url step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes naming regex Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds go support Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing fo steps Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration test Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes go integration tests NS - fixes go version - fixes rm script for csharp integration Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - another attempt at fixing go integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing import for format Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds typescript integration testing Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes setup node step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes node modules for typescript Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing shell type Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes configuration for github api Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes gemfile lock Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - multiple fixes to ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional set of fixes for ruby integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - ruby api client path fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - typo 🤦‍♂️ Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes ruby lock - bumps go setup version Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables rubocops we don't care about Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables another set of rubocops Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - last batch of rubocops disablement Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppression capability for integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a temporary test step Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - attempt to fix a casing issue for the condition Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - uses the environment variable Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds missing suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds php to the integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes php integration project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - because php is picky on quotes Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes suppression rule Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions for PHP integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds python project Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes import for API client Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes missing dependencies for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - disables line too long for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppressed import rules in python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves mypy configuration to correct file Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - suppresses all missing imports Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional API descriptions to integration tests Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds a cleanup step for the generator bits Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes overflow exception Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes a bug where union type conversion could conflict with parent class property Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional exclusions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - fixes encoding Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - removes suppression thanks to fix Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - additional suppressions Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - moves php suppression to the right place Signed-off-by: Vincent Biret <vibiret@microsoft.com> * - adds suppressions for python Signed-off-by: Vincent Biret <vibiret@microsoft.com> * Update src/Kiota.Builder/SearchProviders/GitHub/GitHubSearchProvider.cs Co-authored-by: Eastman <andrueastman@users.noreply.github.com> * - fixes async usage for JSON lib Signed-off-by: Vincent Biret <vibiret@microsoft.com> --------- Signed-off-by: Vincent Biret <vibiret@microsoft.com> Co-authored-by: Eastman <andrueastman@users.noreply.github.com>
2023-03-09 19:31:59 +03:00
}
}