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

feat: add OpenAPI shcema to custom rest backend #135

Open
wants to merge 1 commit into
base: main
Choose a base branch
from

Conversation

popsiclexu
Copy link
Contributor

@popsiclexu popsiclexu commented Jan 14, 2025

Closes #

πŸ“‘ Description

add OpenAPI shcema to custom rest backend tutorial
Relative PR: k8sgpt-ai/k8sgpt#1228

βœ… Checks

  • My pull request adheres to the code style of this project
  • My code requires changes to the documentation
  • I have updated the documentation as required
  • All the tests have passed

β„Ή Additional Information

Copy link

netlify bot commented Jan 14, 2025

βœ… Deploy Preview for meek-marigold-103c48 ready!

Name Link
πŸ”¨ Latest commit 760d766
πŸ” Latest deploy log https://app.netlify.com/sites/meek-marigold-103c48/deploys/67865be16275f00008ff68c4
😎 Deploy Preview https://deploy-preview-135--meek-marigold-103c48.netlify.app
πŸ“± Preview on mobile
Toggle QR Code...

QR Code

Use your smartphone camera to open QR code link.

To edit notification comments on pull requests, go to your Netlify site configuration.

@PixelRobots
Copy link
Contributor

Hey @popsiclexu You are missing DCO from this pull request. Can you please look at the instructions below to sign off this commit.

To sign off the last commit you made, you can use

git commit --amend --signoff

You can also automate signing off your commits by adding the following to your .zshrc or .bashrc:

git() {
  if [ $# -gt 0 ] && [[ "$1" == "commit" ]] ; then
     shift
     command git commit --signoff "$@"
  else
     command git "$@"
  fi
}

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

Successfully merging this pull request may close these issues.

2 participants