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

chore(seed): use generator display names to generator record #4631

Merged
merged 3 commits into from
Sep 12, 2024

Conversation

armandobelardo
Copy link
Contributor

@armandobelardo armandobelardo commented Sep 12, 2024

need to update FDR SDK as soon as that's released

This PR introduces a new displayName property to the SeedWorkspaceConfiguration interface in the config.yml file. This property is also added to the registerGenerator function in the registerGenerator.ts file.

The following changes are made:

  • displayName is added to the SeedWorkspaceConfiguration interface in config.yml.
  • displayName is added to the registerGenerator function in registerGenerator.ts.
  • displayName is added to the SeedWorkspaceConfiguration interface in SeedWorkspaceConfiguration.ts.
  • displayName is added to the seed.yml files for the following models and SDKs:
    • C# Model
    • C# SDK
    • FastAPI
    • Fiber
    • Go Model
    • Go SDK
    • Java Model
    • Java SDK
    • Java Spring
    • OpenAPI
    • PHP Model
    • PHP SDK
    • Postman
    • Pydantic Model
    • Python SDK
    • Ruby Model
    • Ruby SDK
    • TypeScript Express
    • TypeScript SDK

Copy link
Member

@dsinghvi dsinghvi left a comment

Choose a reason for hiding this comment

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

🚀

@armandobelardo armandobelardo enabled auto-merge (squash) September 12, 2024 23:20
@armandobelardo armandobelardo merged commit 6b58c4d into main Sep 12, 2024
43 of 44 checks passed
@armandobelardo armandobelardo deleted the ab/add-display-name branch September 12, 2024 23:25
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

2 participants