{"id":14065912,"url":"https://github.com/nolte/gitlab-bulkcheckout","last_synced_at":"2025-07-29T21:34:09.223Z","repository":{"id":55577250,"uuid":"169861837","full_name":"nolte/gitlab-bulkcheckout","owner":"nolte","description":"Gitlab Bulkcheckout","archived":true,"fork":false,"pushed_at":"2020-12-25T05:17:18.000Z","size":271,"stargazers_count":4,"open_issues_count":8,"forks_count":1,"subscribers_count":2,"default_branch":"develop","last_synced_at":"2024-11-01T14:18:43.163Z","etag":null,"topics":["git-repository-manager","gitlab","gitlab-api"],"latest_commit_sha":null,"homepage":"https://nolte.github.io/gitlab-bulkcheckout/","language":"Python","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/nolte.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2019-02-09T11:51:31.000Z","updated_at":"2023-01-28T11:16:32.000Z","dependencies_parsed_at":"2022-08-15T03:30:58.419Z","dependency_job_id":null,"html_url":"https://github.com/nolte/gitlab-bulkcheckout","commit_stats":null,"previous_names":[],"tags_count":5,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fgitlab-bulkcheckout","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fgitlab-bulkcheckout/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fgitlab-bulkcheckout/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/nolte%2Fgitlab-bulkcheckout/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/nolte","download_url":"https://codeload.github.com/nolte/gitlab-bulkcheckout/tar.gz/refs/heads/develop","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":227724166,"owners_count":17810022,"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","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":["git-repository-manager","gitlab","gitlab-api"],"created_at":"2024-08-13T07:04:49.486Z","updated_at":"2024-12-04T05:31:08.198Z","avatar_url":"https://github.com/nolte.png","language":"Python","readme":"# GitLab Bulk Checkout Tool\n\n[![Github Project Stars](https://img.shields.io/github/stars/nolte/gitlab-bulkcheckout.svg?label=Stars\u0026style=social)](https://github.com/nolte/gitlab-bulkcheckout) [![Travis CI build status](https://travis-ci.org/nolte/gitlab-bulkcheckout.svg?branch=master)](https://travis-ci.org/nolte/gitlab-bulkcheckout) [![CircleCI build status](https://circleci.com/gh/nolte/gitlab-bulkcheckout.svg?style=svg)](https://circleci.com/gh/nolte/gitlab-bulkcheckout) [![Documentation Status](https://readthedocs.org/projects/gitlab-bulkcheckout/badge/?version=latest)](https://gitlab-bulkcheckout.readthedocs.io/en/stable/?badge=stable) [![Github Issue Tracking](https://img.shields.io/github/issues-raw/nolte/gitlab-bulkcheckout.svg)](https://github.com/nolte/gitlab-bulkcheckout) [![Github LatestRelease](https://img.shields.io/github/release/nolte/gitlab-bulkcheckout.svg)](https://github.com/nolte/gitlab-bulkcheckout) [![CodeFactor](https://www.codefactor.io/repository/github/nolte/gitlab-bulkcheckout/badge)](https://www.codefactor.io/repository/github/nolte/gitlab-bulkcheckout) [![microbadger image](https://images.microbadger.com/badges/image/nolte/gitlab-bulkcheckout.svg)](https://microbadger.com/images/nolte/gitlab-bulkcheckout) [![version](https://images.microbadger.com/badges/version/nolte/gitlab-bulkcheckout.svg)](https://microbadger.com/images/nolte/gitlab-bulkcheckout) [![docker stars](https://img.shields.io/docker/stars/nolte/gitlab-bulkcheckout.svg?style=flat)](https://hub.docker.com/r/nolte/gitlab-bulkcheckout) [![docker pulls](https://img.shields.io/docker/pulls/nolte/gitlab-bulkcheckout.svg?style=flat)](https://hub.docker.com/r/nolte/gitlab-bulkcheckout) [![pypi.org version](https://img.shields.io/pypi/v/gitlab-bulkcheckout.svg?style=flat)](https://pypi.org/project/gitlab-bulkcheckout)\n\nSimple utility written in [Python](https://www.python.org) for the local repositories.\nIn a Time of SaaS, IaC and micro services, it can happen that you need many small repositories at your local Machine for Development, it is terrible to pull so many repositories.\n\n## Features\n\n- sort gitlab groups to your local folders\n- append a prefix to local copy, configurable by pulled Repository group from GitLab\n- pull changes from origin\n\n\n## Python\n\n**Supported Python:**\n[![version](https://img.shields.io/pypi/pyversions/gitlab-bulkcheckout.svg?style=flat)](https://pypi.org/project/gitlab-bulkcheckout)\n\n**Current Version:**\n[![pypiorgversion](https://img.shields.io/pypi/v/gitlab-bulkcheckout.svg?style=flat)](https://pypi.org/project/gitlab-bulkcheckout)\n\n### venv (Virtual Python Environment)\n\nFor easy usage and better dependency handling use a\n[python-virtualenv](https://docs.python.org/3/tutorial/venv.html).\n\n``` bash\nvirtualenv ~/venvs/gitlab-bulkcheckout\nsource ~/venvs/gitlab-bulkcheckout/bin/activate\n```\n\n### Install\n\nFor install the application from [pypi.org](https://pypi.org) use\n[pip](https://pip.pypa.io/en/stable/).\n\n``` bash\npip install gitlab-bulkcheckout\n```\n\n### Build\n\n``` bash\nvirtualenv ~/venvs/gitlab-bulkcheckout-dev\nsource ~/venvs/gitlab-bulkcheckout-dev/bin/activate\npip install tox\ntox\n```\n\nThe tox script create a installable dist under ``./.tox/dist/*.tar.gz``\n\n## Docker\n\nFor easy usage, the tool can be wrapped with docker, so you don`t need a local python env for using.\n\n\n### Build\n\n```bash\n  docker build -t nolte/gitlab-bulkcheckout .\n```\n\n### Usage\n\n```bash\n  docker run -it \\\n    --user=${UID}:$(id -g $(whoami)) \\\n    -v $SSH_AUTH_SOCK:/ssh-agent \\\n    -e SSH_AUTH_SOCK=/ssh-agent \\\n    -e GROUPS_MAPPINGS=/app/gitlab_groupMapping.yml \\\n    -e GITLAB_TOKEN=$(pass /internet/gitlab.com/tokens/management) \\\n    -e PROJECTS_BASE=/tmp/bulkcheckout \\\n    -w /tmp/bulkcheckout \\\n    -v /tmp/bulkcheckout:/tmp/bulkcheckout \\\n    -v ${HOME}/.ssh:/home/builder/.ssh:ro \\\n    -v ${PWD}/gitlab_groupMapping.yml:/app/gitlab_groupMapping.yml:ro \\\n    nolte/gitlab-bulkcheckout -v checkoutbulk\n```\n","funding_links":[],"categories":["Python"],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolte%2Fgitlab-bulkcheckout","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fnolte%2Fgitlab-bulkcheckout","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fnolte%2Fgitlab-bulkcheckout/lists"}