-
Notifications
You must be signed in to change notification settings - Fork 21
feat(EXEC-5710): Add support for shallow checkout type
#376
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(EXEC-5710): Add support for shallow checkout type
#376
Conversation
shallow checkout type
shallow checkout typeshallow checkout type
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.
Would be nice to have this listed in the hover hints provided by schema.json
Also might be outside the scope, but now that we have a few methods for checkout, it would be cool to add it to the completion code so you can do CTRL+space when typing your checkout method and it lists the possible options for you. I think this is inside complete/steps.go somewhere
ae63a2d to
6a403a7
Compare
6a403a7 to
7f3c4bb
Compare
Co-authored-by: Sean Heuer <[email protected]>
- Add enum with blobless, full, shallow options to schema.json - Add depth property documentation for shallow checkout - Add CheckoutMethods constant for reuse across validation and completion - Add CTRL+space autocompletion when typing checkout method values
parkuman
left a comment
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.

Jira: https://circleci.atlassian.net/browse/EXEC-5710
Important note : Release-please will only create a release PR for releases with a
featorfixcommit message. If your PR starts withchore, your changes will NOT be released.Description
Add
shallowcheckout method which requires a positivedepthvalue.How to validate
Unit tests: