{"id":20511179,"url":"https://github.com/lovoo/mozaik-ext-bitrise","last_synced_at":"2025-04-13T22:42:09.991Z","repository":{"id":57303393,"uuid":"101760378","full_name":"lovoo/mozaik-ext-bitrise","owner":"lovoo","description":"A Mozaik extension for bitrise CI","archived":false,"fork":false,"pushed_at":"2023-10-13T08:38:42.000Z","size":193,"stargazers_count":5,"open_issues_count":0,"forks_count":1,"subscribers_count":27,"default_branch":"master","last_synced_at":"2025-03-27T13:01:52.304Z","etag":null,"topics":["bitrise","devops","extension","lovoo","mozaik","status-dashboard"],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"bsd-3-clause","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lovoo.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,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2017-08-29T12:48:27.000Z","updated_at":"2023-10-12T10:08:08.000Z","dependencies_parsed_at":"2024-11-15T20:45:29.983Z","dependency_job_id":null,"html_url":"https://github.com/lovoo/mozaik-ext-bitrise","commit_stats":{"total_commits":51,"total_committers":6,"mean_commits":8.5,"dds":0.5882352941176471,"last_synced_commit":"5e72673e3c538f20c6b7339129467499fc65a2b7"},"previous_names":[],"tags_count":7,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovoo%2Fmozaik-ext-bitrise","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovoo%2Fmozaik-ext-bitrise/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovoo%2Fmozaik-ext-bitrise/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lovoo%2Fmozaik-ext-bitrise/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lovoo","download_url":"https://codeload.github.com/lovoo/mozaik-ext-bitrise/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248794565,"owners_count":21162613,"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":["bitrise","devops","extension","lovoo","mozaik","status-dashboard"],"created_at":"2024-11-15T20:34:55.786Z","updated_at":"2025-04-13T22:42:09.932Z","avatar_url":"https://github.com/lovoo.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Mozaïk bitrise widgets\n\n[![License][license-image]][license-url]\n[![Travis CI][travis-image]][travis-url]\n[![NPM version][npm-image]][npm-url]\n![widget count][widget-count-image]\n\n## Bitrise Client Configuration\n\nIn order to use the Mozaïk bitrise widgets, you must configure its **client**.\n\n### parameters\n\nkey             | env key                         | required | description\n----------------|---------------------------------|----------|-----------------------------------\n`token`         | BITRISE_API_TOKEN               | yes      | *The Bitrise API Token*\n\n### usage\n\n```javascript\n{\n  //…\n  api: {\n    bitrise: {\n        token: 'token'\n    }\n  }\n}\n```\n\n## Widgets\n\n### Bitrise Build history\n\n![bitrise build history](https://raw.githubusercontent.com/lovoo/mozaik-ext-bitrise/master/preview/bitrise.build_history.png)\n\n\u003e Display bitrise repo build history\n\n#### parameters\n\nkey          | required | description\n-------------|----------|---------------\n`slug`       | yes      | *app slug*\n`limit`      | no       | *Limit the fetched builds*\n\n#### usage\n\n```javascript\n{\n  type: 'bitrise.build_history',\n  slug: '\u003capp slug\u003e',\n  limit: 10,\n  columns: 1, rows: 1, x: 0, y: 0\n}\n```\n\n### Bitrise Single build status\n\n![bitrise.single_build_status](https://raw.githubusercontent.com/lovoo/mozaik-ext-bitrise/master/preview/bitrise.single_build_status.png)\n\n\u003e Display the build status of a single build.\n\n#### parameters\n\nkey          | required | description\n-------------|----------|---------------\n`slug`       | yes      | *app slug*\n`workflow`   | yes      | *workflow id*\n`title`      | no       | *An optional title*\n\n#### usage\n\n```javascript\n{\n    type: 'bitrise.single_build_status',\n    title: 'An optional title',\n    slug: '\u003capp slug\u003e',\n    workflow: '\u003cworkflow id\u003e',\n    columns: 1, rows: 1, x: 0, y: 0\n}\n```\n\n[travis-image]: https://img.shields.io/travis/lovoo/mozaik-ext-bitrise.svg?style=flat-square\n[travis-url]: https://travis-ci.org/lovoo/mozaik-ext-bitrise\n[license-image]: https://img.shields.io/github/license/lovoo/mozaik-ext-bitrise.svg?style=flat-square\n[license-url]: https://github.com/lovoo/mozaik-ext-bitrise/blob/master/LICENSE\n[npm-image]: https://img.shields.io/npm/v/mozaik-ext-bitrise.svg?style=flat-square\n[npm-url]: https://www.npmjs.com/package/mozaik-ext-bitrise\n[widget-count-image]: https://img.shields.io/badge/widgets-x1-green.svg?style=flat-square\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovoo%2Fmozaik-ext-bitrise","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flovoo%2Fmozaik-ext-bitrise","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flovoo%2Fmozaik-ext-bitrise/lists"}