{"id":27366854,"url":"https://github.com/dxheroes/pipeliner","last_synced_at":"2026-03-08T06:31:46.457Z","repository":{"id":53002786,"uuid":"296027405","full_name":"DXHeroes/Pipeliner","owner":"DXHeroes","description":"Simple MacOS Big Sur widget app for checking pipeline status","archived":false,"fork":false,"pushed_at":"2022-08-29T17:01:43.000Z","size":8646,"stargazers_count":35,"open_issues_count":16,"forks_count":9,"subscribers_count":4,"default_branch":"master","last_synced_at":"2025-04-13T06:43:54.042Z","etag":null,"topics":["bigsur","developer","developer-tools","macos-big-sur","pipelines","swift5","swiftui","widget","widgetkit","widgets"],"latest_commit_sha":null,"homepage":"https://github.com/DXHeroes/Pipeliner","language":"Swift","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/DXHeroes.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","funding":".github/FUNDING.yml","license":"LICENSE","code_of_conduct":".github/CODE_OF_CONDUCT.md","threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null},"funding":{"github":["DXHeroes"]}},"created_at":"2020-09-16T12:35:03.000Z","updated_at":"2024-10-14T16:38:51.000Z","dependencies_parsed_at":"2023-01-16T17:15:36.630Z","dependency_job_id":null,"html_url":"https://github.com/DXHeroes/Pipeliner","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/DXHeroes/Pipeliner","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DXHeroes%2FPipeliner","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DXHeroes%2FPipeliner/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DXHeroes%2FPipeliner/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DXHeroes%2FPipeliner/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/DXHeroes","download_url":"https://codeload.github.com/DXHeroes/Pipeliner/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/DXHeroes%2FPipeliner/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30247340,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-08T05:41:50.788Z","status":"ssl_error","status_checked_at":"2026-03-08T05:41:39.075Z","response_time":56,"last_error":"SSL_read: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"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":["bigsur","developer","developer-tools","macos-big-sur","pipelines","swift5","swiftui","widget","widgetkit","widgets"],"created_at":"2025-04-13T06:40:20.050Z","updated_at":"2026-03-08T06:31:46.421Z","avatar_url":"https://github.com/DXHeroes.png","language":"Swift","funding_links":["https://github.com/sponsors/DXHeroes"],"categories":[],"sub_categories":[],"readme":"\n  \u003cdiv align=\"center\"\u003e\n\u003ch1\u003e Pipeliner \u003c/h1\u003e\n\u003c/div\u003e\n\n[![Slack](https://img.shields.io/badge/slack-@DeveloperExperience-%234A154B.svg?logo=slack)](https://bit.ly/slack_developer_experience)\n[![Pipeliner Roadmap](https://img.shields.io/badge/public%20roadmap-https%3A%2F%2Froadmap.dxheroes.io-%23108DE4)](https://roadmap.dxheroes.io)\n\n\n## What is Pipeliner\n\nPipeliner is simple MacOS Big Sur widget app for checking pipeline status. Project consists of two apps: First, main application enables user to save configuration of repository. This configiration is saved on users Mac and is use to fetch pipelines data from GitLab/GitHub/BitBucket API.\n\n\u003cdiv style=\"float: left\"\u003e\n  \u003cp align=\"center\"\u003e\n  \u003cimg src=\"https://github.com/DXHeroes/pipeliner/blob/master/docs/pipeliner.png\" width=\"600\" /\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n\nSecond part of application is widget which shows status of (number of pipelines depends on widget selected size) last pipelines.\n\u003cdiv style=\"float: left\"\u003e\n  \u003cp align=\"center\"\u003e\n    \u003cimg src=\"https://github.com/DXHeroes/pipeliner/blob/master/docs/widget.png\" width=\"300\" /\u003e\n\u003c/p\u003e\n\u003c/div\u003e\n It is created in Swift 5 and Swift UI using WidgetKit.\n\n### What version control services are supported?\n\nLanguage | Supported\n------------ | -------------\nGitLab | ✅\nGitHub | ✅\nBitBucket | 🚧\n\n## Table of Contents\n\n\u003c!-- toc --\u003e\n* [Getting Started](#Getting-Started-)\n  * [Dependencies](#Dependencies)\n  * [Installation](#Installation)\n* [Support](#support-%EF%B8%8F-%EF%B8%8F)\n* [Issues](#issues)\n* [Contributing](#contributing--)\n  * [Roadmap](#Roadmap)\n* [Licence](#license-)  \n\u003c!-- tocstop --\u003e\n\n## Getting Started 🏁\n\n### Dependencies\n- Apple ID\n- Big Sur ([MacOS Big Sur](https://beta.apple.com/sp/betaprogram/enroll))\n\n### Installation\n\n1. **Fork \u0026 Clone** the repository\n2. **Start** copy pipeliner.app in dist folder to Application folder and then configure \u0026 run \n3. **Add Widget** in the widget control menu\n\n## Support 🦸‍♀️ 🦸‍♂️\nYou can find known issues [here](https://github.com/DXHeroes/Pipeliner/issues)\nDidn't you find what you expected? Contact us via our public [Slack](https://bit.ly/slack_developer_experience)\n\n## Issues\nYou can find issues [here](https://github.com/DXHeroes/Pipeliner/issues)\n\n## Contributing 👩‍💻 👨‍💻\nFeel free to contribute to our Pipeliner. Please follow the [Contribution Guide](CONTRIBUTING.md).\n\n### Roadmap \n\nSee our [public roadmap](https://roadmap.dxheroes.io).\n\n## License 📝\n\nThe Pipeliner open source project is licensed under the [MIT](LICENSE).\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxheroes%2Fpipeliner","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fdxheroes%2Fpipeliner","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fdxheroes%2Fpipeliner/lists"}