{"id":22351927,"url":"https://github.com/screwdriver-cd/ui","last_synced_at":"2026-05-12T02:02:23.656Z","repository":{"id":37548409,"uuid":"64884594","full_name":"screwdriver-cd/ui","owner":"screwdriver-cd","description":"Screwdriver UI","archived":false,"fork":false,"pushed_at":"2026-03-24T09:48:55.000Z","size":19429,"stargazers_count":27,"open_issues_count":8,"forks_count":54,"subscribers_count":22,"default_branch":"master","last_synced_at":"2026-03-25T11:59:58.838Z","etag":null,"topics":["continuous-delivery","ember","screwdriver","ui"],"latest_commit_sha":null,"homepage":"https://cd.screwdriver.cd/pipelines/7","language":"JavaScript","has_issues":false,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"other","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/screwdriver-cd.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":"CONTRIBUTING.md","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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2016-08-03T22:48:11.000Z","updated_at":"2026-03-13T00:38:51.000Z","dependencies_parsed_at":"2023-11-20T21:26:09.316Z","dependency_job_id":"e21fafd8-c782-4689-a6e8-ba672d185f7d","html_url":"https://github.com/screwdriver-cd/ui","commit_stats":{"total_commits":1256,"total_committers":64,"mean_commits":19.625,"dds":0.839171974522293,"last_synced_commit":"bca3e35e927a0a2cf1278c581ac595a9e517f3f9"},"previous_names":[],"tags_count":1400,"template":false,"template_full_name":null,"purl":"pkg:github/screwdriver-cd/ui","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fui","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fui/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fui/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fui/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/screwdriver-cd","download_url":"https://codeload.github.com/screwdriver-cd/ui/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/screwdriver-cd%2Fui/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":31314375,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-02T12:59:32.332Z","status":"ssl_error","status_checked_at":"2026-04-02T12:54:48.875Z","response_time":89,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.5:443 state=error: 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":["continuous-delivery","ember","screwdriver","ui"],"created_at":"2024-12-04T12:16:33.936Z","updated_at":"2026-04-02T19:22:12.299Z","avatar_url":"https://github.com/screwdriver-cd.png","language":"JavaScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Screwdriver UI\n\n[![Version][version-image]][version-url] ![Downloads][downloads-image] [![Build Status][build-image]][build-url] [![Open Issues][issues-image]][issues-url] ![License][license-image]\n\nThis README outlines the details of collaborating on this Ember application.\n\n## Prerequisites\n\nYou will need the following things properly installed on your computer.\n\n* [Git](https://git-scm.com/)\n* [Node.js](https://nodejs.org/) (with npm)\n* [Ember CLI](https://cli.emberjs.com/release/)\n* [Google Chrome](https://google.com/chrome/)\n\n## Installation\n```bash\n$ git clone git@github.com:screwdriver-cd/ui.git\n$ cd ui/          # change into the new directory\n$ npm install\n```\n\n## Running / Development\n\n* `ember serve`\n* Visit your app at [http://localhost:4200](http://localhost:4200).\n\n### Code Generators\n\nMake use of the many generators for code, try `ember help generate` for more details\n\n### Local config\n\nPut local app settings at `config/local.js` Settings at this file will be merged \nwith environment settings at  `config/environment.js`\n\n```\n'use strict';\n\nconst SDAPI_HOSTNAME = 'http://1.142.1.106:9001';\nconst SDSTORE_HOSTNAME = 'http://1.142.1.106:9002';\n\nconst APP_CONFIG = {\n  SDAPI_HOSTNAME,\n  SDSTORE_HOSTNAME\n};\n\nmodule.exports = APP_CONFIG;\n```\n\n### Run app\n\n* `ember serve`\n\nVisit your app at [http://localhost:4200](http://localhost:4200).\n\n### Running Tests\n\n* `ember test`\n* `ember test --server`\n\nTo run a single ember test:\n* `ember t -s -m '\u003cTEST_NAME\u003e'`   // e.g. ember t -s -m 'Integration | Component | pipeline options'\n\nTo see coverage results, run:\n* `open coverage/lcov-report/index.html`\n\n### Linting\n\n* `npm run lint`\n* `npm run lint:fix`\n\n### Building\n\n* `ember build` (development)\n* `ember build --environment production` (production)\n\n### Code Generators\n\nMake use of the many generators for code, try `ember help generate` for more details\n\n## Further Reading / Useful Links\n\n* [ember.js](https://emberjs.com/)\n* [ember-cli](https://cli.emberjs.com/release/)\n* Development Browser Extensions\n  * [ember inspector for chrome](https://chrome.google.com/webstore/detail/ember-inspector/bmdblncegkenkacieihfhpjfppoconhi)\n  * [ember inspector for firefox](https://addons.mozilla.org/en-US/firefox/addon/ember-inspector/)\n\n## License\nCode licensed under the BSD 3-Clause license. See LICENSE file for terms.\n\n[version-image]: https://img.shields.io/github/tag/screwdriver-cd/ui.svg\n[version-url]: https://github.com/screwdriver-cd/ui/releases/\n[downloads-image]: https://img.shields.io/docker/pulls/screwdrivercd/ui.svg\n[license-image]: https://img.shields.io/badge/license-BSD--3--Clause-green\n[issues-image]: https://img.shields.io/github/issues/screwdriver-cd/screwdriver.svg\n[issues-url]: https://github.com/screwdriver-cd/screwdriver/issues\n[build-image]: https://cd.screwdriver.cd/pipelines/7/badge\n[build-url]: https://cd.screwdriver.cd/pipelines/7/\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fui","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fscrewdriver-cd%2Fui","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fscrewdriver-cd%2Fui/lists"}