{"id":26190204,"url":"https://github.com/zazuko/gitlab-pipelines-dashboard","last_synced_at":"2025-06-16T02:35:01.098Z","repository":{"id":46321555,"uuid":"334890282","full_name":"zazuko/gitlab-pipelines-dashboard","owner":"zazuko","description":"https://pipelines-dashboard.zazuko.net/","archived":false,"fork":false,"pushed_at":"2023-08-23T15:27:10.000Z","size":5912,"stargazers_count":0,"open_issues_count":2,"forks_count":0,"subscribers_count":4,"default_branch":"main","last_synced_at":"2025-03-12T00:52:52.700Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":null,"language":"JavaScript","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/zazuko.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":"LICENSE","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2021-02-01T09:05:42.000Z","updated_at":"2022-11-28T16:43:59.000Z","dependencies_parsed_at":"2023-02-08T07:30:54.150Z","dependency_job_id":null,"html_url":"https://github.com/zazuko/gitlab-pipelines-dashboard","commit_stats":null,"previous_names":[],"tags_count":22,"template":false,"template_full_name":null,"purl":"pkg:github/zazuko/gitlab-pipelines-dashboard","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fgitlab-pipelines-dashboard","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fgitlab-pipelines-dashboard/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fgitlab-pipelines-dashboard/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fgitlab-pipelines-dashboard/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/zazuko","download_url":"https://codeload.github.com/zazuko/gitlab-pipelines-dashboard/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/zazuko%2Fgitlab-pipelines-dashboard/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":260086402,"owners_count":22956781,"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":[],"created_at":"2025-03-12T00:52:55.626Z","updated_at":"2025-06-16T02:35:01.051Z","avatar_url":"https://github.com/zazuko.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pipelines dashboard\n\n\u003e Get an overview of the state of the pipelines of a GitLab instance\n\n## Quick start\n\n### Create GitLab application\n\nYou will need to create a GitLab application.\n\nFor that, go to your GitLab instance, then on Settings \u003e Applications.\n\nGive a name, for example `Pipelines dashboard`.\nThe redirection URL should be set to `http://localhost:3000/oidc/callback` if you want to run it locally (for developement) or to `https://YOUR-PUBLIC-URL/oidc/callback` (for production).\n\nMake sure that `Confidential` is unchecked.\n\nYou will need the following scopes:\n\n- `api`\n- `read_user`\n- `read_api`\n- `openid`\n- `profile`\n- `email`\n\nYou will get a client ID.\n\n### Create the `.env` file\n\nCopy the `.env.example` file into `.env`.\n\n```sh\ncp .env.example .env\n```\n\nAnd update the values with you information:\n\n- `GITLAB`: the public URL of your GitLab instance (for example: https://gitlab.com)\n- `OIDC_CLIENT_ID`: the client ID you got from the previous step\n- `SELECTED_TAGS`: tags to be selected by default (for example: `monitoring`), should be separated by commas\n\n### Start the project\n\n```sh\n# install dependencies\nnpm install\n\n# start locally\nnpm run start\n```\n\nAnd open http://localhost:3000/ .\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzazuko%2Fgitlab-pipelines-dashboard","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fzazuko%2Fgitlab-pipelines-dashboard","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fzazuko%2Fgitlab-pipelines-dashboard/lists"}