feat(EXEC-5710): Add support for shallow checkout type#376
Merged
uruemu merged 5 commits intoCircleCI-Public:mainfrom Dec 18, 2025
Merged
feat(EXEC-5710): Add support for shallow checkout type#376uruemu merged 5 commits intoCircleCI-Public:mainfrom
shallow checkout type#376uruemu merged 5 commits intoCircleCI-Public:mainfrom
Conversation
shallow checkout type
shallow checkout typeshallow checkout type
parkuman
reviewed
Oct 15, 2025
Contributor
There was a problem hiding this comment.
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 <OompahLoompah@users.noreply.github.com>
- 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
OompahLoompah
approved these changes
Dec 18, 2025
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.

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: