Skip to content

Conversation

@kpanot
Copy link
Contributor

@kpanot kpanot commented Dec 9, 2025

Proposed change

feat(openapi): add dynamic mask schema to help the writing of Mask

Related issues

@kpanot kpanot requested a review from a team as a code owner December 9, 2025 09:35
@nx-cloud
Copy link

nx-cloud bot commented Dec 9, 2025

🤖 Nx Cloud AI Fix Eligible

An automatically generated fix could have helped fix failing tasks for this run, but Self-healing CI is disabled for this workspace. Visit workspace settings to enable it and get automatic fixes in future runs.

To disable these notifications, a workspace admin can disable them in workspace settings.


View your CI Pipeline Execution ↗ for commit 411e28b

Command Status Duration Result
nx affected --target=test --collectCoverage --c... ❌ Failed 9m 58s View ↗
nx run-many --target=test-e2e ✅ Succeeded 2m 8s View ↗
nx run-many --tui=false --target=build --projec... ✅ Succeeded 1s View ↗
nx affected --target=lint --configuration ci ✅ Succeeded 16m 9s View ↗
nx run-many --target=build,build-swagger ✅ Succeeded 15m 45s View ↗
nx run ama-sdk-schematics:build-swagger ✅ Succeeded 2m 55s View ↗
nx run-many --target=documentation ✅ Succeeded 1m 35s View ↗
nx affected --target=package-github-action ✅ Succeeded 2m 3s View ↗

☁️ Nx Cloud last updated this comment at 2026-01-07 06:17:35 UTC

@codecov
Copy link

codecov bot commented Dec 9, 2025

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 70.38%. Comparing base (6a5a399) to head (7ceac7c).
✅ All tests successful. No failed tests found.

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

🚀 New features to boost your workflow:
  • 📦 JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

@kpanot kpanot changed the title feat(openapi): add dynamic schema feat(openapi): add dynamic mask schema Dec 9, 2025
@kpanot kpanot force-pushed the feature/openapi-masks-schema branch 6 times, most recently from 298e0e8 to 829c097 Compare December 10, 2025 06:55
@kpanot kpanot force-pushed the feature/openapi-masks-schema branch 2 times, most recently from 3d9c8da to 7ceac7c Compare December 12, 2025 03:03
@kpanot kpanot force-pushed the feature/openapi-masks-schema branch from 7ceac7c to 36e8608 Compare December 16, 2025 02:55
```

> [!NOTE]
> The repository generated by the [Ama Openapi initializer](https://www.npmjs.com/package/@ama-openapi/create) prepare the project to automatically regenerate the schema on each NPM install.
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
> The repository generated by the [Ama Openapi initializer](https://www.npmjs.com/package/@ama-openapi/create) prepare the project to automatically regenerate the schema on each NPM install.
> The repository generated by the [Ama OpenAPI initializer](https://www.npmjs.com/package/@ama-openapi/create) prepares the project to automatically regenerate the schema on each NPM install.


| Option | Alias | Description | Default value |
| --- | --- | --- | --- |
| `--output` | `-o` | Output directory where generating the schemas | `'./schemas'` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `--output` | `-o` | Output directory where generating the schemas | `'./schemas'` |
| `--output` | `-o` | Output directory where to generate the schemas | `'./schemas'` |

| Option | Alias | Description | Default value |
| --- | --- | --- | --- |
| `--output` | `-o` | Output directory where generating the schemas | `'./schemas'` |
| `--keywords` | `-k` | List of the keywords to be listed in the artifact to considered in the schema generation | `['openapi']` |
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Suggested change
| `--keywords` | `-k` | List of the keywords to be listed in the artifact to considered in the schema generation | `['openapi']` |
| `--keywords` | `-k` | List of the keywords to include in the artifact to be considered in the schema generation | `['openapi']` |

@kpanot kpanot force-pushed the feature/openapi-masks-schema branch from bc335bc to 411e28b Compare January 7, 2026 05:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Projects

None yet

Development

Successfully merging this pull request may close these issues.

5 participants