{"id":20386968,"url":"https://github.com/cmdcolin/travigraph","last_synced_at":"2025-04-12T10:02:29.943Z","repository":{"id":31278821,"uuid":"34840728","full_name":"cmdcolin/travigraph","owner":"cmdcolin","description":"Graph travis-ci build times using command line tools. Deprecated in favor of https://github.com/cmdcolin/travigraphjs","archived":false,"fork":false,"pushed_at":"2016-08-09T01:36:55.000Z","size":277,"stargazers_count":6,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-03-26T04:51:10.438Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"Shell","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/cmdcolin.png","metadata":{"files":{"readme":"README.md","changelog":"CHANGELOG.md","contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null}},"created_at":"2015-04-30T07:32:34.000Z","updated_at":"2024-11-28T16:31:03.000Z","dependencies_parsed_at":"2022-09-01T19:10:31.480Z","dependency_job_id":null,"html_url":"https://github.com/cmdcolin/travigraph","commit_stats":null,"previous_names":[],"tags_count":3,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdcolin%2Ftravigraph","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdcolin%2Ftravigraph/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdcolin%2Ftravigraph/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/cmdcolin%2Ftravigraph/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/cmdcolin","download_url":"https://codeload.github.com/cmdcolin/travigraph/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":248550624,"owners_count":21122932,"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":[],"created_at":"2024-11-15T02:41:54.431Z","updated_at":"2025-04-12T10:02:29.898Z","avatar_url":"https://github.com/cmdcolin.png","language":"Shell","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Travigraph\n\n\nThis program uses the command line tools for Travis-CI to download the build statistics on a given project\nand then it graphs the results using R and ggplot2.\n\n\nThe main program travigraph runs ruby-based travis command line tool to get build times and runs [jq](http://stedolan.github.io/jq/) and plot.R to format the output.\n\n\n## Pre-requisites\n\n- travis command line tool e.g. `gem install travis`\n- jq, a javascript JSON parser `brew install jq`\n- R packages e.g. 'ggplot2', 'lubridate', 'scales', 'RColorBrewer'\n\nNote: the travis command line tool should also be authenticated to your account. See http://www.rubydoc.info/gems/travis/1.8.0 for more info.\n\n\n## Example\n\n![Image](img/output.png)\n\n## Usage\n\n    travigraph -r username/repo -s 50 -e 1000\n\n## Required options\n\n    -r Repo as username/reponame, doesn't have to be your own! (required)\n    -s Starting build number to process (required)\n    -e Ending build number to process (required)\n\n\n## Other options\n\n    -o Output image file. Default: output.png\n    -t Temp directory to store intermediate files. Default: ./tmpdir\n    -w Width of image. Default: 1000\n    -h Height of image. Default: 600\n    -cached Use pre-existing data that has been downloaded into the tmpdir (and download things that don't yet exist too)\n    -version Print program version\n\n## Notes\n    \nBuilds are normally \"paged\" 25 at a time via the API.\n\nThe travis API is case sensitive so the username/reponame should match exactly what is on github\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdcolin%2Ftravigraph","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fcmdcolin%2Ftravigraph","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fcmdcolin%2Ftravigraph/lists"}