{"id":29390774,"url":"https://github.com/kelvintaywl/diff","last_synced_at":"2026-05-18T17:02:45.987Z","repository":{"id":75507780,"uuid":"133913188","full_name":"kelvintaywl/diff","owner":"kelvintaywl","description":"simple diff tool / server to see if your service in production are up to date","archived":false,"fork":false,"pushed_at":"2018-07-23T09:38:06.000Z","size":10,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-22T08:03:11.707Z","etag":null,"topics":["github","infrastructure","release-helper","workflow"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/kelvintaywl/diff/","language":"Go","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/kelvintaywl.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"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":"2018-05-18T06:34:43.000Z","updated_at":"2018-07-23T09:38:08.000Z","dependencies_parsed_at":"2023-06-06T17:00:10.855Z","dependency_job_id":null,"html_url":"https://github.com/kelvintaywl/diff","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/kelvintaywl/diff","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvintaywl%2Fdiff","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvintaywl%2Fdiff/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvintaywl%2Fdiff/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvintaywl%2Fdiff/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/kelvintaywl","download_url":"https://codeload.github.com/kelvintaywl/diff/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/kelvintaywl%2Fdiff/sbom","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":264550543,"owners_count":23626518,"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":["github","infrastructure","release-helper","workflow"],"created_at":"2025-07-10T08:11:30.304Z","updated_at":"2026-05-18T17:02:40.967Z","avatar_url":"https://github.com/kelvintaywl.png","language":"Go","funding_links":[],"categories":[],"sub_categories":[],"readme":"# diff\n\nSee commit diffs between Staging and Production.\n\n## Assumptions\n\n* tagged releases represent current production state.\n* master branch represent current staging state.\n\n## Running\n\nThe makefile is your best friend!\n\n### Setup\n\n```bash\n# setup dependencies\nmake dep\n\n# build binary\nmake build\n```\n\nCopy and modify [.env.sample](.env.sample) to your own settings under a `.env` file.\n\n| environment variable | remarks |\n| --- | --- |\n| `GITHUB_OWNER` | string value of your GitHub user or organization handler |\n| `GITHUB_REPO` | comma-separated string value of repo names, e.g., `repo1,repo2` |\n| `GITHUB_ACCESS_TOKEN` | string value of your GitHub access token, preferably of a bot account |\n\n### Docker\n\nAvailable as a Docker image at: https://hub.docker.com/r/kelvintaywl/diff/\n\n\n### run on local\n\n```bash\nmake run\n# or alternatively, in a verbose manner\n\nGITHUB_ACCESS_TOKEN=yourToken GITHUB_OWNER=handler GITHUB_REPO=repo1,repo2 ./diff\n\nopen http://localhost:9999\n```\n\nor point your browser to http://localhost:9999 to see the JSON response.\n\n### Example response\n\nSee [example_output.json](example_output.json)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvintaywl%2Fdiff","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fkelvintaywl%2Fdiff","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fkelvintaywl%2Fdiff/lists"}