{"id":17650378,"url":"https://github.com/lowsky/gh-dashboard-relay","last_synced_at":"2026-03-07T20:31:58.660Z","repository":{"id":29446131,"uuid":"32982326","full_name":"lowsky/gh-dashboard-relay","owner":"lowsky","description":"Dashboard for all GH feature branches - with both, relay and! apollo - linking to the deployed/running and showing their states. See live Version:","archived":false,"fork":false,"pushed_at":"2026-03-04T23:44:31.000Z","size":44836,"stargazers_count":3,"open_issues_count":5,"forks_count":1,"subscribers_count":0,"default_branch":"main","last_synced_at":"2026-03-05T04:58:26.280Z","etag":null,"topics":["apollo-graphql","chromatic","dashboard","graphql","graphql-client","graphql-server","relay","storybook"],"latest_commit_sha":null,"homepage":"https://dashboard-gh.vercel.app/","language":"TypeScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"apache-2.0","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/lowsky.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,"zenodo":null,"notice":null,"maintainers":null,"copyright":null,"agents":null,"dco":null,"cla":null}},"created_at":"2015-03-27T11:24:17.000Z","updated_at":"2026-03-04T22:35:43.000Z","dependencies_parsed_at":"2025-12-17T23:06:07.311Z","dependency_job_id":null,"html_url":"https://github.com/lowsky/gh-dashboard-relay","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/lowsky/gh-dashboard-relay","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowsky%2Fgh-dashboard-relay","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowsky%2Fgh-dashboard-relay/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowsky%2Fgh-dashboard-relay/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowsky%2Fgh-dashboard-relay/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/lowsky","download_url":"https://codeload.github.com/lowsky/gh-dashboard-relay/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/lowsky%2Fgh-dashboard-relay/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":30229743,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-03-07T19:01:10.287Z","status":"ssl_error","status_checked_at":"2026-03-07T18:59:58.103Z","response_time":53,"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":["apollo-graphql","chromatic","dashboard","graphql","graphql-client","graphql-server","relay","storybook"],"created_at":"2024-10-23T11:37:56.768Z","updated_at":"2026-03-07T20:31:58.630Z","avatar_url":"https://github.com/lowsky.png","language":"TypeScript","funding_links":[],"categories":[],"sub_categories":[],"readme":"[![Chromatic](https://github.com/lowsky/gh-dashboard-relay/actions/workflows/chromatic.yml/badge.svg)](https://github.com/lowsky/gh-dashboard-relay/actions/workflows/chromatic.yml)[![Snyk Known Vulnerabilities](https://snyk.io/test/github/lowsky/gh-dashboard-relay/badge.svg)](https://snyk.io/test/github/lowsky/gh-dashboard-relay)\n![CircleCI](https://circleci.com/gh/lowsky/dashboard.svg?style=svg)\n\n## Stack\n\n- [GraphQL](https://graphql.org/)\n- [Next.js](https://nextjs.org/)\n- ~~[Netlify](https://www.netlify.com/)~~/[Vercel](https://vercel.com/)\n- ~~GraphQL server~~\n    - ~~[ApolloServer](https://www.apollographql.com/docs/apollo-server/)~~ ~~[Helix](https://www.graphql-helix.com/)~~\n    - ~~[Envelop](https://the-guild.dev/graphql/yoga-server)~~ ~~[Yoga](https://the-guild.dev/graphql/yoga-server)~~\n- [Relay](https://relay.dev/)\n- ~~[Bulma](https://bulma.io/)~~ [ChakraUI](https://chakra-ui.com/)\n- React\n- [Storybook](https://storybook.js.org/)\n- [Chromatic](https://storybook.js.org/)\n- [Typescript](https://www.typescriptlang.org/)\n- [Jest](https://jestjs.io/)\n- ~~[Storyshots](https://storybook.js.org/addons/@storybook/addon-storyshots)~~\n\n## Purpose\n\nList the `(feature) branches` of a GitHub repository with its `last commit's`\n\n- build status\n- linked PR\n- commit message and author\n- linked deployment\n\nThe idea behind this was, to provide easy access to all feature branches before releasing them.\nSo you can test a new version of a new feature before bringing it live.\n\nVery very old presentation at a Docker Meetup: Find the [slides here](https://github.com/lowsky/dockerMeetupSlides)\n\n## Getting started\n\nAfter invoking this in a shell\n\n    git clone https://github.com/lowsky/gh-dashboard-relay\n    cd gh-dashboard-relay\n\n    # Install the dependencies of the react app and\n    # installs the server's dependencies, too:\n    yarn\n\nthen set up the `github-token` (see [Setup GitHub Token](#setupgithubtoken) ) before starting local dev mode via:\n\n    yarn dev\n\nThis runs Next.js dev-mode which includes the endpoints for the graphql API.\n\nOpen the home [http://localhost:3000](http://localhost:3000) with your browser.\n\nOr **even better** the dashboard project page: [http://localhost:3000/relay/lowsky/gh-dashboard-relay](http://localhost:3000/relay/lowsky/gh-dashboard-relay)\n\nHave fun!\n\n### setupGithubToken\n\nYou **need to create your own github-token** (see https://github.com/settings/tokens/) and\nstore it locally in `.env` file\n\n    # create an .env file with this content ...\n\nGITHUB_TOKEN=XXX\n\n    # ... and replace the XXX with your API key\n    # typically something like ghp_....\n\n## ScreenShot\n\n![Preview image](./assets/images/DashboardDemo.png)\n\n# Background\n\nThis project was used to figure out and to demonstrate, how to develop a frontend UI with Facebook's _Relay_ and _GraphQL_ libraries.\n\nFor deep interns of GraphQL concepts, see the [presentation at the EnterJS Conference 2016](https://lowsky.github.io/deck-graphql-relay-talk) with its [slide sources](https://www.github.com/lowsky/deck-graphql-relay-talk)\n\n## License\n\nLicensed under the Apache License 2.0, Copyright ©️ 2018 Robert Hostlowsky. See [LICENSE](LICENSE) for more information.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowsky%2Fgh-dashboard-relay","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Flowsky%2Fgh-dashboard-relay","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Flowsky%2Fgh-dashboard-relay/lists"}