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: add missing swagger type annotations for BFF endpoints #314

Merged
merged 1 commit into from
Nov 11, 2024

Conversation

vasyl-ivanchuk
Copy link
Collaborator

What ❔

Add missing swagger type annotations for BFF endpoints.

Why ❔

Auto code generators that work based on the Swagger docs rely on the specified Swagger type, and if it's missing, they assume the parameter is of the object type.

Checklist

  • PR title corresponds to the body of PR (we generate changelog entries from PRs).

# secrets:
# ALLURE_TOKEN:
# description: 'A token passed from the caller workflow'
# required: true
Copy link
Collaborator Author

Choose a reason for hiding this comment

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

Allure reports were disabled for the time being, so this variable is not used. However, since it's required, the workflow fails for forked PRs.

Copy link

API E2E Test Results

207 tests   207 ✅  19s ⏱️
 14 suites    0 💤
  1 files      0 ❌

Results for commit 5194286.

Copy link

Unit Test Results

    4 files    263 suites   11m 2s ⏱️
2 124 tests 2 123 ✅ 1 💤 0 ❌
2 336 runs  2 335 ✅ 1 💤 0 ❌

Results for commit 5194286.

Copy link

Visit the preview URL for this PR:
https://staging-scan-v2--pr-314-pocdj9h7.web.app

@vasyl-ivanchuk vasyl-ivanchuk merged commit 75fcd21 into main Nov 11, 2024
23 checks passed
@vasyl-ivanchuk vasyl-ivanchuk deleted the add-missing-swagger-type-annotation branch November 11, 2024 14:06
Copy link

🎉 This PR is included in version 2.50.8 🎉

The release is available on:

Your semantic-release bot 📦🚀

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants