-
Notifications
You must be signed in to change notification settings - Fork 14
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
Added FactsUI and ProblemsUi to get project output #253
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
All good, just one step missing which I will need to make note of in our contributing docs is that any changes to x.graphql
files requires a make gen
to be run, otherwise the auto generated code doesn't get updated.
Once you run make gen
and push up the corrected auto generated code, this should be ready for 🚀
closes #252 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
🚀
Checklist
The PR #249 introduced the ability to directly set the factsUi and problemsUi fields for a project.
Added factsUi and problems Ui to lagoon-cli/pkg/lagoon/projects/main.go and internal/lagoon/client/_lgraphql
Changelog Entry