{"id":19078839,"url":"https://github.com/hyperia-sk/gitlab-checker","last_synced_at":"2026-04-18T11:04:25.737Z","repository":{"id":86055212,"uuid":"109271950","full_name":"hyperia-sk/gitlab-checker","owner":"hyperia-sk","description":"Command line utility that uses the gitlab API to check your repo and base funcionality.","archived":false,"fork":false,"pushed_at":"2018-01-07T11:47:44.000Z","size":13,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-07-29T19:59:39.801Z","etag":null,"topics":["gitlab","gitlab-tester","testing-tools"],"latest_commit_sha":null,"homepage":null,"language":"Shell","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/hyperia-sk.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":null,"license":"LICENSE","code_of_conduct":"CODE_OF_CONDUCT.md","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":"2017-11-02T14:00:24.000Z","updated_at":"2017-11-02T14:41:07.000Z","dependencies_parsed_at":"2023-03-13T08:24:53.044Z","dependency_job_id":null,"html_url":"https://github.com/hyperia-sk/gitlab-checker","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/hyperia-sk/gitlab-checker","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fgitlab-checker","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fgitlab-checker/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fgitlab-checker/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fgitlab-checker/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/hyperia-sk","download_url":"https://codeload.github.com/hyperia-sk/gitlab-checker/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/hyperia-sk%2Fgitlab-checker/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31966218,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-18T00:39:45.007Z","status":"online","status_checked_at":"2026-04-18T02:00:07.018Z","response_time":103,"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":["gitlab","gitlab-tester","testing-tools"],"created_at":"2024-11-09T02:12:14.402Z","updated_at":"2026-04-18T11:04:25.720Z","avatar_url":"https://github.com/hyperia-sk.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"## Gitlab Check\n\n[![Build Status](https://travis-ci.org/hyperia-sk/gitlab-checker.svg?branch=master)](https://travis-ci.org/hyperia-sk/gitlab-checker) [![codecov](https://codecov.io/gh/hyperia-sk/gitlab-checker/branch/master/graph/badge.svg)](https://codecov.io/gh/hyperia-sk/gitlab-checker)\n\n\u003e `gitlab-check` command line utility that uses the gitlab API to check your repository and base funcionality.\n\n![gitlabchecker](https://user-images.githubusercontent.com/6382002/32325876-0913b9d2-bfd1-11e7-9841-bc5451311e18.png)\n\n## Usage\n\n```bash\ngitlab-check -n \"https://gitlab.foo-bar.com\" -i 194 -t gI1l4bR4nD0m1Ok3nH3r3 \n```\n\n#### Parameters\n\n```bash\ngitlab-check [ -n | -i | -t | -h ]\n\n-n \u003cip|hostname\u003e\nName of the host or IP address.\n\n-i \u003cnumber\u003e\nProject ID.\nSee: \"Project\" -\u003e \"General Settings\" -\u003e \"Expand: General project settings\"\n\n-t\nPersonal access tokens. \nSee: \"User Settings\" -\u003e \"Access Tokens\"\n\n-h\nPrints this help.\n```\n\n## Installation\n\n```bash\ngit clone https://github.com/hyperia-sk/gitlab-checker.git \u0026\u0026 cd gitlab-checker\n```\n\nOpen up the cloned directory and run:\n\n#### Unix like OS\n\n```bash\nsudo make install\n```\n\nFor uninstalling\n\n```bash\nsudo make uninstall\n```\n\nFor update/reinstall\n\n```bash\nsudo make reinstall\n```\n\n#### OS X (homebrew)\n\n@todo\n\n#### Windows (cygwin)\n\n@todo\n\n\n## System requirements\n\n* Unix like OS with a proper shell\n* Tools we use: basename ; mktemp ; tee ; tail ; seq ; awk ; tr ; printf ; curl ; wget ; jq ; git\n\n`sudo apt install git jq wget curl`\n\n## Contribution \n\nWant to contribute? Great! First, read this page.\n\n#### Code reviews\n\nAll submissions, including submissions by project members, require review. \nWe use Github pull requests for this purpose.\n\n#### Some tips for good pull requests:\n* Use our code\n  When in doubt, try to stay true to the existing code of the project.\n* Write a descriptive commit message. What problem are you solving and what\n  are the consequences? Where and what did you test? Some good tips:\n  [here](http://robots.thoughtbot.com/5-useful-tips-for-a-better-commit-message)\n  and [here](https://www.kernel.org/doc/Documentation/SubmittingPatches).\n* If your PR consists of multiple commits which are successive improvements /\n  fixes to your first commit, consider squashing them into a single commit\n  (`git rebase -i`) such that your PR is a single commit on top of the current\n  HEAD. This make reviewing the code so much easier, and our history more\n  readable.\n\n#### Formatting\n\nThis documentation is written using standard [markdown syntax](https://help.github.com/articles/markdown-basics/). Please submit your changes using the same syntax.\n\n#### Tests\n\n```bash\nmake test\n```\n\n## Licensing\nMIT see [LICENSE][] for the full license text.\n\n   [read this page]: https://github.com/hyperia-sk/gitlab-checker/blob/master/CONTRIBUTING.md\n   [landing page]: https://github.com/hyperia-sk/gitlab-checker\n   [LICENSE]: https://github.com/hyperia-sk/gitlab-checker/blob/master/LICENSE\n\n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperia-sk%2Fgitlab-checker","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fhyperia-sk%2Fgitlab-checker","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fhyperia-sk%2Fgitlab-checker/lists"}