{"id":17835823,"url":"https://github.com/guitarrapc/git-shallow-clone-orb","last_synced_at":"2025-10-09T05:36:00.179Z","repository":{"id":35783798,"uuid":"204050922","full_name":"guitarrapc/git-shallow-clone-orb","owner":"guitarrapc","description":"circleci orb to execute git shallow clone for faster checkout.","archived":false,"fork":false,"pushed_at":"2023-10-08T16:21:43.000Z","size":157,"stargazers_count":22,"open_issues_count":7,"forks_count":11,"subscribers_count":2,"default_branch":"main","last_synced_at":"2025-04-03T05:24:18.236Z","etag":null,"topics":["circleci","circleci-orbs","clone-repos","git"],"latest_commit_sha":null,"homepage":"https://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone","language":null,"has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/guitarrapc.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE.md","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2019-08-23T18:31:24.000Z","updated_at":"2024-11-23T04:22:00.000Z","dependencies_parsed_at":"2023-01-16T06:30:21.239Z","dependency_job_id":"47046fe6-08eb-441b-8d01-c0e2fc37833d","html_url":"https://github.com/guitarrapc/git-shallow-clone-orb","commit_stats":null,"previous_names":[],"tags_count":27,"template":false,"template_full_name":null,"purl":"pkg:github/guitarrapc/git-shallow-clone-orb","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fgit-shallow-clone-orb","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fgit-shallow-clone-orb/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fgit-shallow-clone-orb/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fgit-shallow-clone-orb/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/guitarrapc","download_url":"https://codeload.github.com/guitarrapc/git-shallow-clone-orb/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/guitarrapc%2Fgit-shallow-clone-orb/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":279000741,"owners_count":26082932,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","status":"online","status_checked_at":"2025-10-09T02:00:07.460Z","response_time":59,"last_error":null,"robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":true,"can_crawl_api":true,"host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":["circleci","circleci-orbs","clone-repos","git"],"created_at":"2024-10-27T20:26:19.844Z","updated_at":"2025-10-09T05:36:00.164Z","avatar_url":"https://github.com/guitarrapc.png","language":null,"funding_links":[],"categories":[],"sub_categories":[],"readme":"[![CircleCI](https://dl.circleci.com/status-badge/img/gh/guitarrapc/git-shallow-clone-orb/tree/main.svg?style=svg)](https://dl.circleci.com/status-badge/redirect/gh/guitarrapc/git-shallow-clone-orb/tree/main)\n![Orb Version Badge](https://badges.circleci.com/orbs/guitarrapc/git-shallow-clone.svg)\n\n## Git-shallow-clone-orb\n\n## Usage\n\nSee the [orb registry listing](http://circleci.com/orbs/registry/orb/guitarrapc/git-shallow-clone) for usage guidelines.\n\n## Contributing\n\nWe welcome [issues](https://github.com/guitarrapc/git-shallow-clone-orb/issues) to and [pull requests](https://github.com/guitarrapc/git-shallow-clone-orb/pulls) against this repository!\n\n## Publish\n\nTo publish orb, push new tag to remote.\n\n## Add Test\n\nAdd test job in .circleci/config.yml.\n\n```yaml\njobs:\n  # Define one or more jobs which will utilize your orb's commands and parameters to validate your changes.\n  integration-test-checkout:\n    docker:\n      - image: cimg/base:stable\n    steps:\n      - git-shallow-clone/checkout\n```\n\nCall it from integration-test_deploy job, and add as orb-tools/dev-promote-prod-from-commit-subject required job.\n\n```yaml\n  integration-test_deploy:\n    when: \u003c\u003c pipeline.parameters.run-integration-tests \u003e\u003e\n    jobs:\n      - integration-test-checkout # \u003c-- this line!\n\n      - orb-tools/dev-promote-prod-from-commit-subject:\n          orb-name: guitarrapc/git-shallow-clone\n          add-pr-comment: false\n          fail-if-semver-not-indicated: true\n          publish-version-tag: false\n          requires:\n            - integration-test-checkout # \u003c-- this line!\n          filters:\n            branches:\n              only:\n                - master\n                - main\n```\n\n## Basic orb setup\n\nsetup orb account and namespace.\n\n```shell\n# require perconal api tokens\n$ circleci setup\n$ circleci namespace create guitarrapc github guitarrapc\n$ circleci orb create guitarrapc/git-shallow-clone\n```\n\nvalidate before publish.\n\n```\n$ cd ./src\n$ circleci orb validate orb.yml\n```\n\npublish orb to the alpha.\n\n```\n$ cd ./src\n$ circleci orb publish orb.yml guitarrapc/git-shallow-clone@dev:alpha\n```\n\n\npublish orb to the dev.\n\n```\n$ cd ./src\n$ circleci orb publish orb.yml guitarrapc/git-shallow-clone@dev:0.x.0\n```\n\npublish orb to the production.\n\n```\n$ cd ./src\n$ circleci orb publish promote guitarrapc/git-shallow-clone@0.x.0\n```\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitarrapc%2Fgit-shallow-clone-orb","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fguitarrapc%2Fgit-shallow-clone-orb","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fguitarrapc%2Fgit-shallow-clone-orb/lists"}