Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix(ama-sdk): fallback open api generator version to 7.9.0 #2671

Merged

fix(ama-sdk): fallback open api generator version to 7.9.0

ef01afd
Select commit
Loading
Failed to load commit list.
Sign in for the full log view
Merged

fix(ama-sdk): fallback open api generator version to 7.9.0 #2671

fix(ama-sdk): fallback open api generator version to 7.9.0
ef01afd
Select commit
Loading
Failed to load commit list.
GitHub Actions / UT Tests report-windows-latest succeeded Jan 8, 2025 in 0s

49 passed, 0 failed and 0 skipped

Tests passed successfully

Report Passed Failed Skipped Time
apps/showcase/dist-test/junit.xml 27✅ 73s
packages/@ama-sdk/schematics/dist-test/junit.xml 22✅ 18s
packages/@o3r-training/showcase-sdk/dist-test/junit.xml 4ms

✅ apps/showcase/dist-test/junit.xml

27 tests were completed in 73s with 27 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
AppComponent 1✅ 5s
BasicPresComponent 1✅ 2s
ClipboardButtonPresComponent 1✅ 2s
ComponentReplacementComponent 1✅ 5s
ComponentReplacementPresComponent 1✅ 36s
ConfigurationComponent 1✅ 6s
ConfigurationPresComponent 1✅ 3s
DatePickerHebrewInputPresComponent 1✅ 3s
DatePickerInputPresComponent 1✅ 3s
DesignTokenComponent 1✅ 6s
DesignTokenPresComponent 1✅ 3s
DynamicContentComponent 1✅ 5s
DynamicContentPresComponent 1✅ 2s
HomeComponent 1✅ 2s
InPageNavPresComponent 1✅ 1s
LocalizationComponent 1✅ 8s
LocalizationPresComponent 1✅ 4s
OtterPickerPresComponent 1✅ 2s
PlaceholderComponent 1✅ 5s
PlaceholderPresComponent 1✅ 2s
RulesEngineComponent 1✅ 47s
RulesEnginePresComponent 1✅ 36s
RunAppLocallyComponent 1✅ 3s
ScrollBackTopPresComponent 1✅ 1s
SdkComponent 1✅ 5s
SdkPresComponent 1✅ 3s
SidenavPresComponent 1✅ 2s

✅ AppComponent

apps\showcase\src\app\app.component.spec.ts
  ✅ AppComponent should create the app

✅ BasicPresComponent

apps\showcase\src\components\showcase\basic\basic-pres.spec.ts
  ✅ BasicPresComponent should create

✅ ClipboardButtonPresComponent

apps\showcase\src\components\utilities\clipboard-button\clipboard-button-pres.spec.ts
  ✅ ClipboardButtonPresComponent should create

✅ ComponentReplacementComponent

apps\showcase\src\app\component-replacement\component-replacement.spec.ts
  ✅ ComponentReplacementComponent should create

✅ ComponentReplacementPresComponent

apps\showcase\src\components\showcase\component-replacement\component-replacement-pres.spec.ts
  ✅ ComponentReplacementPresComponent should create

✅ ConfigurationComponent

apps\showcase\src\app\configuration\configuration.spec.ts
  ✅ ConfigurationComponent should create

✅ ConfigurationPresComponent

apps\showcase\src\components\showcase\configuration\configuration-pres.spec.ts
  ✅ ConfigurationPresComponent should create

✅ DatePickerHebrewInputPresComponent

apps\showcase\src\components\utilities\date-picker-input-hebrew\date-picker-input-hebrew-pres.spec.ts
  ✅ DatePickerHebrewInputPresComponent should create

✅ DatePickerInputPresComponent

apps\showcase\src\components\utilities\date-picker-input\date-picker-input-pres.spec.ts
  ✅ DatePickerInputPresComponent should create

✅ DesignTokenComponent

apps\showcase\src\app\design-token\design-token.spec.ts
  ✅ DesignTokenComponent should create

✅ DesignTokenPresComponent

apps\showcase\src\components\showcase\design-token\design-token-pres.spec.ts
  ✅ DesignTokenPresComponent should create

✅ DynamicContentComponent

apps\showcase\src\app\dynamic-content\dynamic-content.spec.ts
  ✅ DynamicContentComponent should create

✅ DynamicContentPresComponent

apps\showcase\src\components\showcase\dynamic-content\dynamic-content-pres.spec.ts
  ✅ DynamicContentPresComponent should create

✅ HomeComponent

apps\showcase\src\app\home\home.spec.ts
  ✅ HomeComponent should create

✅ InPageNavPresComponent

apps\showcase\src\components\utilities\in-page-nav\in-page-nav-pres.spec.ts
  ✅ InPageNavPresComponent should create

✅ LocalizationComponent

apps\showcase\src\app\localization\localization.spec.ts
  ✅ LocalizationComponent should create

✅ LocalizationPresComponent

apps\showcase\src\components\showcase\localization\localization-pres.spec.ts
  ✅ LocalizationPresComponent should create

✅ OtterPickerPresComponent

apps\showcase\src\components\utilities\otter-picker\otter-picker-pres.spec.ts
  ✅ OtterPickerPresComponent should create

✅ PlaceholderComponent

apps\showcase\src\app\placeholder\placeholder.spec.ts
  ✅ PlaceholderComponent should create

✅ PlaceholderPresComponent

apps\showcase\src\components\showcase\placeholder\placeholder-pres.spec.ts
  ✅ PlaceholderPresComponent should create

✅ RulesEngineComponent

apps\showcase\src\app\rules-engine\rules-engine.spec.ts
  ✅ RulesEngineComponent should create

✅ RulesEnginePresComponent

apps\showcase\src\components\showcase\rules-engine\rules-engine-pres.spec.ts
  ✅ RulesEnginePresComponent should create

✅ RunAppLocallyComponent

apps\showcase\src\app\run-app-locally\run-app-locally.spec.ts
  ✅ RunAppLocallyComponent should create

✅ ScrollBackTopPresComponent

apps\showcase\src\components\utilities\scroll-back-top\scroll-back-top-pres.spec.ts
  ✅ ScrollBackTopPresComponent should create

✅ SdkComponent

apps\showcase\src\app\sdk\sdk.spec.ts
  ✅ SdkComponent should create

✅ SdkPresComponent

apps\showcase\src\components\showcase\sdk\sdk-pres.spec.ts
  ✅ SdkPresComponent should create

✅ SidenavPresComponent

apps\showcase\src\components\utilities\sidenav\sidenav-pres.spec.ts
  ✅ SidenavPresComponent should create

✅ packages/@ama-sdk/schematics/dist-test/junit.xml

22 tests were completed in 18s with 22 passed, 0 failed and 0 skipped.

Test suite Passed Failed Skipped Time
generateOperationFinderFromSingleFile 3✅ 6s
Java Core Generator 1✅ 1s
Ng add 1✅ 2s
Specs processing 2✅ 8s
Typescript Core Generator 5✅ 16s
Typescript Shell Generator 10✅ 16s

✅ generateOperationFinderFromSingleFile

packages\@ama-sdk\schematics\schematics\typescript\core\helpers\path-extractor.spec.ts
  ✅ generateOperationFinderFromSingleFile should parse a full path object
  ✅ generateOperationFinderFromSingleFile should parse a path object with reference
  ✅ generateOperationFinderFromSingleFile should add the basepath in the returned regexp

✅ Java Core Generator

packages\@ama-sdk\schematics\schematics\java\client-core\index.spec.ts
  ✅ Java Core Generator should work correctly

✅ Ng add

packages\@ama-sdk\schematics\schematics\ng-add\index.spec.ts
  ✅ Ng add should have update scripts in the package.json

✅ Specs processing

packages\@ama-sdk\schematics\schematics\typescript\core\helpers\copy-referenced-files.spec.ts
  ✅ Specs processing should copy the local files referenced in the spec
  ✅ Specs processing should update with new local basepath

✅ Typescript Core Generator

packages\@ama-sdk\schematics\schematics\typescript\core\index.spec.ts
  ✅ Typescript Core Generator should update readme
  ✅ Typescript Core Generator should update openapitools file with yaml
  ✅ Typescript Core Generator should update openapitools file with json
  ✅ Typescript Core Generator should clean previous install
  ✅ Typescript Core Generator should throw when swagger is missing

✅ Typescript Shell Generator

packages\@ama-sdk\schematics\schematics\typescript\shell\index.spec.ts
  ✅ Typescript Shell Generator should generate basic SDK package
  ✅ Typescript Shell Generator should generate correct package name
  ✅ Typescript Shell Generator should use yarn as default package manager
  ✅ Typescript Shell Generator should use npm as package manager if specified
  ✅ Typescript Shell Generator should generate correct openapitools.json
  ✅ Typescript Shell Generator should work with no package scope
  ✅ Typescript Shell Generator should generate renovate config with otter presets for npm
  ✅ Typescript Shell Generator should generate renovate config with otter presets for npm with packageName
  ✅ Typescript Shell Generator should generate renovate config with otter presets for yarn
  ✅ Typescript Shell Generator should generate renovate config with otter presets for yarn with packageName

✅ packages/@o3r-training/showcase-sdk/dist-test/junit.xml

No tests found